Skip to content

build(deps): bump the wordpress group across 1 directory with 52 updates#3637

Closed
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-b4722cbce6
Closed

build(deps): bump the wordpress group across 1 directory with 52 updates#3637
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-b4722cbce6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the wordpress group with 13 updates in the / directory:

Package From To
@wordpress/i18n 6.19.0 6.20.0
@wordpress/components 33.0.0 34.0.0
@wordpress/compose 7.46.0 8.0.0
@wordpress/dataviews 14.3.0 15.0.0
@wordpress/element 6.46.0 7.0.0
@wordpress/icons 13.1.0 13.2.0
@wordpress/react-i18n 4.46.0 4.47.0
@wordpress/api-fetch 7.45.0 7.47.0
@wordpress/core-data 7.45.0 7.47.0
@wordpress/data 10.46.0 10.47.0
@wordpress/rich-text 7.45.0 7.47.0
@wordpress/theme 0.12.0 0.14.0
@wordpress/ui 0.12.0 0.14.0

Updates @wordpress/i18n from 6.19.0 to 6.20.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.20.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • See full diff in compare view

Updates @wordpress/components from 33.0.0 to 34.0.0

Changelog

Sourced from @​wordpress/components's changelog.

34.0.0 (2026-05-27)

Breaking Changes

  • Upgrade React to v19 (#61521).
  • BoxControl: Remove deprecated __experimentalApplyValueToSides export (#78528).
  • Navigation: Completely remove deprecated component family (#78529).
  • Notice: Rework internal DOM structure and class names (#78231). Consumers relying on those implementation details should update their projects accordingly:
    • Removed the is-dismissible class name on the root wrapper.
    • Moved the .components-notice__actions wrapper as a sibling of .components-notice__content (it was previously nested inside it).

Enhancements

  • Tabs, TabPanel: Align selected tab colors and indicators with @wordpress/ui Tabs (#78418).
  • NoticeList: Add vertical spacing between notices in a list.
  • Draggable: Render the drag clone inside the @wordpress/ui compat overlay slot so it shares stacking with @wordpress/ui overlays opened mid-drag. Auto-enabled in WordPress environments; other hosts can opt in via useEnableWpCompatOverlaySlot() (#78183, #78354).

Bug Fixes

  • Popover: Don't close when focus moves into the @wordpress/ui compat overlay slot, or is restored to the popover from any portaled descendant. This unblocks nested overlays such as @wordpress/ui Select, which previously dismissed the host Popover on hover and on overlay dismissal (#78407).
  • RangeControl: Remove the icon prop from the web types. It was added in error during the TypeScript migration and never had any effect on web; use beforeIcon or afterIcon instead. The prop remains functional in the native (mobile) implementation (#78444).

Internal

  • Autocomplete: Share the per-instance keydown listener across instances via subscribeDelegatedListener so a typical post-editor mount adds 1 native keydown listener on the document instead of one per RichText (#78310).
  • Declare @emotion/native as a direct dependency; it was previously a phantom dependency relying on hoisting (#78687).

33.1.0 (2026-05-14)

Enhancements

  • StyleProvider: Add support for injecting package CSS module styles into target documents (#77965).
  • Button: Align link variant underline (offset and thickness) with ExternalLink and Link from @wordpress/ui (#77842).
  • Modal: render as a bottom sheet on mobile so the height adapts to the content and CTAs stay within thumb reach (#77956).
  • Text: Use a theme-aware gray token for the muted variant (#77999).
  • Notice: Align appearance with Notice from @wordpress/ui (full border, rounded corners, tinted intent surfaces, design-token-driven colors and spacing, closeSmall dismiss icon, compact action buttons, and grid layout that places actions in their own row for symmetric padding) (#78231).

Bug Fixes

  • TabPanel: Fix tab indicator animation while switching tabs (#77812).
  • ColorPicker: Fix issue where clearing the hex input entirely doesn't reset the selected color to black (#77912).
  • ExternalLink: Fix focus outline rendered in wp-admin (#77935).
  • FormTokenField: Correct preventDefault handling for __experimentalValidateInput and validate pasted delimiter-separated tokens (#77181).
  • ColorPalette: Fix duplicate-key warnings and incorrect selected swatch behavior when multiple palette entries share the same color value (#78004).

Internal

  • Modal, Menu, DropdownMenu: Adopt --wpds-motion-easing-* and --wpds-motion-duration-* design tokens for animation timing (#76097).
  • Update date-fns dependency to v4.1.0 (#78057).
  • Update code to comply with eslint-plugin-react-hooks v7 (#69962).

... (truncated)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/compose from 7.46.0 to 8.0.0

Changelog

Sourced from @​wordpress/compose's changelog.

8.0.0 (2026-05-27)

Breaking Changes

  • useDialog: The returned props object now exposes an onKeyDown handler. Consumers that spread it onto a wrapper which also receives an onKeyDown from elsewhere should pass that handler via the new onKeyDown option (which merges it with close-on-Escape) or merge the two themselves (#78433).

Enhancements

  • useMergeRefs: Support cleanup functions returned by inner ref callbacks (React 19 ref callback cleanup pattern). Inner refs that return a cleanup have it invoked at teardown instead of being called with null.

Bug Fixes

  • useCopyToClipboard: Call the onSuccess callback even when the trigger node unmounts before the copy resolves (#78387).
  • useDialog: Handle Escape via React onKeyDown so portaled descendants can stop propagation to prevent the dialog from closing (#78433).
  • useMediaQuery, useViewportMatch: Resolve the view default lazily so the hooks no longer throw ReferenceError: window is not defined during server-side rendering. Regression from #76446.

Deprecations

  • The pure HoC now logs a runtime deprecation warning. Use memo or PureComponent from @wordpress/element instead.
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/dataviews from 14.3.0 to 15.0.0

Changelog

Sourced from @​wordpress/dataviews's changelog.

15.0.0 (2026-05-27)

Breaking Changes

  • Upgrade React to v19 (#61521).

Enhancements

  • DataViews: Lower the sticky footer z-index and isolate grid card stacking contexts. #78315
  • DataViews: Refresh filter chip styling to align with Button. #75204
  • DataForms: Increase the minimum width of the panel layout popover from 256px to 320px so option labels have more room. #75204

Bug Fixes

  • DataViewsPicker: Fix first-click row selection in the table layout being swallowed by Ariakit's focus shift, which also scrolled the active row under the sticky header. #78423
  • DataViews: Restore the padding rule on grid item titles that was lost when the wrapping element's class was renamed. #75204
  • DataViews: Restore the original 16px padding on the first/last table header cells (had drifted to 32px during the token migration). #75204
  • DataViews: Restore the original 4px gap inside table header buttons (had drifted to 8px during the token migration). #75204
  • DataViews: Restore the original 24px gap on the default-density grid (had drifted to 32px during the token migration). #75204
  • DataForms: Restore the original 24px minimum height on panel-layout fields (trigger, label, control) (had drifted to 32px during the token migration). #75204
  • DataViews: Restore the original 28px end-padding on resettable filter chips (had drifted to 32px during the token migration). #75204
  • DataViews: Fix wrapper height not resolving in flex layouts, enabling proper internal scrolling. #76945

Code Quality

  • DataViews: Migrate styles from @wordpress/base-styles SCSS variables to @wordpress/theme CSS custom properties (design tokens) where possible. #75204

Internal

  • DataViews: Migrate Tooltip consumers from @wordpress/components to the new compositional Tooltip in @wordpress/ui. #78470
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/element from 6.46.0 to 7.0.0

Changelog

Sourced from @​wordpress/element's changelog.

7.0.0 (2026-05-27)

Breaking Changes

  • Updated dependencies to React 19.2.4 (#61521).
  • Removed the render, hydrate and unmountComponentAtNode exports that have been deprecated since WordPress 6.2 after upgrade to React 18 (#61521).

New Features

  • Added new react exports: Activity, use, useActionState, useEffectEvent, and useOptimistic (#61521).
  • Added new react-dom exports: useFormStatus, preconnect, prefetchDNS, preinit, preinitModule, preload, and preloadModule (#61521).
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/icons from 13.1.0 to 13.2.0

Changelog

Sourced from @​wordpress/icons's changelog.

13.2.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/react-i18n from 4.46.0 to 4.47.0

Changelog

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

4.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • See full diff in compare view

Updates @wordpress/api-fetch from 7.45.0 to 7.47.0

Changelog

Sourced from @​wordpress/api-fetch's changelog.

7.47.0 (2026-05-27)

7.46.0 (2026-05-14)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/core-data from 7.45.0 to 7.47.0

Changelog

Sourced from @​wordpress/core-data's changelog.

7.47.0 (2026-05-27)

7.46.0 (2026-05-14)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/data from 10.46.0 to 10.47.0

Changelog

Sourced from @​wordpress/data's changelog.

10.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/html-entities from 4.46.0 to 4.47.0

Changelog

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

4.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • See full diff in compare view

Updates @wordpress/private-apis from 1.46.0 to 1.47.0

Changelog

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

1.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/rich-text from 7.45.0 to 7.47.0

Changelog

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

7.47.0 (2026-05-27)

7.46.0 (2026-05-14)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/theme from 0.12.0 to 0.14.0

Changelog

Sourced from @​wordpress/theme's changelog.

0.14.0 (2026-05-27)

Breaking Changes

  • Upgrade React to v19 (#61521).
  • The color.primary and color.bg props on ThemeProvider now require an sRGB-parseable string (hex, rgb(...), or CSS named color). Other CSS color formats like hsl(...), oklch(...), and lab(...) are no longer supported (#77653).

Documentation

Internal

  • Refactor color space registration to avoid module-level side effects (#77653).

0.13.0 (2026-05-14)

New Features

  • Add --wpds-motion-duration-* and --wpds-motion-easing-* design tokens for standardizing animation timing across components. Easing tokens use intent-based names: subtle, balanced, and expressive (#76097).
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/ui from 0.12.0 to 0.14.0

Changelog

Sourced from @​wordpress/ui's changelog.

0.14.0 (2026-05-27)

Breaking Changes

  • Upgrade React to v19 (#61521).

New Features

  • Card: Card.FullBleed now supports edge-bumping in additional positions (#77856):
    • As the first child of Card.Header, it extends flush to the card's top and side edges — ideal for hero images. Inter-sibling spacing is consumer-managed: compose Card.Header with Stack via the render prop to add a gap between the hero and following siblings (e.g. Card.Title).
    • As the sole child of Card.Content, it extends flush to the card's side edges and additionally to the top edge when Content is the first card child, or the bottom edge when it is the last. This enables full-bleed content panels with or without a header above them.
  • Add Combobox primitive (#78399).

Enhancements

  • Export getWpCompatOverlaySlot() so consumers can route their own portals into the compat overlay slot (#78183).
  • Select, SelectControl: Default the popup's portal container to the @wordpress/ui compat overlay slot when present, so select popups stack reliably above other overlays in mixed-library compositions. A caller-supplied Select.Portal container prop continues to take precedence (#78372).
  • Autocomplete: Default the popup's portal container to the @wordpress/ui compat overlay slot when present, so autocomplete popups stack reliably above other overlays in mixed-library compositions. A caller-supplied Autocomplete.Portal container prop continues to take precedence (#78375).

Bug Fixes

  • IconButton: Default focusableWhenDisabled to true, matching Button (#78526).
  • Button: Do not show the interactive cursor when disabled (#78479).
  • Button: Fix disabled and hover styles for neutral minimal buttons with aria-pressed="true" (#78635).
  • Autocomplete: Fix the TypeScript prop types for the Root and Value primitives (#78450).
  • Autocomplete: Disable the clear button when the autocomplete is disabled, and hide it from assistive technologies (#78520).
  • Apply shared item popup typography to inline lists and empty states (#78403).
  • Stretch the compat overlay slot to viewport size so portaled popups stop collapsing to their min-content width — most visible on long-text tooltips, which wrapped to one word per line (#78441).

0.13.0 (2026-05-14)

Breaking Changes

  • InputControl: Narrow the TypeScript type of the label prop to plain strings (#77860).
  • Select: Select.Item values that are empty strings no longer render with placeholder styling on the trigger. Use the new placeholder prop on Select.Trigger, or a null item value, instead (#78076).
  • Select: Select.Trigger now renders a default "Select" placeholder when no value is selected, where it previously rendered empty (#78076).
  • Select: Select.Item no longer renders its value as fallback item content. Pass item content explicitly as children. Migrate <Select.Item value="Foo" /> to <Select.Item value="Foo">Foo</Select.Item> (#77861).
  • Tooltip: Popup positioner API (#78089). Add a Tooltip.Positioner subcomponent and an optional positioner prop on Tooltip.Popup (when omitted, the default Tooltip.Positioner is used). Remove side, align, and sideOffset from Tooltip.Popup; pass positioner={ <Tooltip.Positioner side="…" align="…" sideOffset={ … } /> } instead. The new subcomponent exposes the full positioner surface (alignOffset, anchor, collisionAvoidance, collisionBoundary, collisionPadding, sticky, etc.) and mirrors the existing portal slot pattern.
  • CollapsibleCard.Header: Now renders an outer <div> wrapper around the trigger. Forwarded props (className, aria-*, data-*) and ref land on this outer wrapper instead of the inner click-target div (#77962).
  • Popover: Popup positioner API (#78168). Add a Popover.Positioner subcomponent and an optional positioner prop on Popover.Popup (when omitted, the default Popover.Positioner is used). Remove side, align, sideOffset, alignOffset, anchor, arrowPadding, collisionAvoidance, collisionBoundary, collisionPadding, and sticky from Popover.Popup; pass positioner={ <Popover.Positioner side="…" align="…" anchor={ … } /> } instead.
  • Tooltip, Popover, Select, Autocomplete, Dialog, Drawer, AlertDialog: Narrow the TypeScript types of the Portal subcomponent props to the package's standard ComponentProps shape. className and style no longer accept the (state) => … callback variant, and render no longer accepts the two-arg (props, state) => … variant from Base UI. Runtime behavior is unchanged (#78168).

New Features

  • Add SelectControl component (#77809).

Bug Fixes

  • Text: Provide CSS defense values for every variant when rendered as either a paragraph or heading element (#78172).
  • Autocomplete, Select: Do not show the interactive cursor for disabled select triggers or disabled popup items (#78112).

... (truncated)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/a11y from 4.46.0 to 4.47.0

Changelog

Sourced from @​wordpress/a11y's changelog.

4.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • See full diff in compare view

Updates @wordpress/autop from 4.45.0 to 4.47.0

Changelog

Sourced from @​wordpress/autop's changelog.

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • ac75d25 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/base-styles from 7.0.0 to 9.0.0

Changelog

Sourced from @​wordpress/base-styles's changelog.

9.0.0 (2026-05-27)

Breaking Changes

  • Remove the following entries from the z-index() helper (#78315, #78362):
    • .components-modal__header
    • .dataviews-footer
    • .dataviews-view-grid__card .dataviews-selection-checkbox
    • .dataviews-view-table thead

8.0.0 (2026-05-14)

Breaking Changes

  • Remove the following entries from the z-index() helper (#77753, #77759, #77772, #77806, #77807, #77808, #78180, #78181, #78309):
    • .block-editor-block-manager__category-title
    • .block-editor-block-manager__disabled-blocks-count
    • .block-library-query-pattern__selection-search
    • .block-library-template-part__selection-search
    • .components-popover__close
    • .edit-post-meta-boxes-area .spinner
    • .edit-post-meta-boxes-area.is-loading::before
    • .edit-site-layout__canvas-container.is-resizing::after
    • .edit-site-layout__canvas-container
    • .edit-site-layout__sidebar
    • .edit-site-sidebar-navigation-screen__title-icon
    • .edit-site-templates__dataviews-list-pagination
    • .editor-post-template__swap-template-search
    • .editor-start-page-options__modal__actions
    • .editor-start-template-options__modal__actions
    • .editor-text-editor__toolbar
    • .wp-block-cover__image-background
    • .wp-block-cover__inner-container
    • .wp-block-cover__video-background
    • .wp-block-cover.has-background-dim::before
    • .wp-block-cover.is-placeholder .components-placeholder.is-large
Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • Additional commits viewable in compare view

Updates @wordpress/blob from 4.45.0 to 4.47.0

Changelog

Sourced from @​wordpress/blob's changelog.

4.47.0 (2026-05-27)

4.46.0 (2026-05-14)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • 51264e3 chore(release): publish
  • a8d4b30 Update changelog files
  • f75812b Merge changes published in the Gutenberg plugin "release/23.2" branch
  • ac75d25 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/block-editor from 15.18.0 to 15.20.0

Changelog

Sourced from @​wordpress/block-editor's changelog.

15.20.0 (2026-05-27)

Bug Fixes

  • ColorPanel: Theme CSS custom-property gradients are now decoded to their preset slug and persisted as a gradient block attribute rather than as a raw style.color.gradient value (#78328).

Internal

  • Remove legacy Notice overrides in block placeholder notices and media replace flow error UI (#78231).

15.19.0 (2026-05-14)

Enhancements

  • BlockManager: Add stacking context isolation to category list (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. javascript Pull requests that update javascript code. labels May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

@wojtekn wojtekn self-assigned this May 28, 2026
Bumps the wordpress group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.19.0` | `6.20.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `33.0.0` | `34.0.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.46.0` | `8.0.0` |
| [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) | `14.3.0` | `15.0.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.46.0` | `7.0.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `13.1.0` | `13.2.0` |
| [@wordpress/react-i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/react-i18n) | `4.46.0` | `4.47.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.45.0` | `7.47.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `7.45.0` | `7.47.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.46.0` | `10.47.0` |
| [@wordpress/rich-text](https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text) | `7.45.0` | `7.47.0` |
| [@wordpress/theme](https://github.com/WordPress/gutenberg/tree/HEAD/packages/theme) | `0.12.0` | `0.14.0` |
| [@wordpress/ui](https://github.com/WordPress/gutenberg/tree/HEAD/packages/ui) | `0.12.0` | `0.14.0` |



Updates `@wordpress/i18n` from 6.19.0 to 6.20.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.20.0/packages/i18n)

Updates `@wordpress/components` from 33.0.0 to 34.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@34.0.0/packages/components)

Updates `@wordpress/compose` from 7.46.0 to 8.0.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.0.0/packages/compose)

Updates `@wordpress/dataviews` from 14.3.0 to 15.0.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@15.0.0/packages/dataviews)

Updates `@wordpress/element` from 6.46.0 to 7.0.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@7.0.0/packages/element)

Updates `@wordpress/icons` from 13.1.0 to 13.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@13.2.0/packages/icons)

Updates `@wordpress/react-i18n` from 4.46.0 to 4.47.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.47.0/packages/react-i18n)

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

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

Updates `@wordpress/data` from 10.46.0 to 10.47.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.47.0/packages/data)

Updates `@wordpress/html-entities` from 4.46.0 to 4.47.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.47.0/packages/html-entities)

Updates `@wordpress/private-apis` from 1.46.0 to 1.47.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.47.0/packages/private-apis)

Updates `@wordpress/rich-text` from 7.45.0 to 7.47.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.47.0/packages/rich-text)

Updates `@wordpress/theme` from 0.12.0 to 0.14.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@0.14.0/packages/theme)

Updates `@wordpress/ui` from 0.12.0 to 0.14.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.14.0/packages/ui)

Updates `@wordpress/a11y` from 4.46.0 to 4.47.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.47.0/packages/a11y)

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

Updates `@wordpress/base-styles` from 7.0.0 to 9.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@9.0.0/packages/base-styles)

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

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

Updates `@wordpress/block-serialization-default-parser` from 5.45.0 to 5.47.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.47.0/packages/block-serialization-default-parser)

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

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

Updates `@wordpress/date` from 5.46.0 to 5.47.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.47.0/packages/date)

Updates `@wordpress/deprecated` from 4.46.0 to 4.47.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.47.0/packages/deprecated)

Updates `@wordpress/dom` from 4.46.0 to 4.47.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.47.0/packages/dom)

Updates `@wordpress/dom-ready` from 4.46.0 to 4.47.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.47.0/packages/dom-ready)

Updates `@wordpress/escape-html` from 3.46.0 to 3.47.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.47.0/packages/escape-html)

Updates `@wordpress/global-styles-engine` from 1.12.0 to 1.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/global-styles-engine@1.14.0/packages/global-styles-engine)

Updates `@wordpress/hooks` from 4.46.0 to 4.47.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.47.0/packages/hooks)

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

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

Updates `@wordpress/is-shallow-equal` from 5.46.0 to 5.47.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.47.0/packages/is-shallow-equal)

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

Updates `@wordpress/keycodes` from 4.46.0 to 4.47.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.47.0/packages/keycodes)

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

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

Updates `@wordpress/primitives` from 4.46.0 to 4.47.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.47.0/packages/primitives)

Updates `@wordpress/priority-queue` from 3.46.0 to 3.47.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.47.0/packages/priority-queue)

Updates `@wordpress/redux-routine` from 5.46.0 to 5.47.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.47.0/packages/redux-routine)

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

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

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

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

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

Updates `@wordpress/undo-manager` from 1.46.0 to 1.47.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.47.0/packages/undo-manager)

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

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

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

Updates `@wordpress/warning` from 3.46.0 to 3.47.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.47.0/packages/warning)

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

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

---
updated-dependencies:
- dependency-name: "@wordpress/a11y"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/autop"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/base-styles"
  dependency-version: 9.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/blob"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-serialization-default-parser"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/commands"
  dependency-version: 1.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 34.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/core-data"
  dependency-version: 7.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dataviews"
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/date"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/deprecated"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/escape-html"
  dependency-version: 3.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/global-styles-engine"
  dependency-version: 1.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/html-entities"
  dependency-version: 4.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/image-cropper"
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/interactivity"
  dependency-version: 6.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/is-shallow-equal"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/keyboard-shortcuts"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/keycodes"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/notices"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/preferences"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/priority-queue"
  dependency-version: 3.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/private-apis"
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/react-i18n"
  dependency-version: 4.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/redux-routine"
  dependency-version: 5.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/rich-text"
  dependency-version: 7.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/shortcode"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/style-engine"
  dependency-version: 2.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/style-runtime"
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/sync"
  dependency-version: 1.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/theme"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/token-list"
  dependency-version: 3.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/ui"
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/undo-manager"
  dependency-version: 1.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/upload-media"
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/url"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/vips"
  dependency-version: 2.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/warning"
  dependency-version: 3.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/wordcount"
  dependency-version: 4.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/worker-threads"
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-b4722cbce6 branch from 5a285fe to c34b262 Compare May 29, 2026 07:28
@github-actions
Copy link
Copy Markdown
Contributor

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/wordpress-b4722cbce6 branch May 29, 2026 17:59
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