Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the npm-dependencies group with 8 updates:

Package From To
@wordpress/components 32.1.0 32.2.0
@wordpress/dom-ready 4.39.0 4.40.0
@wordpress/element 6.39.0 6.40.0
@wordpress/i18n 6.12.0 6.13.0
@wordpress/icons 11.6.0 11.7.0
@wordpress/e2e-test-utils-playwright 1.39.0 1.40.0
@wordpress/env 10.39.0 11.0.0
@wordpress/scripts 31.4.0 31.5.0

Updates @wordpress/components from 32.1.0 to 32.2.0

Changelog

Sourced from @​wordpress/components's changelog.

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).
  • Update Emotion dependencies to ensure compatibility with React 19 (#75324).
  • Update Testing Library packages used in unit tests (#75340).
  • Clean up type declarations using the React namespace (#75499 and (#75508)).
  • Always specify initial values for useRef calls (#75513).
  • Update RefObject type usage for React 19 compatibility (#75567).
  • Upgraded @ariakit/react (v0.4.21) and @ariakit/test (v0.4.13) (#75620).
Commits
  • 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.40.0

Changelog

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

4.40.0 (2026-02-18)

Commits

Updates @wordpress/element from 6.39.0 to 6.40.0

Changelog

Sourced from @​wordpress/element's changelog.

6.40.0 (2026-02-18)

Commits
  • 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.13.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.13.0 (2026-02-18)

Commits

Updates @wordpress/icons from 11.6.0 to 11.7.0

Changelog

Sourced from @​wordpress/icons's changelog.

11.7.0 (2026-02-18)

Enhancements

  • Add new navigation-overlay icon. (#75249)
Commits
  • 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.40.0

Changelog

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

1.40.0 (2026-02-18)

Commits

Updates @wordpress/env from 10.39.0 to 11.0.0

Changelog

Sourced from @​wordpress/env's changelog.

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.

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.
  • 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
  • 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.5.0

Changelog

Sourced from @​wordpress/scripts's changelog.

31.5.0 (2026-02-18)

Commits
  • 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 Feb 23, 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.2.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.39.0` | `4.40.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.39.0` | `6.40.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.12.0` | `6.13.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `11.6.0` | `11.7.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.39.0` | `1.40.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.39.0` | `11.0.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.4.0` | `31.5.0` |


Updates `@wordpress/components` from 32.1.0 to 32.2.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.2.0/packages/components)

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

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

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

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

Updates `@wordpress/e2e-test-utils-playwright` from 1.39.0 to 1.40.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.40.0/packages/e2e-test-utils-playwright)

Updates `@wordpress/env` from 10.39.0 to 11.0.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.0.0/packages/env)

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

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-version: 32.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/element"
  dependency-version: 6.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/icons"
  dependency-version: 11.7.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.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/env"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.5.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-51e15d0611 branch from af2f399 to b123268 Compare March 2, 2026 19:52
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