Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the react group with 4 updates in the / directory: react, react-dom, react-error-boundary and react-intl.

Updates react from 19.2.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-dom from 19.2.1 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-error-boundary from 6.0.0 to 6.0.1

Commits
  • 257255b 6.0.0 -> 6.0.1
  • 73a6393 Updated contributing markdown
  • 7a49904 Filled in useErrorBoundary page
  • 5a0c930 Removed examples from README; those are now in the docs
  • f5c6968 Vercel JSON
  • 483e98a Fix OG image URL
  • 0fcbea5 Adopt react-lib-tools (#231)
  • 2b0cc09 chore(eslint): migrate config from 'mjs' to 'js' (#226)
  • 47c76a2 chore(eslint.config): replace deprecated 'tseslint.config' with 'defineConfig...
  • f50c322 ci(.github/workflows): update 'actions/checkout' and 'actions/setup-node' to ...
  • See full diff in compare view

Updates react-intl from 7.1.14 to 8.0.9

Release notes

Sourced from react-intl's releases.

[email protected]

8.0.6 (2025-12-19)

Bug Fixes

[email protected]

8.0.3 (2025-12-16)

Bug Fixes

[email protected]

8.0.0 (2025-12-15)

⚠ BREAKING CHANGES

  • react-intl: wrap rich text with Fragment instead of clone, fix #5135 (#5507)
  • react-intl: drop support for React 18 and below (#5485)
  • @​formatjs/intl-getcanonicallocales: convert to esm (#5457)
  • @​formatjs/intl-pluralrules: convert to esm (#5436)
  • @​formatjs/intl-locale: convert to esm (#5435)
  • @​formatjs/intl-numberformat: convert to ESM (#5431)
  • @​formatjs/intl-datetimeformat: convert to ESM (#5429)
  • react-intl: convert to ESM

Features

Bug Fixes

  • @​formatjs/intl-numberformat: convert to ESM (#5431) (793ae5c) - by @​longlho
  • react-intl: move @​types/react to peerDep (eea10ff) - by @​longlho
  • react-intl: wrap rich text with Fragment instead of clone, fix #5135 (#5507) (27365e8) - by @​longlho
  • use global 'time' Formats override with formatTime/FormattedTimeParts 'format' config instead of 'date' Formats, add strict 'format' overrides typing to FormattedDate and FormattedTime (#5151) (3fe4b50) - by @​seanmadi
Commits
  • dbe50f1 build: publish
  • 2a8a3a3 build: update stale bot to not mark stale if there are updates
  • 55cb0f6 fix(@​formatjs/intl-datetimeformat): handle interval format fallback, fix #416...
  • ba0e281 fix(@​formatjs/intl-datetimeformat): extract tz mapping from metazoneInfo, fix...
  • 3d3c57a fix(@​formatjs/intl-datetimeformat): add synthetic range, fix #4535 (#5682)
  • 54ef319 feat: upgrade cldr to v48 (#5678)
  • 9d852dd build: fix docs site
  • 2b944f8 build: fix docs site
  • 4b3c573 build: fix docs site
  • 3886c68 build: fix docs site
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added the A-Dependencies Pull requests that update a dependency file label Dec 29, 2025
Bumps the react group with 4 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom), [react-error-boundary](https://github.com/bvaughn/react-error-boundary) and [react-intl](https://github.com/formatjs/formatjs).


Updates `react` from 19.2.1 to 19.2.3
- [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.3/packages/react)

Updates `react-dom` from 19.2.1 to 19.2.3
- [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.3/packages/react-dom)

Updates `react-error-boundary` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@6.0.0...6.0.1)

Updates `react-intl` from 7.1.14 to 8.0.9
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@8.0.9)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-error-boundary
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-intl
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-06d2e5146d branch from 9765420 to b47bddb Compare January 7, 2026 12:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2026

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

@dependabot dependabot bot closed this Jan 7, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-06d2e5146d branch January 7, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant