Skip to content

build(deps): bump the wordpress group with 30 updates - #4320

Open
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/wordpress-7117ac10da
Open

build(deps): bump the wordpress group with 30 updates#4320
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/wordpress-7117ac10da

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the wordpress group with 30 updates:

Package From To
@wordpress/i18n 6.20.0 6.24.0
@wordpress/components 34.0.0 37.0.0
@wordpress/compose 8.0.0 8.4.0
@wordpress/dataviews 15.0.0 17.2.0
@wordpress/element 7.0.0 8.3.0
@wordpress/icons 13.2.0 15.2.0
@wordpress/private-apis 1.47.0 1.51.0
@wordpress/react-i18n 4.47.0 4.51.0
@wordpress/theme 0.14.0 1.0.0
@wordpress/ui 0.14.0 0.18.0
@wordpress/html-entities 4.47.0 4.51.0
@wordpress/keycodes 4.47.0 4.51.0
@wordpress/rich-text 7.47.0 7.51.0
@wordpress/block-serialization-default-parser 5.47.0 5.51.0
@wordpress/a11y 4.47.0 4.51.0
@wordpress/base-styles 9.0.0 11.0.0
@wordpress/data 10.47.0 10.51.0
@wordpress/date 5.47.0 5.51.0
@wordpress/deprecated 4.47.0 4.51.0
@wordpress/dom 4.47.0 4.51.0
@wordpress/dom-ready 4.47.0 4.51.0
@wordpress/escape-html 3.47.0 3.51.0
@wordpress/hooks 4.47.0 4.51.0
@wordpress/is-shallow-equal 5.47.0 5.51.0
@wordpress/primitives 4.47.0 4.51.0
@wordpress/priority-queue 3.47.0 3.51.0
@wordpress/redux-routine 5.47.0 5.51.0
@wordpress/style-runtime 0.3.0 0.7.0
@wordpress/undo-manager 1.47.0 1.51.0
@wordpress/warning 3.47.0 3.51.0

Updates @wordpress/i18n from 6.20.0 to 6.24.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.24.0 (2026-07-14)

6.23.0 (2026-07-01)

6.22.0 (2026-06-24)

6.21.1 (2026-06-16)

6.21.0 (2026-06-10)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/components from 34.0.0 to 37.0.0

Changelog

Sourced from @​wordpress/components's changelog.

37.0.0 (2026-07-14)

Enhancements

  • ControlWithError: Remove redundant inline aria-live region for validation error messages to prevent duplicate announcements. (#79600).

Breaking Changes

  • ExternalLink: No longer sets the rel attribute by default. Consumers relying on the previous behavior should pass rel explicitly (#79743).
  • View: The legacy Emotion css prop no longer applies styles and is now accepted as a no-op for compatibility. Use style for inline styles or className for CSS-based styling instead (#79443).
  • Components that compose Emotion style fragments with cx() should pass source-order-dependent fragments in a single css() call. Passing separate fragments can change override order after the following components stopped rendering styles through Emotion:
  • The __next40pxDefaultSize prop is now true by default. The prop can be safely removed from the following:

Enhancements

  • Update emphasized labels and controls from the legacy medium weight to the emphasis font-weight token, and align the default font-family stack with the @wordpress/theme body token (#80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Button: Align focus rings with the design system (#78646).
  • The size prop no longer has any effect and can be safely removed from the following:
  • Button: Render the secondary variant's border with a real border instead of box-shadow (#79982).

Documentation

  • Document clsx object syntax for conditional CSS Module classes (#79490, #79535).

Bug Fixes

... (truncated)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/compose from 8.0.0 to 8.4.0

Changelog

Sourced from @​wordpress/compose's changelog.

8.4.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

Bug Fixes

  • useMergeRefs: Apply ref changes when the element attached outside a render of the calling component (e.g. a merged ref passed to a child that mounts the element in its own commit); previously the first ref change after such an attachment was skipped, leaving stale callbacks on the element (#80133).

8.3.0 (2026-07-01)

8.2.0 (2026-06-24)

8.1.1 (2026-06-16)

8.1.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Documentation

  • Fix documentation typos (#78686).
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/dataviews from 15.0.0 to 17.2.0

Changelog

Sourced from @​wordpress/dataviews's changelog.

17.2.0 (2026-07-14)

New Features

  • DataForms: Add a richtext control, selectable via Edit: 'richtext' (or an EditConfig with control: 'richtext'). The control assembles @wordpress/rich-text into the presentational ContentEditableControl shell from @wordpress/components. #78471 #79345

Bug Fix

  • DataViews: Stop the infinite-scroll list from jumping while pages load asynchronously. The scroll-anchor restoration no longer discards scrolling the user did during the load, and the footer's visibility no longer depends on the loading state, so it no longer mounts mid-load (resizing the scroll container). #79546
  • Fix Dataviews popover hover text color readability issue on WordPress 7.0. #80105

Internal

  • Expose the richtext control's RichTextControl assembly as a private API so other core packages can render a standalone rich text form field without a DataForm (#78242).
  • Add an optional completers prop to the private RichTextControl assembly, wiring @wordpress/components' autocomplete to the field (e.g. for @ mentions) (#79604).
  • Update @ariakit/react to 0.4.32 (#79860).

Enhancements

  • Update emphasized labels and controls from the legacy medium weight to the emphasis font-weight token (#80093).

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

  • ValidatedDateControl: Update validation error message to be announced by screen readers using speak instead of an inline aria-live region (#79600)

17.1.0 (2026-07-01)

17.0.0 (2026-06-24)

Breaking Changes

  • DataViewsPicker: DataViewsPicker.BulkActionToolbar now renders only the bulk-selection info and action buttons, without pagination, matching DataViews.BulkActionToolbar. The full footer it previously rendered (including pagination) is now exposed as DataViewsPicker.Footer, matching DataViews.Footer. #79180

Bug Fix

  • DataForm panel layout: fix double-clicking a field row leaving the flyout stuck open. #79348
  • DataForm panel layout: use overflow: clip on field controls so focus rings of inner elements are no longer clipped. #79275

Code Quality

  • Move @types/react from dependencies to an optional peer dependency so consumers' React type version is used #79095.
  • DataForm panel layout: remove button/dropdown-specific overrides from .dataforms-layouts-panel__field-control; those overrides are no longer needed. #79275
  • DataForm panel layout: align label-side gap with the regular layout by using --wpds-dimension-gap-sm (8px). #79311

Documentation

  • Fix overriden typo to overridden in README. (#79331)
  • Add component documentation for DataViews, DataViewsPicker, and DataForm components (#79460).

Internal

... (truncated)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by desrosj, a new releaser for @​wordpress/dataviews since your current version.


Updates @wordpress/element from 7.0.0 to 8.3.0

Changelog

Sourced from @​wordpress/element's changelog.

8.3.0 (2026-07-14)

8.2.0 (2026-07-01)

8.1.0 (2026-06-24)

8.0.1 (2026-06-16)

8.0.0 (2026-06-10)

Breaking Changes

  • Revert React back to v18 #78940.
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/icons from 13.2.0 to 15.2.0

Changelog

Sourced from @​wordpress/icons's changelog.

15.2.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Add Playlist icon. (#80168).
  • Add new "sites" icon. (#80094).

15.1.0 (2026-07-01)

15.0.0 (2026-06-24)

Breaking Changes

  • Update all icons to render with currentColor by default. Consumers that style icons by setting inherited fill on a wrapper should set color instead, or pass style={ { color: ... } } to the icon. (#79320)

14.0.1 (2026-06-16)

14.0.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Breaking Changes

  • Rename timeToRead icon to time. (#78804)
  • Remove tab icon. (#77439)
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/private-apis from 1.47.0 to 1.51.0

Changelog

Sourced from @​wordpress/private-apis's changelog.

1.51.0 (2026-07-14)

Enhancements

  • Allow @wordpress/global-styles-engine to opt in to private APIs. (#79104)

1.50.0 (2026-07-01)

1.49.0 (2026-06-24)

1.48.1 (2026-06-16)

1.48.0 (2026-06-10)

Enhancements

  • Allow @wordpress/storybook to opt in to private APIs. (#78814)
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by desrosj, a new releaser for @​wordpress/private-apis since your current version.


Updates @wordpress/react-i18n from 4.47.0 to 4.51.0

Changelog

Sourced from @​wordpress/react-i18n's changelog.

4.51.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/theme from 0.14.0 to 1.0.0

Changelog

Sourced from @​wordpress/theme's changelog.

1.0.0 (2026-07-14)

Stable Release

This package is now considered stable and production-ready. The API will follow semantic versioning from this point forward.

Breaking Changes

  • Remove the --wpds-elevation-* design tokens while the complete elevation model is still being defined (#80099).
  • Rename the font-weight tokens by intent: --wpds-typography-font-weight-default for baseline text and --wpds-typography-font-weight-emphasis for labels, controls, and headings (#80093).
  • Make the package ESM-only by removing the published CommonJS entrypoints and requiring Node.js ^20.19.0 or >=22.13.0. (#80063)
  • Rename --wpds-color-background-thumb-neutral-disabled to --wpds-color-background-thumb-neutral-weak-disabled so the disabled token belongs to the existing neutral weak thumb family (#79770).
  • ThemeProvider: reject partially transparent and transparent seed colors. color.primary and color.background now only accept fully opaque seed colors (#79773).

Bug Fixes

  • Mark the published design-tokens.css file as side-effectful so downstream bundlers preserve the documented CSS import (#79551).

New Features

  • Add --wpds-color-background-thumb-brand-disabled for parity with the existing brand thumb state tokens (#79770).
  • Add --wpds-color-foreground-interactive-neutral-weak-active for parity with the existing neutral weak foreground interactive state tokens (#79770).

Documentation

  • Correct the documented default ThemeProvider background seed to #fcfcfc (#80237).
  • Remove the experimental messaging from the package README and update the package keywords to reflect its stable design system purpose (#80049).
  • Clarify what @wordpress/theme provides, when consumers need to load design-tokens.css, the ThemeProvider contract including root provider usage, and the legacy compatibility boundary (#79961).
  • Document build plugin behavior and add parity coverage for PostCSS, esbuild, and Vite (#80088).
  • Document design token accessibility responsibilities (#79943).
  • Document that ThemeProvider does not accept wrapper customization props (#79763).
  • Clarify the design token documentation entry points and keep the generated token guidance source internal (#79829).
  • Document intentional design token omissions in the design system tokens reference (#79770).
  • Clarify that --wpds-color-stroke-focus is a standalone exception to the normal color token naming pattern (#79764).
  • Document the design token naming grammar in the token reference (#79769).

Enhancements

  • Improve the plugin-wpds/no-token-fallback-values Stylelint rule message to point developers to the @wordpress/theme README for fallback setup guidance (#79768).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

Internal

  • Add regression test coverage for the ThemeProvider wrapper's display: contents focus behavior (#80056).

Code Quality

  • Clean the npm package publish surface, correct ESM declaration export paths, and validate packed test/story artifacts and local export targets (#79552).

0.17.0 (2026-06-30)

... (truncated)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by desrosj, a new releaser for @​wordpress/theme since your current version.


Updates @wordpress/ui from 0.14.0 to 0.18.0

Changelog

Sourced from @​wordpress/ui's changelog.

0.18.0 (2026-07-14)

Breaking Changes

  • Raise the required Node.js version to ^20.19.0 or >=22.13.0. (#80063)

New Features

  • Add Checkbox form primitive (#80039).
  • Add Skeleton component (#79671).

Enhancements

  • Update headings, buttons, and field labels from the legacy medium weight to the emphasis font-weight token (#80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Add LinkButton component (#78944).

Bug Fixes

  • Link: Restore the focus ring removed when LinkButton was added. (#80091)
  • Tabs: Re-measure overflow when the list or its content changes size so the scroll fade stays in sync as labels/badges load or a web font reflows the tabs. (#79856)
  • IconButton: Keep the inline padding override valid when reused in button length calculations (#79722).
  • IconButton: Restore the default tooltip delay on hover (#79505).
  • Button: Fix corner artifacts by using background-clip: border-box (#79524)

Internal

  • Add an explicit return type to an internal overlay focus helper so the published type definitions stay self-contained (#79684).
  • Enforce CSS Module class selector naming for component-library packages (#79504).
  • Update @base-ui/react from 1.5.0 to 1.6.0 (#79408).
  • Update --wp-ui-button-padding-block CSS property to avoid using unitless values, which are incompatible when used in calc math functions (#79786).

0.17.0 (2026-07-01)

0.16.1 (2026-06-30)

Internal

  • Add a temporary @wordpress/theme ThemeProvider compatibility fallback for older WordPress runtimes (#79620).

0.16.0 (2026-06-24)

Breaking Changes

  • Icon: The component no longer sets fill="currentColor" by default. Icons from @wordpress/icons now define how they inherit currentColor internally, such as through fill or stroke. Consumers should tint icons with the CSS color property rather than relying on inherited fill styles. (#79320)

Enhancements

  • Focus ring utilities: Remove the shared outline transition so focus ring styles are not accidentally overridden by component transitions (#78823).
  • Field.Description: Apply text-wrap: pretty to description text to avoid typographic widows (#79143).

... (truncated)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by desrosj, a new releaser for @​wordpress/ui since your current version.


Updates @wordpress/html-entities from 4.47.0 to 4.51.0

Changelog

Sourced from @​wordpress/html-entities's changelog.

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/keycodes from 4.47.0 to 4.51.0

Changelog

Sourced from @​wordpress/keycodes's changelog.

4.51.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Documentation

  • Fix documentation typos (#78686).
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/rich-text from 7.47.0 to 7.51.0

Changelog

Sourced from @​wordpress/rich-text's changelog.

7.51.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

Internal

  • Expose shortcutsListener and inputEventsListener helpers as private APIs, so rich text fields outside @wordpress/block-editor can dispatch the keyboard shortcut and input event callbacks format types register. #78471

7.50.0 (2026-07-01)

7.49.0 (2026-06-24)

7.48.1 (2026-06-16)

7.48.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.
Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

Updates @wordpress/block-serialization-default-parser from 5.47.0 to 5.51.0

Changelog

Sourced from @​wordpress/block-serialization-default-parser's changelog.

5.51.0 (2026-07-14)

5.50.0 (2026-07-01)

5.49.0 (2026-06-24)

5.48.1 (2026-06-16)

5.48.0 (2026-06-10)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/a11y from 4.47.0 to 4.51.0

Changelog

Sourced from @​wordpress/a11y's changelog.

4.51.0 (2026-07-14)

4.50.0 (2026-07-01)

4.49.0 (2026-06-24)

4.48.1 (2026-06-16)

4.48.0 (2026-06-10)

Commits

Bumps the wordpress group with 30 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.20.0` | `6.24.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `34.0.0` | `37.0.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `8.0.0` | `8.4.0` |
| [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) | `15.0.0` | `17.2.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `7.0.0` | `8.3.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `13.2.0` | `15.2.0` |
| [@wordpress/private-apis](https://github.com/WordPress/gutenberg/tree/HEAD/packages/private-apis) | `1.47.0` | `1.51.0` |
| [@wordpress/react-i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/react-i18n) | `4.47.0` | `4.51.0` |
| [@wordpress/theme](https://github.com/WordPress/gutenberg/tree/HEAD/packages/theme) | `0.14.0` | `1.0.0` |
| [@wordpress/ui](https://github.com/WordPress/gutenberg/tree/HEAD/packages/ui) | `0.14.0` | `0.18.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `4.47.0` | `4.51.0` |
| [@wordpress/keycodes](https://github.com/WordPress/gutenberg/tree/HEAD/packages/keycodes) | `4.47.0` | `4.51.0` |
| [@wordpress/rich-text](https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text) | `7.47.0` | `7.51.0` |
| [@wordpress/block-serialization-default-parser](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-serialization-default-parser) | `5.47.0` | `5.51.0` |
| [@wordpress/a11y](https://github.com/WordPress/gutenberg/tree/HEAD/packages/a11y) | `4.47.0` | `4.51.0` |
| [@wordpress/base-styles](https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles) | `9.0.0` | `11.0.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.47.0` | `10.51.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `5.47.0` | `5.51.0` |
| [@wordpress/deprecated](https://github.com/WordPress/gutenberg/tree/HEAD/packages/deprecated) | `4.47.0` | `4.51.0` |
| [@wordpress/dom](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom) | `4.47.0` | `4.51.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.47.0` | `4.51.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `3.47.0` | `3.51.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.47.0` | `4.51.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `5.47.0` | `5.51.0` |
| [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) | `4.47.0` | `4.51.0` |
| [@wordpress/priority-queue](https://github.com/WordPress/gutenberg/tree/HEAD/packages/priority-queue) | `3.47.0` | `3.51.0` |
| [@wordpress/redux-routine](https://github.com/WordPress/gutenberg/tree/HEAD/packages/redux-routine) | `5.47.0` | `5.51.0` |
| [@wordpress/style-runtime](https://github.com/WordPress/gutenberg/tree/HEAD/packages/style-runtime) | `0.3.0` | `0.7.0` |
| [@wordpress/undo-manager](https://github.com/WordPress/gutenberg/tree/HEAD/packages/undo-manager) | `1.47.0` | `1.51.0` |
| [@wordpress/warning](https://github.com/WordPress/gutenberg/tree/HEAD/packages/warning) | `3.47.0` | `3.51.0` |


Updates `@wordpress/i18n` from 6.20.0 to 6.24.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/i18n@6.24.0/packages/i18n)

Updates `@wordpress/components` from 34.0.0 to 37.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/components@37.0.0/packages/components)

Updates `@wordpress/compose` from 8.0.0 to 8.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/compose/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/compose@8.4.0/packages/compose)

Updates `@wordpress/dataviews` from 15.0.0 to 17.2.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dataviews/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dataviews@17.2.0/packages/dataviews)

Updates `@wordpress/element` from 7.0.0 to 8.3.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/element/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/element@8.3.0/packages/element)

Updates `@wordpress/icons` from 13.2.0 to 15.2.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@15.2.0/packages/icons)

Updates `@wordpress/private-apis` from 1.47.0 to 1.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/private-apis/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/private-apis@1.51.0/packages/private-apis)

Updates `@wordpress/react-i18n` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/react-i18n/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/react-i18n@4.51.0/packages/react-i18n)

Updates `@wordpress/theme` from 0.14.0 to 1.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/theme@1.0.0/packages/theme)

Updates `@wordpress/ui` from 0.14.0 to 0.18.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/ui@0.18.0/packages/ui)

Updates `@wordpress/html-entities` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/html-entities/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/html-entities@4.51.0/packages/html-entities)

Updates `@wordpress/keycodes` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/keycodes/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/keycodes@4.51.0/packages/keycodes)

Updates `@wordpress/rich-text` from 7.47.0 to 7.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/rich-text/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/rich-text@7.51.0/packages/rich-text)

Updates `@wordpress/block-serialization-default-parser` from 5.47.0 to 5.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-serialization-default-parser/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/block-serialization-default-parser@5.51.0/packages/block-serialization-default-parser)

Updates `@wordpress/a11y` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/a11y/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/a11y@4.51.0/packages/a11y)

Updates `@wordpress/base-styles` from 9.0.0 to 11.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/base-styles/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/base-styles@11.0.0/packages/base-styles)

Updates `@wordpress/data` from 10.47.0 to 10.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/data/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/data@10.51.0/packages/data)

Updates `@wordpress/date` from 5.47.0 to 5.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/date/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/date@5.51.0/packages/date)

Updates `@wordpress/deprecated` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/deprecated/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/deprecated@4.51.0/packages/deprecated)

Updates `@wordpress/dom` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom@4.51.0/packages/dom)

Updates `@wordpress/dom-ready` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom-ready/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom-ready@4.51.0/packages/dom-ready)

Updates `@wordpress/escape-html` from 3.47.0 to 3.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/escape-html/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/escape-html@3.51.0/packages/escape-html)

Updates `@wordpress/hooks` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/hooks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/hooks@4.51.0/packages/hooks)

Updates `@wordpress/is-shallow-equal` from 5.47.0 to 5.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/is-shallow-equal/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/is-shallow-equal@5.51.0/packages/is-shallow-equal)

Updates `@wordpress/primitives` from 4.47.0 to 4.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/primitives/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/primitives@4.51.0/packages/primitives)

Updates `@wordpress/priority-queue` from 3.47.0 to 3.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/priority-queue/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/priority-queue@3.51.0/packages/priority-queue)

Updates `@wordpress/redux-routine` from 5.47.0 to 5.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/redux-routine/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/redux-routine@5.51.0/packages/redux-routine)

Updates `@wordpress/style-runtime` from 0.3.0 to 0.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/style-runtime/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/style-runtime@0.7.0/packages/style-runtime)

Updates `@wordpress/undo-manager` from 1.47.0 to 1.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/undo-manager/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/undo-manager@1.51.0/packages/undo-manager)

Updates `@wordpress/warning` from 3.47.0 to 3.51.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/warning/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/warning@3.51.0/packages/warning)

---
updated-dependencies:
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 37.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-version: 8.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dataviews"
  dependency-version: 17.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/private-apis"
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/react-i18n"
  dependency-version: 4.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/theme"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/ui"
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/html-entities"
  dependency-version: 4.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/keycodes"
  dependency-version: 4.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/rich-text"
  dependency-version: 7.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-serialization-default-parser"
  dependency-version: 5.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/a11y"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/base-styles"
  dependency-version: 11.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/date"
  dependency-version: 5.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/deprecated"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/escape-html"
  dependency-version: 3.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/is-shallow-equal"
  dependency-version: 5.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/priority-queue"
  dependency-version: 3.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/redux-routine"
  dependency-version: 5.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/style-runtime"
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/undo-manager"
  dependency-version: 1.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/warning"
  dependency-version: 3.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

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 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ This PR updates production dependencies and requires manual review before merging.

@wojtekn wojtekn self-assigned this Jul 24, 2026
… versions

Update patches to target @wordpress/components 37.0.0 and @wordpress/ui 0.18.0.
The @wordpress/ui icon-button Tooltip.Provider change is now upstream and dropped;
the tooltip color-override change is reapplied against the renamed design-system tokens.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@wojtekn

wojtekn commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

I fixed the patches, but it seems wordpress/element still defines React 18 as the only allowed version, resulting in Studio installing both 18 and 19, which breaks the renderer. I reported it to maintainers under P2.

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