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 #7756

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the wordpress-packages group with 29 updates:

Package From To
@wordpress/api-fetch 6.45.0 6.49.0
@wordpress/autop 3.48.0 3.52.0
@wordpress/components 25.14.0 27.0.0
@wordpress/compose 6.25.0 6.29.0
@wordpress/date 4.48.0 4.52.0
@wordpress/dom-ready 3.48.0 3.52.0
@wordpress/editor 13.25.0 13.29.0
@wordpress/element 5.25.0 5.29.0
@wordpress/escape-html 2.48.0 2.52.0
@wordpress/html-entities 3.48.0 3.52.0
@wordpress/i18n 4.48.0 4.52.0
@wordpress/icons 9.39.0 9.43.0
@wordpress/is-shallow-equal 4.48.0 4.52.0
@wordpress/url 3.49.0 3.53.0
@wordpress/babel-preset-default 7.32.0 7.36.0
@wordpress/block-editor 12.16.0 12.20.0
@wordpress/blocks 12.25.0 12.29.0
@wordpress/browserslist-config 5.31.0 5.35.0
@wordpress/data 9.18.0 9.22.0
@wordpress/dependency-extraction-webpack-plugin 4.31.0 5.3.0
@wordpress/e2e-test-utils 10.19.0 10.23.0
@wordpress/edit-post 7.25.0 7.29.0
@wordpress/env 9.0.0 9.4.0
@wordpress/eslint-plugin 17.5.0 17.9.0
@wordpress/hooks 3.48.0 3.52.0
@wordpress/jest-puppeteer-axe 6.19.0 6.23.0
@wordpress/plugins 6.16.0 6.20.0
@wordpress/prettier-config 3.5.0 3.9.0
@wordpress/scripts 26.19.0 27.3.0

Updates @wordpress/api-fetch from 6.45.0 to 6.49.0

Changelog

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

6.49.0 (2024-02-21)

6.48.0 (2024-02-09)

6.47.0 (2024-01-24)

6.46.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/autop from 3.48.0 to 3.52.0

Changelog

Sourced from @​wordpress/autop's changelog.

3.52.0 (2024-02-21)

3.51.0 (2024-02-09)

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/components from 25.14.0 to 27.0.0

Changelog

Sourced from @​wordpress/components's changelog.

27.0.0 (2024-02-21)

Breaking Changes

  • CustomSelectControl: Remove deprecated __nextUnconstrainedWidth prop and promote to default behavior (#58974).

Bug Fix

  • ToolbarButton: Center text for short labels (#59117).

Internal

  • ColorPicker: Style without accessing internal InputControl classes (#59069).
  • Add lint rules for theme color CSS var usage (#59022).
  • FormTokenField: Use Element.scrollIntoView() instead of dom-scroll-into-view (#59085).
  • Removing dom-scroll-into-view as a dependency of the components package (#59085).
  • Add higher-order function to ignore IME keydowns (#59081).

Experimental

  • Tabs: rename initialTabId prop to defaultTabId (#59035).

26.0.1 (2024-02-13)

Bug Fix

  • Modal: Add box-sizing reset style (#58905).
  • Popover: Fix positioning in nested iframes by upgrading Floating UI packages to their latest versions (#58932).

Experimental

  • CustomSelectControlV2: Adapt component for legacy usage (#57902).

26.0.0 (2024-02-09)

Breaking Changes

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58702).
  • GradientPicker: Remove deprecated __nextHasNoMargin prop and promote to default behavior (#58701).
  • CustomGradientPicker: Remove deprecated __nextHasNoMargin prop and promote to default behavior (#58699).
  • AnglePickerControl: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58700).

Enhancements

  • Button: Update secondary variant to show the border even in a disabled state. (#58606).
  • ConfirmDialog: Add __next40pxDefaultSize to buttons (#58421).
  • Snackbar: Update the warning message (#58591).
  • Composite: Implementing useCompositeState with Ariakit (#57304).
  • Remove deprecation warnings for __next36pxDefaultSize prop (#58703).
  • CheckboxControl: Remove ability for label prop to be false (#58339).
  • FocalPointPicker: Apply modern styling (#58459).

... (truncated)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • 5902fc0 chore(release): publish
  • 48335c6 Update changelog files
  • a6212a9 Upgrade Floating UI packages, fix nested iframe positioning bug (#58932)
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 45de2cb chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/compose from 6.25.0 to 6.29.0

Changelog

Sourced from @​wordpress/compose's changelog.

6.29.0 (2024-02-21)

6.28.0 (2024-02-09)

6.27.0 (2024-01-24)

Deprecations

  • The pure HoC has been deprecated. Use memo or PureComponent instead (#57173).

6.26.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/date from 4.48.0 to 4.52.0

Changelog

Sourced from @​wordpress/date's changelog.

4.52.0 (2024-02-21)

4.51.0 (2024-02-09)

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/dom-ready from 3.48.0 to 3.52.0

Changelog

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

3.52.0 (2024-02-21)

3.51.0 (2024-02-09)

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/editor from 13.25.0 to 13.29.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.29.0 (2024-02-21)

13.28.0 (2024-02-09)

13.27.0 (2024-01-24)

13.26.0 (2024-01-10)

New Features

  • Add the editor panels visibility state to the editor store in addition to the following actions and selectors: toggleEditorPanelEnabled, toggleEditorPanelOpened, removeEditorPanel, isEditorPanelRemoved, isEditorPanelOpened and isEditorPanelEnabled.
Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • 5902fc0 chore(release): publish
  • 7c876ea Fix layout for non viewable post types (#58962)
  • 4eb8703 Block Bindings: lock editing of blocks by default (#58787)
  • 2c21a45 Editor: Remove the 'all' rendering mode (#58935)
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • Additional commits viewable in compare view

Updates @wordpress/element from 5.25.0 to 5.29.0

Changelog

Sourced from @​wordpress/element's changelog.

5.29.0 (2024-02-21)

5.28.0 (2024-02-09)

5.27.0 (2024-01-24)

  • Started exporting the PureComponent React API (#58076).

5.26.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/escape-html from 2.48.0 to 2.52.0

Changelog

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

2.52.0 (2024-02-21)

2.51.0 (2024-02-09)

2.50.0 (2024-01-24)

2.49.0 (2024-01-10)

Commits

Updates @wordpress/html-entities from 3.48.0 to 3.52.0

Changelog

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

3.52.0 (2024-02-21)

3.51.0 (2024-02-09)

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/i18n from 4.48.0 to 4.52.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.52.0 (2024-02-21)

4.51.0 (2024-02-09)

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits

Updates @wordpress/icons from 9.39.0 to 9.43.0

Changelog

Sourced from @​wordpress/icons's changelog.

9.43.0 (2024-02-21)

9.42.0 (2024-02-09)

9.41.0 (2024-01-24)

9.40.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/is-shallow-equal from 4.48.0 to 4.52.0

Changelog

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

4.52.0 (2024-02-21)

4.51.0 (2024-02-09)

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits

Updates @wordpress/url from 3.49.0 to 3.53.0

Changelog

Sourced from @​wordpress/url's changelog.

3.53.0 (2024-02-21)

3.52.0 (2024-02-09)

3.51.0 (2024-01-24)

3.50.0 (2024-01-10)

Commits

Updates @wordpress/babel-preset-default from 7.32.0 to 7.36.0

Changelog

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

7.36.0 (2024-02-21)

7.35.0 (2024-02-09)

7.34.0 (2024-01-24)

7.33.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/block-editor from 12.16.0 to 12.20.0

Changelog

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

12.20.0 (2024-02-21)

12.19.0 (2024-02-09)

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58702).

12.18.0 (2024-01-24)

  • Deprecated __experimentalRecursionProvider and __experimentalUseHasRecursion in favor of their new stable counterparts RecursionProvider and useHasRecursion.

12.17.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • 5902fc0 chore(release): publish
  • 01fcf3b Clean up link control CSS. (#58934)
  • 4eb8703 Block Bindings: lock editing of blocks by default (#58787)
  • faf81d8 Revert "Rich text: pad multiple spaces through en/em replacement (#56341)" (#...
  • 23a53b0 Restore default border and focus style on image url input field. (#58505)
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 12.25.0 to 12.29.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.29.0 (2024-02-21)

12.28.0 (2024-02-09)

12.27.0 (2024-01-24)

12.26.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • 5902fc0 chore(release): publish
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • c2f6d07 chore(release): publish
  • d3ac16c Dimensions: Add Aspect Ratio block support (#56897)
  • 45de2cb chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/browserslist-config from 5.31.0 to 5.35.0

Changelog

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

5.35.0 (2024-02-21)

5.34.0 (2024-02-09)

5.33.0 (2024-01-24)

5.32.0 (2024-01-10)

Commits

Updates @wordpress/data from 9.18.0 to 9.22.0

Changelog

Sourced from @​wordpress/data's changelog.

9.22.0 (2024-02-21)

9.21.0 (2024-02-09)

9.20.0 (2024-01-24)

9.19.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/dependency-extraction-webpack-plugin from 4.31.0 to 5.3.0

Changelog

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

5.3.0 (2024-02-21)

5.2.0 (2024-02-09)

Bug fixes

  • Fix import type field in script module asset files (#58770).

5.1.0 (2024-01-24)

5.0.0 (2024-01-10)

Breaking Changes

  • Drop support for webpack 4.
  • Drop support for Node.js versions < 18.

New Features

  • Add support for producing module-compatible asset files (#57199).
Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • aac3406 DependencyExtractionWebpackPlugin: Throw when using scripts from modules (#57...
  • Additional commits viewable in compare view

Updates @wordpress/e2e-test-utils from 10.19.0 to 10.23.0

Changelog

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

10.23.0 (2024-02-21)

10.22.0 (2024-02-09)

10.21.0 (2024-01-24)

10.20.0 (2024-01-10)

Commits

Updates @wordpress/edit-post from 7.25.0 to 7.29.0

Changelog

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

7.29.0 (2024-02-21)

7.28.0 (2024-02-09)

7.27.0 (2024-01-24)

7.26.0 (2024-01-10)

Deprecations

  • Move the panels visibility actions and selectors to the editor package deprecating toggleEditorPanelEnabled, toggleEditorPanelOpened, removeEditorPanel, isEditorPanelRemoved, isEditorPanelOpened and isEditorPanelEnabled.
Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • 5902fc0 chore(release): publish
  • 2c21a45 Editor: Remove the 'all' rendering mode (#58935)
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • fefb6f7 chore(release): publish
  • 69ad139 Remove template-only mode from editor and edit-post packages (#57700)
  • Additional commits viewable in compare view

Updates @wordpress/env from 9.0.0 to 9.4.0

Changelog

Sourced from @​wordpress/env's changelog.

9.4.0 (2024-02-21)

Bug fix

  • Fix mariadb version to LTS #59237

9.3.0 (2024-02-09)

9.2.0 (2024-01-24)

9.1.0 (2024-01-10)

Commits
  • c139588 chore(release): publish
  • 2c04b7e Update changelog files
  • 7831bbe Merge changes published in the Gutenberg plugin "release/17.8" branch
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • Additional commits viewable in compare view

Updates @wordpress/eslint-plugin from 17.5.0 to 17.9.0

Release notes

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

17.8.0

Changelog

Features

  • Patterns: add bulk export patterns action. (58897)
  • Template editor/inspector: show and select related patterns. (55091)

Layout

  • Add toggle for grid types and stabilise Grid block variation. (59051 and 59116)
  • Add support for column and row span in grid children. (58539)

Enhancements

  • Patterns Page: Make category action button compact. (59203)
  • Block Editor: Use hooks instead of HoC in 'SkipToSelectedBlock'. (59202)
  • Font Library: Adds the ability to use generic() in font family names. (...

    Description has been truncated

Bumps the wordpress-packages group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.45.0` | `6.49.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `3.48.0` | `3.52.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.14.0` | `27.0.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.25.0` | `6.29.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `4.48.0` | `4.52.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.48.0` | `3.52.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `13.25.0` | `13.29.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `5.25.0` | `5.29.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `2.48.0` | `2.52.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `3.48.0` | `3.52.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.48.0` | `4.52.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `9.39.0` | `9.43.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `4.48.0` | `4.52.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.49.0` | `3.53.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `7.32.0` | `7.36.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.16.0` | `12.20.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.25.0` | `12.29.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `5.31.0` | `5.35.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `9.18.0` | `9.22.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `4.31.0` | `5.3.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `10.19.0` | `10.23.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `7.25.0` | `7.29.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `9.0.0` | `9.4.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.5.0` | `17.9.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `3.48.0` | `3.52.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `6.19.0` | `6.23.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `6.16.0` | `6.20.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `3.5.0` | `3.9.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `26.19.0` | `27.3.0` |


Updates `@wordpress/api-fetch` from 6.45.0 to 6.49.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@6.49.0/packages/api-fetch)

Updates `@wordpress/autop` from 3.48.0 to 3.52.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@3.52.0/packages/autop)

Updates `@wordpress/components` from 25.14.0 to 27.0.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@27.0.0/packages/components)

Updates `@wordpress/compose` from 6.25.0 to 6.29.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@6.29.0/packages/compose)

Updates `@wordpress/date` from 4.48.0 to 4.52.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@4.52.0/packages/date)

Updates `@wordpress/dom-ready` from 3.48.0 to 3.52.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@3.52.0/packages/dom-ready)

Updates `@wordpress/editor` from 13.25.0 to 13.29.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@13.29.0/packages/editor)

Updates `@wordpress/element` from 5.25.0 to 5.29.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@5.29.0/packages/element)

Updates `@wordpress/escape-html` from 2.48.0 to 2.52.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@2.52.0/packages/escape-html)

Updates `@wordpress/html-entities` from 3.48.0 to 3.52.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@3.52.0/packages/html-entities)

Updates `@wordpress/i18n` from 4.48.0 to 4.52.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@4.52.0/packages/i18n)

Updates `@wordpress/icons` from 9.39.0 to 9.43.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@9.43.0/packages/icons)

Updates `@wordpress/is-shallow-equal` from 4.48.0 to 4.52.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@4.52.0/packages/is-shallow-equal)

Updates `@wordpress/url` from 3.49.0 to 3.53.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@3.53.0/packages/url)

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

Updates `@wordpress/block-editor` from 12.16.0 to 12.20.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@12.20.0/packages/block-editor)

Updates `@wordpress/blocks` from 12.25.0 to 12.29.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@12.29.0/packages/blocks)

Updates `@wordpress/browserslist-config` from 5.31.0 to 5.35.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@5.35.0/packages/browserslist-config)

Updates `@wordpress/data` from 9.18.0 to 9.22.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@9.22.0/packages/data)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 4.31.0 to 5.3.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@5.3.0/packages/dependency-extraction-webpack-plugin)

Updates `@wordpress/e2e-test-utils` from 10.19.0 to 10.23.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@10.23.0/packages/e2e-test-utils)

Updates `@wordpress/edit-post` from 7.25.0 to 7.29.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@7.29.0/packages/edit-post)

Updates `@wordpress/env` from 9.0.0 to 9.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@9.4.0/packages/env)

Updates `@wordpress/eslint-plugin` from 17.5.0 to 17.9.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@17.9.0/packages/eslint-plugin)

Updates `@wordpress/hooks` from 3.48.0 to 3.52.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@3.52.0/packages/hooks)

Updates `@wordpress/jest-puppeteer-axe` from 6.19.0 to 6.23.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@6.23.0/packages/jest-puppeteer-axe)

Updates `@wordpress/plugins` from 6.16.0 to 6.20.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@6.20.0/packages/plugins)

Updates `@wordpress/prettier-config` from 3.5.0 to 3.9.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@3.9.0/packages/prettier-config)

Updates `@wordpress/scripts` from 26.19.0 to 27.3.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@27.3.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-major
  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-major
  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-minor
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 2, 2024
@thelovekesh
Copy link
Collaborator

Updated in #7719.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress-packages-99c3d4bdc2 branch March 14, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant