Skip to content

chore(deps): bump the next group across 2 directories with 1 update - #1092

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-next-61e5d8323b
Open

chore(deps): bump the next group across 2 directories with 1 update#1092
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-next-61e5d8323b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the next group with 1 update in the / directory: @next/eslint-plugin-next.
Bumps the next group with 1 update in the /packages/eslint-config-bananass directory: @next/eslint-plugin-next.

Updates @next/eslint-plugin-next from 16.2.9 to 16.3.3

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v16.3.3

This release contains security fixes for the following advisories:

Critical:

v16.3.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • [backport] Scope app-entry export validation to files inside the app directory (#97357)
  • [backport] Fix catch-all index page being served for every other slug (#97416)
  • [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)

Credits

Huge thanks to @​lubieowoce, @​unstubbable, @​timneutkens, @​mischnic, and @​eps1lon for helping!

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

... (truncated)

Commits

Updates @next/eslint-plugin-next from 16.2.9 to 16.3.3

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v16.3.3

This release contains security fixes for the following advisories:

Critical:

v16.3.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • [backport] Scope app-entry export validation to files inside the app directory (#97357)
  • [backport] Fix catch-all index page being served for every other slug (#97416)
  • [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)

Credits

Huge thanks to @​lubieowoce, @​unstubbable, @​timneutkens, @​mischnic, and @​eps1lon for helping!

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

... (truncated)

Commits

Updates @next/eslint-plugin-next from 16.3.4 to 16.3.3

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v16.3.3

This release contains security fixes for the following advisories:

Critical:

v16.3.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • [backport] Scope app-entry export validation to files inside the app directory (#97357)
  • [backport] Fix catch-all index page being served for every other slug (#97416)
  • [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)

Credits

Huge thanks to @​lubieowoce, @​unstubbable, @​timneutkens, @​mischnic, and @​eps1lon for helping!

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

... (truncated)

Commits

@dependabot
dependabot Bot requested a review from lumirlumir as a code owner August 7, 2026 01:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 7, 2026
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated
npm-bananass-websites-eslint-config-bananass Ignored Ignored Preview Sep 2, 2026 1:06pm UTC
npm-bananass-websites-vitepress Ignored Ignored Preview Sep 2, 2026 1:06pm UTC

@github-actions github-actions Bot added 🏷️ scope: deps Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes labels Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Labels have been automatically applied based on the Conventional Commits specification.🏷️

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c5320c5807

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"dependencies": {
"@eslint/json": "^0.14.0",
"@next/eslint-plugin-next": "^16.2.9",
"@next/eslint-plugin-next": "^16.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the new Next recommended rule

With the dependency now allowing @next/eslint-plugin-next 16.3.0, jsx-next/tsx-next no longer mirror Next's recommended rules: v16.3.0 adds @next/next/no-location-assign-relative-destination to its recommended config, but packages/eslint-config-bananass/src/rules/next.ts still manually enumerates the old rule list. Consumers using this config will silently miss the new Next lint check until nextRules is updated (and ideally tested against the plugin's recommended config).

Useful? React with 👍 / 👎.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.31%. Comparing base (b5586d9) to head (75b79af).

@@           Coverage Diff           @@
##             main    #1092   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files         127      127           
  Lines        9615     9615           
  Branches      171      171           
=======================================
  Hits         9453     9453           
  Misses        162      162           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5586d9...75b79af. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot
dependabot Bot force-pushed the dependabot-npm_and_yarn-next-61e5d8323b branch 6 times, most recently from 5a448a5 to c07278f Compare August 20, 2026 06:32
@dependabot
dependabot Bot force-pushed the dependabot-npm_and_yarn-next-61e5d8323b branch 4 times, most recently from c08ab83 to 7262ea0 Compare August 31, 2026 07:28
Bumps the next group with 1 update in the / directory: [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next).
Bumps the next group with 1 update in the /packages/eslint-config-bananass directory: [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next).


Updates `@next/eslint-plugin-next` from 16.2.9 to 16.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.3/packages/eslint-plugin-next)

Updates `@next/eslint-plugin-next` from 16.2.9 to 16.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.3/packages/eslint-plugin-next)

Updates `@next/eslint-plugin-next` from 16.3.4 to 16.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.3/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.0
  dependency-type: direct:production
  dependency-group: next
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot-npm_and_yarn-next-61e5d8323b branch from 7262ea0 to 75b79af Compare September 2, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code 🏷️ scope: deps Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant