chore(deps): bump next 16.2.12 and refresh lockfile to latest in-range versions - #224
Merged
Merged
Conversation
…e versions Bump next and eslint-config-next from 16.2.10 to 16.2.12 in template-nextjs and template-nextjs-esm. This clears all 18 open Dependabot security alerts (7 high, 11 moderate), all of which trace to next@16.2.10: middleware/proxy bypass, SSRF in rewrites and Server Actions, DoS in Server Actions and the SVG image optimizer, cache confusion, and unauthenticated Server Function endpoint disclosure. Supersedes dependabot PRs #217, #218, #219, #220. Also ran `npm update` at the root to refresh package-lock.json to the latest versions already allowed by existing devDependency ranges: eslint, prettier, semantic-release, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and transitively js-yaml and form-data. Supersedes dependabot PRs #175, #176, #177, #178, #181, #191, #193. Did not bump typescript 6.0.3 -> 7.0.2 (dependabot PRs #199, #200, #202, #205): @typescript-eslint/parser@8.65.0's peer dependency caps at "typescript >=4.8.4 <6.1.0", so installing typescript 7 breaks `npm install` with an ERESOLVE conflict in every template that lints with @typescript-eslint (verified by scaffolding vanilla-ts via the built CLI). Left at 6.0.3 until typescript-eslint adds TS7 support. Verified: lint, typecheck, and build pass at the root; scaffolded vanilla, vanilla-ts, react, nextjs, and nextjs-esm via the built CLI against the real registry to confirm install/build still work with the bumped versions. Related to PP-3913.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nextandeslint-config-nextfrom 16.2.10 to 16.2.12 intemplate-nextjsandtemplate-nextjs-esm, clearing all 18 currently-open Dependabot security alerts (7 high, 11 moderate) — all traced tonext@16.2.10(middleware/proxy bypass, SSRF in rewrites and Server Actions, DoS in Server Actions and the SVG image optimizer, cache confusion, unauthenticated Server Function endpoint disclosure).npm updateat the root to refreshpackage-lock.jsonto the latest versions already permitted by existing devDependency ranges: eslint, prettier, semantic-release,@typescript-eslint/eslint-plugin,@typescript-eslint/parser, and transitively js-yaml/form-data.Not included
@typescript-eslint/parser@8.65.0's peer dependency caps attypescript >=4.8.4 <6.1.0, so installing typescript 7 breaksnpm installwith an ERESOLVE conflict in every template that lints with@typescript-eslint(confirmed by scaffoldingvanilla-tsvia the built CLI). Needs to wait for typescript-eslint to add TS7 support.Dependabot PRs superseded by this change
Security: #217, #218, #219, #220
Routine: #175, #176, #177, #178, #181, #191, #193
Left open (blocked, see above): #199, #200, #202, #205
Testing
npm run lintnpm run typechecknpm run buildRelated to PP-3913.
Merge Request:
origin/chore/deps-dependabot-sweep→origin/develop