Skip to content

Chore(deps): Bump the wordpress-packages group across 1 directory with 7 updates#650

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wordpress-packages-8383a46c50
Open

Chore(deps): Bump the wordpress-packages group across 1 directory with 7 updates#650
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wordpress-packages-8383a46c50

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Bumps the wordpress-packages group with 7 updates in the / directory:

Package From To
@wordpress/interactivity 6.40.0 6.45.0
@wordpress/babel-preset-default 8.40.0 8.45.0
@wordpress/browserslist-config 6.40.0 6.45.0
@wordpress/env 10.39.0 11.5.0
@wordpress/eslint-plugin 24.2.0 25.1.0
@wordpress/jest-preset-default 12.40.0 12.45.0
@wordpress/scripts 31.5.0 32.1.0

Updates @wordpress/interactivity from 6.40.0 to 6.45.0

Changelog

Sourced from @​wordpress/interactivity's changelog.

6.45.0 (2026-04-29)

6.44.0 (2026-04-15)

6.43.0 (2026-04-01)

6.42.0 (2026-03-18)

Bug Fixes

  • Fix sessionId generation crashing in non-secure (non-HTTPS) contexts. (#76151)
  • Add initialVdomPromise synchronization promise to ensure the router waits for hydration to complete before initializing, fixing dead DOM on Safari and Firefox. (#76053)
  • Fix unexpected full page reload on anchor links. (#76520)

6.41.0 (2026-03-04)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • Additional commits viewable in compare view

Updates @wordpress/babel-preset-default from 8.40.0 to 8.45.0

Changelog

Sourced from @​wordpress/babel-preset-default's changelog.

8.45.0 (2026-04-29)

8.44.0 (2026-04-15)

8.43.0 (2026-04-01)

8.42.0 (2026-03-18)

8.41.0 (2026-03-04)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/browserslist-config from 6.40.0 to 6.45.0

Changelog

Sourced from @​wordpress/browserslist-config's changelog.

6.45.0 (2026-04-29)

6.44.0 (2026-04-15)

6.43.0 (2026-04-01)

6.42.0 (2026-03-18)

6.41.0 (2026-03-04)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/env from 10.39.0 to 11.5.0

Changelog

Sourced from @​wordpress/env's changelog.

11.5.0 (2026-04-29)

11.4.0 (2026-04-15)

Bug Fixes

  • Fix WP-Cron, REST API loopback, and Site Health loopback failures when wp-env runs on a non-default port. Apache inside the WordPress container now also listens on the host-mapped port, so PHP loopback requests to WP_HOME succeed instead of being refused. (#20569)

11.3.0 (2026-04-01)

11.2.0 (2026-03-18)

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
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • 827b5f2 Merge changes published in the Gutenberg plugin "release/23.1" branch
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/eslint-plugin from 24.2.0 to 25.1.0

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

25.1.0 (2026-04-29)

New Features

  • Added use-import-as rule to enforce configured aliases for selected named imports and direct unlock( privateApis ) destructuring (#77389).
  • Added no-unsafe-render-order rule to flag unsafe render-prop composition with VisuallyHidden and Link/Text (#77428).

Enhancements

  • Improved the Design System token lint rules to recognize CSS declaration strings more accurately, avoiding false bare-token reports for declarations while still flagging invalid token assignments and unknown token names (#77384).
  • Update use-recommended-components rule to prefer VisuallyHidden from @wordpress/ui over @wordpress/components (#77575).

25.0.0 (2026-04-15)

Breaking Changes

  • Upgraded to ESLint v10 with flat config format. The plugin now exports flat config arrays instead of eslintrc objects. Consumers must migrate from .eslintrc.* files to eslint.config.mjs. See the migration guide for details (#76654).
  • The minimum required ESLint version is now ^9.0.0 || ^10.0.0 (#76654).
  • Upgraded eslint-plugin-import to v2.31+ (wrapped with fixupPluginRules for flat config compatibility) (#76654).
  • Upgraded @typescript-eslint/* from v6 to v8 (via the unified typescript-eslint package) (#76654).
  • Replaced eslint-plugin-eslint-comments with @eslint-community/eslint-plugin-eslint-comments. Rule prefixes changed from eslint-comments/* to @eslint-community/eslint-comments/* (#76654).

New Features

  • Added @wordpress/eslint-plugin/eslintrc entry point — a compatibility wrapper for ESLint v9 consumers still using .eslintrc.* files. This is deprecated and will be removed in a future major version (#76654).
  • Configs are now exported as flat config arrays (e.g., wordpress.configs.recommended returns an array of config objects suitable for spreading into eslint.config.mjs) (#76654).

Enhancements

  • Disabled the jsx-a11y/heading-has-content rule in the recommended configuration, which reports many false positives when heading elements are passed via a render prop (#77073).

24.5.0 (2026-04-01)

24.4.0 (2026-03-18)

New Features

Enhancements

  • The no-unknown-ds-tokens rule now reports bare --wpds-* tokens not wrapped in var(), which would silently miss build-time fallback injection.
  • The no-setting-ds-tokens rule now checks all object property keys, not just those inside JSX style attributes (#76212).

24.3.0 (2026-03-04)

New Features

... (truncated)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • 827b5f2 Merge changes published in the Gutenberg plugin "release/23.1" branch
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/jest-preset-default from 12.40.0 to 12.45.0

Changelog

Sourced from @​wordpress/jest-preset-default's changelog.

12.45.0 (2026-04-29)

12.44.0 (2026-04-15)

12.43.0 (2026-04-01)

12.42.0 (2026-03-18)

12.41.0 (2026-03-04)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • 827b5f2 Merge changes published in the Gutenberg plugin "release/23.1" branch
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • Additional commits viewable in compare view

Updates @wordpress/scripts from 31.5.0 to 32.1.0

Changelog

Sourced from @​wordpress/scripts's changelog.

32.1.0 (2026-04-29)

32.0.0 (2026-04-15)

Breaking Changes

  • The bundled eslint dependency has been upgraded from v8 to v10 (#76654).
  • The lint-js script now uses flat config (eslint.config.*) by default. Legacy .eslintrc.* files are still detected as a fallback, but this support is deprecated and will be removed in a future version (#76654).
  • The default config shipped with wp-scripts has changed from config/.eslintrc.js to config/eslint.config.cjs (#76654).

31.8.0 (2026-04-01)

31.7.0 (2026-03-18)

31.6.0 (2026-03-04)

Commits
  • 8c229ea chore(release): publish
  • 767ba9e Update changelog files
  • 827b5f2 Merge changes published in the Gutenberg plugin "release/23.1" branch
  • b862d8c chore(release): publish
  • a3c385b Update changelog files
  • bbb9ce0 Merge changes published in the Gutenberg plugin "release/23.0" branch
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-8383a46c50 branch from 6c5b170 to a1a6927 Compare April 3, 2026 03:31
…h 7 updates

Bumps the wordpress-packages group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/interactivity](https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity) | `6.40.0` | `6.45.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.40.0` | `8.45.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.40.0` | `6.45.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.39.0` | `11.5.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `24.2.0` | `25.1.0` |
| [@wordpress/jest-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-preset-default) | `12.40.0` | `12.45.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.5.0` | `32.1.0` |



Updates `@wordpress/interactivity` from 6.40.0 to 6.45.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.45.0/packages/interactivity)

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

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

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

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

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

Updates `@wordpress/scripts` from 31.5.0 to 32.1.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.1.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/babel-preset-default"
  dependency-version: 8.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 11.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 24.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/interactivity"
  dependency-version: 6.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/jest-preset-default"
  dependency-version: 12.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Chore(deps): Bump the wordpress-packages group with 7 updates Chore(deps): Bump the wordpress-packages group across 1 directory with 7 updates Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-8383a46c50 branch from a1a6927 to 233e1c3 Compare April 30, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants