Skip to content

build(deps): bump the npm-dependencies group with 8 updates#95

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-4d6f0a3141
Open

build(deps): bump the npm-dependencies group with 8 updates#95
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-4d6f0a3141

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the npm-dependencies group with 8 updates:

Package From To
@wordpress/components 32.1.0 32.3.0
@wordpress/dom-ready 4.39.0 4.41.0
@wordpress/element 6.39.0 6.41.0
@wordpress/i18n 6.12.0 6.14.0
@wordpress/icons 11.6.0 11.8.0
@wordpress/e2e-test-utils-playwright 1.39.0 1.41.0
@wordpress/env 10.39.0 11.1.0
@wordpress/scripts 31.4.0 31.6.0

Updates @wordpress/components from 32.1.0 to 32.3.0

Changelog

Sourced from @​wordpress/components's changelog.

32.3.0 (2026-03-04)

Code Quality

  • Improve typing of focusOnMount prop in Dropdown, Modal and Popover (#75442).

Bug Fixes

  • Menu: Fix controlled checked state for radio items (#76041).
  • ColorPicker: Preserve hue and saturation when the selected color becomes achromatic (#75493).
  • SnackbarList: Fix scaling distortion when a snackbar's content is updated in place via a shared notice ID (#75709).
  • ToggleGroupControl: Fix hover styles on disabled items (#75737).
  • FormTokenField: Fixed incorrect height of input field when rendered on pages using WordPress 7.0 form styles (#75880).
  • SelectControl: Fixed misalignment of option label on some variants when rendered on pages using WordPress 7.0 form styles (#75880).
  • DateTimePicker: Fix day text wrapping (#76084).

Enhancements

  • ToggleGroupControl: Make unselected item color consistent across all variants (#75737).
  • Button: Add word-break: break-word. (#76071).
  • Tooltip: Change default placement from bottom to top. (#76131).

Internal

  • NumberControl: Improved code and types for state reducer (#75822).

32.2.0 (2026-02-18)

Bug Fixes

  • Tabs: Set explicit font-family on tab buttons to prevent inheriting unintended fonts (#75537).
  • ExternalLink: Add wp-exclude-emoji class to prevent Twemoji from replacing the arrow icon (#75538).
  • TimePicker: Fix date parsing for years below 1000 by implementing ISO 8601 compliant year formatting with zero-padding (#75343).
  • Text: Remove text-wrap: balance fallback. Only text-wrap: pretty is now used (#75089).
  • RangeControl: support forced-colors mode (#75165).
  • ToggleControl: Prevent __nextHasNoMarginBottom from logging a console warning (#75296).
  • createSlotFill: fix ref forwarding (#75274).
  • Button: Fix native outline showing when focused and active (#75346).

Enhancements

  • Improve visual emphasis of the selected item in the ToggleGroupControl component (#75138).
  • DateCalendar, DateRangeCalendar: use lighter gray for disabled dates (#75683).

Internal

  • Add Avatar and AvatarGroup components as private APIs (#75595).
  • Remove Picker from private APIs (#75394).
  • Expose useDrag from @use-gesture/react package via private API's (#66735).
  • Disabled, Modal, Popover, Tooltip: Move context code to separate files to help docgen prop extraction (#75316).

... (truncated)

Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 33834c6 Merge changes published in the Gutenberg plugin "release/22.7" branch
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.39.0 to 4.41.0

Changelog

Sourced from @​wordpress/dom-ready's changelog.

4.41.0 (2026-03-04)

4.40.0 (2026-02-18)

Commits

Updates @wordpress/element from 6.39.0 to 6.41.0

Changelog

Sourced from @​wordpress/element's changelog.

6.41.0 (2026-03-04)

6.40.0 (2026-02-18)

Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • See full diff in compare view

Updates @wordpress/i18n from 6.12.0 to 6.14.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.14.0 (2026-03-04)

6.13.0 (2026-02-18)

Commits

Updates @wordpress/icons from 11.6.0 to 11.8.0

Changelog

Sourced from @​wordpress/icons's changelog.

11.8.0 (2026-03-04)

11.7.0 (2026-02-18)

Enhancements

  • Add new navigation-overlay icon. (#75249)
Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • See full diff in compare view

Updates @wordpress/e2e-test-utils-playwright from 1.39.0 to 1.41.0

Changelog

Sourced from @​wordpress/e2e-test-utils-playwright's changelog.

1.41.0 (2026-03-04)

1.40.0 (2026-02-18)

Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 33834c6 Merge changes published in the Gutenberg plugin "release/22.7" branch
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • See full diff in compare view

Updates @wordpress/env from 10.39.0 to 11.1.0

Changelog

Sourced from @​wordpress/env's changelog.

11.1.0 (2026-03-04)

Bug Fixes

  • Suppress spinner and success message output when using --json flag to ensure clean, parseable JSON output.

11.0.0 (2026-02-18)

Bug Fixes

  • Playground runtime now supports zip archive themes, matching Docker runtime behavior. (#75140).
  • Add MySQL healthcheck to prevent race condition where WordPress containers start before MySQL is fully initialized. Uses MariaDB's official healthcheck.sh script with MARIADB_AUTO_UPGRADE to support both new and existing installations.
  • Remove non-functional WP_ENV_MULTISITE config.

New Features

  • Added --auto-port flag to the start command. When passed, wp-env automatically finds available ports if the configured ports are busy. Without this flag, ports default to 8888/8889 and Docker reports an error if they are busy (matching pre-existing behavior).

Breaking Changes

  • Pretty permalinks (/%year%/%monthnum%/%day%/%postname%/) are now enabled by default, matching WordPress core behavior on fresh installs. Previously, plain permalinks were used because the loopback test that WordPress runs during installation fails inside Docker.
  • The port option now defaults to null (auto-select) instead of 8888. When null, wp-env tries port 8888 (or 8889 for tests) first, then falls back to an available ephemeral port. Set an explicit port number to preserve the previous behavior.
  • Replaced install-path command with status command. The work directory path is now available as part of the status output.

New Features

  • Added phpmyadmin boolean configuration option to enable phpMyAdmin. Setting phpmyadminPort also enables phpMyAdmin for backward compatibility.
  • Added phpMyAdmin support to the Playground runtime. When enabled, phpMyAdmin is available at http://localhost:<port>/phpmyadmin.
  • Added status command that shows comprehensive environment information including running state, URLs, ports, configuration, and paths.
  • Added --config global option to specify a custom configuration file path, enabling multiple parallel environments from the same directory.
  • Added testsEnvironment configuration option. Set to false to skip creating test containers (tests-mysql, tests-wordpress, tests-cli, tests-phpmyadmin), reducing resource usage when test isolation is achieved via separate config files.
Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 33834c6 Merge changes published in the Gutenberg plugin "release/22.7" branch
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • See full diff in compare view

Updates @wordpress/scripts from 31.4.0 to 31.6.0

Changelog

Sourced from @​wordpress/scripts's changelog.

31.6.0 (2026-03-04)

31.5.0 (2026-02-18)

Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
Bumps the npm-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `32.1.0` | `32.3.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.39.0` | `4.41.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.39.0` | `6.41.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.12.0` | `6.14.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `11.6.0` | `11.8.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.39.0` | `1.41.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.39.0` | `11.1.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.4.0` | `31.6.0` |


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

Updates `@wordpress/dom-ready` from 4.39.0 to 4.41.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.41.0/packages/dom-ready)

Updates `@wordpress/element` from 6.39.0 to 6.41.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@6.41.0/packages/element)

Updates `@wordpress/i18n` from 6.12.0 to 6.14.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.14.0/packages/i18n)

Updates `@wordpress/icons` from 11.6.0 to 11.8.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@11.8.0/packages/icons)

Updates `@wordpress/e2e-test-utils-playwright` from 1.39.0 to 1.41.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils-playwright/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/e2e-test-utils-playwright@1.41.0/packages/e2e-test-utils-playwright)

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

Updates `@wordpress/scripts` from 31.4.0 to 31.6.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@31.6.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-version: 32.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/element"
  dependency-version: 6.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/icons"
  dependency-version: 11.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/env"
  dependency-version: 11.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.6.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 force-pushed the dependabot/npm_and_yarn/npm-dependencies-4d6f0a3141 branch from b94d552 to c7921da Compare March 23, 2026 18:24
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.

0 participants