Skip to content

Bump the wordpress-packages group across 1 directory with 5 updates - #193

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress-packages-492d7539f9
Open

Bump the wordpress-packages group across 1 directory with 5 updates#193
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress-packages-492d7539f9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@wordpress/components 29.12.0 38.0.0
@wordpress/element 6.46.0 8.4.0
@wordpress/env 10.39.0 11.12.0
@wordpress/scripts 31.1.0 34.0.0
@wordpress/stylelint-config 23.38.0 24.1.0

Updates @wordpress/components from 29.12.0 to 38.0.0

Changelog

Sourced from @​wordpress/components's changelog.

38.0.0 (2026-07-29)

Breaking Changes

  • Components that compose Emotion style fragments with cx() should pass source-order-dependent fragments in a single css() call. Passing separate fragments can change override order after the following components stopped rendering styles through Emotion:
  • Remove the private Theme component (#80691).

Enhancements

  • GradientPicker: Add selectedSlug prop for slug-based selection and pass the selected preset's slug to onChange, so two presets sharing a gradient keep their identity (#80554).
  • SandBox: Add allowPopups prop to opt into allow-popups in the iframe's sandbox attribute (#69617).
  • Validated form controls: Only move focus to the invalid control for trusted invalid events (form submission, reportValidity()). Consumers can now dispatch a synthetic invalid event to reveal a control's error message without disturbing the user's place in the form (#80685).

Bug Fixes

  • ToolsPanel: Migrate styles from Emotion to an SCSS Module and restore the header heading typography after the View migration. (#80445).
  • Autocomplete: Expose the suggestions list to assistive technology with aria-controls and aria-haspopup, both required alongside aria-autocomplete="list" (#80403).
  • Autocomplete: Omit aria-activedescendant while no suggestion is highlighted, instead of returning null for it (#80403).
  • ContentEditableControl: Associate the label with the contentEditable field via aria-labelledby instead of an invalid label[for], which triggered Chrome console errors (#80344).
  • SearchControl: Render suffix only if there is one. (#80356, #80406).
  • ColorPicker: Keep the visual picker in native HSVA so gradient/controlled HSLA echoes no longer jitter the saturation pointer, and preserve the black-edge saturation coordinate without leaving white at a chromatic position (#80205).

TypeScript

  • Update Jest type definitions to v30 (#80767).
  • Autocomplete: __unstableUseAutocompleteProps now narrows its returned ARIA props and no longer asks for a contentRef it never used, so callers can spread its return value onto an element without a placeholder ref, normalizing, or casting (#80403).
  • Improved performance of TypeScript types for internal polymorphic WordPressComponent component type (#80364).

Internal

  • Update date-fns to 4.4.0 (#80763).
  • Update memize to 2.1.1 (#80764).
  • TextControl, ComboboxControl, FormTokenField, ContentEditableControl: Replace --wp-components-color-accent with --wp-admin-theme-color for focus ring color (#80595).
  • ConfirmDialog: Migrate styles from Emotion to an SCSS Module (#80394).
  • ExternalLink: Use the shared outset-ring__focus mixin for the focus ring (#80573).
  • SearchControl: Migrate styles from Emotion to an SCSS Module (#80474).
  • FormTokenField: Migrate styles from Emotion to an SCSS Module (#80472).
  • InputControl, SelectControl, CustomSelectControl, ToggleGroupControl, and RangeControl: Remove obsolete internal __shouldNotWarnDeprecated36pxSize prop (#80323).
  • InputControl, SelectControl, CustomSelectControl: Remove obsolete __unstable-large from the public size type. The value continues to work at runtime, and is equivalent to the default size. (#80081).
  • ToggleGroupControl: Migrate styles from Emotion to SCSS Modules and use WPDS tokens for migrated visual values (#80381).
  • Disabled: Migrate styles from Emotion to an SCSS Module (#80643).
  • Update exports to use subpath patterns instead of deprecated trailing / folder mappings (#80270).

37.0.0 (2026-07-14)

Enhancements

... (truncated)

Commits
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/element from 6.46.0 to 8.4.0

Changelog

Sourced from @​wordpress/element's changelog.

8.4.0 (2026-07-29)

Bug Fixes

  • createInterpolateElement: Warn and stop interpolating instead of throwing when an unmatched closing tag is present (#60843).

8.3.0 (2026-07-14)

Breaking Changes

  • Move react and react-dom from dependencies to peerDependencies. Consumers must now provide react and react-dom themselves. @types/react and @types/react-dom become optional peer dependencies (#80053).

8.2.0 (2026-07-01)

8.1.0 (2026-06-24)

8.0.1 (2026-06-16)

8.0.0 (2026-06-10)

Breaking Changes

  • Revert React back to v18 #78940.

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
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/env from 10.39.0 to 11.12.0

Changelog

Sourced from @​wordpress/env's changelog.

11.12.0 (2026-07-29)

11.11.0 (2026-07-14)

11.10.0 (2026-07-01)

11.9.0 (2026-06-24)

11.8.1 (2026-06-16)

11.8.0 (2026-06-10)

Enhancements

  • Use partial clones (--filter=blob:none) when downloading git sources and the PHPUnit test suite to reduce download size. (#78918)

Bug Fixes

  • Replace extract-zip with adm-zip to fix silent hang on Node 24.16.0 (libuv 1.52.1) when downloading URL-based zip sources. (#78762)

11.7.0 (2026-05-27)

11.6.0 (2026-05-14)

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.

... (truncated)

Commits
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/scripts from 31.1.0 to 34.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

34.0.0 (2026-07-29)

Breaking Changes

  • Upgrade the bundled Jest packages from v29 to v30 (#80767).

Enhancements

  • `format`: Detect `prettier.config.mjs` so the bundled default config is not used when one is present ([#80422](https://github.com/WordPress/gutenberg/pull/80422)).
    

33.0.0 (2026-07-14)

Breaking Changes

  • The test-e2e command now runs the Playwright-based end-to-end test runner instead of Puppeteer (test-playwright remains available as an alias). Removed the Puppeteer test environment and configuration (jest-environment-puppeteer, jest-e2e.config.js, puppeteer.config.js) along with the puppeteer-core and expect-puppeteer dependencies. Puppeteer-specific options (e.g. --puppeteer-interactive, --puppeteer-devtools) are no longer supported (#60357).

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Update stylelint to ^16.26.1 (#79648).
  • Widen the @playwright/test peer dependency to >=1 and mark it optional, so consumers aren't forced to bump Playwright or satisfy it under strict peer deps (#78632).
  • Update webpack-dev-server to ^5.2.1, resolving several Dependabot security alerts and migrating the internal dev-server proxy config to the v5 array format (#80347).

32.6.0 (2026-07-01)

32.5.0 (2026-06-24)

Enhancements

  • lint-style: Detect .cjs and .mjs config files so the bundled default config is not used when one of these is present (#79226).

32.4.1 (2026-06-16)

32.4.0 (2026-06-10)

32.3.0 (2026-05-27)

32.2.0 (2026-05-14)

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)

... (truncated)

Commits
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/stylelint-config from 23.38.0 to 24.1.0

Changelog

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

24.1.0 (2026-07-29)

24.0.0 (2026-07-14)

Breaking Changes

  • Increase the minimum required Node.js version to 20.19.0 || 22.13.0, i.e. versions supporting require(esm) (#79755).

Enhancements

  • length-zero-no-unit rule now ignores custom properties and var functions, for better compatibility with usage inside calc functions. calc functions are already exempt from the rule by default, and this change extends the same exemption to variables that may be used within calc functions, as unitless zeros are not valid in CSS math functions (#79786).
  • Include plugin-wpds/no-token-fallback-values from @wordpress/theme to catch manual design token fallbacks in the shared Stylelint config (#79768).
  • Update @stylistic/stylelint-plugin to ^3.1.3 (#79648).
  • Convert configuration to ESM (#79755).

23.42.0 (2026-07-01)

23.41.0 (2026-06-24)

23.40.1 (2026-06-16)

23.40.0 (2026-06-10)

23.39.0 (2026-05-27)

Commits
  • 7e8b17a chore(release): publish
  • 42ad080 Update changelog files
  • edffa74 Merge changes published in the Gutenberg plugin "release/23.7" branch
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

WordPress Playground Preview

The changes in this pull request can previewed and tested using a WordPress Playground instance.

Open WordPress Playground Preview

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `29.12.0` | `38.0.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.46.0` | `8.4.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.39.0` | `11.12.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.1.0` | `34.0.0` |
| [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) | `23.38.0` | `24.1.0` |



Updates `@wordpress/components` from 29.12.0 to 38.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@38.0.0/packages/components)

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

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

Updates `@wordpress/scripts` from 31.1.0 to 34.0.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@34.0.0/packages/scripts)

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

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-version: 36.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 11.10.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-version: 32.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/stylelint-config"
  dependency-version: 23.42.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 Bump the wordpress-packages group with 5 updates Bump the wordpress-packages group across 1 directory with 5 updates Aug 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-packages-492d7539f9 branch from 68243d6 to 1df4ebc Compare August 7, 2026 08: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.

0 participants