Skip to content

chore(deps): bump the npm-dependencies group with 7 updates#50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-1379b7b9f4
Closed

chore(deps): bump the npm-dependencies group with 7 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-1379b7b9f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 7 updates:

Package From To
@wordpress/api-fetch 7.45.0 7.47.0
@wordpress/components 33.0.0 34.0.0
@wordpress/dom-ready 4.45.0 4.47.0
@wordpress/element 6.45.0 7.0.0
@wordpress/i18n 6.18.0 6.20.0
@wordpress/icons 13.0.0 13.2.0
@wordpress/scripts 32.1.0 32.3.0

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/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/dom-ready from 4.45.0 to 4.47.0

Changelog

Sourced from @​wordpress/dom-ready'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/element from 6.45.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).

6.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/i18n from 6.18.0 to 6.20.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.20.0 (2026-05-27)

6.19.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/icons from 13.0.0 to 13.2.0

Changelog

Sourced from @​wordpress/icons's changelog.

13.2.0 (2026-05-27)

13.1.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/scripts from 32.1.0 to 32.3.0

Changelog

Sourced from @​wordpress/scripts's changelog.

32.3.0 (2026-05-27)

32.2.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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.45.0` | `7.47.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `33.0.0` | `34.0.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.45.0` | `4.47.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.45.0` | `7.0.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.18.0` | `6.20.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `13.0.0` | `13.2.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `32.1.0` | `32.3.0` |


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/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/dom-ready` 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/dom-ready/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom-ready@4.47.0/packages/dom-ready)

Updates `@wordpress/element` from 6.45.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/i18n` from 6.18.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/icons` from 13.0.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/scripts` from 32.1.0 to 32.3.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@32.3.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/components"
  dependency-version: 34.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/element"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/icons"
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/scripts"
  dependency-version: 32.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

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 Jun 1, 2026
@ouun

ouun commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Closing in favor of #51.

This grouped bump can't be merged as-is: it includes @wordpress/components 33→34 and @wordpress/element 6→7, which are the React 19 line. @wordpress/components@34 requires peer react@^19.2.4, but the dependency tree (and WordPress core's externalized runtime) is still on React 18 — so npm ci fails with ERESOLVE.

#51 takes the five safe minor/patch bumps (api-fetch, dom-ready, i18n, icons, scripts) and adds a Dependabot ignore for the two @wordpress majors until WP core ships React 19.

@ouun ouun closed this Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@ouun ouun deleted the dependabot/npm_and_yarn/npm-dependencies-1379b7b9f4 branch June 9, 2026 08:29
ouun added a commit that referenced this pull request Jun 9, 2026
Bumps api-fetch, dom-ready, i18n, icons, and scripts to their latest
minor/patch releases. Holds @wordpress/components 34 and
@wordpress/element 7 back: they require React 19, while WordPress core
(and our externalized runtime) is still on React 18. Adds a Dependabot
ignore for those majors until core ships React 19.

Replaces #50.
ouun added a commit that referenced this pull request Jun 9, 2026
Bumps api-fetch, dom-ready, i18n, icons, and scripts to their latest
minor/patch releases. Holds @wordpress/components 34 and
@wordpress/element 7 (React 19) until WP core ships React 19, with a
Dependabot ignore for those majors.

Replaces #50.

Release-As: 2.6.1
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