Skip to content

chore(deps): bump next, nuqs and react-email - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-02603ecc26
Open

chore(deps): bump next, nuqs and react-email#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-02603ecc26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown

Bumps next, nuqs and react-email. These dependencies needed to be updated together.
Updates next from 14.2.24 to 16.2.12

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

v16.2.10

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

v16.2.9

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

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

v16.2.7

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

... (truncated)

Commits
  • 2234717 v16.2.12
  • 957f5ed [Backport] Fixes to support TypeScript 7 (#95831)
  • b56eb16 Backport/docs fixes 16.2 - July round (#96031)
  • 9beca08 v16.2.11
  • 3c48c7a [16.x] Fix Turbopack middleware matcher with i18n single locale
  • ac1eff3 [16.x] Improve performance of checking valid MPA form submissions
  • 9a4651e [16.x] Enforce serverActions.bodySizeLimit for Server Actions in Edge runtime
  • b512063 [16.x] Set correct origin for internal redirects in custom server
  • d303326 [16.x] Ensure exotic rewrite param values are properly encoded
  • 73b9487 [16.x] fix(fetch-cache): key fetch(Request, init) by the effective request
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


Updates nuqs from 1.20.0 to 2.9.3

Release notes

Sourced from nuqs's releases.

v2.9.3

Bug fixes

Documentation

Thanks

Huge thanks to @​manuelj555 for helping!

v2.9.2

Bug fixes

... (truncated)

Commits
  • 672e0df fix: preserve query state across concurrent rebases (#1507)
  • 8debf73 fix: recover state after discarded render (#1502)
  • ae08aed chore: patch Next.js security vulnerabilities (#1500)
  • 2bdca9e chore: fix docs build warnings (#1495)
  • b72c526 chore: bump dependencies (#1491)
  • 6f92955 fix: keep transitions pending while React Router loaders run (#1470)
  • 4e2d09f fix: honor call > parser > global precedence for limitUrlUpdates (#1480)
  • 1406c8c fix: share internal state across duplicate library copies (#1469)
  • fc23d07 fix(key-isolation): unwatched keys leaking through filterSearchParams (#1475)
  • b61f1a3 fix: support multi-value search params in createSearchParamsCache (#1477)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nuqs since your current version.


Updates react-email from 3.0.7 to 6.9.1

Release notes

Sourced from react-email's releases.

react-email@6.9.1

Patch Changes

  • ea02028: Serve static assets with URL-encoded filenames correctly in the preview server while preventing decoded paths from escaping the static directory.
  • 60c96a6: Fix <Tailwind> dropping dark: and other media-query variants with tailwindcss@4.3.3+, where the conditional value was inlined as the base style and the @media rule never reached the <head>

react-email@6.9.0

No release notes provided.

react-email@6.8.1

No release notes provided.

react-email@6.8.0

Minor Changes

  • 9605c04: Add a Props tab to the preview toolbar for live-editing the props a template is rendered with. Edits re-render the preview without changing the template's PreviewProps, invalid JSON is flagged inline, and a reset restores the template defaults.

Patch Changes

  • d7743bc: Ship per-module build output with sideEffects: false so bundlers can tree-shake unused components. Importing a component no longer pulls prismjs, marked, and tailwindcss into the bundle unless CodeBlock, Markdown, or Tailwind is actually used.
  • 7b32bf6: Fixed toolbar tabs not responding on statically built previews when the page was opened with a toolbar-panel query param in the URL.

react-email@6.7.0

Minor Changes

  • b448c3b: Enable custom export extensions via --extension/-e (e.g. .blade.php).

Patch Changes

  • Updated dependencies [ba96cfa]
  • Updated dependencies [58d8c08]
    • @​react-email/render@​2.1.0

react-email@6.6.9

Patch Changes

  • bc2f7e3: Fix group utilities including bad rules that don't work

react-email@6.6.8

Patch Changes

  • dca3c01: Fix email build computing the wrong output file tracing root in nested-workspace monorepos (e.g. a package one or more directories below the true repo root), which caused Vercel deploys to fail with an ENOENT error on the routes manifest.

react-email@6.6.7

Patch Changes

  • 6a5ff2a: Escape double quotes in Markdown link href/title and image title attributes, matching the escaping already applied to image src/alt. A markdown title like 'The "Complete" Guide' no longer breaks out of the attribute in the rendered HTML.
  • 4cf4c72: Fix two-value logical shorthands whose values aren't all numeric (e.g. margin-inline: 1rem auto, padding-inline: 10px calc(1rem + 2px)) producing invalid duplicated longhands. They are now split into the correct per-side declarations.
  • fa77d55: Merge declarations when the same class is defined by multiple Tailwind rules (e.g. a preset and a child config override).
  • fa52a04: Convert Tailwind's rgba(r g b / a) syntax to rgb(r,g,b,a) syntax for better email client support.

... (truncated)

Changelog

Sourced from react-email's changelog.

6.9.1

Patch Changes

  • ea02028: Serve static assets with URL-encoded filenames correctly in the preview server while preventing decoded paths from escaping the static directory.
  • 60c96a6: Fix <Tailwind> dropping dark: and other media-query variants with tailwindcss@4.3.3+, where the conditional value was inlined as the base style and the @media rule never reached the <head>

6.9.0

6.8.1

6.8.0

Minor Changes

  • 9605c04: Add a Props tab to the preview toolbar for live-editing the props a template is rendered with. Edits re-render the preview without changing the template's PreviewProps, invalid JSON is flagged inline, and a reset restores the template defaults.

Patch Changes

  • d7743bc: Ship per-module build output with sideEffects: false so bundlers can tree-shake unused components. Importing a component no longer pulls prismjs, marked, and tailwindcss into the bundle unless CodeBlock, Markdown, or Tailwind is actually used.
  • 7b32bf6: Fixed toolbar tabs not responding on statically built previews when the page was opened with a toolbar-panel query param in the URL.

6.7.0

Minor Changes

  • b448c3b: Enable custom export extensions via --extension/-e (e.g. .blade.php).

Patch Changes

  • Updated dependencies [ba96cfa]
  • Updated dependencies [58d8c08]
    • @​react-email/render@​2.1.0

6.6.9

Patch Changes

  • bc2f7e3: Fix group utilities including bad rules that don't work

6.6.8

Patch Changes

  • dca3c01: Fix email build computing the wrong output file tracing root in nested-workspace monorepos (e.g. a package one or more directories below the true repo root), which caused Vercel deploys to fail with an ENOENT error on the routes manifest.

6.6.7

Patch Changes

... (truncated)

Commits
  • dbabbb3 chore(root): version packages (#3675)
  • 60c96a6 fix(react-email): extract media-query variants with tailwindcss 4.3.3+ (#3674)
  • ea02028 fix(react-email): serve static files with URL-encoded names (#3671)
  • 7165657 chore(root): version packages (#3657)
  • 3966136 chore(root): version packages (#3651)
  • 465b635 chore(root): version packages (#3642)
  • d7743bc fix(react-email): ship per-module output so bundlers can tree-shake unused co...
  • afa94da fix(deps): update dependency jiti to v2.6.1 (#3398)
  • a8ccfec chore(root): version packages (#3640)
  • b448c3b feat(react-email): support custom export extension (#2555)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-email since your current version.


Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js), [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) and [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies needed to be updated together.

Updates `next` from 14.2.24 to 16.2.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v14.2.24...v16.2.12)

Updates `nuqs` from 1.20.0 to 2.9.3
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.9.3/packages/nuqs)

Updates `react-email` from 3.0.7 to 6.9.1
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@6.9.1/packages/react-email)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.12
  dependency-type: direct:production
- dependency-name: nuqs
  dependency-version: 2.9.3
  dependency-type: direct:production
- dependency-name: react-email
  dependency-version: 6.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 2026
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