Skip to content

build(deps): bump the web-deps group in /apps/web with 9 updates - #9

Merged
AetherAI3 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/web-deps-cbf9208ab5
Jul 27, 2026
Merged

build(deps): bump the web-deps group in /apps/web with 9 updates#9
AetherAI3 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/web-deps-cbf9208ab5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the web-deps group in /apps/web with 9 updates:

Package From To
next 16.2.6 16.2.11
react 19.2.6 19.2.8
@types/react 19.2.14 19.2.17
react-dom 19.2.6 19.2.8
@vitejs/plugin-react 6.0.2 6.0.4
@vitejs/plugin-rsc 0.5.26 0.5.29
eslint-config-next 16.2.6 16.2.11
react-server-dom-webpack 19.2.6 19.2.8
vinext 0.0.50 0.2.1

Updates next from 16.2.6 to 16.2.11

Release notes

Sourced from next's releases.

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

Commits
  • 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
  • bf9d17f [16.x] fix(incremental-cache): byte-exact fetch cache key for binary bodies
  • fe28768 [16.x] fix(next/image): improve performance of detectContentType()
  • d8afb8d [16.x] Performance improvements when decoding React Server function payloads
  • Additional commits viewable in compare view

Updates react from 19.2.6 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

Commits
Maintainer changes

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


Updates @types/react from 19.2.14 to 19.2.17

Commits

Updates react-dom from 19.2.6 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.7 (June 1, 2026)

React Server Components

Commits
Maintainer changes

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


Updates @types/react from 19.2.14 to 19.2.17

Commits

Updates @vitejs/plugin-react from 6.0.2 to 6.0.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.4

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

plugin-react@6.0.3

No release notes provided.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.4 (2026-07-22)

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

6.0.3 (2026-06-23)

