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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the wordpress-packages group with 29 updates:

Package From To
@wordpress/api-fetch 6.45.0 6.47.0
@wordpress/autop 3.48.0 3.50.0
@wordpress/components 25.14.0 25.16.0
@wordpress/compose 6.25.0 6.27.0
@wordpress/date 4.48.0 4.50.0
@wordpress/dom-ready 3.48.0 3.50.0
@wordpress/editor 13.25.0 13.27.2
@wordpress/element 5.25.0 5.27.0
@wordpress/escape-html 2.48.0 2.50.0
@wordpress/html-entities 3.48.0 3.50.0
@wordpress/i18n 4.48.0 4.50.0
@wordpress/icons 9.39.0 9.41.0
@wordpress/is-shallow-equal 4.48.0 4.50.0
@wordpress/url 3.49.0 3.51.0
@wordpress/babel-preset-default 7.32.0 7.34.0
@wordpress/block-editor 12.16.0 12.18.2
@wordpress/blocks 12.25.0 12.27.1
@wordpress/browserslist-config 5.31.0 5.33.0
@wordpress/data 9.18.0 9.20.0
@wordpress/dependency-extraction-webpack-plugin 4.31.0 5.1.0
@wordpress/e2e-test-utils 10.19.0 10.21.0
@wordpress/edit-post 7.25.0 7.27.2
@wordpress/env 9.0.0 9.2.0
@wordpress/eslint-plugin 17.5.0 17.7.0
@wordpress/hooks 3.48.0 3.50.0
@wordpress/jest-puppeteer-axe 6.19.0 6.21.0
@wordpress/plugins 6.16.0 6.18.0
@wordpress/prettier-config 3.5.0 3.7.0
@wordpress/scripts 26.19.0 27.1.0

Updates @wordpress/api-fetch from 6.45.0 to 6.47.0

Changelog

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

6.47.0 (2024-01-24)

6.46.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/autop from 3.48.0 to 3.50.0

Changelog

Sourced from @​wordpress/autop's changelog.

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/components from 25.14.0 to 25.16.0

Changelog

Sourced from @​wordpress/components's changelog.

25.16.0 (2024-01-24)

Enhancements

  • ColorPicker: improve the UX around HSL sliders (#57555).
  • BoxControl, BorderControl, BorderBoxControl: Add opt-in prop for 40px default size (#56185).
  • PaletteEdit: improve unit tests (#57645).
  • PaletteEdit and CircularOptionPicker: improve unit tests (#57809).
  • Tooltip: no-op when nested inside other Tooltip components (#57202).
  • Tooltip and Button: tidy up unit tests (#57975).
  • BorderControl, BorderBoxControl: Replace style picker with ToggleGroupControl (#57562).
  • SlotFill: fix typo in use-slot-fills return docs (#57654)
  • Popover: Adding constrainTabbing prop to useDialog hook (#57962)

Bug Fix

  • ToggleGroupControl: Improve controlled value detection (#57770).
  • Tooltip: Improve props forwarding to children of nested Tooltip components (#57878).
  • Tooltip: revert prop types to only accept component-specific props (#58125).
  • Button: prevent the component from trashing and re-creating the HTML element (#56490).

Experimental

  • BoxControl: Update design (#56665).
  • CustomSelect: adjust renderSelectedValue to fix sizing (#57865).
  • Theme: Set color on wrapper div (#58095).

25.15.0 (2024-01-10)

Bug Fix

  • NumberControl: Make increment and decrement buttons keyboard accessible. (#57402).
  • DropdownMenu V2: better fallback on browsers that don't support CSS subgrid(#57327).
  • FontSizePicker: Use Button API for keeping focus on reset (#57221).
  • FontSizePicker: Fix Reset button focus loss (#57196).
  • PaletteEdit: Consider digits when generating kebab-cased slug (#56713).
  • FormTokenField: Prevent focus being passed to internal buttons when component is disabled (#57187).
  • Button: Fix logic of has-text class addition (#56949).
  • FormTokenField: Fix a regression where the suggestion list would re-open after clicking away from the input (#57002).
  • Snackbar: Remove erroneous __unstableHTML prop from TypeScript definitions (#57218).
  • Truncate: improve handling of non-string children (#57261).
  • PaletteEdit: Don't discard colors with default name and slug (#54332).
  • RadioControl: Fully encapsulate styles (#57347).
  • DuotonePicker: Remove top margin when no duotone options (#57489).
  • Snackbar: Fix icon positioning (#57377).
  • GradientPicker: Use slug while iterating over gradient entries to avoid React "duplicated key" warning (#57361).
  • NavigatorProvider: Exclude size value from contain CSS rule (#57498).

Enhancements

... (truncated)

Commits
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/compose from 6.25.0 to 6.27.0

Changelog

Sourced from @​wordpress/compose's changelog.

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
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/date from 4.48.0 to 4.50.0

Changelog

Sourced from @​wordpress/date's changelog.

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits

Updates @wordpress/dom-ready from 3.48.0 to 3.50.0

Changelog

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

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/editor from 13.25.0 to 13.27.2

Changelog

Sourced from @​wordpress/editor's changelog.

Unreleased

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
  • fefb6f7 chore(release): publish
  • 382d094 Block Bindings: Simplify block bindings object (#58337)
  • 69ad139 Remove template-only mode from editor and edit-post packages (#57700)
  • c2f6d07 chore(release): publish
  • 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/element from 5.25.0 to 5.27.0

Changelog

Sourced from @​wordpress/element's changelog.

5.27.0 (2024-01-24)

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

5.26.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/escape-html from 2.48.0 to 2.50.0

Changelog

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

2.50.0 (2024-01-24)

2.49.0 (2024-01-10)

Commits

Updates @wordpress/html-entities from 3.48.0 to 3.50.0

Changelog

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

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/i18n from 4.48.0 to 4.50.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits

Updates @wordpress/icons from 9.39.0 to 9.41.0

Changelog

Sourced from @​wordpress/icons's changelog.

9.41.0 (2024-01-24)

9.40.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

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

Changelog

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

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

Commits

Updates @wordpress/url from 3.49.0 to 3.51.0

Changelog

Sourced from @​wordpress/url's changelog.

3.51.0 (2024-01-24)

3.50.0 (2024-01-10)

Commits

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

Changelog

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

7.34.0 (2024-01-24)

7.33.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/block-editor from 12.16.0 to 12.18.2

Changelog

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

Unreleased

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
  • fefb6f7 chore(release): publish
  • ff6d3d6 Image block: Move UI for lightbox from sidebar to the content toolbar alongsi...
  • 8e76be5 Revert "Add defaultFontSizes option to theme.json (#56661)" (#58456)
  • 382d094 Block Bindings: Simplify block bindings object (#58337)
  • bcadc15 remove additional wrapper around getShadowClassesAndStyles (#58297)
  • 69ad139 Remove template-only mode from editor and edit-post packages (#57700)
  • c2f6d07 chore(release): publish
  • d3ac16c Dimensions: Add Aspect Ratio block support (#56897)
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 12.25.0 to 12.27.1

Changelog

Sourced from @​wordpress/blocks's changelog.

Unreleased

12.27.0 (2024-01-24)

12.26.0 (2024-01-10)

Commits
  • c2f6d07 chore(release): publish
  • d3ac16c Dimensions: Add Aspect Ratio block support (#56897)
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/browserslist-config from 5.31.0 to 5.33.0

Changelog

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

5.33.0 (2024-01-24)

5.32.0 (2024-01-10)

Commits

Updates @wordpress/data from 9.18.0 to 9.20.0

Changelog

Sourced from @​wordpress/data's changelog.

9.20.0 (2024-01-24)

9.19.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

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

Changelog

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

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
  • 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...
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

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

Changelog

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

10.21.0 (2024-01-24)

10.20.0 (2024-01-10)

Commits
  • 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
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/edit-post from 7.25.0 to 7.27.2

Changelog

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

Unreleased

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
  • fefb6f7 chore(release): publish
  • 69ad139 Remove template-only mode from editor and edit-post packages (#57700)
  • c2f6d07 chore(release): publish
  • 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
  • 52be044 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/env from 9.0.0 to 9.2.0

Changelog

Sourced from @​wordpress/env's changelog.

9.2.0 (2024-01-24)

9.1.0 (2024-01-10)

Commits

Updates @wordpress/eslint-plugin from 17.5.0 to 17.7.0

Release notes

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

17.6.0

Changelog

Features

Interactivity API

  • Add wp-data-on-window and wp-data-on-document directives. (57931)
  • Add wp-each directive. (57859)
  • Add wp-run directive and useInit & useWatch hooks. (57805)
  • Create @wordpress/interactivity-router module. (57924)

Typography

  • Add defaultFontSizes option to theme.json. (56661)

Font Library

  • Font Library: Add wp_get_font_dir() function. (57730)

Custom Fields

  • Block Bindings: Disable editing of bound block attributes in editor UI. (58085)

Block Editor

  • Add effects/box shadow tools to block inspector. (57654)

Enhancements

Components

  • Add opt-in prop for 40px default size for BoxControl, BorderControl, and BorderBoxControl. (56185)
  • BorderControl: Replace style picker with ToggleGroupControl. (57562)
  • ColorPicker: Store internal HSLA state for better slider UX. (57555)
  • Migrate PaletteEdit and CircularOptionPicker tests from user-event to ariakit/test. (57809)
  • Replace TabPanel with Tabs in the Editor Preferences Modal. (57293)
  • Theme: Set color on wrapper. (58095)
  • Tooltip: No-op when nested inside another Tooltip component. (57202)
  • BoxControl: Update design. (56665)
  • Element: Start reexporting PureComponent. (58076)

Interactivity API

  • Render the root interactive blocks. (57729)
  • Interactivity Router: Replace data-wp-navigation-id with data-wp-router-region. (58191)
  • Interactivity: Export withScope() and allow to use it with asynchronous operations. (58013)
  • Prevent the use of components in wp-text. (57879)
  • Remove wp-data-navigation-link directive. (57853)
  • Server Directive Processing Refactor. (58066)
  • Update preact, @preact/signals and deepsignal dependencies. (57891)

Block Editor

  • Add copy link button to Link UI. (58170)
  • Improve LinkControl preview. (57775)
  • Keep Link UI open upon initial link creation when used in RichText. (57726)

... (truncated)

Changelog

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

17.7.0 (2024-01-24)

17.6.0 (2024-01-10)

Commits

Updates @wordpress/hooks from 3.48.0 to 3.50.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

Commits

Updates @wordpress/jest-puppeteer-axe from 6.19.0 to 6.21.0

Changelog

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

6.21.0 (2024-01-24)

6.20.0 (2024-01-10)

Commits

Updates @wordpress/plugins from 6.16.0 to 6.18.0

Changelog

Sourced from @​wordpress/plugins's changelog.

6.18.0 (2024-01-24)

6.17.0 (2024-01-10)

Commits

Updates @wordpress/prettier-config from 3.5.0 to 3.7.0

Changelog

Sourced from @​wor...

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.47.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `3.48.0` | `3.50.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.14.0` | `25.16.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.25.0` | `6.27.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `4.48.0` | `4.50.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.48.0` | `3.50.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `13.25.0` | `13.27.2` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `5.25.0` | `5.27.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `2.48.0` | `2.50.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `3.48.0` | `3.50.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.48.0` | `4.50.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `9.39.0` | `9.41.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `4.48.0` | `4.50.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.49.0` | `3.51.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `7.32.0` | `7.34.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.16.0` | `12.18.2` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.25.0` | `12.27.1` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `5.31.0` | `5.33.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `9.18.0` | `9.20.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `4.31.0` | `5.1.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `10.19.0` | `10.21.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `7.25.0` | `7.27.2` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `9.0.0` | `9.2.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.5.0` | `17.7.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `3.48.0` | `3.50.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `6.19.0` | `6.21.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `6.16.0` | `6.18.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `3.5.0` | `3.7.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `26.19.0` | `27.1.0` |


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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@wordpress/babel-preset-default` from 7.32.0 to 7.34.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.34.0/packages/babel-preset-default)

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@wordpress/scripts` from 26.19.0 to 27.1.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@27.1.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-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 Feb 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2024

Superseded by #7756.

@dependabot dependabot bot closed this Mar 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress-packages-dfba5be160 branch March 2, 2024 02:31
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