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 with 29 updates #7852

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the wordpress-packages group with 29 updates:

Package From To
@wordpress/api-fetch 7.2.0 7.4.0
@wordpress/autop 4.2.0 4.4.0
@wordpress/components 28.2.0 28.4.0
@wordpress/compose 7.2.0 7.4.0
@wordpress/date 5.2.0 5.4.0
@wordpress/dom-ready 4.2.0 4.4.0
@wordpress/editor 14.2.0 14.4.0
@wordpress/element 6.2.0 6.4.0
@wordpress/escape-html 3.2.0 3.4.0
@wordpress/html-entities 4.2.0 4.4.0
@wordpress/i18n 5.2.0 5.4.0
@wordpress/icons 10.2.0 10.4.0
@wordpress/is-shallow-equal 5.2.0 5.4.0
@wordpress/url 4.2.0 4.4.0
@wordpress/babel-preset-default 8.2.0 8.4.0
@wordpress/block-editor 13.2.0 13.4.0
@wordpress/blocks 13.2.0 13.4.0
@wordpress/browserslist-config 6.2.0 6.4.0
@wordpress/data 10.2.0 10.4.0
@wordpress/dependency-extraction-webpack-plugin 6.2.0 6.4.0
@wordpress/e2e-test-utils 11.2.0 11.4.0
@wordpress/edit-post 8.2.0 8.4.0
@wordpress/env 10.2.0 10.4.0
@wordpress/eslint-plugin 19.2.0 20.1.0
@wordpress/hooks 4.2.0 4.4.0
@wordpress/jest-puppeteer-axe 7.2.0 7.4.0
@wordpress/plugins 7.2.0 7.4.0
@wordpress/prettier-config 4.2.0 4.4.0
@wordpress/scripts 28.2.0 28.4.0

Updates @wordpress/api-fetch from 7.2.0 to 7.4.0

Changelog

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

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Commits

Updates @wordpress/autop from 4.2.0 to 4.4.0

Changelog

Sourced from @​wordpress/autop's changelog.

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/components from 28.2.0 to 28.4.0

Changelog

Sourced from @​wordpress/components's changelog.

28.4.0 (2024-07-24)

Deprecations

  • FormTokenField: 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).

Bug Fixes

  • BaseControl: change label's display to block. (#63911)
  • ComboboxControl: Fix ComboboxControl reset button when using the keyboard. (#63410)
  • Button: Never apply aria-disabled to anchor (#63376).
  • SelectControl: Fix hover/focus color in wp-admin (#63855).
  • ToggleControl: Fix indentation (#63903).

Enhancements

  • Button: Rename Button describedBy prop to description and deprecate old name. (#63486)
  • ToggleGroupControl: support disabled options (#63450).
  • CustomSelectControl: Stabilize __experimentalShowSelectedHint and options[]. __experimentalHint props (#63248).
  • SelectControl: Add "minimal" variant (#63265).
  • FontSizePicker: tidy up internal logic (#63553).
  • ToggleControl: Update spacing and appearance to adhere to 4px baseline, slightly reducing footprint. Make label treatment and focus styles consistent with RadioControl and CheckboxControl. (#63490).
  • CheckboxControl: Slightly reduced footprint. Make label treatment, focus styles, and spacing consistent with ToggleControl and RadioControl. (#63490).
  • RadioControl: Slightly reduced footprint. Make label treatment, focus styles, and spacing consistent with ToggleControl and CheckboxControl. (#63490).
  • FormToggle: Update spacing and appearance to adhere to 4px baseline, slightly reducing footprint. Make label treatment and focus styles consistent with RadioControl and CheckboxControl. (#63490).

Internal

  • CustomSelectControl: switch to ariakit-based implementation (#63258).
  • CustomSelectControlV2: animate select popover appearance. (#63343)
  • CustomSelectControlV2: do not flip popover if legacy adapter. (#63357).
  • DropdownMenuV2: invert animation direction. (#63443).
  • Tabs: Vertical Tabs should be 40px min height. (#63446).
  • ColorPicker: Use minimal variant for SelectControl (#63676).
  • Tabs: keep full opacity of focus ring and remove hover styles on disabled tabs (#63754).
  • Placeholder: Remove unnecssary placeholder-style Sass mixin (#63885).

Documentation

  • BaseControl: Improve the base control help prop documentation. (#63693).

28.3.0 (2024-07-10)

Enhancements

  • Tabs: hyphenate tab labels (#63337).
  • Tooltip: Add support for className prop (#63157).
  • Toolbar: Add support for vertical orientation (#60123).
  • BaseControl: forward ref on VisualLabel (#63169).
  • ToolbarButton: Deprecate isDisabled prop and merge with disabled (#63101).

... (truncated)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/compose from 7.2.0 to 7.4.0

Changelog

Sourced from @​wordpress/compose's changelog.

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
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/date from 5.2.0 to 5.4.0

Changelog

Sourced from @​wordpress/date's changelog.

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.2.0 to 4.4.0

Changelog

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

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/editor from 14.2.0 to 14.4.0

Changelog

Sourced from @​wordpress/editor's changelog.

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
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/element from 6.2.0 to 6.4.0

Changelog

Sourced from @​wordpress/element's changelog.

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • See full diff in compare view

Updates @wordpress/escape-html from 3.2.0 to 3.4.0

Changelog

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

3.4.0 (2024-07-24)

3.3.0 (2024-07-10)

Commits

Updates @wordpress/html-entities from 4.2.0 to 4.4.0

Changelog

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

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/i18n from 5.2.0 to 5.4.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits

Updates @wordpress/icons from 10.2.0 to 10.4.0

Changelog

Sourced from @​wordpress/icons's changelog.

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • See full diff in compare view

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

Changelog

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

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits

Updates @wordpress/url from 4.2.0 to 4.4.0

Changelog

Sourced from @​wordpress/url's changelog.

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

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

Changelog

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

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

Commits

Updates @wordpress/block-editor from 13.2.0 to 13.4.0

Changelog

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

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/blocks from 13.2.0 to 13.4.0

Changelog

Sourced from @​wordpress/blocks's changelog.

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/browserslist-config from 6.2.0 to 6.4.0

Changelog

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

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits

Updates @wordpress/data from 10.2.0 to 10.4.0

Changelog

Sourced from @​wordpress/data's changelog.

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

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

Changelog

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

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

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

Changelog

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

11.4.0 (2024-07-24)

11.3.0 (2024-07-10)

Commits

Updates @wordpress/edit-post from 8.2.0 to 8.4.0

Changelog

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

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/env from 10.2.0 to 10.4.0

Changelog

Sourced from @​wordpress/env's changelog.

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
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 19.2.0 to 20.1.0

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

20.1.0 (2024-07-24)

20.0.0 (2024-07-10)

Breaking Changes

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view

Updates @wordpress/hooks from 4.2.0 to 4.4.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/jest-puppeteer-axe from 7.2.0 to 7.4.0

Changelog

Sourced from @​wordpress/jest-puppeteer-axe's changelog.

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Commits

Updates @wordpress/plugins from 7.2.0 to 7.4.0

Changelog

Sourced from @​wordpress/plugins's changelog.

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Commits

Updates @wordpress/prettier-config from 4.2.0 to 4.4.0

Changelog

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

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits

Updates @wordpress/scripts from 28.2.0 to 28.4.0

Changelog

Sourced from @​wordpress/scripts's changelog.

28.4.0 (2024-07-24)

New Features

  • Update webpack configuration for the build and start commands to automatically copy PHP files listed in the variations field of block.json files from the source to the build folder (#63098).

28.3.0 (2024-07-10)

Commits
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 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

Bumps the wordpress-packages group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.2.0` | `7.4.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `4.2.0` | `4.4.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.2.0` | `28.4.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.2.0` | `7.4.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `5.2.0` | `5.4.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.2.0` | `4.4.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.2.0` | `14.4.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.2.0` | `6.4.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `3.2.0` | `3.4.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `4.2.0` | `4.4.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.2.0` | `5.4.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.2.0` | `10.4.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `5.2.0` | `5.4.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.2.0` | `4.4.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.2.0` | `8.4.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `13.2.0` | `13.4.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `13.2.0` | `13.4.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.2.0` | `6.4.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.2.0` | `10.4.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.2.0` | `6.4.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `11.2.0` | `11.4.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `8.2.0` | `8.4.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.2.0` | `10.4.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `19.2.0` | `20.1.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.2.0` | `4.4.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `7.2.0` | `7.4.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.2.0` | `7.4.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.2.0` | `4.4.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `28.2.0` | `28.4.0` |


Updates `@wordpress/api-fetch` from 7.2.0 to 7.4.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/api-fetch@7.4.0/packages/api-fetch)

Updates `@wordpress/autop` from 4.2.0 to 4.4.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/autop@4.4.0/packages/autop)

Updates `@wordpress/components` from 28.2.0 to 28.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/components@28.4.0/packages/components)

Updates `@wordpress/compose` from 7.2.0 to 7.4.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/compose@7.4.0/packages/compose)

Updates `@wordpress/date` from 5.2.0 to 5.4.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/date@5.4.0/packages/date)

Updates `@wordpress/dom-ready` from 4.2.0 to 4.4.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/dom-ready@4.4.0/packages/dom-ready)

Updates `@wordpress/editor` from 14.2.0 to 14.4.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/editor@14.4.0/packages/editor)

Updates `@wordpress/element` from 6.2.0 to 6.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/element/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/element@6.4.0/packages/element)

Updates `@wordpress/escape-html` from 3.2.0 to 3.4.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/escape-html@3.4.0/packages/escape-html)

Updates `@wordpress/html-entities` from 4.2.0 to 4.4.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/html-entities@4.4.0/packages/html-entities)

Updates `@wordpress/i18n` from 5.2.0 to 5.4.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/i18n@5.4.0/packages/i18n)

Updates `@wordpress/icons` from 10.2.0 to 10.4.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/icons@10.4.0/packages/icons)

Updates `@wordpress/is-shallow-equal` from 5.2.0 to 5.4.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/is-shallow-equal@5.4.0/packages/is-shallow-equal)

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

Updates `@wordpress/babel-preset-default` from 8.2.0 to 8.4.0
- [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/babel-preset-default@8.4.0/packages/babel-preset-default)

Updates `@wordpress/block-editor` from 13.2.0 to 13.4.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/block-editor@13.4.0/packages/block-editor)

Updates `@wordpress/blocks` from 13.2.0 to 13.4.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/blocks@13.4.0/packages/blocks)

Updates `@wordpress/browserslist-config` from 6.2.0 to 6.4.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/browserslist-config@6.4.0/packages/browserslist-config)

Updates `@wordpress/data` from 10.2.0 to 10.4.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/data@10.4.0/packages/data)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 6.2.0 to 6.4.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/dependency-extraction-webpack-plugin@6.4.0/packages/dependency-extraction-webpack-plugin)

Updates `@wordpress/e2e-test-utils` from 11.2.0 to 11.4.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/e2e-test-utils@11.4.0/packages/e2e-test-utils)

Updates `@wordpress/edit-post` from 8.2.0 to 8.4.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/edit-post@8.4.0/packages/edit-post)

Updates `@wordpress/env` from 10.2.0 to 10.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@10.4.0/packages/env)

Updates `@wordpress/eslint-plugin` from 19.2.0 to 20.1.0
- [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/eslint-plugin@20.1.0/packages/eslint-plugin)

Updates `@wordpress/hooks` from 4.2.0 to 4.4.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/hooks@4.4.0/packages/hooks)

Updates `@wordpress/jest-puppeteer-axe` from 7.2.0 to 7.4.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/jest-puppeteer-axe@7.4.0/packages/jest-puppeteer-axe)

Updates `@wordpress/plugins` from 7.2.0 to 7.4.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/plugins@7.4.0/packages/plugins)

Updates `@wordpress/prettier-config` from 4.2.0 to 4.4.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/prettier-config@4.4.0/packages/prettier-config)

Updates `@wordpress/scripts` from 28.2.0 to 28.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@28.4.0/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-minor
  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-minor
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #7875.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress-packages-658d81f211 branch September 2, 2024 00:59
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