Commits
  • f4b5498 release: plugin-react@6.0.4
  • 7a40659 fix(react): $RefreshSig$ is not defined with NODE_ENV=production vite dev ...
  • 98b32d4 fix(deps): update react 19.2.8 (#1298)
  • 8ae5449 fix: babel-plugin-react-compiler cannot be imported when used in a framework ...
  • f09ea01 fix(deps): update all non-major dependencies (#1282)
  • 640fd35 release: plugin-react@6.0.3
  • 889efb0 fix(deps): update all non-major dependencies (#1249)
  • 6c57dd4 fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...
  • 3cc33a7 fix(deps): update react-related dependencies (#1245)
  • c0f7c7f docs: mention the Biome rule in the "Consistent components exports" section (...
  • Additional commits viewable in compare view

Updates @vitejs/plugin-rsc from 0.5.26 to 0.5.29

Release notes

Sourced from @​vitejs/plugin-rsc's releases.

plugin-rsc@0.5.29

Please refer to CHANGELOG.md for details.

plugin-rsc@0.5.28

Please refer to CHANGELOG.md for details.

plugin-rsc@0.5.27

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-rsc's changelog.

0.5.29 (2026-07-22)

Features

  • rsc: expose static API and add PPR example (#1285) (8b785f6)

Bug Fixes

Miscellaneous Chores

0.5.28 (2026-07-17)

Features

  • rsc: ability to not load server reference module during createFromReadableStream on rsc environment (#1289) (a3690f3)
  • rsc: split server and client runtimes (#1252) (61637cf)

Bug Fixes

  • deps: update all non-major dependencies (#1241) (cd80f0f)
  • deps: update all non-major dependencies (#1249) (889efb0)
  • deps: update all non-major dependencies (#1282) (f09ea01)
  • deps: update react-related dependencies (#1245) (3cc33a7)
  • plugin-rsc: expose encodeFormAction option type and re-export encodeReply and createTemporaryReferenceSet from ssr (#1280) (85095b5)
  • rsc: fix transformWrapExport with filter and rejectNonAsyncFunction (#1254) (24d6376)
  • rsc: fix transitive dep as client boundary by bailing out client package virtual (#1277) (85814bf)
  • rsc: lower client reference preload priority (#1264) (8469321)

Documentation

  • plugin-rsc: align runtime API descriptions (#1286) (2bed52c)

Miscellaneous Chores

Code Refactoring

0.5.27 (2026-06-01)

Features

... (truncated)

Commits
  • a80215e release: plugin-rsc@0.5.29
  • 98b32d4 fix(deps): update react 19.2.8 (#1298)
  • 8b785f6 feat(rsc): expose static API and add PPR example (#1285)
  • 5954659 chore(rsc): rework testing guidance (#1293)
  • 674c6c4 release: plugin-rsc@0.5.28
  • 24d6376 fix(rsc): fix transformWrapExport with filter and `rejectNonAsyncFunctio...
  • 0f5348d chore(plugin-rsc): explain preserved reference validation (#1291)
  • a3690f3 feat(rsc): ability to not load server reference module during `createFromRead...
  • f098083 chore(rsc): remove obsolete research documentation (#1288)
  • 83e3448 refactor(rsc): align SSG browser entry (#1287)
  • Additional commits viewable in compare view

Updates eslint-config-next from 16.2.6 to 16.2.11

Release notes

Sourced from eslint-config-next's releases.

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

Commits

Updates react-server-dom-webpack from 19.2.6 to 19.2.8

Release notes

Sourced from react-server-dom-webpack's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

Changelog

Sourced from react-server-dom-webpack's changelog.

19.2.7 (June 1, 2026)

React Server Components

Commits
Maintainer changes

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


Updates vinext from 0.0.50 to 0.2.1

Release notes

Sourced from vinext's releases.

vinext@0.2.1

Bug Fixes

App Router

  • limit mounted slot cache variants (#2497)
  • omit pending RSC cache state for query renders (#2488)
  • isolate global not-found css (#2444)
  • expose app rewrites to pages data clients (#2468)
  • publish committed no-prefetch navigations (#2469)
  • cache segment prefetches by rendered search params (#2477)
  • skip readiness waits for speculative prerenders (#2457)
  • align app static ISR lifecycle (#2472)
  • reuse metadata rewrite prefetches (#2455)
  • avoid runtime route-tree prefetch sizing (#2467)
  • start optimistic prefetches immediately (#2440)
  • normalize rsc reference validation ids (#2480)
  • send deployment id on RSC responses (#2452)
  • separate header-only full-route rsc requests (#2445)
  • preserve app rewrite filtering (#2441)
  • revalidate dynamic intercepted actions (#2443)
  • evict segment prefetches under memory pressure (#2466)
  • honor basePath false rewrites (#2370)
  • preserve rewritten route identity (#2358)
  • support styled-jsx from next (#2341)

Pages

  • align middleware data prefetch caching (#2451)
  • honor basePath false rewrites (#2442)
  • normalize data routes for trailing slash middleware (#2470)
  • align prerender functional parity (#2471)
  • enforce reactStrictMode by wrapping client root in (#2433)
  • preload initial dev stylesheets (#2423)
  • route dotted dynamic paths in dev (#2424)

Misc

  • fully elide inline type-only import specifiers (#2498)
  • Config: escape destination query params (#2494)
  • Link: avoid reusing dynamic app route prefetches (#2450)
  • Build: handle dynamic requests in JS files with JSX (#1736)
  • Dev: treat .js as JSX in the optimizeDeps scanner (#2434)
  • Config: resolve and bundle extensionless .cjs config imports (#2435)
  • CSS: preserve Sass partial asset URLs (#2338)
  • Link: reuse full prefetch loading shells (#2332)
  • Dev: seed Cloudflare Pages Router worker deps (#2430)
  • Cloudflare: support Sentry request errors on Workers (#2425)
  • use normalizePathSeparators in formatAppFilePath for Windows compatibility (#2426)
  • Routing: use normalizePathSeparators(path.relative) instead of path.posix.relative (#2308)

... (truncated)

Commits
  • 5471b41 chore: version packages (#2428)
  • b7455c3 fix: fully elide inline type-only import specifiers (#2498)
  • 5915c87 fix(app-router): limit mounted slot cache variants (#2497)
  • 336450a fix(config): escape destination query params (#2494)
  • e0db846 fix(cloudflare): respect TPR cache opt-outs (#2493)
  • 20e1076 chore(release): reclassify reactStrictMode entry (#2496)
  • a9a30a5 fix(app-router): omit pending RSC cache state for query renders (#2488)
  • 6c7b71e fix(app-router): isolate global not-found css (#2444)
  • 8b12274 fix(pages): align middleware data prefetch caching (#2451)
  • 6bd1ee0 fix(app-router): expose app rewrites to pages data clients (#2468)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the web-deps group in /apps/web with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `16.2.6` | `16.2.11` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.17` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.8` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.2` | `6.0.4` |
| [@vitejs/plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-rsc) | `0.5.26` | `0.5.29` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.6` | `16.2.11` |
| [react-server-dom-webpack](https://github.com/react/react/tree/HEAD/packages/react-server-dom-webpack) | `19.2.6` | `19.2.8` |
| [vinext](https://github.com/cloudflare/vinext) | `0.0.50` | `0.2.1` |


Updates `next` from 16.2.6 to 16.2.11
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.6...v16.2.11)

Updates `react` from 19.2.6 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.6 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitejs/plugin-react` from 6.0.2 to 6.0.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.4/packages/plugin-react)

Updates `@vitejs/plugin-rsc` from 0.5.26 to 0.5.29
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-rsc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-rsc@0.5.29/packages/plugin-rsc)

Updates `eslint-config-next` from 16.2.6 to 16.2.11
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.11/packages/eslint-config-next)

Updates `react-server-dom-webpack` from 19.2.6 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-server-dom-webpack)

Updates `vinext` from 0.0.50 to 0.2.1
- [Release notes](https://github.com/cloudflare/vinext/releases)
- [Commits](https://github.com/cloudflare/vinext/compare/v0.0.50...vinext@0.2.1)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@vitejs/plugin-rsc"
  dependency-version: 0.5.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: eslint-config-next
  dependency-version: 16.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: react-server-dom-webpack
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: vinext
  dependency-version: 0.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
...

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 22, 2026
@AetherAI3
AetherAI3 merged commit 7adfe57 into main Jul 27, 2026
1 of 8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apps/web/web-deps-cbf9208ab5 branch July 27, 2026 10:43
AetherAI3 added a commit that referenced this pull request Aug 12, 2026
Resolve all 10 open GitHub Dependabot alerts on apps/web/package-lock.json:

- nanoid 3.3.12 -> 3.3.18 (alerts #16, #17; GHSA-2v37-7h3g-55p8, GHSA-28wg-ghj8-5hjv)
- undici 7.28.0 -> 7.29.0 (alerts #5-#9) via wrangler 4.113.0 -> 4.121.0
  and @cloudflare/vite-plugin 1.46.0 -> 1.51.3 (miniflare pins undici exactly)
- fast-uri 3.1.4 -> 3.1.5 (alert #11; GHSA-7p8r-x3mc-p8w7)
- js-yaml 4.3.0 -> 4.3.1 (alert #15; GHSA-5p4m-2wfm-xmqj)
- postcss override 8.5.18 -> 8.5.26 (alert #18; GHSA-fxqj-rqcc-2cmp)
- brace-expansion refreshed to 1.1.18 / 5.0.9 (npm audit DoS advisories,
  not yet surfaced as Dependabot alerts)

Lockfile regenerated through npm only; clean npm ci verified.
Web workspace lint, build, 25 unit tests, and 3 rendered-HTML tests pass.

Co-authored-by: DBarr3 <143002219+DBarr3@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant