Skip to content

Bump the react group with 3 updates#49

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/react-3e7d32c751
Closed

Bump the react group with 3 updates#49
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/react-3e7d32c751

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the react group with 3 updates: react, @types/react and react-dom.

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates @types/react from 19.2.7 to 19.2.14

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates @types/react from 19.2.7 to 19.2.14

Commits

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 react group with 3 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


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

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

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

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

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

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

Project Deployment Actions Updated (UTC)
vortex Ready Ready Preview, Comment May 4, 2026 5:21pm

Request Review

lwwmanning added a commit that referenced this pull request May 4, 2026
…alytics 2)

Single consolidated bump that supersedes the seven open Dependabot PRs
(#11, #49–54) with one coherent change. Lifts framework majors to current
and includes the necessary code migration for next-plausible v4.

Major bumps:
- next 16.1.5 → 16.2.4
- typescript 5.9.3 → 6.0.3 (drop-in: tsconfig already TS-6 ready, no baseUrl)
- @types/node 24.10.1 → 25.6.0
- @vercel/analytics 1.6.1 → 2.0.1 (drop-in: bare <Analytics /> API unchanged)
- next-plausible 3.12.5 → 4.0.0 (migration: see below)

Minor/patch sweep (≥14 days old, respecting the dependabot cooldown):
react 19.2.5, @types/react 19.2.14, @next/mdx 16.2.4, tailwindcss 4.2.3
(exact-pinned), @tailwindcss/postcss 4.2.3, resend 6.12.2,
rehype-pretty-code 0.14.3.

next-plausible v4 migration: v4 uses Plausible script v2's site-specific URL
instead of the legacy data-domain attribute. Renamed
NEXT_PUBLIC_PLAUSIBLE_DOMAIN → NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC and made
both the withPlausibleProxy wrapper and PlausibleProvider conditional on
the env var so local dev (no env) builds and renders cleanly. CSP unchanged
— script still served from plausible.io.

Post-merge: set NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC in Vercel (URL from the
Plausible dashboard for vortex.dev), remove NEXT_PUBLIC_PLAUSIBLE_DOMAIN.

Verified: check:ci, build, typecheck, verify (15/15 passed).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
lwwmanning added a commit that referenced this pull request May 4, 2026
…alytics 2)

Single consolidated bump that supersedes the seven open Dependabot PRs
(#11, #49–54) with one coherent change. Lifts framework majors to current
and includes the necessary code migration for next-plausible v4.

Major bumps:
- next 16.1.5 → 16.2.4
- typescript 5.9.3 → 6.0.3 (drop-in: tsconfig already TS-6 ready, no baseUrl)
- @types/node 24.10.1 → 25.6.0
- @vercel/analytics 1.6.1 → 2.0.1 (drop-in: bare <Analytics /> API unchanged)
- next-plausible 3.12.5 → 4.0.0 (migration: see below)

Minor/patch sweep (≥14 days old, respecting the dependabot cooldown):
react 19.2.5, @types/react 19.2.14, @next/mdx 16.2.4, tailwindcss 4.2.3
(exact-pinned), @tailwindcss/postcss 4.2.3, resend 6.12.2,
rehype-pretty-code 0.14.3.

next-plausible v4 migration: v4 uses Plausible script v2's site-specific URL
instead of the legacy data-domain attribute. Renamed
NEXT_PUBLIC_PLAUSIBLE_DOMAIN → NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC and made
both the withPlausibleProxy wrapper and PlausibleProvider conditional on
the env var so local dev (no env) builds and renders cleanly. CSP unchanged
— script still served from plausible.io.

Post-merge: set NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC in Vercel (URL from the
Plausible dashboard for vortex.dev), remove NEXT_PUBLIC_PLAUSIBLE_DOMAIN.

Verified: check:ci, build, typecheck, verify (15/15 passed).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Will Manning <will@willmanning.io>
lwwmanning added a commit that referenced this pull request May 4, 2026
…alytics 2) (#55)

Single consolidated bump that supersedes the seven open Dependabot PRs
(#11, #49–54) with one coherent change. Lifts framework majors to current
and includes the necessary code migration for next-plausible v4.

Major bumps:
- next 16.1.5 → 16.2.4
- typescript 5.9.3 → 6.0.3 (drop-in: tsconfig already TS-6 ready, no baseUrl)
- @types/node 24.10.1 → 25.6.0
- @vercel/analytics 1.6.1 → 2.0.1 (drop-in: bare <Analytics /> API unchanged)
- next-plausible 3.12.5 → 4.0.0 (migration: see below)

Minor/patch sweep (≥14 days old, respecting the dependabot cooldown):
react 19.2.5, @types/react 19.2.14, @next/mdx 16.2.4, tailwindcss 4.2.3
(exact-pinned), @tailwindcss/postcss 4.2.3, resend 6.12.2,
rehype-pretty-code 0.14.3.

next-plausible v4 migration: v4 uses Plausible script v2's site-specific URL
instead of the legacy data-domain attribute. Renamed
NEXT_PUBLIC_PLAUSIBLE_DOMAIN → NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC and made
both the withPlausibleProxy wrapper and PlausibleProvider conditional on
the env var so local dev (no env) builds and renders cleanly. CSP unchanged
— script still served from plausible.io.

Post-merge: set NEXT_PUBLIC_PLAUSIBLE_SCRIPT_SRC in Vercel (URL from the
Plausible dashboard for vortex.dev), remove NEXT_PUBLIC_PLAUSIBLE_DOMAIN.

Verified: check:ci, build, typecheck, verify (15/15 passed).

Signed-off-by: Will Manning <will@willmanning.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/bun/react-3e7d32c751 branch May 4, 2026 17:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants