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

Conversation

dependabot[bot]
Copy link

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

Bumps the wordpress-packages group with 29 updates:

Package From To
@wordpress/api-fetch 7.2.0 7.11.0
@wordpress/autop 4.2.0 4.11.0
@wordpress/components 28.2.0 28.11.0
@wordpress/compose 7.2.0 7.11.0
@wordpress/date 5.2.0 5.11.0
@wordpress/dom-ready 4.2.0 4.11.0
@wordpress/editor 14.2.0 14.11.0
@wordpress/element 6.2.0 6.11.0
@wordpress/escape-html 3.2.0 3.11.0
@wordpress/html-entities 4.2.0 4.11.0
@wordpress/i18n 5.2.0 5.11.0
@wordpress/icons 10.2.0 10.11.0
@wordpress/is-shallow-equal 5.2.0 5.11.0
@wordpress/url 4.2.0 4.11.0
@wordpress/babel-preset-default 8.2.0 8.11.0
@wordpress/block-editor 13.2.0 14.6.0
@wordpress/blocks 13.2.0 14.0.0
@wordpress/browserslist-config 6.2.0 6.11.0
@wordpress/data 10.2.0 10.11.0
@wordpress/dependency-extraction-webpack-plugin 6.2.0 6.11.0
@wordpress/e2e-test-utils 11.2.0 11.11.0
@wordpress/edit-post 8.2.0 8.11.0
@wordpress/env 10.2.0 10.11.0
@wordpress/eslint-plugin 19.2.0 21.4.0
@wordpress/hooks 4.2.0 4.11.0
@wordpress/jest-puppeteer-axe 7.2.0 7.11.0
@wordpress/plugins 7.2.0 7.11.0
@wordpress/prettier-config 4.2.0 4.11.0
@wordpress/scripts 28.2.0 30.4.0

Updates @wordpress/api-fetch from 7.2.0 to 7.11.0

Changelog

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

7.11.0 (2024-10-30)

7.10.0 (2024-10-16)

7.9.0 (2024-10-03)

7.8.0 (2024-09-19)

7.7.0 (2024-09-05)

7.6.0 (2024-08-21)

7.5.0 (2024-08-07)

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/autop from 4.2.0 to 4.11.0

Changelog

Sourced from @​wordpress/autop's changelog.

4.11.0 (2024-10-30)

4.10.0 (2024-10-16)

4.9.0 (2024-10-03)

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/components from 28.2.0 to 28.11.0

Changelog

Sourced from @​wordpress/components's changelog.

28.11.0 (2024-10-30)

