- (bc) Update
@next/eslint-plugin-next
to v15. - (improvement) Update eslint in
_init/next-js/package.json
to v9.
- (improvement) Bump dependencies.
- (improvement) Use flat config structure for ESLint Storybook config.
- (improvement) Bump dependencies.
- (improvement) Deactivate stylelint rule
no-descending-specificity
.
- (improvement) Provide a
.nvmrc
and the correct Node.js version in theengines
field of thepackage.json
file. This is currently set to Node v20.
- (bug) Disable TypeScript option
"noUncheckedIndexedAccess"
again due to compability issues with SCSS Modules.
- (improvement) Update the _init
tsconfig.json
files, which now extend new basictsconfig.json
files.
- (improvement) Disable eslint rule
@typescript-eslint/no-namespace
only for files insrc/@types
. - (improvement) Add to
lint:eslint
andfix-lint:eslint
in both initpackage.json
the--no-error-on-unmatched-pattern
flag.
- (improvement) Update ESLint integration for next.js projects.
- (bug) Fix wrong module in
tsconfig.json
for next-js.
- (bug) Fix release workflow once more.
- (bug) Fix release workflow once more.
- (bug) Fix release workflow.
- (improvement) Bump dprint plugins.
Initial Release \o/