Skip to content

Bump the wordpress-packages group 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 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:

Package From To
@wordpress/components 29.12.0 36.1.0
@wordpress/element 6.46.0 8.2.0
@wordpress/env 10.39.0 11.10.0
@wordpress/scripts 31.1.0 32.6.0
@wordpress/stylelint-config 23.38.0 23.42.0

Updates @wordpress/components from 29.12.0 to 36.1.0

Changelog

Sourced from @​wordpress/components's changelog.

36.1.0 (2026-07-01)

36.0.0 (2026-06-24)

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:
  • The __next40pxDefaultSize prop is now true by default. The prop can be safely removed from the following:

Enhancements

  • BaseControl: Apply text-wrap: pretty to help text to avoid typographic widows (#79112).
  • Button, DropdownMenu, FormToggle, Modal, Panel, RadioControl, Toolbar: Migrate hardcoded border and stroke colors to WPDS tokens (#79244).

Bug Fixes

  • SandBox: Fix the viewport-unit (vh, vw, etc.) stripping so user-supplied HTML using these units in width/height no longer triggers a runaway resize loop in the preview (#78677).
  • BoxControl: Respect a consumer-supplied placeholder passed via inputProps, falling back to it when there is no mixed-value placeholder (#79466).

Internal

  • ResizableBox: Make the children prop optional (#79370).
  • Add documentation and lint guardrails for the ongoing Emotion migration (#79442).
  • Divider: Migrate styles from Emotion to SCSS Modules (#79444).
  • Adopt --wpds-dimension-size-* design tokens #79093.
  • Point the legacy --wp-components-* color fallbacks at the design system tokens (--wpds-* / --wp-admin-theme-color*), so component styles get sensible defaults from the prebuilt token stylesheet without a runtime <ThemeProvider> (#78664).
  • withFallbackStyles: Refactor from a class component to a function component with hooks (#78837).

Documentation

  • Menu: Fix overriden typo to overridden in CheckboxItemProps and RadioItemProps. (#79331)
  • Add component documentation for ColorPicker, CustomSelectControl, Navigator, NumberControl, ResizableBox, and Slot components (#79460).

Code Quality

  • Move @types/react from dependencies to an optional peer dependency so consumers' React type version is used #79095.

35.0.1 (2026-06-16)

35.0.0 (2026-06-10)

Breaking Changes

  • Revert React back to v18 #78940.

Documentation

... (truncated)

Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/element from 6.46.0 to 8.2.0

Changelog

Sourced from @​wordpress/element's changelog.

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
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/env from 10.39.0 to 11.10.0

Changelog

Sourced from @​wordpress/env's changelog.

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.

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

... (truncated)

Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/scripts from 31.1.0 to 32.6.0

Changelog

Sourced from @​wordpress/scripts's changelog.

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)

31.7.0 (2026-03-18)

31.6.0 (2026-03-04)

31.5.0 (2026-02-18)

31.4.0 (2026-01-29)

31.3.0 (2026-01-16)

Internal

  • The bundled eslint dependency has been updated from ^8.3.0 to ^8.57.1 (#74316).
Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/stylelint-config from 23.38.0 to 23.42.0

Changelog

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

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
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • 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 wordpress-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `29.12.0` | `36.1.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.46.0` | `8.2.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.39.0` | `11.10.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `31.1.0` | `32.6.0` |
| [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) | `23.38.0` | `23.42.0` |


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

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

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

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

Updates `@wordpress/stylelint-config` from 23.38.0 to 23.42.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@23.42.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 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

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