Deprecations

  • BorderBoxControl: Deprecate 36px default size (#65752).
  • BorderControl: Deprecate 36px default size (#65755).

Bug Fixes

  • ColorPalette: prevent overflow of custom color button background (#66152).
  • RadioGroup: Fix arrow key navigation in RTL (#66202).
  • Tabs and ToggleGroupControl: round indicator size (#66426).

Enhancements

  • PaletteEdit: use Item internally instead of custom styles (#66164).
  • Popover: Use small size variant for close button when expandOnMobile prop is enabled (#66587).

Experimental

  • Tabs: remove internal custom logic (#66097).
  • Tabs: add props to control active tab item (#66223).
  • Tabs: restore vertical alignent for tabs content (#66215).
  • Tabs: fix indicator animation (#66198).
  • Tabs: update indicator more reactively (#66207).
  • Tabs and TabPanel: Fix arrow key navigation in RTL (#66201).
  • Tabs: override tablist's tabindex only when necessary (#66209).
  • DropdownMenuV2: rename to Menu (#66289).

Internal

  • ESLint: Stop disabling react-hooks/exhaustive-deps rule (#66324).
  • TabPanel: Add 40px size prop to tab Button (#66557).
  • Panel: Add 40px size prop to Button (#66589).

28.10.0 (2024-10-16)

Bug Fixes

  • Tooltip: add aria-describedby to the anchor only if not redundant (#65989).
  • PaletteEdit: dedupe palette element slugs (#65772).
  • RangeControl: do not tooltip contents to the DOM when not shown (#65875).
  • Tabs: fix skipping indication animation glitch (#65878).
  • ToggleGroupControl: Don't autoselect option on first group focus (#65892).
  • Button: fix box-shadow transition for secondary variation (#66045).
  • ToggleGroupControl: Don't set value on focus after a reset (#66151).

Deprecations

  • SearchControl: Soft deprecate onClose prop (#65988).

... (truncated)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/compose from 7.2.0 to 7.11.0

Changelog

Sourced from @​wordpress/compose's changelog.

7.11.0 (2024-10-30)

7.10.0 (2024-10-16)

7.9.0 (2024-10-03)

Bug Fixes

  • useResizeObserver: export legacy API at top-level for React Native (#65588).

7.8.0 (2024-09-19)

New Features

  • useEvent: a new utility that creates a stable callback function that has access to the latest state and can be used within event handlers and effect callbacks (#64943).
  • useResizeObserver: new and improved version of the utility (legacy API is still supported) (#64943).

7.7.0 (2024-09-05)

7.6.0 (2024-08-21)

7.5.0 (2024-08-07)

7.4.0 (2024-07-24)

7.3.0 (2024-07-10)

Internal

  • Method style type signatures have been changed to function style (#62718).
Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/date from 5.2.0 to 5.11.0

Changelog

Sourced from @​wordpress/date's changelog.

5.11.0 (2024-10-30)

5.10.0 (2024-10-16)

5.9.0 (2024-10-03)

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/dom-ready from 4.2.0 to 4.11.0

Changelog

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

4.11.0 (2024-10-30)

4.10.0 (2024-10-16)

4.9.0 (2024-10-03)

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/editor from 14.2.0 to 14.11.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.11.0 (2024-10-30)

Bug Fixes

  • Post Featured Image: Fix Set featured image button's box-shadow transition to prevent border from flashing when focused.

14.10.0 (2024-10-16)

14.9.0 (2024-10-03)

14.8.0 (2024-09-19)

14.7.0 (2024-09-05)

14.6.0 (2024-08-21)

14.5.0 (2024-08-07)

14.4.0 (2024-07-24)

Deprecations

  • PostTaxonomiesFlatTermSelector: Deprecate bottom margin. Add a __nextHasNoMarginBottom prop to start opting into the margin-free styles that will become the default in a future version, currently scheduled to be WordPress 7.0 (#63491).

14.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/element from 6.2.0 to 6.11.0

Changelog

Sourced from @​wordpress/element's changelog.

6.11.0 (2024-10-30)

6.10.0 (2024-10-16)

6.9.0 (2024-10-03)

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/escape-html from 3.2.0 to 3.11.0

Changelog

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

3.11.0 (2024-10-30)

3.10.0 (2024-10-16)

3.9.0 (2024-10-03)

3.8.0 (2024-09-19)

3.7.0 (2024-09-05)

3.6.0 (2024-08-21)

3.5.0 (2024-08-07)

3.4.0 (2024-07-24)

3.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/html-entities from 4.2.0 to 4.11.0

Changelog

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

4.11.0 (2024-10-30)

4.10.0 (2024-10-16)

4.9.0 (2024-10-03)

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/i18n from 5.2.0 to 5.11.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.11.0 (2024-10-30)

5.10.0 (2024-10-16)

5.9.0 (2024-10-03)

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/icons from 10.2.0 to 10.11.0

Changelog

Sourced from @​wordpress/icons's changelog.

10.11.0 (2024-10-30)

10.10.0 (2024-10-16)

Enhancements

  • Update cloudUpload icon to improve visibility of the up arrow.

New Features

  • Add new cloudDownload icon.
  • Update unseen icon to be a strike-through eye, rather than a closed eye, to match provide consistency. (#65914).

10.9.0 (2024-10-03)

10.8.0 (2024-09-19)

New Features

  • Add new envelope icon.

  • Add new bell and bell-unread icons.

  • Add new arrowUpLeft and arrowDownRight icons.

10.7.0 (2024-09-05)

10.6.0 (2024-08-21)

10.5.0 (2024-08-07)

New Features

  • Add new send icon.

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

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

Changelog

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

5.11.0 (2024-10-30)

5.10.0 (2024-10-16)

5.9.0 (2024-10-03)

5.8.0 (2024-09-19)

5.7.0 (2024-09-05)

5.6.0 (2024-08-21)

5.5.0 (2024-08-07)

5.4.0 (2024-07-24)

5.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/url from 4.2.0 to 4.11.0

Changelog

Sourced from @​wordpress/url's changelog.

4.11.0 (2024-10-30)

4.10.0 (2024-10-16)

4.9.0 (2024-10-03)

4.8.0 (2024-09-19)

4.7.0 (2024-09-05)

4.6.0 (2024-08-21)

4.5.0 (2024-08-07)

4.4.0 (2024-07-24)

4.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

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

Changelog

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

8.11.0 (2024-10-30)

8.10.0 (2024-10-16)

Enhancements

  • The bundled @babel/core dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/plugin-transform-react-jsx dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/plugin-transform-runtime dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/preset-env dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/preset-typescript dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).
  • The bundled @babel/runtime dependency has been updated from requiring ^7.16.0 to requiring 7.25.7 (#36244).

8.9.0 (2024-10-03)

Bug Fixes

  • Fix a bug in 8.8.1 due to missing files in the published package (#65481).

8.8.0 (2024-09-19)

Internal

  • Added addPolyfillComments option. When used, it will automatically add magic comments to mark files that need wp-polyfill (#65292).

8.7.0 (2024-09-05)

8.6.0 (2024-08-21)

8.5.0 (2024-08-07)

8.4.0 (2024-07-24)

8.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/block-editor from 13.2.0 to 14.6.0

Changelog

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

14.6.0 (2024-10-30)

14.5.0 (2024-10-16)

14.4.0 (2024-10-03)

14.3.0 (2024-09-19)

14.2.0 (2024-09-05)

14.1.0 (2024-08-21)

14.0.0 (2024-08-07)

Breaking Changes

  • URLInput: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#64282).
  • LineHeightControl: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#64281).

Enhancements

  • FontFamilyControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#64280).

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 13.2.0 to 14.0.0

Changelog

Sourced from @​wordpress/blocks's changelog.

14.0.0 (2024-10-30)

Breaking changes

  • Normalize blockType.parent to be an array. While string values were never supported, they appeared to work with some unintended side-effects that have been fixed by #66250. For that reason, we've added some code that automatically migrates strings to arrays — though it still raises a warning.

13.10.0 (2024-10-16)

13.9.0 (2024-10-03)

13.8.0 (2024-09-19)

13.7.0 (2024-09-05)

13.6.0 (2024-08-21)

13.5.0 (2024-08-07)

13.4.0 (2024-07-24)

13.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/browserslist-config from 6.2.0 to 6.11.0

Changelog

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

6.11.0 (2024-10-30)

6.10.0 (2024-10-16)

6.9.0 (2024-10-03)

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits

Updates @wordpress/data from 10.2.0 to 10.11.0

Changelog

Sourced from @​wordpress/data's changelog.

10.11.0 (2024-10-30)

10.10.0 (2024-10-16)

10.9.0 (2024-10-03)

10.8.0 (2024-09-19)

10.7.0 (2024-09-05)

10.6.0 (2024-08-21)

10.5.0 (2024-08-07)

10.4.0 (2024-07-24)

10.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

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

Changelog

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

6.11.0 (2024-10-30)

6.10.0 (2024-10-16)

6.9.0 (2024-10-03)

Enhancements

  • Detection of magic comments is now done before minification (#65582).

Bug Fixes

  • Fix a bug where cycles in dependent modules could enter infinite recursion (#65291).

6.8.0 (2024-09-19)

6.7.0 (2024-09-05)

6.6.0 (2024-08-21)

6.5.0 (2024-08-07)

6.4.0 (2024-07-24)

6.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • 85c631d Merge changes published in the Gutenberg plugin "release/19.4" branch
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

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

Changelog

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

11.11.0 (2024-10-30)

11.10.0 (2024-10-16)

11.9.0 (2024-10-03)

11.8.0 (2024-09-19)

11.7.0 (2024-09-05)

11.6.0 (2024-08-21)

11.5.0 (2024-08-07)

11.4.0 (2024-07-24)

11.3.0 (2024-07-10)

Commits
  • dcf4613 chore(release): publish
  • 29094ac Update changelog files
  • 41580fe Merge changes published in the Gutenberg plugin "release/19.6" branch
  • ab34a7a chore(release): publish
  • 764bf54 Update changelog files
  • bf50781 Merge changes published in the Gutenberg plugin "release/19.5" branch
  • 2e5495c chore(release): publish
  • 0065e16 Update changelog files
  • cecf5e1 chore(release): publish
  • 4391a07 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/edit-post from 8.2.0 to 8.11.0

Changelog

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

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) | `7.2.0` | `7.11.0` |
| [@wordpress/autop](https://github.com/WordPress/gutenberg/tree/HEAD/packages/autop) | `4.2.0` | `4.11.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.2.0` | `28.11.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `7.2.0` | `7.11.0` |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | `5.2.0` | `5.11.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.2.0` | `4.11.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.2.0` | `14.11.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.2.0` | `6.11.0` |
| [@wordpress/escape-html](https://github.com/WordPress/gutenberg/tree/HEAD/packages/escape-html) | `3.2.0` | `3.11.0` |
| [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) | `4.2.0` | `4.11.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.2.0` | `5.11.0` |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | `10.2.0` | `10.11.0` |
| [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal) | `5.2.0` | `5.11.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `4.2.0` | `4.11.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.2.0` | `8.11.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `13.2.0` | `14.6.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `13.2.0` | `14.0.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.2.0` | `6.11.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.2.0` | `10.11.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `6.2.0` | `6.11.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `11.2.0` | `11.11.0` |
| [@wordpress/edit-post](https://github.com/WordPress/gutenberg/tree/HEAD/packages/edit-post) | `8.2.0` | `8.11.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.2.0` | `10.11.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `19.2.0` | `21.4.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.2.0` | `4.11.0` |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | `7.2.0` | `7.11.0` |
| [@wordpress/plugins](https://github.com/WordPress/gutenberg/tree/HEAD/packages/plugins) | `7.2.0` | `7.11.0` |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.2.0` | `4.11.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `28.2.0` | `30.4.0` |


Updates `@wordpress/api-fetch` from 7.2.0 to 7.11.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 4.2.0 to 4.11.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 28.2.0 to 28.11.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 7.2.0 to 7.11.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 5.2.0 to 5.11.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 4.2.0 to 4.11.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 14.2.0 to 14.11.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 6.2.0 to 6.11.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 3.2.0 to 3.11.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 4.2.0 to 4.11.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 5.2.0 to 5.11.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 10.2.0 to 10.11.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 5.2.0 to 5.11.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 4.2.0 to 4.11.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 8.2.0 to 8.11.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 13.2.0 to 14.6.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 13.2.0 to 14.0.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 6.2.0 to 6.11.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 10.2.0 to 10.11.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 6.2.0 to 6.11.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 11.2.0 to 11.11.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 8.2.0 to 8.11.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 10.2.0 to 10.11.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 19.2.0 to 21.4.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 4.2.0 to 4.11.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 7.2.0 to 7.11.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 7.2.0 to 7.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 4.2.0 to 4.11.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 28.2.0 to 30.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[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-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/browserslist-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/data"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/e2e-test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/edit-post"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/hooks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/jest-puppeteer-axe"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/plugins"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Nov 2, 2024
@rtBot rtBot closed this Nov 2, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2024

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

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

Successfully merging this pull request may close these issues.

1 participant