v3.0.0
3.0.0 (2025-06-30)
chore
BREAKING CHANGES
-
- @typescript-eslint has deprecated a few rules, in favor of pushing them upstream to eslint's base rules or to the plugin @stylistic/eslint-plugin. See https://typescript-eslint.io/blog/deprecating-formatting-rules/#upgrading-to-eslint-stylistic for more information. The following rules were tweaked as a result.
- @typescript-eslint/member-delimiter-style -> @stylistic/eslint-plugin/member-delimiter-style
- @typescript-eslint/type-annotation-spacing -> `@stylistic/type-annotation-spacing'
( @typescript-eslint/no-throw-literal -> no-throw-literal
- @typescript-eslint has deprecated a few rules, in favor of pushing them upstream to eslint's base rules or to the plugin @stylistic/eslint-plugin. See https://typescript-eslint.io/blog/deprecating-formatting-rules/#upgrading-to-eslint-stylistic for more information. The following rules were tweaked as a result.
-
feat: add examples for nest and storybook
-
fix: revert version number and allow semantic release to handle
-
fix: move peerDependencies back to dependencies
-
fix: move frontend deps back into dependencies
-
fix: remove empty peerDepencies from package.json