Releases: prefabs-tech/tools
Releases · prefabs-tech/tools
v0.7.0
0.7.0 (2026-04-30)
Breaking Changes
- eslint-config:
import/orderandsort-importsrules are replaced byeslint-plugin-perfectionist(recommended-natural) across all configs — existing projects will need to reorder imports to match the new natural sort order (#46) (494ba21) - eslint-config/fastify:
@typescript-eslint/no-explicit-anyis now"error"— previously unconfigured, so code usinganytypes will now fail linting (#46) (494ba21)
Features
- stylelint-config: add new
@prefabs.tech/stylelint-configpackage with base and Vue configurations, usingstylelint-config-standardandstylelint-orderwith alphabetical property ordering (#46) (494ba21)
Refactoring
v0.6.0
0.6.0 (2026-04-27)
Breaking Changes
- tsconfig/fastify-api:
isolatedModulesis nowtrue(inherited from base) — code usingconst enumor certain ambient module re-exports will fail (#41) (a9f15a9) - tsconfig/vue-app:
noImplicitAnyandverbatimModuleSyntaxare nowtrue; no longer extends@vue/tsconfig/tsconfig.web.json(#41) (a9f15a9) - tsconfig/react-app:
compositeis nowtrue(inherited from base), which conflicts withnoEmit: truein some tooling (#41) (a9f15a9)
Refactoring
v0.5.0
v0.4.0
v0.3.0
v0.2.1
0.2.1 (2026-01-22)
⚠️ This package was migrated from@12deg/toolsto@prefabs.tech/tools. All previous links will redirect.