GoogleForCreators / web-stories-wp

Web Stories for WordPress
https://wp.stories.google
Apache License 2.0
758 stars 179 forks source link

Bump the wp-packages group across 1 directory with 18 updates #13727

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the wp-packages group with 15 updates in the / directory:

Package From To
@wordpress/babel-plugin-import-jsx-pragma 4.33.0 5.1.0
@wordpress/dependency-extraction-webpack-plugin 5.1.0 6.1.0
@wordpress/eslint-plugin 17.7.0 19.1.0
@wordpress/i18n 4.47.0 5.1.0
@wordpress/url 3.48.0 4.1.0
@wordpress/jest-console 7.12.0 8.1.0
@wordpress/api-fetch 6.44.0 7.1.0
@wordpress/block-editor 12.15.0 13.1.0
@wordpress/blocks 12.24.0 13.1.0
@wordpress/components 25.13.0 28.1.0
@wordpress/compose 6.24.0 7.1.0
@wordpress/core-data 6.24.0 7.1.0
@wordpress/data 9.17.0 10.1.0
@wordpress/viewport 5.24.0 6.1.0
@wordpress/dom-ready 3.41.0 4.1.0

Updates @wordpress/babel-plugin-import-jsx-pragma from 4.33.0 to 5.1.0

Changelog

Sourced from @​wordpress/babel-plugin-import-jsx-pragma's changelog.

5.1.0 (2024-06-15)

5.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

4.41.0 (2024-05-16)

4.40.0 (2024-05-02)

4.39.0 (2024-04-19)

4.38.0 (2024-04-03)

4.37.0 (2024-03-21)

4.36.0 (2024-03-06)

4.35.0 (2024-02-21)

4.34.0 (2024-02-09)

Commits


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

Changelog

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

6.1.0 (2024-06-15)

6.0.0 (2024-05-31)

Breaking Changes

Note If you're using @​wordpress/scripts for building JS scripts to target WordPress 6.5 or earlier, you should not upgrade to this version and continue using @​wordpress/dependency-extraction-webpack-plugin@​5.

  • Use React's automatic runtime to transform JSX (#61692).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

5.9.0 (2024-05-16)

5.8.0 (2024-05-02)

5.7.0 (2024-04-19)

5.6.0 (2024-04-03)

5.5.0 (2024-03-21)

5.4.0 (2024-03-06)

5.3.0 (2024-02-21)

5.2.0 (2024-02-09)

Bug fixes

  • Fix import type field in script module asset files (#58770).
Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • Additional commits viewable in compare view


Updates @wordpress/eslint-plugin from 17.7.0 to 19.1.0

Release notes

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

18.5.0

Changelog

Features

Global Styles

  • Add defaultSpacingSizes option (theme.json v3). (61842)
  • Edit/create shadows in global styles. (60706)
  • Relocate Background Image controls to sit under Layout. (61886)

Block Library

  • Enable shadow support for cover block. (61883)

Block bindings

  • Allow editing in post meta source. (61753)

Script Modules API

  • Add script module data implementation. (61658)

Synced Patterns

  • Add __default binding for pattern overrides. (60694)

Block Styles

  • Extend block style variations as mechanism for achieving section styling. (57908)

Enhancements

  • Block card: Fix typographic widow. (61438)
  • Block settings: Update variant of "Apply globally" Button component to secondary. (61850)
  • Editor: Align the Post Format control design with the rest of the post sidebar controls. (62066)
  • Editor: Polish the style of some of the post summary rows. (61645)
  • Format Library: Refactor 'Inline Image' edit component. (62135)
  • Playwright end-to-end Utils: Add fullscreenMode option to createNewPost. (61766)
  • Post Sticky Toggle: Improve the design. (62012)
  • Post Summary: Move PostTemplatePanel below URL and Author. (62137)
  • Remove trash button in post/page inspector. (61792)
  • Shadows instead of borders on interface skeleton. (61835)
  • Tweak contextual block toolbar position. (61836)
  • Update: For synced entities the icon should be purple. (62024)
  • Update: Implement new author panel design. (61362)
  • Update: Implement new parent and order design. (61918)
  • Update: Move duplicate pattern and template part actions to the editor package. (61879)

Site Editor

  • Block Editor: Check for multiple block usage in the block-editor package. (62086)
  • Copy custom CSS between variations when switching. (61752)
  • Data views: Align page headers. (62115)
  • Inspector summary rows: Make tooltips appear middle-left. (61815)
  • Inspector: Add '/' prefix to Link button. (62073)

... (truncated)

Changelog

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

19.1.0 (2024-06-15)

19.0.0 (2024-05-31)

Breaking Changes

  • @wordpress/is-gutenberg-plugin rule has been replaced by @wordpress/wp-global-usage (#61486).
  • @wordpress/wp-process-env rule has been added and included in the recommended configurations (#61486).
  • @wordpress/gutenberg-phase rule has been removed (deprecated in v10.0.0) (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

18.1.0 (2024-05-16)

Internal

  • Replaced classnames package with the faster and smaller clsx package (#61138).

18.0.0 (2024-05-02)

Breaking Changes

  • Enable curly eslint rule when using prettier (#61204).

17.13.0 (2024-04-19)

17.12.0 (2024-04-03)

17.11.0 (2024-03-21)

17.10.0 (2024-03-06)

17.9.0 (2024-02-21)

17.8.0 (2024-02-09)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 180f0db Merge changes published in the Gutenberg plugin "release/18.4" branch
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • Additional commits viewable in compare view


Updates @wordpress/i18n from 4.47.0 to 5.1.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.1.0 (2024-06-15)

5.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

4.58.0 (2024-05-16)

4.57.0 (2024-05-02)

4.56.0 (2024-04-19)

4.55.0 (2024-04-03)

4.54.0 (2024-03-21)

4.53.0 (2024-03-06)

4.52.0 (2024-02-21)

4.51.0 (2024-02-09)

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

4.48.0 (2023-12-13)

Commits


Updates @wordpress/url from 3.48.0 to 4.1.0

Changelog

Sourced from @​wordpress/url's changelog.

4.1.0 (2024-06-15)

4.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

3.59.0 (2024-05-16)

3.58.0 (2024-05-02)

3.57.0 (2024-04-19)

3.56.0 (2024-04-03)

3.55.0 (2024-03-21)

3.54.0 (2024-03-06)

3.53.0 (2024-02-21)

3.52.0 (2024-02-09)

3.51.0 (2024-01-24)

3.50.0 (2024-01-10)

3.49.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • Additional commits viewable in compare view


Updates @wordpress/jest-console from 7.12.0 to 8.1.0

Changelog

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

8.1.0 (2024-06-15)

8.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

7.29.0 (2024-05-16)

7.28.0 (2024-05-02)

7.27.0 (2024-04-19)

7.26.0 (2024-04-03)

7.25.0 (2024-03-21)

7.24.0 (2024-03-06)

7.23.0 (2024-02-21)

7.22.0 (2024-02-09)

7.21.0 (2024-01-24)

7.20.0 (2024-01-10)

7.19.0 (2023-12-13)

7.18.0 (2023-11-29)

7.17.0 (2023-11-16)

7.16.0 (2023-11-02)

7.15.0 (2023-10-18)

7.14.0 (2023-10-05)

7.13.0 (2023-09-20)

Enhancement

  • Improved error messages and codes printed on the console (#53743).
Commits


Updates @wordpress/api-fetch from 6.44.0 to 7.1.0

Changelog

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

7.1.0 (2024-06-15)

7.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

6.55.0 (2024-05-16)

6.54.0 (2024-05-02)

6.53.0 (2024-04-19)

6.52.0 (2024-04-03)

6.51.0 (2024-03-21)

6.50.0 (2024-03-06)

6.49.0 (2024-02-21)

6.48.0 (2024-02-09)

6.47.0 (2024-01-24)

6.46.0 (2024-01-10)

6.45.0 (2023-12-13)

Commits


Updates @wordpress/block-editor from 12.15.0 to 13.1.0

Changelog

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

13.1.0 (2024-06-15)

13.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

12.26.0 (2024-05-16)

Internal

  • Replaced classnames package with the faster and smaller clsx package (#61138).

12.25.0 (2024-05-02)

12.24.0 (2024-04-19)

12.23.0 (2024-04-03)

12.22.0 (2024-03-21)

12.21.0 (2024-03-06)

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)

12.16.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 180f0db Merge changes published in the Gutenberg plugin "release/18.4" branch
  • 581d8a5 chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/blocks from 12.24.0 to 13.1.0

Changelog

Sourced from @​wordpress/blocks's changelog.

13.1.0 (2024-06-15)

13.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

12.35.0 (2024-05-16)

12.34.0 (2024-05-02)

12.33.0 (2024-04-19)

12.32.0 (2024-04-03)

12.31.0 (2024-03-21)

12.30.0 (2024-03-06)

12.29.0 (2024-02-21)

12.28.0 (2024-02-09)

12.27.0 (2024-01-24)

12.26.0 (2024-01-10)

12.25.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 180f0db Merge changes published in the Gutenberg plugin "release/18.4" branch
  • 581d8a5 chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/components from 25.13.0 to 28.1.0

Changelog

Sourced from @​wordpress/components's changelog.

28.1.0 (2024-06-15)

Enhancements

  • Add text-wrap: balance fallback to all instances of text-wrap: pretty for greater cross browser compatibility. (#62233)
  • Updates the space between input + label to 8px in CheckboxControl and RadioControl. Also increased the space between RadioControl components to 12px to make it consistent with CheckboxControl. (#61696)

Bug Fixes

  • Tabs: Prevent accidental overflow in indicator (#61979).

28.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

Enhancements

  • Tabs: Animate indicator (#60560).
  • ComboboxControl: Introduce Combobox expandOnFocus prop (#61705).
  • ProgressBar: Expose as public API (#61062).
  • ProgressBar: Simplify default width implementation and make it more easily overridable (#61976).

Bug Fixes

  • Autocomplete: Stabilize rendering of autocomplete items (#61877).
  • TabPanel: Make the the focus styles consistent with Tabs. (#61317).
  • InputControl: Fixed z-index issue where slider dots appeared in front of the Appearance dropdown. (#61937)

Internal

  • Remove reduceMotion util (#61963).
  • Add type support for CSS Custom Properties (#61872).
  • Remove usage of deprecated spreading of key prop in JSX in CustomSelectControl and FormTokenField components (#61692).
  • Tooltip: Fix Ariakit tooltip store usage (#61858).
  • CustomSelectControlV2: Use InputBase for styling (#60261).

27.6.0 (2024-05-16)

Internal

  • Replaced classnames package with the faster and smaller clsx package (#61138).
  • Upgrade @use-gesture/react package to ^10.3.1 (#61503).
  • Upgrade framer-motion package to version ^11.1.9 (#61572).

Enhancements

  • FontSizePicker: Add vw and vh units to the default units in the font size picker (#60507.

... (truncated)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 180f0db Merge changes published in the Gutenberg plugin "release/18.4" branch
  • 581d8a5 chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/compose from 6.24.0 to 7.1.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.1.0 (2024-06-15)

7.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

6.35.0 (2024-05-16)

6.34.0 (2024-05-02)

  • Added new observableMap data structure and useObservableValue React hook (#60945).

6.33.0 (2024-04-19)

6.32.0 (2024-04-03)

6.31.0 (2024-03-21)

6.30.0 (2024-03-06)

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)

6.25.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • 8f4c19d Merge changes published in the Gutenberg plugin "release/18.3" branch
  • Additional commits viewable in compare view


Updates @wordpress/core-data from 6.24.0 to 7.1.0

Changelog

Sourced from @​wordpress/core-data's changelog.

7.1.0 (2024-06-15)

7.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

6.35.0 (2024-05-16)

6.34.0 (2024-05-02)

6.33.0 (2024-04-19)

6.32.0 (2024-04-03)

6.31.0 (2024-03-21)

6.30.0 (2024-03-06)

6.29.0 (2024-02-21)

6.28.0 (2024-02-09)

6.27.0 (2024-01-24)

6.26.0 (2024-01-10)

6.25.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • Additional commits viewable in compare view


Updates @wordpress/data from 9.17.0 to 10.1.0

Changelog

Sourced from @​wordpress/data's changelog.

10.1.0 (2024-06-15)

10.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

9.28.0 (2024-05-16)

9.27.0 (2024-05-02)

9.26.0 (2024-04-19)

  • Add new createSelector function for creating memoized store selectors (#60370).

9.25.0 (2024-04-03)

9.24.0 (2024-03-21)

  • Deprecate the getIsResolved meta-selector (#59679).

9.23.0 (2024-03-06)

9.22.0 (2024-02-21)

9.21.0 (2024-02-09)

9.20.0 (2024-01-24)

9.19.0 (2024-01-10)

9.18.0 (2023-12-13)

Commits
  • 66d3bf1 chore(release): publish
  • 3be40c3 Update changelog files
  • 0ef18d3 Merge changes published in the Gutenberg plugin "release/18.6" branch
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • Additional commits viewable in compare view


Updates @wordpress/date from 4.47.0 to 4.58.0

Changelog

Sourced from @​wordpress/date's changelog.

4.58.0 (2024-05-16)

4.57.0 (2024-05-02)

4.56.0 (2024-04-19)

4.55.0 (2024-04-03)

4.54.0 (2024-03-21)

4.53.0 (2024-03-06)

4.52.0 (2024-02-21)

4.51.0 (2024-02-09)

4.50.0 (2024-01-24)

4.49.0 (2024-01-10)

4.48.0 (2023-12-13)

Commits


Updates @wordpress/icons from 9.38.0 to 9.49.0

Changelog

Sourced from @​wordpress/icons's changelog.

9.49.0 (2024-05-16)

9.48.0 (2024-05-02)

9.47.0 (2024-04-19)

9.46.0 (2024-04-03)

  • Add new chevronDownSmall icon.

9.45.0 (2024-03-21)

9.44.0 (2024-03-06)

9.43.0 (2024-02-21)

9.42.0 (2024-02-09)

9.41.0 (2024-01-24)

9.40.0 (2024-01-10)

9.39.0 (2023-12-13)

Commits


Updates @wordpress/notices from 4.15.0 to 4.26.0

Changelog

Sourced from @​wordpress/notices's changelog.

4.26.0 (2024-05-16)

4.25.0 (2024-05-02)

4.24.0 (2024-04-19)

4.23.0 (2024-04-03)

4.22.0 (2024-03-21)

4.21.0 (2024-03-06)

4.20.0 (2024-02-21)

4.19.0 (2024-02-09)

4.18.0 (2024-01-24)

4.17.0 (2024-01-10)

4.16.0 (2023-12-13)

Commits


Updates @wordpress/viewport from 5.24.0 to 6.1.0

Changelog

Sourced from @​wordpress/viewport's changelog.

6.1.0 (2024-06-15)

6.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

5.35.0 (2024-05-16)

5.34.0 (2024-05-02)

5.33.0 (2024-04-19)

5.32.0 (2024-04-03)

5.31.0 (2024-03-21)

5.30.0 (2024-03-06)

5.29.0 (2024-02-21)

5.28.0 (2024-02-09)

5.27.0 (2024-01-24)

5.26.0 (2024-01-10)

5.25.0 (2023-12-13)

Commits


Updates @wordpress/dom-ready from 3.41.0 to 4.1.0

Changelog

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

4.1.0 (2024-06-15)

4.0.0 (2024-05-31)

Breaking Changes

  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

3.58.0 (2024-05-16)

3.57.0 (2024-05-02)

3.56.0 (2024-04-19)

3.55.0 (2024-04-03)

3.54.0 (2024-03-21)

3.53.0 (2024-03-06)

3.52.0 (2024-02-21)

3.51.0 (2024-02-09)

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

3.48.0 (2023-12-13)

3.47.0 (2023-11-29)

3.46.0 (2023-11-16)

3.45.0 (2023-11-02)

3.44.0 (2023-10-18)

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits


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.... _Description has been truncated_
dependabot[bot] commented 2 weeks ago

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

To ignore these dependencies, configure ignore rules in dependabot.yml