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 with 19 updates #13439

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps the wp-packages group with 19 updates:

Package Update
@wordpress/babel-plugin-import-jsx-pragma 4.18.0 to 4.21.0
@wordpress/dependency-extraction-webpack-plugin 4.18.0 to 4.21.0
@wordpress/eslint-plugin 14.8.0 to 14.11.0
@wordpress/components 22.1.0 to 25.4.0
@wordpress/compose 5.20.0 to 6.15.0
@wordpress/data 7.6.0 to 9.8.0
@wordpress/dom-ready 3.24.0 to 3.38.0
@wordpress/i18n 4.24.0 to 4.38.0
@wordpress/jest-console 6.7.0 to 7.9.0
@wordpress/jest-puppeteer-axe 5.7.0 to 6.9.0
@wordpress/api-fetch 6.21.0 to 6.35.0
@wordpress/block-editor 10.5.0 to 12.6.0
@wordpress/blocks 11.21.0 to 12.15.0
@wordpress/core-data 5.5.0 to 6.15.0
@wordpress/date 4.24.0 to 4.38.0
@wordpress/icons 9.15.0 to 9.29.0
@wordpress/notices 3.24.0 to 4.6.0
@wordpress/url 3.25.0 to 3.39.0
@wordpress/viewport 4.20.0 to 5.15.0

Updates @wordpress/babel-plugin-import-jsx-pragma from 4.18.0 to 4.21.0

Changelog

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

4.21.0 (2023-07-20)

4.20.0 (2023-07-05)

4.19.0 (2023-06-23)

Commits

Updates @wordpress/dependency-extraction-webpack-plugin from 4.18.0 to 4.21.0

Changelog

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

4.21.0 (2023-07-20)

4.20.0 (2023-07-05)

4.19.0 (2023-06-23)

Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • 25e1c94 Merge changes published in the Gutenberg plugin "release/16.3" branch
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 14.8.0 to 14.11.0

Release notes

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

14.9.1

Changelog

Bug Fixes

  • REST API: Do not set sidebar status to 'active' when using classic theme. (46966)

First time contributors

The following PRs were merged by first time contributors:

Contributors

The following contributors merged PRs in this release:

@​noisysocks

14.9.0

Changelog

Features

Global Styles

  • Site Editor: Add new 'Push changes to Global Styles' button. (46446)

Patterns

  • Add: Template types to the patterns API. (45814)

Enhancements

  • Post editor: Iframe for block-based themes. (46212)
  • Move word count to the top of the outline. (46648)
  • Update: Remove need for template prefix in gutenberg_get_template_hierarchy. (46257)
  • Update: Use offsite navigation editor on the navigation inspector sidebar. (46440)

Site Editor

  • Add the template title and type to the site hub. (46736)
  • Increase the width of the site editor sidebar. (46769)
  • Move the edit button in the site editor sidebar to a contextual widget. (46700)

Block Library

... (truncated)

Changelog

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

14.11.0 (2023-07-20)

14.10.0 (2023-07-05)

14.9.0 (2023-06-23)

Commits

Updates @wordpress/components from 22.1.0 to 25.4.0

Changelog

Sourced from @​wordpress/components's changelog.

25.4.0 (2023-07-20)

Enhancements

  • TextControl: Add id prop to allow for custom IDs in TextControls (#52028).
  • Navigator: Add replace option to navigator.goTo() and navigator.goToParent() (#52456).

Bug Fix

  • Popover: Pin react-dropdown-menu version to avoid breaking changes in dependency updates. (#52356).
  • Item: Unify focus style and add default font styles. (#52495).
  • Toolbar: Fix toolbar items not being tabbable on the first render. (#52613)
  • FormTokenField: Fix token overflow when moving cursor left or right. (#52662)

25.3.0 (2023-07-05)

Enhancements

  • SelectControl: Added option to set hidden options. (#51545)
  • RangeControl: Add __next40pxDefaultSize prop to opt into the new 40px default size (#49105).
  • Button: Introduce size prop with default, compact, and small variants (#51842).
  • ItemGroup: Update button focus state styles to target :focus-visible rather than :focus. (#51787).
  • Guide: Don't show Close button when there is only one page, and use default button and accent/theme styling (#52014).

Bug Fix

  • ConfirmDialog: Ensure onConfirm isn't called an extra time when submitting one of the buttons using the keyboard (#51730).
  • ZStack: ZStack: fix component bounding box to match children (#51836).
  • Modal: Add small top padding to the content so that avoid cutting off the visible outline when hovering items (#51829).
  • DropdownMenu: fix icon style when dashicon is used (#43574).
  • UnitControl: Fix crash when certain units are used (#52211).
  • Guide: Place focus on the guide's container instead of its first tabbable (#52300).

25.2.0 (2023-06-23)

Enhancements

  • UnitControl: Revamp support for changing unit by typing (#39303).
  • Modal: Update corner radius to be between buttons and the site view frame, in a 2-4-8 system. (#51254).
  • ItemGroup: Update button focus state styles to be inline with other button focus states in the editor. (#51576).
  • ItemGroup: Update button focus state styles to target :focus-visible rather than :focus. (#51787).

Bug Fix

  • Popover: Allow legitimate 0 positions to update popover position (#51320).
  • Button: Remove unnecessary margin from dashicon (#51395).
  • Autocomplete: Announce how many results are available to screen readers when suggestions list first renders (#51018).

Internal

... (truncated)

Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • 25e1c94 Merge changes published in the Gutenberg plugin "release/16.3" branch
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/compose from 5.20.0 to 6.15.0

Changelog

Sourced from @​wordpress/compose's changelog.

6.15.0 (2023-07-20)

6.14.0 (2023-07-05)

6.13.0 (2023-06-23)

6.12.0 (2023-06-07)

6.11.0 (2023-05-24)

6.10.0 (2023-05-10)

6.9.0 (2023-04-26)

6.8.0 (2023-04-12)

6.7.0 (2023-03-29)

6.6.0 (2023-03-15)

6.5.0 (2023-03-01)

6.4.0 (2023-02-15)

6.3.0 (2023-02-01)

6.2.0 (2023-01-11)

6.1.0 (2023-01-02)

6.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)
Commits

Updates @wordpress/data from 7.6.0 to 9.8.0

Changelog

Sourced from @​wordpress/data's changelog.

9.8.0 (2023-07-20)

9.7.0 (2023-07-05)

9.6.0 (2023-06-23)

9.5.0 (2023-06-07)

9.4.0 (2023-05-24)

9.3.0 (2023-05-10)

9.2.0 (2023-04-26)

9.1.0 (2023-04-12)

9.0.0 (2023-03-29)

Breaking Changes

  • The registry.register function will no longer register a store if another instance is registered with the same name.

8.6.0 (2023-03-15)

8.5.0 (2023-03-01)

8.4.0 (2023-02-15)

8.3.0 (2023-02-01)

8.2.0 (2023-01-11)

8.1.0 (2023-01-02)

8.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)

Enhancements

  • The registry.subscribe function can now subscribe to updates only from one specific store, with a new optional parameter.
Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/dom-ready from 3.24.0 to 3.38.0

Changelog

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

3.38.0 (2023-07-20)

3.37.0 (2023-07-05)

3.36.0 (2023-06-23)

3.35.0 (2023-06-07)

3.34.0 (2023-05-24)

3.33.0 (2023-05-10)

3.32.0 (2023-04-26)

3.31.0 (2023-04-12)

3.30.0 (2023-03-29)

3.29.0 (2023-03-15)

3.28.0 (2023-03-01)

3.27.0 (2023-02-15)

3.26.0 (2023-02-01)

3.25.0 (2023-01-11)

Commits

Updates @wordpress/i18n from 4.24.0 to 4.38.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.38.0 (2023-07-20)

4.37.0 (2023-07-05)

4.36.0 (2023-06-23)

4.35.0 (2023-06-07)

4.34.0 (2023-05-24)

4.33.0 (2023-05-10)

4.32.0 (2023-04-26)

4.31.0 (2023-04-12)

4.30.0 (2023-03-29)

4.29.0 (2023-03-15)

4.28.0 (2023-03-01)

4.27.0 (2023-02-15)

4.26.0 (2023-02-01)

4.25.0 (2023-01-11)

Commits

Updates @wordpress/jest-console from 6.7.0 to 7.9.0

Changelog

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

7.9.0 (2023-07-20)

7.8.0 (2023-07-05)

7.7.0 (2023-06-23)

7.6.0 (2023-06-07)

7.5.0 (2023-05-24)

7.4.0 (2023-05-10)

7.3.0 (2023-04-26)

7.2.0 (2023-04-12)

7.1.0 (2023-03-29)

7.0.0 (2023-03-15)

Breaking Changes

6.11.0 (2023-03-01)

6.10.0 (2023-02-15)

6.9.0 (2023-02-01)

6.8.0 (2023-01-11)

Commits

Updates @wordpress/jest-puppeteer-axe from 5.7.0 to 6.9.0

Changelog

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

6.9.0 (2023-07-20)

6.8.0 (2023-07-05)

6.7.0 (2023-06-23)

6.6.0 (2023-06-07)

6.5.0 (2023-05-24)

6.4.0 (2023-05-10)

6.3.0 (2023-04-26)

6.2.0 (2023-04-12)

6.1.0 (2023-03-29)

6.0.0 (2023-03-15)

Breaking Changes

5.11.0 (2023-03-01)

5.10.0 (2023-02-15)

5.9.0 (2023-02-01)

5.8.0 (2023-01-11)

Commits

Updates @wordpress/api-fetch from 6.21.0 to 6.35.0

Changelog

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

6.35.0 (2023-07-20)

6.34.0 (2023-07-05)

6.33.0 (2023-06-23)

6.32.0 (2023-06-07)

6.31.0 (2023-05-24)

6.30.0 (2023-05-10)

6.29.0 (2023-04-26)

6.28.0 (2023-04-12)

6.27.0 (2023-03-29)

6.26.0 (2023-03-15)

6.25.0 (2023-03-01)

6.24.0 (2023-02-15)

6.23.0 (2023-02-01)

6.22.0 (2023-01-11)

Commits

Updates @wordpress/block-editor from 10.5.0 to 12.6.0

Changelog

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

12.6.0 (2023-07-20)

12.5.0 (2023-07-05)

12.4.0 (2023-06-23)

Enhancements

  • Add HeadingLevelDropdown component for selecting H1-H6 and paragraph HTML tags from the block toolbar.

Bug Fix

  • Fluid typography: custom font-sizes should use max viewport width (#51516).

12.3.0 (2023-06-07)

12.2.0 (2023-05-24)

12.1.0 (2023-05-10)

  • MediaPlaceholder: Remove the undocumented onHTMLDrop prop (#49673).

12.0.0 (2023-04-26)

Breaking Changes

  • Renamed utility function immutableSet to setImmutably (#50040).

11.8.0 (2023-04-12)

11.7.0 (2023-03-29)

  • ImageSizeControl: Update image size label (#49112).

11.6.0 (2023-03-15)

11.5.0 (2023-03-01)

Bug Fix

  • SpacingSizesControl: fix white dot on thumb (#48574).

11.4.0 (2023-02-15)

Bug Fix

  • LinkControl: fix scrollbar displayed on toggle link settings (#47986).

... (truncated)

Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • 25e1c94 Merge changes published in the Gutenberg plugin "release/16.3" branch
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/blocks from 11.21.0 to 12.15.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.15.0 (2023-07-20)

12.14.0 (2023-07-05)

12.13.0 (2023-06-23)

12.12.0 (2023-06-07)

12.11.0 (2023-05-24)

12.10.0 (2023-05-10)

12.9.0 (2023-04-26)

12.8.0 (2023-04-12)

12.7.0 (2023-03-29)

12.6.0 (2023-03-15)

12.5.0 (2023-03-01)

12.4.0 (2023-02-15)

12.3.0 (2023-02-01)

12.2.0 (2023-01-11)

12.1.0 (2023-01-02)

12.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)
Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/core-data from 5.5.0 to 6.15.0

Changelog

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

6.15.0 (2023-07-20)

6.14.0 (2023-07-05)

6.13.0 (2023-06-23)

6.12.0 (2023-06-07)

6.11.0 (2023-05-24)

6.10.0 (2023-05-10)

6.9.0 (2023-04-26)

6.8.0 (2023-04-12)

6.7.0 (2023-03-29)

6.6.0 (2023-03-15)

6.5.0 (2023-03-01)

6.4.0 (2023-02-15)

6.3.0 (2023-02-01)

6.2.0 (2023-01-11)

6.1.0 (2023-01-02)

6.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)
Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • 25e1c94 Merge changes published in the Gutenberg plugin "release/16.3" branch
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/date from 4.24.0 to 4.38.0

Changelog

Sourced from @​wordpress/date's changelog.

4.38.0 (2023-07-20)

4.37.0 (2023-07-05)

4.36.0 (2023-06-23)

4.35.0 (2023-06-07)

4.34.0 (2023-05-24)

4.33.0 (2023-05-10)

4.32.0 (2023-04-26)

4.31.0 (2023-04-12)

4.30.0 (2023-03-29)

4.29.0 (2023-03-15)

4.28.0 (2023-03-01)

4.27.0 (2023-02-15)

4.26.0 (2023-02-01)

4.25.0 (2023-01-11)

Commits

Updates @wordpress/icons from 9.15.0 to 9.29.0

Changelog

Sourced from @​wordpress/icons's changelog.

9.29.0 (2023-07-20)

9.28.0 (2023-07-05)

9.27.0 (2023-06-23)

9.26.0 (2023-06-07)

9.25.0 (2023-05-24)

New Features

  • Add new HeadingLevel icons. (#50856)

9.24.0 (2023-05-10)

9.23.0 (2023-04-26)

9.22.0 (2023-04-12)

New features

9.21.0 (2023-03-29)

9.20.0 (2023-03-15)

9.19.0 (2023-03-01)

9.18.0 (2023-02-15)

9.17.0 (2023-02-01)

9.16.0 (2023-01-11)

Commits
  • 6f14d11 chore(release): publish
  • 9c75496 Update changelog files
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/notices from 3.24.0 to 4.6.0

Changelog

Sourced from @​wordpress/notices's changelog.

4.6.0 (2023-07-20)

4.5.0 (2023-07-05)

4.4.0 (2023-06-23)

4.3.0 (2023-06-07)

New Feature

  • Add a new action removeNotices which allows bulk removal of notices by their IDs. (#39940)
  • Add a new action removeAllNotices which removes all notices from a given context. (#44059)

4.2.0 (2023-05-24)

4.1.0 (2023-05-10)

4.0.0 (2023-04-26)

Breaking Change

  • Publish Typescript build types to npm. (#49650)

3.31.0 (2023-04-12)

3.30.0 (2023-03-29)

3.29.0 (2023-03-15)

3.28.0 (2023-03-01)

3.27.0 (2023-02-15)

3.26.0 (2023-02-01)

3.25.0 (2023-01-11)

Commits

Updates @wordpress/url from 3.25.0 to 3.39.0

Changelog

Sourced from @​wordpress/url's changelog.

3.39.0 (2023-07-20)

3.38.0 (2023-07-05)

3.37.0 (2023-06-23)

3.36.0 (2023-06-07)

3.35.0 (2023-05-24)

3.34.0 (2023-05-10)

3.33.0 (2023-04-26)

3.32.0 (2023-04-12)

3.31.0 (2023-03-29)

3.30.0 (2023-03-15)

3.29.0 (2023-03-01)

3.28.0 (2023-02-15)

3.27.0 (2023-02-01)

3.26.0 (2023-01-11)

Commits

Updates @wordpress/viewport from 4.20.0 to 5.15.0

Changelog

Sourced from @​wordpress/viewport's changelog.

5.15.0 (2023-07-20)

5.14.0 (2023-07-05)

5.13.0 (2023-06-23)

5.12.0 (2023-06-07)

5.11.0 (2023-05-24)

5.10.0 (2023-05-10)

5.9.0 (2023-04-26)

5.8.0 (2023-04-12)

5.7.0 (2023-03-29)

5.6.0 (2023-03-15)

5.5.0 (2023-03-01)

5.4.0 (2023-02-15)

5.3.0 (2023-02-01)

5.2.0 (2023-01-11)

5.1.0 (2023-01-02)

5.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)
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. You can achieve the same result by closing it manually

Bumps the wp-packages group with 19 updates:

| Package | Update |
| --- | --- |
| [@wordpress/babel-plugin-import-jsx-pragma](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-import-jsx-pragma) | 4.18.0 to 4.21.0 |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | 4.18.0 to 4.21.0 |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | 14.8.0 to 14.11.0 |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | 22.1.0 to 25.4.0 |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | 5.20.0 to 6.15.0 |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | 7.6.0 to 9.8.0 |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | 3.24.0 to 3.38.0 |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | 4.24.0 to 4.38.0 |
| [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) | 6.7.0 to 7.9.0 |
| [@wordpress/jest-puppeteer-axe](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-puppeteer-axe) | 5.7.0 to 6.9.0 |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | 6.21.0 to 6.35.0 |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | 10.5.0 to 12.6.0 |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | 11.21.0 to 12.15.0 |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | 5.5.0 to 6.15.0 |
| [@wordpress/date](https://github.com/WordPress/gutenberg/tree/HEAD/packages/date) | 4.24.0 to 4.38.0 |
| [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) | 9.15.0 to 9.29.0 |
| [@wordpress/notices](https://github.com/WordPress/gutenberg/tree/HEAD/packages/notices) | 3.24.0 to 4.6.0 |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | 3.25.0 to 3.39.0 |
| [@wordpress/viewport](https://github.com/WordPress/gutenberg/tree/HEAD/packages/viewport) | 4.20.0 to 5.15.0 |


Updates `@wordpress/babel-plugin-import-jsx-pragma` from 4.18.0 to 4.21.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 4.18.0 to 4.21.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 14.8.0 to 14.11.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/components` from 22.1.0 to 25.4.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 5.20.0 to 6.15.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/data` from 7.6.0 to 9.8.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/dom-ready` from 3.24.0 to 3.38.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/i18n` from 4.24.0 to 4.38.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/jest-console` from 6.7.0 to 7.9.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/jest-puppeteer-axe` from 5.7.0 to 6.9.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/api-fetch` from 6.21.0 to 6.35.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/block-editor` from 10.5.0 to 12.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 11.21.0 to 12.15.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/core-data` from 5.5.0 to 6.15.0
- [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/date` from 4.24.0 to 4.38.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.15.0 to 9.29.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 3.24.0 to 4.6.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/url` from 3.25.0 to 3.39.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/viewport` from 4.20.0 to 5.15.0
- [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)

---
updated-dependencies:
- dependency-name: "@wordpress/babel-plugin-import-jsx-pragma"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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/data"
  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-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/jest-puppeteer-axe"
  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-minor
  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/core-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-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/url"
  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
...

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 Aug 1, 2023
@swissspidy swissspidy closed this Aug 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2023

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

@swissspidy swissspidy deleted the dependabot/npm_and_yarn/wp-packages-39eb28b22d branch August 2, 2023 16:33
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