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 wp-packages group across 1 directory with 18 updates #13912

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

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

Package From To
@wordpress/babel-plugin-import-jsx-pragma 4.33.0 5.15.0
@wordpress/dependency-extraction-webpack-plugin 5.1.0 6.15.0
@wordpress/eslint-plugin 17.7.0 22.1.1
@wordpress/i18n 4.47.0 5.15.1
@wordpress/url 3.48.0 4.15.0
@wordpress/jest-console 7.12.0 8.15.0
@wordpress/api-fetch 6.44.0 7.15.1
@wordpress/block-editor 12.15.0 14.10.1
@wordpress/blocks 12.24.0 14.4.1
@wordpress/components 25.13.0 29.1.1
@wordpress/compose 6.24.0 7.15.1
@wordpress/core-data 6.24.0 7.15.1
@wordpress/data 9.17.0 10.15.1
@wordpress/viewport 5.24.0 6.15.1
@wordpress/dom-ready 3.41.0 4.15.0

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

Changelog

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

5.15.0 (2025-01-02)

5.14.0 (2024-12-11)

5.13.0 (2024-11-27)

5.12.0 (2024-11-16)

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)

5.2.0 (2024-06-26)

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)

... (truncated)

Commits

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

Changelog

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

6.15.0 (2025-01-02)

6.14.0 (2024-12-11)

6.13.0 (2024-11-27)

6.12.0 (2024-11-16)

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)

6.2.0 (2024-06-26)

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)

... (truncated)

Commits

Updates @wordpress/eslint-plugin from 17.7.0 to 22.1.1

Release notes

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

20.0.0 RC1

Changelog

Features

Interactivity API

  • Prevent each directive errors and allow any iterable. (67798)

Enhancements

  • Add dropdown menu props to ToolsPanel component. (68019)
  • Create Block: Allow external templates to customize more fields. (68193)
  • Create Block: Optimize the default template for multiple blocks case. (68175)
  • DOM: Support class wildcard matcher in 'cleanNodeList'. (67830)
  • Scripts: Recommend passing JS entry points with paths. (68251)
  • Upgrade sass to version 1.54.0. (68380)
  • Use Badge component in dataview grids. (68062)
  • Use Badge component in page markers. (68103)
  • postcss-plugins-preset: Bump autoprefixer to 10.4.20. (68237)
  • wp-env: Add multisite support. (67845)

Block Library

  • Add Tools Panel dropdown menu props to More block. (68039)
  • Add block example attribute for Comments Form block. (68267)
  • Add block example attribute for Comments block. (68266)
  • Archive: Add dropdown menu props to ToolsPanel component. (68010)
  • Archives Block: Refactor setting panel. (67841)
  • Button Block: Refactor setting panel. (67887)
  • Button: Update Settings text labels. (68265)
  • Date Block: Add dropdown menu props to ToolsPanel component. (68018)
  • Date Block: Refactor settings panel to use ToolsPanel. (67906)
  • Details Block: Migrate to Toolspanel. (67966)
  • Excerpt Block: Refactor settings panel to use ToolsPanel. (67908)
  • Featured Image Block: Refactor setting panel. (67456)
  • Introduce new filter "render_block_core_navigation_link_allowed_post_status". (63181)
  • Latest Posts Border Block Support. (66353)
  • Login/Logout: Add dropdown menu props to ToolsPanel component. (68009)
  • Login/Logout: Refactor settings panel to use ToolsPanel. (67909)
  • More Block: Refactor settings panel to use ToolsPanel. (67905)
  • Navigation Submenu Block: Refactor settings panel to use ToolsPanel. (67969)
  • Page List Block: Add dropdown menu props to ToolsPanel component. (68012)
  • Page List Block: Refactor settings panel to use ToolsPanel. (67903)
  • Post Featured Image: Use the 'ResolutionTool' component. (68294)
  • Query Page Numbers Block: Refactor settings panel to use ToolsPanel. (67958)
  • Query Page Numbers: Add dropdown menu props to ToolsPanel component. (68013)
  • Query Pagination: Refactor settings panel to use ToolsPanel. (67914)
  • Query Pagination: Update 'showLabel' help text. (68105)
  • Query Total block: Reduce concatenation in the output text. (68150)

... (truncated)

Changelog

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

Unreleased

22.1.0 (2025-01-02)

22.0.0 (2024-12-11)

Breaking Changes

  • The minimum required TypeScript version changed to 5 (#67461)

21.6.0 (2024-11-27)

21.5.0 (2024-11-16)

21.4.0 (2024-10-30)

21.3.0 (2024-10-16)

21.2.0 (2024-10-03)

21.1.0 (2024-09-19)

21.0.0 (2024-09-05)

Breaking Changes

20.3.0 (2024-08-21)

20.2.0 (2024-08-07)

20.1.0 (2024-07-24)

20.0.0 (2024-07-10)

Breaking Changes

19.2.0 (2024-06-26)

19.1.0 (2024-06-15)

19.0.0 (2024-05-31)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/i18n from 4.47.0 to 5.15.1

Changelog

Sourced from @​wordpress/i18n's changelog.

Unreleased

5.15.0 (2025-01-02)

5.14.0 (2024-12-11)

5.13.0 (2024-11-27)

5.12.0 (2024-11-16)

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)

5.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/url from 3.48.0 to 4.15.0

Changelog

Sourced from @​wordpress/url's changelog.

4.15.0 (2025-01-02)

4.14.0 (2024-12-11)

4.13.0 (2024-11-27)

4.12.0 (2024-11-16)

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)

4.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • 854d8c7 Update changelog files
  • eac92a2 Merge changes published in the Gutenberg plugin "release/19.7" branch
  • Additional commits viewable in compare view

Updates @wordpress/jest-console from 7.12.0 to 8.15.0

Changelog

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

8.15.0 (2025-01-02)

8.14.0 (2024-12-11)

8.13.0 (2024-11-27)

8.12.0 (2024-11-16)

8.11.0 (2024-10-30)

8.10.0 (2024-10-16)

8.9.0 (2024-10-03)

8.8.0 (2024-09-19)

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)

8.2.0 (2024-06-26)

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)

... (truncated)

Commits

Updates @wordpress/api-fetch from 6.44.0 to 7.15.1

Changelog

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

Unreleased

7.15.0 (2025-01-02)

7.14.0 (2024-12-11)

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

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)

7.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/block-editor from 12.15.0 to 14.10.1

Changelog

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

Unreleased

14.10.0 (2025-01-02)

14.9.0 (2024-12-11)

14.8.0 (2024-11-27)

14.7.0 (2024-11-16)

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)

13.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 12.24.0 to 14.4.1

Changelog

Sourced from @​wordpress/blocks's changelog.

Unreleased

14.4.0 (2025-01-02)

14.3.0 (2024-12-11)

14.2.0 (2024-11-27)

14.1.0 (2024-11-16)

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)

13.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/components from 25.13.0 to 29.1.1

Changelog

Sourced from @​wordpress/components's changelog.

Unreleased

29.1.0 (2025-01-02)

Enhancements

  • BoxControl: Add presets support (#67688).
  • Navigation: Upsize back buttons (#68157).
  • Heading: Fix text contrast for dark mode (#68349).
  • Text: Fix text contrast for dark mode (#68349).
  • Heading: Revert text contrast fix for dark mode with optimizeReadabilityFor (#68472).
  • Text: Revert text contrast fix for dark mode with optimizeReadabilityFor (#68472).

Deprecations

  • TreeSelect: Deprecate 36px default size (#67855).
  • SelectControl: Deprecate 36px default size (#66898).
  • InputControl: Deprecate 36px default size (#66897).
  • RadioGroup: Log deprecation warning (#68067).
  • Soft deprecate ButtonGroup component. Use ToggleGroupControl instead (#65429).
  • Navigation: Log deprecation warning for removal in WP 7.1. Use Navigator instead (#68158).

Bug Fixes

  • BoxControl: Better respect for the min prop in the Range Slider (#67819).
  • FontSizePicker: Add display:contents rule to fix overflowing text in the custom size select. (#68280).
  • BoxControl: Fix aria-valuetext value (#68362).

Experimental

  • Add new Badge component (#66555).
  • Menu: refactor to more granular sub-components (#67422).
  • Badge: Support text truncation (#68107).

Internal

  • SlotFill: rewrite the non-portal version to use observableMap (#67400).
  • DatePicker: Prepare day buttons for 40px default size (#68156).
  • SlotFill: register slots in a layout effect (#68176).

29.0.0 (2024-12-11)

Breaking Changes

  • Removed the unused __unstableMotionContext export (#67623).

Enhancements

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/compose from 6.24.0 to 7.15.1

Changelog

Sourced from @​wordpress/compose's changelog.

Unreleased

7.15.0 (2025-01-02)

7.14.0 (2024-12-11)

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

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).

7.2.0 (2024-06-26)

7.1.0 (2024-06-15)

7.0.0 (2024-05-31)

Breaking Changes

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • 510540d chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/core-data from 6.24.0 to 7.15.1

Changelog

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

Unreleased

7.15.0 (2025-01-02)

7.14.0 (2024-12-11)

7.13.0 (2024-11-27)

7.12.0 (2024-11-16)

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)

7.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/data from 9.17.0 to 10.15.1

Changelog

Sourced from @​wordpress/data's changelog.

Unreleased

10.15.0 (2025-01-02)

10.14.0 (2024-12-11)

10.13.0 (2024-11-27)

Enhancements

  • Upgrade redux dependency to ^5.0.1 (#66966)

10.12.0 (2024-11-16)

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)

10.2.0 (2024-06-26)

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)

... (truncated)

Commits
  • 0d4503e chore(release): publish
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • f300472 Update changelog files
  • 102405a Merge changes published in the Gutenberg plugin "release/20.0" branch
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • cce81c1 chore(release): publish
  • 6db1992 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.15.1

Changelog

Sourced from @​wordpress/viewport's changelog.

Unreleased

6.15.0 (2025-01-02)

6.14.0 (2024-12-11)

6.13.0 (2024-11-27)

6.12.0 (2024-11-16)

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)

6.2.0 (2024-06-26)

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)

... (truncated)

Commits

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code. labels Jan 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wp-packages-b73cbb83da branch 2 times, most recently from d60da35 to 90ae231 Compare January 9, 2025 16:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/babel-plugin-import-jsx-pragma](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-import-jsx-pragma) | `4.33.0` | `5.15.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `5.1.0` | `6.15.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.7.0` | `22.1.1` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.47.0` | `5.15.1` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.48.0` | `4.15.0` |
| [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) | `7.12.0` | `8.15.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.44.0` | `7.15.1` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.15.0` | `14.10.1` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.24.0` | `14.4.1` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.13.0` | `29.1.1` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.24.0` | `7.15.1` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `6.24.0` | `7.15.1` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `9.17.0` | `10.15.1` |
| [@wordpress/viewport](https://github.com/WordPress/gutenberg/tree/HEAD/packages/viewport) | `5.24.0` | `6.15.1` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.41.0` | `4.15.0` |



Updates `@wordpress/babel-plugin-import-jsx-pragma` from 4.33.0 to 5.15.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-plugin-import-jsx-pragma/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/babel-plugin-import-jsx-pragma)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 5.1.0 to 6.15.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/eslint-plugin` from 17.7.0 to 22.1.1
- [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/i18n` from 4.47.0 to 5.15.1
- [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/url` from 3.48.0 to 4.15.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/jest-console` from 7.12.0 to 8.15.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-console/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-console)

Updates `@wordpress/api-fetch` from 6.44.0 to 7.15.1
- [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/block-editor` from 12.15.0 to 14.10.1
- [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.24.0 to 14.4.1
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/blocks)

Updates `@wordpress/components` from 25.13.0 to 29.1.1
- [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.24.0 to 7.15.1
- [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/core-data` from 6.24.0 to 7.15.1
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/core-data/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/core-data)

Updates `@wordpress/data` from 9.17.0 to 10.15.1
- [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/date` from 4.47.0 to 4.58.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/icons` from 9.38.0 to 9.49.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/notices` from 4.15.0 to 4.26.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/notices/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/notices)

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

Updates `@wordpress/dom-ready` from 3.41.0 to 4.15.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)

---
updated-dependencies:
- dependency-name: "@wordpress/babel-plugin-import-jsx-pragma"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/url"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/jest-console"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/compose"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/core-data"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/data"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/date"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/notices"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/viewport"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wp-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wp-packages-b73cbb83da branch from 90ae231 to e720dfa Compare January 9, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants