Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the wordpress group with 17 updates in the / directory:

Package From To
@wordpress/a11y 4.34.0 4.36.0
@wordpress/api-fetch 7.32.0 7.36.0
@wordpress/blob 4.35.0 4.36.0
@wordpress/block-editor 15.6.0 15.9.0
@wordpress/core-data 7.32.0 7.36.0
@wordpress/data 10.26.0 10.36.0
@wordpress/e2e-test-utils-playwright 1.32.0 1.36.0
@wordpress/edit-post 8.33.2 8.36.0
@wordpress/editor 14.32.0 14.36.0
@wordpress/env 10.32.0 10.36.0
@wordpress/hooks 4.32.0 4.36.0
@wordpress/i18n 6.5.0 6.9.0
@wordpress/icons 10.32.0 11.3.0
@wordpress/notices 5.32.0 5.36.0
@wordpress/primitives 4.35.0 4.36.0
@wordpress/scripts 30.25.0 31.1.0
@wordpress/sync 1.32.0 1.36.0

Updates @wordpress/a11y from 4.34.0 to 4.36.0

Changelog

Sourced from @​wordpress/a11y's changelog.

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

Commits

Updates @wordpress/api-fetch from 7.32.0 to 7.36.0

Changelog

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

7.36.0 (2025-11-26)

7.35.0 (2025-11-12)

7.34.0 (2025-10-29)

7.33.0 (2025-10-17)

Commits

Updates @wordpress/blob from 4.35.0 to 4.36.0

Changelog

Sourced from @​wordpress/blob's changelog.

4.36.0 (2025-11-26)

Commits

Updates @wordpress/block-editor from 15.6.0 to 15.9.0

Changelog

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

15.9.0 (2025-11-26)

15.8.0 (2025-11-12)

15.7.0 (2025-10-29)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • See full diff in compare view

Updates @wordpress/blocks from 15.6.0 to 15.9.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.9.0 (2025-11-26)

15.8.0 (2025-11-12)

15.7.0 (2025-10-29)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • See full diff in compare view

Updates @wordpress/components from 30.6.0 to 30.9.0

Changelog

Sourced from @​wordpress/components's changelog.

30.9.0 (2025-11-26)

Bug Fixes

  • ExternalLink: Fix arrow direction for RTL languages. The external link arrow now correctly points to the top-left (↖) instead of top-right (↗) in RTL layouts. (#73400)
  • Fixed an issue where the Guide component’s close button became invisible on hover when used on light backgrounds. The component's close button now relies on the default button hover effect, and the custom hover color is applied only within welcome-guide implementations to maintain consistency. (#73220)
  • DateTimePicker: Fixed timezone handling when selecting specific dates around changes in daylight savings time when browser and server timezone settings are not in sync, which would cause an incorrect date to be selected. (#73444)

30.8.0 (2025-11-12)

Bug Fixes

  • Button: Revert disabled primary button state to its previous one (#73037).
  • TextareaControl: Add min-height to the textarea element (#72867).
  • Card, CardHeader, CardBody and CardFooter: Add support for directional padding through object-based size prop, allowing independent control of padding for each side (#72511).
  • CustomSelectControl: Fix the options with the same name are shown as the selected option (#72189).
  • NumberControl: Fix crash when min prop is string and step prop contains decimal (#73107).
  • Modal: Fix full-screen modal height to allow contents to scroll properly (#73150).

Internal

  • Modal: Add a classname to simplify full height content modal styling (#73108).

Enhancements

  • ConfirmDialog: Add isBusy prop to component. (#73041).
  • ColorPicker: Support pasting whole color values. (#73166).

30.7.0 (2025-10-29)

Bug Fixes

  • CardHeader: Fix missing Flex props (#71915).
  • CardFooter: Fix missing Flex props (#71915).

Enhancements

  • Button: Update font weight to 500 (#70787).
  • TabPanel: Update tab font weight (#72455).
  • Consistently use font-weight 499 instead of 500 (#72473).
  • ComboboxControl: Show reset button only when there is a value (#72595).

Bug Fixes

  • Button: Ensure that icons don't shrink (#72474).
  • Popover: Fix onDialogClose logic to only close the popover if the blur event targets the specific popover instance (#72376).
  • Badge: Add max-width for text truncation (#72653).
  • Tabs: Replace rem with px in tablist overflow fade (#72669).
  • Modal: Replace rem in heading text with a standard px value (#72669).

... (truncated)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • See full diff in compare view

Updates @wordpress/compose from 7.33.0 to 7.36.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.36.0 (2025-11-26)

New Features

  • useFocusOnMount: Now the hook supports firstInputElement option which when enabled focuses the first input element and not the first tabbable element (as happens on default mode) (#72322).

7.35.0 (2025-11-12)

7.34.0 (2025-10-29)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • See full diff in compare view

Updates @wordpress/core-data from 7.32.0 to 7.36.0

Changelog

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

7.36.0 (2025-11-26)

7.35.0 (2025-11-12)

7.34.0 (2025-10-29)

7.33.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/data from 10.26.0 to 10.36.0

Changelog

Sourced from @​wordpress/data's changelog.

10.36.0 (2025-11-26)

10.35.0 (2025-11-12)

10.34.0 (2025-10-29)

10.33.0 (2025-10-17)

10.32.0 (2025-10-01)

10.31.0 (2025-09-17)

10.30.0 (2025-09-03)

10.29.0 (2025-08-20)

10.28.0 (2025-08-07)

10.27.0 (2025-07-23)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • 0415ffd Merge changes published in the Gutenberg plugin "release/21.9" branch
  • Additional commits viewable in compare view

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

Changelog

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

1.36.0 (2025-11-26)

1.35.0 (2025-11-12)

1.34.0 (2025-10-29)

1.33.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/edit-post from 8.33.2 to 8.36.0

Changelog

Sourced from @​wordpress/edit-post's changelog.

8.36.0 (2025-11-26)

Internal

  • Adjusted welcome-guide styles to define the close-button hover state internally after refactoring in the shared Guide component.

8.35.0 (2025-11-12)

8.34.0 (2025-10-29)

8.33.0 (2025-10-17)

8.32.0 (2025-10-01)

8.31.0 (2025-09-17)

8.30.0 (2025-09-03)

8.29.0 (2025-08-20)

8.28.0 (2025-08-07)

8.27.0 (2025-07-23)

8.26.0 (2025-06-25)

8.25.0 (2025-06-04)

8.24.0 (2025-05-22)

8.23.0 (2025-05-07)

8.22.0 (2025-04-11)

8.21.0 (2025-03-27)

8.20.0 (2025-03-13)

8.19.0 (2025-02-28)

8.18.0 (2025-02-12)

8.17.0 (2025-01-29)

8.16.0 (2025-01-15)

8.15.0 (2025-01-02)

8.14.0 (2024-12-11)

... (truncated)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • See full diff in compare view

Updates @wordpress/editor from 14.32.0 to 14.36.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.36.0 (2025-11-26)

Internal

  • Applied the welcome-guide close-button hover color locally to maintain consistent styling after changes to the shared Guide component.

14.35.0 (2025-11-12)

14.34.0 (2025-10-29)

14.33.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2a8c29e chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/element from 6.35.0 to 6.36.0

Changelog

Sourced from @​wordpress/element's changelog.

6.36.0 (2025-11-26)

Commits

Updates @wordpress/env from 10.32.0 to 10.36.0

Changelog

Sourced from @​wordpress/env's changelog.

10.36.0 (2025-11-26)

10.35.0 (2025-11-12)

10.34.0 (2025-10-29)

10.33.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • 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.36.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.36.0 (2025-11-26)

4.35.0 (2025-11-12)

4.34.0 (2025-10-29)

4.33.0 (2025-10-17)

Commits

Updates @wordpress/i18n from 6.5.0 to 6.9.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.9.0 (2025-11-26)

6.8.0 (2025-11-12)

6.7.0 (2025-10-29)

6.6.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • 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.3.0

Changelog

Sourced from @​wordpress/icons's changelog.

11.3.0 (2025-11-26)

Enhancements

11.2.0 (2025-11-12)

11.1.0 (2025-10-29)

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
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/notices from 5.32.0 to 5.36.0

Changelog

Sourced from @​wordpress/notices's changelog.

5.36.0 (2025-11-26)

5.35.0 (2025-11-12)

5.34.0 (2025-10-29)

5.33.0 (2025-10-17)

Commits

Updates @wordpress/plugins from 7.33.0 to 7.36.0

Changelog

Sourced from @​wordpress/plugins's changelog.

7.36.0 (2025-11-26)

7.35.0 (2025-11-12)

7.34.0 (2025-10-29)

Commits

Updates @wordpress/primitives from 4.35.0 to 4.36.0

Changelog

Sourced from @​wordpress/primitives's changelog.

4.36.0 (2025-11-26)

Commits

Updates @wordpress/private-apis from 1.33.0 to 1.36.0

Changelog

Sourced from @​wordpress/private-apis's changelog.

1.36.0 (2025-11-26)

1.35.0 (2025-11-12)

1.34.0 (2025-10-29)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • See full diff in compare view

Updates @wordpress/scripts from 30.25.0 to 31.1.0

Changelog

Sourced from @​wordpress/scripts's changelog.

31.1.0 (2025-11-26)

31.0.0 (2025-11-12)

Breaking Changes

  • The lint-js script now includes .cjs, .mjs, .cts, and .mts as default extensions to lint. This is considered a breaking change because the script may now surface lint errors in your project which would not have been previously identified.

30.27.0 (2025-10-29)

30.26.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/sync from 1.32.0 to 1.36.0

Changelog

Sourced from @​wordpress/sync's changelog.

1.36.0 (2025-11-26)

1.35.0 (2025-11-12)

1.34.0 (2025-10-29)

1.33.0 (2025-10-17)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 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 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

Bumps the wordpress group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/a11y](https://github.com/WordPress/gutenberg/tree/HEAD/packages/a11y) | `4.34.0` | `4.36.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.32.0` | `7.36.0` |
| [@wordpress/blob](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blob) | `4.35.0` | `4.36.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.6.0` | `15.9.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `7.32.0` | `7.36.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.26.0` | `10.36.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.32.0` | `1.36.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `8.33.2` | `8.36.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.32.0` | `14.36.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.32.0` | `10.36.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.32.0` | `4.36.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.5.0` | `6.9.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.32.0` | `11.3.0` |
| [@wordpress/notices](https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices) | `5.32.0` | `5.36.0` |
| [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) | `4.35.0` | `4.36.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `30.25.0` | `31.1.0` |
| [@wordpress/sync](https://github.com/WordPress/gutenberg/tree/HEAD/packages/sync) | `1.32.0` | `1.36.0` |



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

Updates `@wordpress/api-fetch` from 7.32.0 to 7.36.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/blob` from 4.35.0 to 4.36.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blob/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/blob)

Updates `@wordpress/block-editor` from 15.6.0 to 15.9.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.6.0 to 15.9.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.6.0 to 30.9.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.33.0 to 7.36.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.36.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.26.0 to 10.36.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/e2e-test-utils-playwright` from 1.32.0 to 1.36.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/edit-post` from 8.33.2 to 8.36.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-post/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/edit-post)

Updates `@wordpress/editor` from 14.32.0 to 14.36.0
- [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.35.0 to 6.36.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.36.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.36.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.9.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.3.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/notices` from 5.32.0 to 5.36.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.33.0 to 7.36.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.35.0 to 4.36.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/private-apis` from 1.33.0 to 1.36.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/private-apis/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/private-apis)

Updates `@wordpress/scripts` from 30.25.0 to 31.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/[email protected]/packages/scripts)

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

---
updated-dependencies:
- dependency-name: "@wordpress/a11y"
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blob"
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 30.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-version: 7.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/core-data"
  dependency-version: 7.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/edit-post"
  dependency-version: 8.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/editor"
  dependency-version: 14.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 6.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/env"
  dependency-version: 10.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-version: 11.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/notices"
  dependency-version: 5.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/plugins"
  dependency-version: 7.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/private-apis"
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/sync"
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
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