Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the wordpress group with 24 updates:

Package From To
@wordpress/dataviews 9.1.0 10.1.0
@wordpress/api-fetch 7.32.0 7.33.0
@wordpress/block-editor 15.5.0 15.6.0
@wordpress/blocks 15.5.0 15.6.0
@wordpress/components 30.5.0 30.6.0
@wordpress/compose 7.32.0 7.33.0
@wordpress/core-data 7.32.0 7.33.0
@wordpress/data 10.32.0 10.33.0
@wordpress/dependency-extraction-webpack-plugin 6.32.0 6.33.0
@wordpress/dom-ready 4.32.0 4.33.0
@wordpress/e2e-test-utils-playwright 1.32.0 1.33.0
@wordpress/editor 14.32.0 14.33.2
@wordpress/element 6.32.0 6.33.0
@wordpress/env 10.32.0 10.33.0
@wordpress/hooks 4.32.0 4.33.0
@wordpress/i18n 6.5.0 6.6.0
@wordpress/icons 10.32.0 11.0.0
@wordpress/interactivity 6.32.0 6.33.0
@wordpress/notices 5.32.0 5.33.0
@wordpress/plugins 7.32.0 7.33.0
@wordpress/primitives 4.32.0 4.33.0
@wordpress/rich-text 7.32.0 7.33.0
@wordpress/server-side-render 6.8.0 6.9.0
@wordpress/url 4.32.0 4.33.0

Updates @wordpress/dataviews from 9.1.0 to 10.1.0

Changelog

Sourced from @​wordpress/dataviews's changelog.

10.1.0 (2025-10-21)

Enhancements

  • Consistently use font-weight 499 instead of 500 (#72473).
  • Dataviews: Use text based buttons for actions instead of text. #72417

10.0.0 (2025-10-17)

Bug Fixes

  • DataViewsPicker: ensure title overflows correctly in Grid view. (#72339)

Enhancements

  • Dataviews: Make header table view select all checkbox always visible. (#72050)
  • Move search icon in search fields to prefix position (#71984).
  • Flip search icons depending on placement (#72070).
  • DataViews: Improve renderItemLink event propagation handling. (#72081).
  • Normalize search field styles (#72072).
  • DataForm control for date supports required and custom validation #72048.
  • DataForm control for datetime supports required and custom validation. #72060.
  • Standardise DataForm typography. #72284.
  • Dataviews: Add support for dynamic modal headers. #72384
  • Field API: support async loading elements. #72254

Breaking changes

  • DataForm no longer injects an empty value to the select control. Consumers must now explicitly provide it if they need one. #72241
  • DataForm: Add summary field support for both card and panel layouts. The summary property has been moved from the field level to the layout level, and so fields using summary at the field level must now configure it within the layout object. Additionally, the first children will only be used as summary for the panel if 1) there is no layout.summary and 2) the form field ID doesn't match any existing field. See README for details. #71576
  • Remove Data< Item > type, as it is no longer used internally for a long time. #72051
  • Remove isDestructive prop from actions API. Destructive actions should be communicated via flow (opens modal to confirm) and color should be used in the modal. #72111
  • The isValid.custom default function that comes with the field type no longer checks for elements. This is now the isValid.elements responsibility and can be toggle on/off separately. #72325
  • DataForm: make validation controlled by leveraging a validity prop. This also removes isItemValid and introduces useFormValidity hook to calculate the validity prop. #71412

Features

  • DataForm: add a style prop to set the width of elements in the row layout. #72066

Code Quality

  • Reorganizes normalize-form-fields and renames dataforms-layouts/ to dataform-layout/ to follow the naming schema of any other folder in the package. #72056
  • Moves utils.ts to field-types/utils/render-from-elements.ts, so it's collocated where it is used. #72058
  • Centralize all top-level utilities in a utils/ folder, sets a name that reflects on the function name, and uses the default exports. #72063
  • DataForm: refactor RelativeDateControl to use DataFormControl props. #72361
Commits
  • 2a8c29e chore(release): publish
  • 564eb00 Update changelog files
  • 7d0076f DataViews: Use Text-Based Links for Primary Actions (#72417)
  • c5ab62e Dataviews: Make bulk actions buttons text based (#72501)
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/api-fetch from 7.32.0 to 7.33.0

Changelog

Sourced from @​wordpress/api-fetch's changelog.

7.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/block-editor from 15.5.0 to 15.6.0

Changelog

Sourced from @​wordpress/block-editor's changelog.

15.6.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/blocks from 15.5.0 to 15.6.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.6.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/components from 30.5.0 to 30.6.0

Changelog

Sourced from @​wordpress/components's changelog.

30.6.0 (2025-10-17)

Enhancements

  • SearchControl: Move search icon to prefix position (#71984).
  • SearchControl: Flip search icon depending on placement (#72070).
  • SearchControl: Normalize styles (#72072).
  • Badge: Avoid propagating text-decoration styles from ancestors into the component (#72097, #72302).
  • CheckboxControl, RadioControl, ToggleControl (FormToggle): Ensure elements are focused when clicked in Safari (#72115).
  • FontSizePicker: Add valueMode prop to control how the value prop is interpreted ('literal' for size values, 'slug' for font size slugs) (#71703)

Bug Fixes

  • ValidatedCheckboxControl, ValidatedRadioControl, ValidatedToggleControl: Fix issue where validation may not be triggered in Safari when elements are toggled by clicking (#72115).

Internal

  • Replace usage of extinct icons edit and warning with pencil and cautionFilled, respectively (#72105).
  • Move the package to v2 build pipeline. Rewrite styles to be dart-sass compatible (#72242).
Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/compose from 7.32.0 to 7.33.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/core-data from 7.32.0 to 7.33.0

Changelog

Sourced from @​wordpress/core-data's changelog.

7.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/data from 10.32.0 to 10.33.0

Changelog

Sourced from @​wordpress/data's changelog.

10.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/dependency-extraction-webpack-plugin from 6.32.0 to 6.33.0

Changelog

Sourced from @​wordpress/dependency-extraction-webpack-plugin's changelog.

6.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.32.0 to 4.33.0

Changelog

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

4.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/e2e-test-utils-playwright from 1.32.0 to 1.33.0

Changelog

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

1.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/editor from 14.32.0 to 14.33.2

Changelog

Sourced from @​wordpress/editor's changelog.

Unreleased

14.33.0 (2025-10-17)

Commits
  • 2a8c29e chore(release): publish
  • a735e7b Template activation: duplicate action should be available outside GB (#72513)
  • 0eca9b1 chore(release): publish
  • fcc36ce Post Date: Add block deprecation to change source arg to field (#72483)
  • 5553140 Notes: Don't render 'no results' message for floating sidebar (#72484)
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/element from 6.32.0 to 6.33.0

Changelog

Sourced from @​wordpress/element's changelog.

6.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/env from 10.32.0 to 10.33.0

Changelog

Sourced from @​wordpress/env's changelog.

10.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/hooks from 4.32.0 to 4.33.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/i18n from 6.5.0 to 6.6.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.6.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/icons from 10.32.0 to 11.0.0

Changelog

Sourced from @​wordpress/icons's changelog.

11.0.0 (2025-10-17)

Breaking Changes

  • Remove edit and warning icons, which were aliases to pencil and cautionFilled, respectively. Switch to SVG icons as canonical source format, letting the system auto-generate the React elements and index. (#71878).
  • Ensure both SVG and generated TSX code in src/ are included in the published package. (#72299)

Enhancements

  • Update check to be more optically balanced. (#72101)
  • Add new timeToRead and wordCount icons. (#72240)
Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/interactivity from 6.32.0 to 6.33.0

Changelog

Sourced from @​wordpress/interactivity's changelog.

6.33.0 (2025-10-17)

Enhancements

  • Add official support for unique IDs. (#72161)

Bug Fixes

  • Change ordering of multiple data-wp-context directives in iAPI processing. (#72395)
  • Handle client-server state synchronization scenarios for getServerContext and getServerState. (#72381)
Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/notices from 5.32.0 to 5.33.0

Changelog

Sourced from @​wordpress/notices's changelog.

5.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/plugins from 7.32.0 to 7.33.0

Changelog

Sourced from @​wordpress/plugins's changelog.

7.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/primitives from 4.32.0 to 4.33.0

Changelog

Sourced from @​wordpress/primitives's changelog.

4.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/rich-text from 7.32.0 to 7.33.0

Changelog

Sourced from @​wordpress/rich-text's changelog.

7.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/server-side-render from 6.8.0 to 6.9.0

Changelog

Sourced from @​wordpress/server-side-render's changelog.

6.9.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • See full diff in compare view

Updates @wordpress/url from 4.32.0 to 4.33.0

Changelog

Sourced from @​wordpress/url's changelog.

4.33.0 (2025-10-17)

Commits
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Oct 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 05:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 27, 2025
@dependabot dependabot bot requested review from pkevan and removed request for a team October 27, 2025 05:44
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 27, 2025
Bumps the wordpress group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/dataviews](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dataviews) | `9.1.0` | `10.1.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.32.0` | `7.33.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.5.0` | `15.6.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.5.0` | `15.6.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `30.5.0` | `30.6.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.32.0` | `7.33.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `7.32.0` | `7.33.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.32.0` | `10.33.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.32.0` | `6.33.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.32.0` | `4.33.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.32.0` | `1.33.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.32.0` | `14.33.2` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.32.0` | `6.33.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.32.0` | `10.33.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.32.0` | `4.33.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.5.0` | `6.6.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.32.0` | `11.0.0` |
| [@wordpress/interactivity](https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity) | `6.32.0` | `6.33.0` |
| [@wordpress/notices](https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices) | `5.32.0` | `5.33.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.32.0` | `7.33.0` |
| [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) | `4.32.0` | `4.33.0` |
| [@wordpress/rich-text](https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text) | `7.32.0` | `7.33.0` |
| [@wordpress/server-side-render](https://github.com/WordPress/gutenberg/tree/HEAD/packages/server-side-render) | `6.8.0` | `6.9.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.32.0` | `4.33.0` |


Updates `@wordpress/dataviews` from 9.1.0 to 10.1.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dataviews/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/dataviews)

Updates `@wordpress/api-fetch` from 7.32.0 to 7.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/api-fetch)

Updates `@wordpress/block-editor` from 15.5.0 to 15.6.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-editor)

Updates `@wordpress/blocks` from 15.5.0 to 15.6.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/blocks)

Updates `@wordpress/components` from 30.5.0 to 30.6.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/[email protected]/packages/components)

Updates `@wordpress/compose` from 7.32.0 to 7.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/compose/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/compose)

Updates `@wordpress/core-data` from 7.32.0 to 7.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/core-data/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/core-data)

Updates `@wordpress/data` from 10.32.0 to 10.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/data/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/data)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 6.32.0 to 6.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dependency-extraction-webpack-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/dependency-extraction-webpack-plugin)

Updates `@wordpress/dom-ready` from 4.32.0 to 4.33.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/[email protected]/packages/dom-ready)

Updates `@wordpress/e2e-test-utils-playwright` from 1.32.0 to 1.33.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/[email protected]/packages/e2e-test-utils-playwright)

Updates `@wordpress/editor` from 14.32.0 to 14.33.2
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/editor)

Updates `@wordpress/element` from 6.32.0 to 6.33.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/[email protected]/packages/element)

Updates `@wordpress/env` from 10.32.0 to 10.33.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/[email protected]/packages/env)

Updates `@wordpress/hooks` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/hooks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/hooks)

Updates `@wordpress/i18n` from 6.5.0 to 6.6.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/[email protected]/packages/i18n)

Updates `@wordpress/icons` from 10.32.0 to 11.0.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/[email protected]/packages/icons)

Updates `@wordpress/interactivity` from 6.32.0 to 6.33.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/[email protected]/packages/interactivity)

Updates `@wordpress/notices` from 5.32.0 to 5.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/notices/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/notices)

Updates `@wordpress/plugins` from 7.32.0 to 7.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/plugins/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/plugins)

Updates `@wordpress/primitives` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/primitives/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/primitives)

Updates `@wordpress/rich-text` from 7.32.0 to 7.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/rich-text/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/rich-text)

Updates `@wordpress/server-side-render` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/server-side-render/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/server-side-render)

Updates `@wordpress/url` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/url/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/url)

---
updated-dependencies:
- dependency-name: "@wordpress/dataviews"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 30.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/core-data"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-version: 6.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/editor"
  dependency-version: 14.33.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 6.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/env"
  dependency-version: 10.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/interactivity"
  dependency-version: 6.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/notices"
  dependency-version: 5.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/plugins"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/rich-text"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/server-side-render"
  dependency-version: 6.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/url"
  dependency-version: 4.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wordpress-a9b8ac5998 branch from ebcd3f5 to 62adbf8 Compare November 3, 2025 05:26
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.

1 participant