build(deps): bump the react group across 1 directory with 4 updates#3590
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the react group across 1 directory with 4 updates#3590dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
|
21c781f to
5ad45d0
Compare
Contributor
|
|
5ad45d0 to
a9a2ee0
Compare
Contributor
|
|
a9a2ee0 to
247ac66
Compare
Contributor
|
|
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-colorful](https://github.com/omgovich/react-colorful) and [react-day-picker](https://github.com/gpbl/react-day-picker/tree/HEAD/packages/react-day-picker). Updates `react` from 18.3.1 to 19.2.6 - [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.6/packages/react) Updates `react-dom` from 18.3.1 to 19.2.6 - [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.6/packages/react-dom) Updates `react-colorful` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/omgovich/react-colorful/releases) - [Changelog](https://github.com/omgovich/react-colorful/blob/master/CHANGELOG.md) - [Commits](https://github.com/omgovich/react-colorful/commits/5.7.0) Updates `react-day-picker` from 9.8.1 to 9.14.0 - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Changelog](https://github.com/gpbl/react-day-picker/blob/main/packages/react-day-picker/CHANGELOG.md) - [Commits](https://github.com/gpbl/react-day-picker/commits/v9.14.0/packages/react-day-picker) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: react - dependency-name: react-colorful dependency-version: 5.7.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: react - dependency-name: react-day-picker dependency-version: 9.14.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: react - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
247ac66 to
f084469
Compare
Contributor
|
|
2 tasks
wojtekn
added a commit
that referenced
this pull request
May 29, 2026
…sions (#3642) ## Related issues Closes #3590 Closes #3637 ## How AI was used in this PR This PR was created with Claude Code. All changes were reviewed and verified with passing typecheck and full test suite. ## Proposed Changes This PR combines two Dependabot PRs (#3590 and #3637) that have a circular dependency — the new `@wordpress/components@34`, `@wordpress/element@7`, `@wordpress/compose@8`, and `@wordpress/dataviews@15` all require React 19 as a peer dependency, making them impossible to land independently. **Package upgrades:** - `react` / `react-dom`: 18.2.0 → 19.2.6 - `@types/react` / `@types/react-dom`: 18.x → 19.x - `@wordpress/components`: 33.0.0 → 34.0.0 - `@wordpress/compose`: 7.36.0 → 8.0.0 - `@wordpress/element`: 6.39.0 → 7.0.0 - `@wordpress/dataviews`: 14.2.0 → 15.0.0 - `@wordpress/icons`: 13.1.0 → 13.2.0 (unpinned — the prior pin was a pre-React 19 workaround) - `@wordpress/i18n`, `@wordpress/react-i18n`, and several `apps/ui` WP packages bumped - `@rive-app/react-canvas`: 4.12.0 → 4.18.0 (adds React 19 peer dep support) - `date-fns`: ^3.3.1 → ^4.1.0 in `tools/common` and `apps/studio` — required so `@wordpress/components@34` **Patch file:** - Renamed `@wordpress+components+33.0.0.patch` → `@wordpress+components+34.0.0.patch` **TypeScript fixes for React 19 breaking changes:** - `useRef<T>()` → `useRef<T>(undefined)` (no-arg overload removed for non-DOM refs) - `ForwardRefRenderFunction` second param updated to `React.ForwardedRef<T>` - `RefObject<T | null>` propagated through prop types (React 19 `useRef(null)` is now nullable) - Dropped `ref` from react-markdown `ExtraProps` spreads to avoid v18/v19 `LegacyRef` mismatch - `allowpopups="true"` → `allowpopups={true}` (boolean attribute) - `Tooltip.Popup side` prop migrated to `positioner={<Tooltip.Positioner side={...} />}` (@wordpress/ui 0.14 API change) - `JSX.Element` → `ReactElement`, `JSX.IntrinsicElements` → `React.ComponentPropsWithRef` (global JSX namespace removed in React 19) ## Testing Instructions - `npm run typecheck` — passes clean - `npm test` — 1941/1941 tests pass - `npm start` — app starts locally and sites run normally ## Pre-merge Checklist - [x] Have you checked for TypeScript, React or other console errors? - [x] Unit tests pass (`npm test`) --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 4 updates in the / directory: react, react-dom, react-colorful and react-day-picker.
Updates
reactfrom 18.3.1 to 19.2.6Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.15667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)Updates
react-domfrom 18.3.1 to 19.2.6Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)Updates
react-colorfulfrom 5.6.1 to 5.7.0Release notes
Sourced from react-colorful's releases.
Commits
Updates
react-day-pickerfrom 9.8.1 to 9.14.0Release notes
Sourced from react-day-picker's releases.
... (truncated)
Changelog
Sourced from react-day-picker's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-day-picker since your current version.