Skip to content

Releases: tksst/next-app-additions

v1.5.0

29 Jan 14:47
6b9668e
Compare
Choose a tag to compare

Minor Changes

v1.4.2

17 Jan 15:32
e09535e
Compare
Choose a tag to compare

Patch Changes

  • c447197: fix the secretlint options to respect .gitignore and not to expand globs on your shell

v1.4.1

06 Dec 15:52
29cb6ca
Compare
Choose a tag to compare

Patch Changes

v1.4.0

26 Nov 14:17
66fb163
Compare
Choose a tag to compare

Minor Changes

  • 5883d88: introduce eslint-plugin-redos to ESLint configuration

Patch Changes

  • ec14423: fix an execution failure due to PNPM failing with ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF error
    This occurs if node_modules is not deleted after running create-next-app

v1.3.0

15 Nov 13:19
efc25ce
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • e8febbb: update the action used in the workflows of GitHub Actions to be added to the Next.js project

v1.2.0

21 Oct 10:07
7141946
Compare
Choose a tag to compare

Minor Changes

  • 00c7e38: Set ECMAScript version in tsconfig.json to ESNEXT. (Browser compatibility is handled by webpack)
  • d3969f5: pin the dependencies installed by create-next-app

v1.1.1

15 Oct 11:46
260186e
Compare
Choose a tag to compare

Patch Changes

  • a2a291f: use "next lint --fix" instead of "eslint --fix" to avoid linting the whole source tree including the .next folder.

v1.1.0

18 Sep 09:08
12121d6
Compare
Choose a tag to compare

Minor Changes

  • 302d9de: Stop using external workflows for GitHub Actions to add to Next.js apps, because it's not flexible enough.

v1.0.0

17 Sep 15:57
0ffd4ec
Compare
Choose a tag to compare

Major Changes