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 14 updates #13522

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the wp-packages group with 14 updates:

Package From To
@wordpress/babel-plugin-import-jsx-pragma 4.27.0 4.30.0
@wordpress/dependency-extraction-webpack-plugin 4.27.0 4.30.0
@wordpress/eslint-plugin 17.1.0 17.4.0
@wordpress/api-fetch 6.38.0 6.44.0
@wordpress/dom-ready 3.41.0 3.47.0
@wordpress/jest-console 7.12.0 7.18.0
@wordpress/components 25.10.0 25.13.0
@wordpress/compose 6.21.0 6.24.0
@wordpress/i18n 4.41.0 4.47.0
@wordpress/url 3.42.0 3.48.0
@wordpress/block-editor 12.12.0 12.15.0
@wordpress/blocks 12.21.0 12.24.0
@wordpress/core-data 6.21.0 6.24.0
@wordpress/viewport 5.21.0 5.24.0

Updates @wordpress/babel-plugin-import-jsx-pragma from 4.27.0 to 4.30.0

Changelog

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

4.30.0 (2023-11-29)

4.29.0 (2023-11-16)

4.28.0 (2023-11-02)

Commits

Updates @wordpress/dependency-extraction-webpack-plugin from 4.27.0 to 4.30.0

Changelog

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

4.30.0 (2023-11-29)

4.29.0 (2023-11-16)

4.28.0 (2023-11-02)

Commits

Updates @wordpress/eslint-plugin from 17.1.0 to 17.4.0

Release notes

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

17.2.0 RC1

Changelog

Features

Modules API

  • Interactivity API: Use modules instead of scripts in the frontend. (56143)

Enhancements

  • Add translator comments for strings containing date formats. (56531)
  • Block Settings: Only display parent block selector on small screens. (56431)
  • Block Theme Preview: Display the theme name on the activate button. (55752)
  • Core data revisions: Extend support to other post types. (56353)
  • Improve tooltip for parent blocks on the block toolbar. (56146)
  • Simplify template author token. (56566)
  • Style engine: Allow CSS var output for fontSize and fontFamily and update documentation. (56528)
  • Try: Change "Detach pattern" to "Detach". (56323)
  • useEntityRecord: Improve unit tests. (56415)

Components

  • Add focus rings to focusable disabled buttons. (56383)
  • DropdownMenu V2 tweaks. (56041)
  • DropdownMenu V2: Add support for rendering in legacy popover slot. (56342)
  • FormToggle: Refine animation. (56515)
  • Slot: Add styles prop to bubblesVirtually version. (56428)
  • Tabs: Cleanup and improvements. (56224)
  • Try Ariakit Select for new CustomSelectControl component. (55790)

Data Views

  • Data list view: Make filter row, table header, and pagination sticky. (56157)
  • Simplify dataviews view button. (56485)
  • Update data view menu item actions. (56398)

Global Styles

  • Global style revisions: Redesign style revision items. (55913)
  • Global styles revisions: Migrate API call to getRevisions(). (56349)
  • Style Revisions: Remove style revisions dropdown menu. (56454)

Site Editor

  • Add 'View site' action to 'Site updated' snackbar. (52693)
  • Add the Post Author component to the Page sidebar. (56368)
  • Redirect to main page menu if page record not found. (56177)

Block Editor

  • Drag and drop: Allow dragging to the beginning and end of a document. (56070)
  • List View: Expand state if a block is dragged to within a collapsed block in the editor canvas. (56493)

... (truncated)

Changelog

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

17.4.0 (2023-11-29)

17.3.0 (2023-11-16)

17.2.0 (2023-11-02)

Commits

Updates @wordpress/api-fetch from 6.38.0 to 6.44.0

Changelog

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

6.44.0 (2023-11-29)

6.43.0 (2023-11-16)

6.42.0 (2023-11-02)

6.41.0 (2023-10-18)

6.40.0 (2023-10-05)

6.39.0 (2023-09-20)

Commits

Updates @wordpress/dom-ready from 3.41.0 to 3.47.0

Changelog

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

3.47.0 (2023-11-29)

3.46.0 (2023-11-16)

3.45.0 (2023-11-02)

3.44.0 (2023-10-18)

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/jest-console from 7.12.0 to 7.18.0

Changelog

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

7.18.0 (2023-11-29)

7.17.0 (2023-11-16)

7.16.0 (2023-11-02)

7.15.0 (2023-10-18)

7.14.0 (2023-10-05)

7.13.0 (2023-09-20)

Enhancement

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

Updates @wordpress/components from 25.10.0 to 25.13.0

Changelog

Sourced from @​wordpress/components's changelog.

25.13.0 (2023-11-29)

Enhancements

  • FormToggle: refine animation and improve high contrast styles (#56515).
  • Button: Add focus rings to focusable disabled buttons (#56383).
  • InserterButton: Move mobile InserterButton from components package to block-editor package (#56494)

Bug Fix

  • ToolsPanelItem: Use useLayoutEffect to prevent rendering glitch for last panel item styling. (#56536).
  • FormTokenField: Fix broken suggestions scrollbar when the __experimentalExpandOnFocus prop is defined (#56426).
  • FormTokenField: onFocus prop is now typed as a React FocusEvent (#56426).

Experimental

  • Tabs: Memoize and expose the component context (#56224).
  • DropdownMenuV2: Design tweaks (#56041)

Documentation

  • Text and Heading: improve docs around default values and truncation logic (#56518)

Internal

  • Slot: add style prop to bubblesVirtually version (#56428)
  • Introduce experimental new version of CustomSelectControl based on ariakit (#55790)

25.12.0 (2023-11-16)

Bug Fix

  • Toolbar: Remove CSS rule that prevented focus outline to be visible for toolbar buttons in the :active state. (#56123).

Internal

  • Migrate Divider from reakit to ariakit (#55622)
  • Migrate DisclosureContent from reakit to ariakit and TypeScript (#55639)
  • Migrate RadioGroup from reakit to ariakit and TypeScript (#55580)

Experimental

  • Tabs: Add focusable prop to the Tabs.TabPanel sub-component (#55287)
  • Tabs: Update sub-components to accept relevant HTML element props (#55860)
  • DropdownMenuV2: Fix radio menu item check icon not rendering correctly in some browsers (#55964)
  • DropdownMenuV2: prevent default when pressing Escape key to close menu (#55962)

Enhancements

  • ToggleGroupControl: Add opt-in prop for 40px default size (#55789).

... (truncated)

Commits
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • 839018f chore(release): publish
  • b331f05 Update changelog files
  • 8a1d808 Merge changes published in the Gutenberg plugin "release/17.1" branch
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view

Updates @wordpress/compose from 6.21.0 to 6.24.0

Changelog

Sourced from @​wordpress/compose's changelog.

6.24.0 (2023-11-29)

6.23.0 (2023-11-16)

6.22.0 (2023-11-02)

Commits

Updates @wordpress/i18n from 4.41.0 to 4.47.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.47.0 (2023-11-29)

4.46.0 (2023-11-16)

4.45.0 (2023-11-02)

4.44.0 (2023-10-18)

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

Commits

Updates @wordpress/url from 3.42.0 to 3.48.0

Changelog

Sourced from @​wordpress/url's changelog.

3.48.0 (2023-11-29)

3.47.0 (2023-11-16)

3.46.0 (2023-11-02)

3.45.0 (2023-10-18)

3.44.0 (2023-10-05)

3.43.0 (2023-09-20)

Commits

Updates @wordpress/block-editor from 12.12.0 to 12.15.0

Changelog

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

12.15.0 (2023-11-29)

12.14.0 (2023-11-16)

12.13.0 (2023-11-02)

  • Deprecated the useSetting function in favor of new useSettings one that can retrieve multiple settings at once (#55337).
Commits
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • 839018f chore(release): publish
  • b331f05 Update changelog files
  • 8a1d808 Merge changes published in the Gutenberg plugin "release/17.1" branch
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view

Updates @wordpress/blocks from 12.21.0 to 12.24.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.24.0 (2023-11-29)

12.23.0 (2023-11-16)

12.22.0 (2023-11-02)

Commits
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • 839018f chore(release): publish
  • b331f05 Update changelog files
  • 8a1d808 Merge changes published in the Gutenberg plugin "release/17.1" branch
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view

Updates @wordpress/core-data from 6.21.0 to 6.24.0

Changelog

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

6.24.0 (2023-11-29)

6.23.0 (2023-11-16)

6.22.0 (2023-11-02)

Commits
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • 839018f chore(release): publish
  • b331f05 Update changelog files
  • 8a1d808 Merge changes published in the Gutenberg plugin "release/17.1" branch
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view

Updates @wordpress/viewport from 5.21.0 to 5.24.0

Changelog

Sourced from @​wordpress/viewport's changelog.

5.24.0 (2023-11-29)

5.23.0 (2023-11-16)

5.22.0 (2023-11-02)

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
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the wp-packages group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/babel-plugin-import-jsx-pragma](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-import-jsx-pragma) | `4.27.0` | `4.30.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `4.27.0` | `4.30.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.1.0` | `17.4.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.38.0` | `6.44.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.41.0` | `3.47.0` |
| [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) | `7.12.0` | `7.18.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.10.0` | `25.13.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.21.0` | `6.24.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.41.0` | `4.47.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.42.0` | `3.48.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.12.0` | `12.15.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.21.0` | `12.24.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `6.21.0` | `6.24.0` |
| [@wordpress/viewport](https://github.com/WordPress/gutenberg/tree/HEAD/packages/viewport) | `5.21.0` | `5.24.0` |


Updates `@wordpress/babel-plugin-import-jsx-pragma` from 4.27.0 to 4.30.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.27.0 to 4.30.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.1.0 to 17.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/api-fetch` from 6.38.0 to 6.44.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/dom-ready` from 3.41.0 to 3.47.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/jest-console` from 7.12.0 to 7.18.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/components` from 25.10.0 to 25.13.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/components)

Updates `@wordpress/compose` from 6.21.0 to 6.24.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/i18n` from 4.41.0 to 4.47.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/url` from 3.42.0 to 3.48.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/block-editor` from 12.12.0 to 12.15.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-editor)

Updates `@wordpress/blocks` from 12.21.0 to 12.24.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 6.21.0 to 6.24.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/viewport` from 5.21.0 to 5.24.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/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/jest-console"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/compose"
  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/url"
  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-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/core-data"
  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-minor
  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 Dec 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wp-packages-5abfc44515 branch December 2, 2023 11:36
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