Skip to content

chore(deps): update nextjs monorepo to v16.3.5 - #3150

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/nextjs-monorepo
Open

renovate[bot] wants to merge 1 commit into
developfrom
renovate/nextjs-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@next/eslint-plugin-next (source) 16.2.616.3.5 age confidence
eslint-config-next (source) 16.2.616.3.5 age confidence
next (source) 16.2.616.3.5 age confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v16.3.5

Compare Source

The following bug fixes have been backported. It does not include all pending features/changes on canary.

  • next/image: Skip 0-byte entries when initializing disk LRU cache (#​98185)
  • next/image: Reject empty images when reading/writing to the disk cache (#​98186)
  • Emit whole-app server NFTs when output: 'standalone' is used with an adapter (#​98167)
  • Add CSP nonce to script tags of loading and template files (#​98403)
  • Fix use cache prerender signal retention (#​98448)

v16.3.4

Compare Source

Follow-up release to v16.3.3 re-enabling AVIF Image Optimization (#​97949).

The following bug fixes have been backported. It does not include all pending features/changes on canary.

Credits

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

v16.3.3

Compare Source

This release contains security fixes for the following advisories:

Critical:

v16.3.2

Compare Source

[!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

Compare Source

What's Changed

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

v16.3.0

Compare Source

v16.2.12

Compare Source

v16.2.11

Compare Source

This release contains security fixes for the following advisories:

High:

Moderate:

v16.2.10

Compare Source

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Compare Source

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Compare Source

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

Compare Source

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

Core Changes
  • Backport documentation fixes for v16.2 (#​93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#​93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#​93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#​93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#​93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#​93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#​93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#​94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#​94050)
  • [backport] Propagate adapter preferred regions (#​94200)
  • [16.2.x] Don't drop FormData entries (#​94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#​94284)
Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

vercel/next.js (eslint-config-next)

v16.3.5

Compare Source

v16.3.4

Compare Source

v16.3.3

Compare Source

v16.3.2

Compare Source

[!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

Compare Source

v16.3.0

Compare Source

v16.2.12

Compare Source

v16.2.11

Compare Source

v16.2.10

Compare Source

v16.2.9

Compare Source

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Compare Source

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

Compare Source

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

Core Changes
  • Backport documentation fixes for v16.2 (#​93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#​93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#​93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#​93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#​93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#​93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#​93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#​94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#​94050)
  • [backport] Propagate adapter preferred regions (#​94200)
  • [16.2.x] Don't drop FormData entries (#​94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#​94284)
Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

vercel/next.js (next)

v16.3.5

Compare Source

v16.3.4

Compare Source

v16.3.3

Compare Source

v16.3.2

Compare Source

[!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

Compare Source

v16.3.0

Compare Source

v16.2.12

Compare Source

v16.2.11

Compare Source

v16.2.10

Compare Source

v16.2.9

Compare Source

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Compare Source

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

Compare Source

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

Core Changes
  • Backport documentation fixes for v16.2 (#​93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#​93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#​93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#​93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#​93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#​93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#​93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#​94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#​94050)
  • [backport] Propagate adapter preferred regions (#​94200)
  • [16.2.x] Don't drop FormData entries (#​94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#​94284)
Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner June 11, 2026 10:26
@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2026
@cypress

cypress Bot commented Jun 11, 2026

Copy link
Copy Markdown

seerr    Run #3730

Run Properties:  status check passed Passed #3730  •  git commit ed91484468: chore(deps): update nextjs monorepo to v16.3.5
Project seerr
Branch Review renovate/nextjs-monorepo
Run status status check passed Passed #3730
Run duration 02m 13s
Commit git commit ed91484468: chore(deps): update nextjs monorepo to v16.3.5
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 33
View all changes introduced in this branch ↗︎

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 24a05bc to 663603b Compare June 17, 2026 00:33
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.2.7 chore(deps): update nextjs monorepo to v16.2.9 Jun 17, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 663603b to 9de4e45 Compare July 8, 2026 20:34
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.2.9 chore(deps): update nextjs monorepo to v16.2.10 Jul 8, 2026
@github-actions github-actions Bot added the merge conflict Cannot merge due to merge conflicts label Jul 22, 2026
@github-actions

Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 9de4e45 to 5500501 Compare July 22, 2026 12:52
@github-actions github-actions Bot removed the merge conflict Cannot merge due to merge conflicts label Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 3686ac1 to 59ccbe5 Compare July 28, 2026 18:49
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.2.10 chore(deps): update nextjs monorepo to v16.2.11 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from c6008fc to f9ccc0a Compare August 1, 2026 20:52
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.2.11 chore(deps): update nextjs monorepo to v16.2.12 Aug 1, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from f9ccc0a to b6046ef Compare August 10, 2026 23:17
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.2.12 chore(deps): update nextjs monorepo to v16.3.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from b6046ef to c1b51f3 Compare August 11, 2026 13:18
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from c1b51f3 to 56cbdf2 Compare August 23, 2026 17:14
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.3.0 chore(deps): update nextjs monorepo to v16.3.1 Aug 23, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 56cbdf2 to dd5fdd7 Compare August 26, 2026 12:16
@github-actions github-actions Bot added the merge conflict Cannot merge due to merge conflicts label Aug 27, 2026
@github-actions

Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from dd5fdd7 to 7221400 Compare August 27, 2026 13:15
@github-actions github-actions Bot removed the merge conflict Cannot merge due to merge conflicts label Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 7221400 to 5bbe892 Compare August 28, 2026 10:48
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.3.1 chore(deps): update nextjs monorepo to v16.3.2 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 5bbe892 to 0962f44 Compare September 1, 2026 16:09
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.3.2 chore(deps): update nextjs monorepo to v16.3.3 Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from bf00866 to 3a604c7 Compare September 3, 2026 10:30
@github-actions github-actions Bot added the merge conflict Cannot merge due to merge conflicts label Sep 5, 2026
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 3a604c7 to d4e2474 Compare September 5, 2026 23:31
@github-actions github-actions Bot removed the merge conflict Cannot merge due to merge conflicts label Sep 5, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from d4e2474 to 5edb471 Compare September 7, 2026 20:29
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.3.3 chore(deps): update nextjs monorepo to v16.3.4 Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 8f717a8 to 9888611 Compare September 15, 2026 18:35
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 11d42b53-a6e0-421d-aecc-35508533c990

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 1a3cce9 to a095ea6 Compare September 18, 2026 21:57
@renovate renovate Bot changed the title chore(deps): update nextjs monorepo to v16.3.4 chore(deps): update nextjs monorepo to v16.3.5 Sep 18, 2026
ehulle117 pushed a commit to ehulle117/tars that referenced this pull request Sep 20, 2026
Re-checked seerr-team/seerr#3150 - it's still an open PR, not merged
to main as I'd previously assumed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from a095ea6 to ed91484 Compare September 24, 2026 09:23

This branch has not been deployed

No deployments
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants