Commit 20eafa6
authored
fix: remove legacy-peer-deps fallback from nextjs templates (#1371)
* fix: remove legacy-peer-deps fallback from nextjs templates
- Set retryWithLegacyPeerDeps to false in template-manager config so npm
install/ci never silently retries with --legacy-peer-deps
- Upgrade eslint-config-next from ^13.2.1 to ^15.5.12 and
eslint-plugin-react-hooks from ^4.6.0 to ^5.0.0 in all three nextjs
templates (app, pages, express) to resolve peer dependency conflicts
with React 19
- Add overrides.eslint-plugin-react-hooks to deduplicate the plugin and
prevent ESLint duplicate-plugin errors
- Regenerate package-lock.json for all three templates without flags
- Improve error messages in regen.js (include command and stderr) and
npm-ci.js (rethrow original error) for easier debugging
Made-with: Cursor
* changeset
Made-with: Cursor
* fix: regenerate package-lock.json for nextjs templates
Regenerated stale lock files for gasket-template-nextjs-app,
gasket-template-nextjs-express, and gasket-template-nextjs-pages
so that npm ci can succeed in CI.
Made-with: Cursor1 parent 6346ff7 commit 20eafa6
File tree
10 files changed
+601
-913
lines changed- .changeset
- packages
- gasket-template-nextjs-app/template
- gasket-template-nextjs-express/template
- gasket-template-nextjs-pages/template
- tools/template-manager/src
- operations
10 files changed
+601
-913
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 191 additions & 301 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
Lines changed: 191 additions & 301 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments