Bump the react group with 3 updates#49
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7 tasks
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>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the react group with 3 updates: react, @types/react and react-dom.
Updates
reactfrom 19.2.4 to 19.2.5Release notes
Sourced from react's releases.
Commits
23f4f9f19.2.5Updates
@types/reactfrom 19.2.7 to 19.2.14Commits
Updates
react-domfrom 19.2.4 to 19.2.5Release notes
Sourced from react-dom's releases.
Commits
23f4f9f19.2.5Updates
@types/reactfrom 19.2.7 to 19.2.14Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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