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-packages group across 1 directory with 29 updates #7893

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@wordpress/api-fetch 7.2.0 7.8.0
@wordpress/autop 4.2.0 4.8.0
@wordpress/components 28.2.0 28.8.0
@wordpress/compose 7.2.0 7.8.0
@wordpress/date 5.2.0 5.8.0
@wordpress/dom-ready 4.2.0 4.8.0
@wordpress/editor 14.2.0 14.8.3
@wordpress/element 6.2.0 6.8.0
@wordpress/escape-html 3.2.0 3.8.0
@wordpress/html-entities 4.2.0 4.8.0
@wordpress/i18n 5.2.0 5.8.0
@wordpress/icons 10.2.0 10.8.0
@wordpress/is-shallow-equal 5.2.0 5.8.0
@wordpress/url 4.2.0 4.8.0
@wordpress/babel-preset-default 8.2.0 8.8.2
@wordpress/block-editor 13.2.0 14.3.0
@wordpress/blocks 13.2.0 13.8.0
@wordpress/browserslist-config 6.2.0 6.8.0
@wordpress/data 10.2.0 10.8.0
@wordpress/dependency-extraction-webpack-plugin 6.2.0 6.8.0
@wordpress/e2e-test-utils 11.2.0 11.8.0
@wordpress/edit-post 8.2.0 8.8.3
@wordpress/env 10.2.0 10.8.0
@wordpress/eslint-plugin 19.2.0 21.1.2
@wordpress/hooks 4.2.0 4.8.0
@wordpress/jest-puppeteer-axe 7.2.0 7.8.0
@wordpress/plugins 7.2.0 7.8.0
@wordpress/prettier-config 4.2.0 4.8.0
@wordpress/scripts 28.2.0 30.0.2

Updates @wordpress/api-fetch from 7.2.0 to 7.8.0

Changelog

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

7.8.0 (2024-09-19)

7.7.0 (2024-09-05)

7.6.0 (2024-08-21)

7.5.0 (2024-08-07)

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Commits

Updates @wordpress/autop from 4.2.0 to 4.8.0

Changelog

Sourced from @​wordpress/autop's changelog.

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/components from 28.2.0 to 28.8.0

Changelog

Sourced from @​wordpress/components's changelog.

28.8.0 (2024-09-19)

Bug Fixes

  • Tabs: restore vertical indicator (#65385).
  • Tabs: indicator positioning under RTL direction (#64926).
  • Popover: Update toolbar variant radius to match block toolbar (#65263).
  • MenuItemsChoice: Allow menu items height to adapt to its content (#65204).
  • BoxControl: Unify input filed width whether linked or not (#65348).

Deprecations

  • Deprecate __unstableComposite, __unstableCompositeGroup, __unstableCompositeItem and __unstableUseCompositeState. Consumers of the package should use the stable Composite component instead (#63572).
  • __experimentalBoxControl can now be imported as a stable BoxControl (#65469).

New Features

  • Composite: add stable version of the component (#63569).
  • ComboboxControl: add support for placeholder attribute (#65254).

Enhancements

  • Navigator: warn if a screen's path doesn't follow a URL-like scheme (#65231).
  • Modal: Decrease close button size and remove horizontal offset (#65131).
  • CustomSelectControl V2: Adopt elevation scale (#65159).
  • DropdownMenu V2: Adopt elevation scale (#65159).
  • FormToggle: Adopt elevation scale (#65159).
  • Popover: Adopt elevation scale (#65159).
  • RangeControl: Adopt elevation scale (#65159).
  • ResizeableBox: Adopt elevation scale (#65159).
  • Snackbar: Adopt elevation scale (#65159).
  • Tooltip: Adopt elevation scale (#65159).
  • Modal: add exit animation for internally triggered events (#65203).
  • Card: Adopt radius scale (#65053).
  • BoxControl: promote to stable (#65469).

Bug Fixes

  • DatePicker: better hover/focus styles (#65117).

Internal

  • Tabs: improved performance of the indicator animation (#64926).
  • Composite: Remove from private APIs (#63569).
  • use local copy of use-lilius instead of npm dependency (#65097).
  • BoxControl: Fix critical error when null value is passed (#65287).

28.7.0 (2024-09-05)

Deprecations

... (truncated)

Commits
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • 35a83ad Merge changes published in the Gutenberg plugin "release/19.3" branch
  • c90d920 chore(release): publish
  • 2d989d3 Update changelog files
  • 2dbed20 Merge changes published in the Gutenberg plugin "release/19.2" branch
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • 4510582 Merge changes published in the Gutenberg plugin "release/19.1" branch
  • c3101ab chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/compose from 7.2.0 to 7.8.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.8.0 (2024-09-19)

New Features

  • useEvent: a new utility that creates a stable callback function that has access to the latest state and can be used within event handlers and effect callbacks (#64943).
  • useResizeObserver: new and improved version of the utility (legacy API is still supported) (#64943).

7.7.0 (2024-09-05)

7.6.0 (2024-08-21)

7.5.0 (2024-08-07)

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Internal

  • Method style type signatures have been changed to function style (#62718).
Commits
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • 35a83ad Merge changes published in the Gutenberg plugin "release/19.3" branch
  • c90d920 chore(release): publish
  • 2d989d3 Update changelog files
  • 2dbed20 Merge changes published in the Gutenberg plugin "release/19.2" branch
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/date from 5.2.0 to 5.8.0

Changelog

Sourced from @​wordpress/date's changelog.

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits

Updates @wordpress/dom-ready from 4.2.0 to 4.8.0

Changelog

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

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/editor from 14.2.0 to 14.8.3

Changelog

Sourced from @​wordpress/editor's changelog.

Unreleased

14.8.0 (2024-09-19)

14.7.0 (2024-09-05)

14.6.0 (2024-08-21)

14.5.0 (2024-08-07)

14.4.0 (2024-07-24)

Deprecations

  • PostTaxonomiesFlatTermSelector: Deprecate bottom margin. Add a __nextHasNoMarginBottom prop to start opting into the margin-free styles that will become the default in a future version, currently scheduled to be WordPress 7.0 (#63491).

14.3.0 (2024-07-10)

Commits
  • 3686e92 chore(release): publish
  • 2d3a8bd Swap position of the Pre-publish checks buttons. (#65317)
  • 41c3dae chore(release): publish
  • cf707c1 chore(release): publish
  • 7a86c1b chore(release): publish
  • 320f84a Update changelog files
  • 594a948 remove zoom out toggle when editor is not iframed (#65452)
  • 6a6b3a3 Block Bindings: Always prioritize using context in post meta source logic (#6...
  • c754c78 Block Bindings: Use post meta label from register_meta in block bindings wo...
  • 2607bd3 hide zoom out on smaller viewports (#65437)
  • Additional commits viewable in compare view

Updates @wordpress/element from 6.2.0 to 6.8.0

Changelog

Sourced from @​wordpress/element's changelog.

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits

Updates @wordpress/escape-html from 3.2.0 to 3.8.0

Changelog

Sourced from @​wordpress/escape-html's changelog.

3.8.0 (2024-09-19)

3.7.0 (2024-09-05)

3.6.0 (2024-08-21)

3.5.0 (2024-08-07)

3.4.0 (2024-07-24)

3.3.0 (2024-07-10)

Commits

Updates @wordpress/html-entities from 4.2.0 to 4.8.0

Changelog

Sourced from @​wordpress/html-entities's changelog.

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/i18n from 5.2.0 to 5.8.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits

Updates @wordpress/icons from 10.2.0 to 10.8.0

Changelog

Sourced from @​wordpress/icons's changelog.

10.8.0 (2024-09-19)

New Features

  • Add new envelope icon.

  • Add new bell and bell-unread icons.

  • Add new arrowUpLeft and arrowDownRight icons.

10.7.0 (2024-09-05)

10.6.0 (2024-08-21)

10.5.0 (2024-08-07)

New Features

  • Add new send icon.

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • 35a83ad Merge changes published in the Gutenberg plugin "release/19.3" branch
  • c90d920 chore(release): publish
  • 2d989d3 Update changelog files
  • 2dbed20 Merge changes published in the Gutenberg plugin "release/19.2" branch
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/is-shallow-equal from 5.2.0 to 5.8.0

Changelog

Sourced from @​wordpress/is-shallow-equal's changelog.

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits

Updates @wordpress/url from 4.2.0 to 4.8.0

Changelog

Sourced from @​wordpress/url's changelog.

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/babel-preset-default from 8.2.0 to 8.8.2

Changelog

Sourced from @​wordpress/babel-preset-default's changelog.

Unreleased

Bug Fixes

  • Fix a bug in 8.8.1 due to missing files in the published package (#65481).

8.8.0 (2024-09-19)

Internal

  • Added addPolyfillComments option. When used, it will automatically add magic comments to mark files that need wp-polyfill (#65292).

8.7.0 (2024-09-05)

8.6.0 (2024-08-21)

8.5.0 (2024-08-07)

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

Commits

Updates @wordpress/block-editor from 13.2.0 to 14.3.0

Changelog

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

14.3.0 (2024-09-19)

14.2.0 (2024-09-05)

14.1.0 (2024-08-21)

14.0.0 (2024-08-07)

Breaking Changes

  • URLInput: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#64282).
  • LineHeightControl: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#64281).

Enhancements

  • FontFamilyControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#64280).

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • 35a83ad Merge changes published in the Gutenberg plugin "release/19.3" branch
  • c90d920 chore(release): publish
  • 2d989d3 Update changelog files
  • 2dbed20 Merge changes published in the Gutenberg plugin "release/19.2" branch
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • 4510582 Merge changes published in the Gutenberg plugin "release/19.1" branch
  • c3101ab chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 13.2.0 to 13.8.0

Changelog

Sourced from @​wordpress/blocks's changelog.

13.8.0 (2024-09-19)

13.7.0 (2024-09-05)

13.6.0 (2024-08-21)

13.5.0 (2024-08-07)

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • c90d920 chore(release): publish
  • 2d989d3 Update changelog files
  • 2dbed20 Merge changes published in the Gutenberg plugin "release/19.2" branch
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • Additional commits viewable in compare view

Updates @wordpress/browserslist-config from 6.2.0 to 6.8.0

Changelog

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

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits

Updates @wordpress/data from 10.2.0 to 10.8.0

Changelog

Sourced from @​wordpress/data's changelog.

10.8.0 (2024-09-19)

10.7.0 (2024-09-05)

10.6.0 (2024-08-21)

10.5.0 (2024-08-07)

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits

Updates @wordpress/dependency-extraction-webpack-plugin from 6.2.0 to 6.8.0

Changelog

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

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits

Updates @wordpress/e2e-test-utils from 11.2.0 to 11.8.0

Changelog

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

11.8.0 (2024-09-19)

11.7.0 (2024-09-05)

11.6.0 (2024-08-21)

11.5.0 (2024-08-07)

11.4.0 (2024-07-24)

11.3.0 (2024-07-10)

Commits

Updates @wordpress/edit-post from 8.2.0 to 8.8.3

Changelog

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

Unreleased

8.8.0 (2024-09-19)

8.7.0 (2024-09-05)

8.6.0 (2024-08-21)

8.5.0 (2024-08-07)

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

Commits
  • 3686e92 chore(release): publish
  • 41c3dae chore(release): publish
  • cf707c1 chore(release): publish
  • 7a86c1b chore(release): publish
  • 320f84a Update changelog files
  • 07c6a1f Post Editor: Support keyboard resizing of meta boxes pane (#65325)
  • c114b25 Revert "Don't force iframe editor when gutenberg plugin and block theme are e...
  • 99fefd7 Don't force iframe editor when gutenberg plugin and block theme are enabled (...
  • 3a2f74f Rename edit-post__fade-in-animation and unify keyframe definitions (#65377)
  • b0abc74 Split content view with meta boxes (#64351)
  • Additional commits viewable in compare view

Updates @wordpress/env from 10.2.0 to 10.8.0

Changelog

Sourced from @​wordpress/env's changelog.

10.8.0 (2024-09-19)

10.7.0 (2024-09-05)

10.6.0 (2024-08-21)

10.5.0 (2024-08-07)

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Bug Fixes

  • Remove version field from docker-compose config generated by env package #63099. Docker has starting throwing a warning that this property is obsolete and should be removed.
Commits

Updates @wordpress/eslint-plugin from 19.2.0 to 21.1.2

Release notes

Sourced from

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.2.0` | `7.8.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `4.2.0` | `4.8.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.2.0` | `28.8.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.2.0` | `7.8.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `5.2.0` | `5.8.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.2.0` | `4.8.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.2.0` | `14.8.3` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.2.0` | `6.8.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `3.2.0` | `3.8.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `4.2.0` | `4.8.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.2.0` | `5.8.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.2.0` | `10.8.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `5.2.0` | `5.8.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.2.0` | `4.8.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.2.0` | `8.8.2` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `13.2.0` | `14.3.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `13.2.0` | `13.8.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.2.0` | `6.8.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.2.0` | `10.8.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.2.0` | `6.8.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `11.2.0` | `11.8.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `8.2.0` | `8.8.3` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.2.0` | `10.8.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `19.2.0` | `21.1.2` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.2.0` | `4.8.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `7.2.0` | `7.8.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.2.0` | `7.8.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.2.0` | `4.8.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `28.2.0` | `30.0.2` |



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

Updates `@wordpress/components` from 28.2.0 to 28.8.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.2.0 to 7.8.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/date` from 5.2.0 to 5.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/date/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/date)

Updates `@wordpress/dom-ready` from 4.2.0 to 4.8.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/editor` from 14.2.0 to 14.8.3
- [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.2.0 to 6.8.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/escape-html` from 3.2.0 to 3.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/escape-html/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/escape-html)

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

Updates `@wordpress/i18n` from 5.2.0 to 5.8.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.2.0 to 10.8.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/is-shallow-equal` from 5.2.0 to 5.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/is-shallow-equal/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/is-shallow-equal)

Updates `@wordpress/url` from 4.2.0 to 4.8.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)

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

Updates `@wordpress/block-editor` from 13.2.0 to 14.3.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.2.0 to 13.8.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/browserslist-config` from 6.2.0 to 6.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config)

Updates `@wordpress/data` from 10.2.0 to 10.8.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.2.0 to 6.8.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/e2e-test-utils` from 11.2.0 to 11.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/e2e-test-utils)

Updates `@wordpress/edit-post` from 8.2.0 to 8.8.3
- [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/env` from 10.2.0 to 10.8.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/eslint-plugin` from 19.2.0 to 21.1.2
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/eslint-plugin)

Updates `@wordpress/hooks` from 4.2.0 to 4.8.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/jest-puppeteer-axe` from 7.2.0 to 7.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-puppeteer-axe/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-puppeteer-axe)

Updates `@wordpress/plugins` from 7.2.0 to 7.8.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/prettier-config` from 4.2.0 to 4.8.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/prettier-config)

Updates `@wordpress/scripts` from 28.2.0 to 30.0.2
- [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)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/autop"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/compose"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/date"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/escape-html"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/html-entities"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/is-shallow-equal"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/url"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/babel-preset-default"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/browserslist-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/data"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/e2e-test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/edit-post"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/hooks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/jest-puppeteer-axe"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/plugins"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
...

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 Oct 2, 2024
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