chore(deps): bump next from 16.2.7 to 16.2.9#47
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.2.7 to 16.2.9. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.7...v16.2.9) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThis PR updates the Next.js dependency in the web application from version 16.2.7 to 16.2.9. The change is a straightforward patch version bump with no modifications to application code, configuration, or other dependencies. ChangesDependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
apps/web/package.json (1)
27-27: ⚡ Quick winAlign
eslint-config-nextwith the bumped Next.js patch version.After changing
nexton Line 27 to16.2.9,eslint-config-nextremains16.2.6(Line 48). Please verify and preferably pin it to the same patch to avoid lint/config drift across Next-managed rules.Suggested follow-up change
"devDependencies": { @@ - "eslint-config-next": "16.2.6", + "eslint-config-next": "16.2.9",🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/web/package.json` at line 27, Update the package.json dependency so that "eslint-config-next" is pinned to the same Next.js patch version as "next" (change "eslint-config-next" from 16.2.6 to 16.2.9), then reinstall dependencies (npm/yarn/pnpm install) to ensure the lockfile is updated; confirm linting still runs against the updated config. Refer to the JSON keys "next" and "eslint-config-next" in package.json when making the change.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@apps/web/package.json`:
- Line 27: Update the package.json dependency so that "eslint-config-next" is
pinned to the same Next.js patch version as "next" (change "eslint-config-next"
from 16.2.6 to 16.2.9), then reinstall dependencies (npm/yarn/pnpm install) to
ensure the lockfile is updated; confirm linting still runs against the updated
config. Refer to the JSON keys "next" and "eslint-config-next" in package.json
when making the change.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: eb687b29-c359-46f1-8bcb-7054b572c21c
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
apps/web/package.json
Bumps next from 16.2.7 to 16.2.9.
Release notes
Sourced from next's releases.
Commits
f37fad9v16.2.9d9aaaed[cd] Allow tagging semver-lower releases as@latestif@latestpo… (#94627)6f16804v16.2.80dbc1d5[16.2.x][cd] Ensure release can be triggered on old branches (#94598)90e3c81[16.2.x] Align Actions dependencies with Canary (#94339)83f402c[16.2.x][cd] Stop fetching all tags when searching parent tag (#94334)411c455v16.2.7Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit