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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps the wordpress-packages group with 29 updates:

Package From To
@wordpress/api-fetch 6.38.0 6.40.0
@wordpress/autop 3.41.0 3.43.0
@wordpress/components 25.7.0 25.9.0
@wordpress/compose 6.18.0 6.20.0
@wordpress/date 4.41.0 4.43.0
@wordpress/dom-ready 3.41.0 3.43.0
@wordpress/editor 13.18.0 13.20.0
@wordpress/element 5.18.0 5.20.0
@wordpress/escape-html 2.41.0 2.43.0
@wordpress/html-entities 3.41.0 3.43.0
@wordpress/i18n 4.41.0 4.43.0
@wordpress/icons 9.32.0 9.34.0
@wordpress/is-shallow-equal 4.41.0 4.43.0
@wordpress/url 3.42.0 3.44.0
@wordpress/babel-preset-default 7.25.0 7.27.0
@wordpress/block-editor 12.9.0 12.11.0
@wordpress/blocks 12.18.0 12.20.0
@wordpress/browserslist-config 5.24.0 5.26.0
@wordpress/data 9.11.0 9.13.0
@wordpress/dependency-extraction-webpack-plugin 4.24.0 4.26.0
@wordpress/e2e-test-utils 10.12.0 10.14.0
@wordpress/edit-post 7.18.0 7.20.0
@wordpress/env 8.7.0 8.9.0
@wordpress/eslint-plugin 15.1.0 17.0.0
@wordpress/hooks 3.41.0 3.43.0
@wordpress/jest-puppeteer-axe 6.12.0 6.14.0
@wordpress/plugins 6.9.0 6.11.0
@wordpress/prettier-config 2.24.0 3.0.0
@wordpress/scripts 26.12.0 26.14.0

Updates @wordpress/api-fetch from 6.38.0 to 6.40.0

Changelog

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

6.40.0 (2023-10-05)

6.39.0 (2023-09-20)

Commits

Updates @wordpress/autop from 3.41.0 to 3.43.0

Changelog

Sourced from @​wordpress/autop's changelog.

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/components from 25.7.0 to 25.9.0

Changelog

Sourced from @​wordpress/components's changelog.

25.9.0 (2023-10-05)

Enhancements

  • SearchControl: polish metrics for compact size variant (#54663).
  • Button: deprecating isPressed prop in favour of aria-pressed (#54740).
  • DuotonePicker/ColorListPicker: Adds appropriate label and description to 'Duotone Filter' picker (#54473).
  • Modal: Accessibly hide/show outer modal when nested (#54743).
  • InputControl, NumberControl, UnitControl, SelectControl, CustomSelectControl, TreeSelect: Add opt-in prop for next 40px default size, superseding the __next36pxDefaultSize prop (#53819).
  • Modal: add a new size prop to support preset widths, including a fill option to eventually replace the isFullScreen prop (#54471).
  • Wrapped TextareaControl in a forwardRef call (#54975).
  • Composite/AlignmentMatrixControl/CircularOptionPicker: Starts the Composite migration from reakit to ariakit (#54225).

Bug Fix

  • Placeholder: Improved DOM structure and screen reader announcements (#45801).
  • DateTimePicker: fix onChange callback check so that it also works inside iframes (#54669).
  • FormTokenField: Add box-sizing reset style and reset default padding (#54734).
  • SlotFill: Pass Component instance to unregisterSlot (#54765).
  • Button: Remove aria-selected CSS selector from styling 'active' buttons (#54931).
  • Popover: Apply the CSS in JS styles properly for components used within popovers. (#54912)
  • Button: Remove hover styles when aria-disabled is set to true for the secondary variant. (#54978)
  • Button: Revert toggled style selector to use a class instead of attributes (#55065).

Internal

  • Update @ariakit/react to version 0.3.3 (#54818)
  • Tooltip, Shortcut: Remove unused ui/ components from the codebase (#54573)
  • Refactor ariakit usages to use the render prop instead of as and to use the namespace import (#54696).
  • Update uuid package to 9.0.1 (#54725).
  • ContextSystemProvider: Move out of ui/ (#54847).
  • SlotFill: Migrate to TypeScript and Convert to Functional Component <Slot bubblesVirtually />. (#51350).
  • Components: move ui/utils to utils and remove ui/ folder (#54922).
  • Ensure @types/ dependencies used by final type files are included in the main dependency field (#50231).
  • Text: Migrate to TypeScript. (#54953).

Experimental

  • Introduce Tabs, an experimental v2 of TabPanel: (#53960).

25.8.0 (2023-09-20)

Enhancements

  • Add new option firstContentElement to Modal's focusOnMount prop to allow consumers to focus the first element within the Modal's contents (#54590).
  • Notice: Improve accessibility by adding visually hidden text to clarify what a notice text is about and the notice type (success, error, warning, info) (#54498).
  • Making Circular Option Picker a listbox. Note that while this changes some public API, new props are optional, and currently have default values; this will change in another patch (#52255).
  • ToggleGroupControl: Rewrite backdrop animation using framer motion shared layout animations, add better support for controlled and uncontrolled modes (#50278).
  • Popover: Add the is-positioned CSS class only after the popover has finished animating (#54178).
  • Tooltip: Replace the existing tooltip to simplify the implementation and improve accessibility while maintaining the same behaviors and API (#48440).

... (truncated)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/compose from 6.18.0 to 6.20.0

Changelog

Sourced from @​wordpress/compose's changelog.

6.20.0 (2023-10-05)

6.19.0 (2023-09-20)

Features

  • useStateWithHistory: Add a new hook to manage state with undo/redo support.
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/date from 4.41.0 to 4.43.0

Changelog

Sourced from @​wordpress/date's changelog.

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 3.41.0 to 3.43.0

Changelog

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

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/editor from 13.18.0 to 13.20.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.20.0 (2023-10-05)

13.19.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/element from 5.18.0 to 5.20.0

Changelog

Sourced from @​wordpress/element's changelog.

5.20.0 (2023-10-05)

Breaking Changes

  • Remove the WPElement, WPComponent, and WPSyntheticEvent types.

5.19.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • See full diff in compare view

Updates @wordpress/escape-html from 2.41.0 to 2.43.0

Changelog

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

2.43.0 (2023-10-05)

2.42.0 (2023-09-20)

Commits

Updates @wordpress/html-entities from 3.41.0 to 3.43.0

Changelog

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

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/i18n from 4.41.0 to 4.43.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

Commits

Updates @wordpress/icons from 9.32.0 to 9.34.0

Changelog

Sourced from @​wordpress/icons's changelog.

9.34.0 (2023-10-05)

9.33.0 (2023-09-20)

Enhancement

  • <Icon> now forwards ref to the underlying child component (#54492).
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/is-shallow-equal from 4.41.0 to 4.43.0

Changelog

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

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

Commits

Updates @wordpress/url from 3.42.0 to 3.44.0

Changelog

Sourced from @​wordpress/url's changelog.

3.44.0 (2023-10-05)

3.43.0 (2023-09-20)

Commits

Updates @wordpress/babel-preset-default from 7.25.0 to 7.27.0

Changelog

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

7.27.0 (2023-10-05)

Internal

  • The bundled browserslist dependency has been updated from requiring ^4.21.9 to requiring ^4.21.10 (#54657).

Enhancements

  • Use react as the default scope variable for JSX pragma instead of @wordpress/element.

7.26.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • See full diff in compare view

Updates @wordpress/block-editor from 12.9.0 to 12.11.0

Changelog

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

12.11.0 (2023-10-05)

  • Deprecated CopyHandler, absorbed into WritingFlow.

12.10.0 (2023-09-20)

  • The Deprecated multiline prop on RichText will now fall back to using multiple rich text instances instead of a single multiline instance. The prop remains deprecated.
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/blocks from 12.18.0 to 12.20.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.20.0 (2023-10-05)

12.19.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/browserslist-config from 5.24.0 to 5.26.0

Changelog

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

5.26.0 (2023-10-05)

5.25.0 (2023-09-20)

Commits

Updates @wordpress/data from 9.11.0 to 9.13.0

Changelog

Sourced from @​wordpress/data's changelog.

9.13.0 (2023-10-05)

Enhancements

  • Change implementation of combineReducers so that it doesn't use eval internally, and can run with a CSP policy that doesn't allow unsafe-eval (#54606).

9.12.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/dependency-extraction-webpack-plugin from 4.24.0 to 4.26.0

Changelog

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

4.26.0 (2023-10-05)

4.25.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/e2e-test-utils from 10.12.0 to 10.14.0

Changelog

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

10.14.0 (2023-10-05)

10.13.0 (2023-09-20)

Enhancement

  • Update promise order in loginUser to avoid any flakiness in the tests.
  • Update activateTheme to redirect to themes.php after theme activation, if theme redirects to some other page.
  • Update activatePlugin to redirect to plugins.php after plugin activation, if plugin redirects to some other page.
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/edit-post from 7.18.0 to 7.20.0

Changelog

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

7.20.0 (2023-10-05)

7.19.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/env from 8.7.0 to 8.9.0

Changelog

Sourced from @​wordpress/env's changelog.

8.9.0 (2023-10-05)

8.8.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 15.1.0 to 17.0.0

Release notes

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

16.8.0 RC2

Changelog

This copies the commits from the 16.7.1 patch release into the 16.8.0 main release.

Tools

Build Tooling

  • Fix incorrect resource URL in source map for sources coming from @​wordpress packages. (51401)

Various

  • Add missing schema type attribute for in WP 6.4 compat's block-hooks.php. (55138)

Contributors

The following contributors merged PRs in this release:

@​fullofcaffeine @​torounit

16.8.0 RC1

Changelog

Features

Block Editor

  • Adds 'nofollow' setting to Button block. (54110)

Site Editor

  • Add 'Show template' toggle when editing pages. (52674)

Enhancements

  • Update pattern import menu item. (54782)

Components

  • Adding label/description to BlockEditor/DuotoneControl. (54473)
  • Deprecating isPressed in Button component. (54740)
  • Follow ariakit best practices. (54696)
  • InputControl-based components: Add opt-in prop for next 40px default size. (53819)
  • Modal: Add contentWidth prop to support a selection of preset modal sizes. (54471)
  • Remove unused components from ui/. (54573)
  • Update ariakit to 0.3.3. (54818)
  • Update compact search control metrics. (54663)
  • Wrapped TextareaControl in a forwardRef call. (54975)

Block Library

  • Add a brief description to the Footnotes block. (54613)
  • Footnotes: Use core’s meta revisioning if available. (52988)
  • Login/out: Add spacing support. (45147)

... (truncated)

Changelog

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

17.0.0 (2023-10-05)

Breaking Changes

  • Change the required major version of Prettier from v2 to v3 (#54775).

16.0.0 (2023-09-20)

Breaking Changes

  • The bundled @typescript-eslint/parser and @typescript-eslint/eslint-plugin dependencies has been updated from requiring ^5.62.0 to requiring ^6.4.1 (#53975):
    • Removes the deprecated @typescript-eslint/no-duplicate-imports rule in favor of import/no-duplicates.

Enhancements

  • Added a new test-playwright ruleset using eslint-plugin-playwright.
  • The bundled eslint-plugin-prettier dependency has been updated from requiring ^3.3.0 to requiring ^5.0.0 (#54539).
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Updates @wordpress/hooks from 3.41.0 to 3.43.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/jest-puppeteer-axe from 6.12.0 to 6.14.0

Changelog

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

6.14.0 (2023-10-05)

6.13.0 (2023-09-20)

Commits

Updates @wordpress/plugins from 6.9.0 to 6.11.0

Changelog

Sourced from @​wordpress/plugins's changelog.

6.11.0 (2023-10-05)

6.10.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • See full diff in compare view

Updates @wordpress/prettier-config from 2.24.0 to 3.0.0

Changelog

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

3.0.0 (2023-10-05)

Breaking Change

  • Change the required major version of Prettier from v2 to v3 (#54775).

2.25.0 (2023-09-20)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • See full diff in compare view

Updates @wordpress/scripts from 26.12.0 to 26.14.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.14.0 (2023-10-05)

Internal

  • The bundled @pmmmwh/react-refresh-webpack-plugin dependency has been updated from requiring ^0.5.2 to requiring ^0.5.11 (#54657).
  • The bundled browserslist dependency has been updated from requiring ^4.21.9 to requiring ^4.21.10 (#54657).
  • The bundled react-refresh dependency has been updated from requiring ^0.10.0 to requiring ^0.14.0 (#54657).
  • The bundled webpack dependency has been updated from requiring ^5.47.1 to requiring ^5.88.2 (#54657).
  • The bundled webpack-bundle-analyzer dependency has been updated from requiring ^4.4.2 to requiring ^4.9.1 (#54657).
  • The bundled webpack-cli dependency has been updated from requiring ^4.9.1 to requiring ^5.1.4 (#54657).
  • The bundled webpack-dev-server dependency has been updated from requiring ^4.4.0 to requiring ^4.15.1 (#54657).

26.13.0 (2023-09-20)

Enhancements

  • Added support for test-playwright script (#53108).
  • The bundled wp-prettier dependency has been upgraded from 2.8.5 to 3.0.3 (#54539).

Bug Fix

  • Correctly resolve entry points when the directory is symlinked (#54212).
Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.38.0` | `6.40.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `3.41.0` | `3.43.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.7.0` | `25.9.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.18.0` | `6.20.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `4.41.0` | `4.43.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.41.0` | `3.43.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `13.18.0` | `13.20.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `5.18.0` | `5.20.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `2.41.0` | `2.43.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `3.41.0` | `3.43.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.41.0` | `4.43.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `9.32.0` | `9.34.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `4.41.0` | `4.43.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.42.0` | `3.44.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `7.25.0` | `7.27.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.9.0` | `12.11.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.18.0` | `12.20.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `5.24.0` | `5.26.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `9.11.0` | `9.13.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `4.24.0` | `4.26.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `10.12.0` | `10.14.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `7.18.0` | `7.20.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `8.7.0` | `8.9.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `15.1.0` | `17.0.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `3.41.0` | `3.43.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `6.12.0` | `6.14.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `6.9.0` | `6.11.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `2.24.0` | `3.0.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `26.12.0` | `26.14.0` |


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

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

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

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

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

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

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

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

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

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

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

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

Updates `@wordpress/is-shallow-equal` from 4.41.0 to 4.43.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/is-shallow-equal/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/is-shallow-equal)

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

Updates `@wordpress/babel-preset-default` from 7.25.0 to 7.27.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/[email protected]/packages/babel-preset-default)

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

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

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

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

Updates `@wordpress/dependency-extraction-webpack-plugin` from 4.24.0 to 4.26.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dependency-extraction-webpack-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/dependency-extraction-webpack-plugin)

Updates `@wordpress/e2e-test-utils` from 10.12.0 to 10.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/e2e-test-utils)

Updates `@wordpress/edit-post` from 7.18.0 to 7.20.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/[email protected]/packages/edit-post)

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

Updates `@wordpress/eslint-plugin` from 15.1.0 to 17.0.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/[email protected]/packages/eslint-plugin)

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

Updates `@wordpress/jest-puppeteer-axe` from 6.12.0 to 6.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-puppeteer-axe/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-puppeteer-axe)

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

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

Updates `@wordpress/scripts` from 26.12.0 to 26.14.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/[email protected]/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/autop"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/compose"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/date"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/escape-html"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/html-entities"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/is-shallow-equal"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/url"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/babel-preset-default"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:development
  update-type: version-update:semver-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-major
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 11, 2023
@thelovekesh thelovekesh force-pushed the dependabot/npm_and_yarn/wordpress-packages-9acbd82705 branch from ff937ca to 63834b9 Compare October 11, 2023 15:31
@westonruter westonruter merged commit 6e46082 into develop Oct 11, 2023
28 of 30 checks passed
@westonruter westonruter deleted the dependabot/npm_and_yarn/wordpress-packages-9acbd82705 branch October 11, 2023 15:52
@westonruter westonruter added this to the v2.4.3 milestone Oct 11, 2023
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.

2 participants