Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the wordpress group across 1 directory with 22 updates #227

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@wordpress/api-fetch 7.10.0 7.13.0
@wordpress/block-editor 14.5.0 14.8.0
@wordpress/blocks 13.10.0 14.2.0
@wordpress/components 28.10.0 28.13.0
@wordpress/compose 7.10.0 7.13.0
@wordpress/core-data 7.10.0 7.13.0
@wordpress/data 10.10.0 10.13.0
@wordpress/dom-ready 4.10.0 4.13.0
@wordpress/e2e-test-utils-playwright 1.12.0 1.13.0
@wordpress/editor 14.10.0 14.13.0
@types/wordpress__editor 14.3.1 14.12.0
@wordpress/element 6.10.0 6.13.0
@wordpress/env 10.10.0 10.13.0
@wordpress/hooks 4.10.0 4.13.0
@wordpress/i18n 5.10.0 5.13.0
@wordpress/icons 10.10.0 10.13.0
@wordpress/interactivity 6.10.0 6.13.0
@wordpress/notices 5.10.0 5.13.0
@wordpress/plugins 7.10.0 7.13.0
@wordpress/primitives 4.10.0 4.13.0
@wordpress/rich-text 7.10.0 7.13.0
@wordpress/url 4.10.0 4.13.0

Updates @wordpress/api-fetch from 7.10.0 to 7.13.0

Changelog

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

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

7.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/block-editor from 14.5.0 to 14.8.0

Changelog

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

14.8.0 (2024-11-27)

14.7.0 (2024-11-16)

14.6.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/blocks from 13.10.0 to 14.2.0

Changelog

Sourced from @​wordpress/blocks's changelog.

14.2.0 (2024-11-27)

14.1.0 (2024-11-16)

14.0.0 (2024-10-30)

Breaking changes

  • Normalize blockType.parent to be an array. While string values were never supported, they appeared to work with some unintended side-effects that have been fixed by #66250. For that reason, we've added some code that automatically migrates strings to arrays — though it still raises a warning.
Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/components from 28.10.0 to 28.13.0

Changelog

Sourced from @​wordpress/components's changelog.

28.13.0 (2024-11-27)

Deprecations

  • DimensionControl: Deprecate 36px default size (#66705).
  • TextControl: Deprecate 36px default size (#66745.
  • FontSizePicker: Deprecate 36px default size (#66920).
  • ComboboxControl: Deprecate 36px default size (#66900).
  • ToggleGroupControl: Deprecate 36px default size (#66747).
  • RangeControl: Deprecate 36px default size (#66721).

Bug Fixes

  • Modal: Modal: Increase size of the Close button (#66792).
  • ToggleGroupControl: Fix active background for 0 value (#66855).
  • SlotFill: Fix a bug where a stale value of fillProps could be used (#67000).
  • ColorPalette: Disable Clear button if there's no color value. (#67108).
  • GradientPicker: Disable Clear button if there's no value. (#67108).
  • DuotonePicker: Disable Clear button if there's no value. (#67108).
  • ColorPicker: Add accessible label for copy button (#67094).
  • FormFileUpload: Prevent HEIC and HEIF files from being uploaded on Safari (#67139).
  • Composite.Hover: Restore functionality (#67212).
  • Composite.Typeahead: Restore functionality (#67212).
  • Dashicons: Remove non-existent icons from type (#67235).

Enhancements

  • ColorPicker: Update sizes of color format select and copy button (#67093).
  • ComboboxControl: Update reset button size (#67215).
  • Autocomplete: Increase option height (#67214).
  • DropZone: Add isEligible prop to allow customizing whether the drop zone should activate (#67317).
  • CircularOptionPicker: Update Button sizes to be ready for 40px default size (#67285).
  • DuotonePicker: Simplify Button styles (#66641).

Experimental

  • SlotFill: Remove registration API methods from return value of __experimentalUseSlot (#67070).
  • SlotFill: Remove the createPrivateSlotFill private API (#67238).

Internal

  • SlotFill: fix dependencies of Fill registration effects (#67071).
  • SlotFill: rewrite the Slot component from class component to functional (#67153).
  • Menu.ItemHelpText: Fix text wrapping to prevent unintended word breaks (#67011).
  • BorderBoxControl: Suppress redundant warnings for deprecated 36px size (#67213).
  • CustomGradientPicker: Prepare Buttons for 40px default size (#67286).

28.12.0 (2024-11-16)

Deprecations

... (truncated)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/compose from 7.10.0 to 7.13.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

7.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/core-data from 7.10.0 to 7.13.0

Changelog

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

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

7.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/data from 10.10.0 to 10.13.0

Changelog

Sourced from @​wordpress/data's changelog.

10.13.0 (2024-11-27)

Enhancements

  • Upgrade redux dependency to ^5.0.1 (#66966)

10.12.0 (2024-11-16)

10.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.10.0 to 4.13.0

Changelog

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

4.13.0 (2024-11-27)

4.12.0 (2024-11-16)

4.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/e2e-test-utils-playwright from 1.12.0 to 1.13.0

Changelog

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

1.13.0 (2024-11-27)

Commits

Updates @wordpress/editor from 14.10.0 to 14.13.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.13.0 (2024-11-27)

14.12.0 (2024-11-16)

14.11.0 (2024-10-30)

Bug Fixes

  • Post Featured Image: Fix Set featured image button's box-shadow transition to prevent border from flashing when focused.
Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @types/wordpress__editor from 14.3.1 to 14.12.0

Commits

Updates @wordpress/element from 6.10.0 to 6.13.0

Changelog

Sourced from @​wordpress/element's changelog.

6.13.0 (2024-11-27)

6.12.0 (2024-11-16)

6.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/env from 10.10.0 to 10.13.0

Changelog

Sourced from @​wordpress/env's changelog.

10.13.0 (2024-11-27)

10.12.0 (2024-11-16)

10.11.0 (2024-10-30)

Commits

Updates @wordpress/hooks from 4.10.0 to 4.13.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.13.0 (2024-11-27)

4.12.0 (2024-11-16)

4.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/i18n from 5.10.0 to 5.13.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.13.0 (2024-11-27)

5.12.0 (2024-11-16)

5.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/icons from 10.10.0 to 10.13.0

Changelog

Sourced from @​wordpress/icons's changelog.

10.13.0 (2024-11-27)

10.12.0 (2024-11-16)

10.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/interactivity from 6.10.0 to 6.13.0

Changelog

Sourced from @​wordpress/interactivity's changelog.

6.13.0 (2024-11-27)

6.12.0 (2024-11-16)

Bug Fixes

  • Fix property modification from inherited context two or more levels above (#66872).

6.11.0 (2024-10-30)

Bug Fixes

  • Fix reactivity of undefined objects and arrays added with deepMerge() (#66183).
Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/notices from 5.10.0 to 5.13.0

Changelog

Sourced from @​wordpress/notices's changelog.

5.13.0 (2024-11-27)

5.12.0 (2024-11-16)

5.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/plugins from 7.10.0 to 7.13.0

Changelog

Sourced from @​wordpress/plugins's changelog.

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

7.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/primitives from 4.10.0 to 4.13.0

Changelog

Sourced from @​wordpress/primitives's changelog.

4.13.0 (2024-11-27)

4.12.0 (2024-11-16)

4.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/rich-text from 7.10.0 to 7.13.0

Changelog

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

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

7.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • bfaa61c Merge changes published in the Gutenberg plugin "release/19.8" branch
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • See full diff in compare view

Updates @wordpress/url from 4.10.0 to 4.13.0

Changelog

Sourced from @​wordpress/url's changelog.

4.13.0 (2024-11-27)

4.12.0 (2024-11-16)

4.11.0 (2024-10-30)

Commits
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" 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 Dec 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wordpress-809d55134e branch from bd3f352 to 4bc697c Compare December 4, 2024 18:31
Bumps the wordpress group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.10.0` | `7.13.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `14.5.0` | `14.8.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `13.10.0` | `14.2.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.10.0` | `28.13.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.10.0` | `7.13.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `7.10.0` | `7.13.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.10.0` | `10.13.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.10.0` | `4.13.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.12.0` | `1.13.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.10.0` | `14.13.0` |
| [@types/wordpress__editor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wordpress__editor) | `14.3.1` | `14.12.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.10.0` | `6.13.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.10.0` | `10.13.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.10.0` | `4.13.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.10.0` | `5.13.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.10.0` | `10.13.0` |
| [@wordpress/interactivity](https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity) | `6.10.0` | `6.13.0` |
| [@wordpress/notices](https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices) | `5.10.0` | `5.13.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.10.0` | `7.13.0` |
| [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) | `4.10.0` | `4.13.0` |
| [@wordpress/rich-text](https://github.com/WordPress/gutenberg/tree/HEAD/packages/rich-text) | `7.10.0` | `7.13.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.10.0` | `4.13.0` |



Updates `@wordpress/api-fetch` from 7.10.0 to 7.13.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 14.5.0 to 14.8.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 13.10.0 to 14.2.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 28.10.0 to 28.13.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.10.0 to 7.13.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.10.0 to 7.13.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.10.0 to 10.13.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/dom-ready` from 4.10.0 to 4.13.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.12.0 to 1.13.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.10.0 to 14.13.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 `@types/wordpress__editor` from 14.3.1 to 14.12.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wordpress__editor)

Updates `@wordpress/element` from 6.10.0 to 6.13.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.10.0 to 10.13.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.10.0 to 4.13.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 5.10.0 to 5.13.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.10.0 to 10.13.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.10.0 to 6.13.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.10.0 to 5.13.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.10.0 to 7.13.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.10.0 to 4.13.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.10.0 to 7.13.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/url` from 4.10.0 to 4.13.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/api-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/compose"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/core-data"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/editor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@types/wordpress__editor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/interactivity"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/notices"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/plugins"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/primitives"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/rich-text"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/url"
  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-809d55134e branch from 4bc697c to 320f938 Compare December 4, 2024 18:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #248.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress-809d55134e branch December 16, 2024 05:41
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