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 12 updates #809

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 6.45.0 6.46.0
@wordpress/block-editor 12.16.0 12.17.0
@wordpress/block-library 8.25.0 8.26.0
@wordpress/blocks 12.25.0 12.26.0
@wordpress/components 25.14.0 25.15.0
@wordpress/editor 13.25.0 13.26.0
@wordpress/element 5.25.0 5.26.0
@wordpress/env 9.0.0 9.1.0
@wordpress/eslint-plugin 17.5.0 17.6.0
@wordpress/hooks 3.48.0 3.49.0
@wordpress/i18n 4.48.0 4.49.0
@wordpress/scripts 26.19.0 27.0.0

Updates @wordpress/api-fetch from 6.45.0 to 6.46.0

Changelog

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

6.46.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/block-editor from 12.16.0 to 12.17.0

Changelog

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

12.17.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/block-library from 8.25.0 to 8.26.0

Changelog

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

8.26.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/blocks from 12.25.0 to 12.26.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.26.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/components from 25.14.0 to 25.15.0

Changelog

Sourced from @​wordpress/components's changelog.

25.15.0 (2024-01-10)

Bug Fix

  • NumberControl: Make increment and decrement buttons keyboard accessible. (#57402).
  • DropdownMenu V2: better fallback on browsers that don't support CSS subgrid(#57327).
  • FontSizePicker: Use Button API for keeping focus on reset (#57221).
  • FontSizePicker: Fix Reset button focus loss (#57196).
  • PaletteEdit: Consider digits when generating kebab-cased slug (#56713).
  • FormTokenField: Prevent focus being passed to internal buttons when component is disabled (#57187).
  • Button: Fix logic of has-text class addition (#56949).
  • FormTokenField: Fix a regression where the suggestion list would re-open after clicking away from the input (#57002).
  • Snackbar: Remove erroneous __unstableHTML prop from TypeScript definitions (#57218).
  • Truncate: improve handling of non-string children (#57261).
  • PaletteEdit: Don't discard colors with default name and slug (#54332).
  • RadioControl: Fully encapsulate styles (#57347).
  • DuotonePicker: Remove top margin when no duotone options (#57489).
  • Snackbar: Fix icon positioning (#57377).
  • GradientPicker: Use slug while iterating over gradient entries to avoid React "duplicated key" warning (#57361).
  • NavigatorProvider: Exclude size value from contain CSS rule (#57498).

Enhancements

  • Update ariakit to version 0.3.10 (#57325).
  • Update @ariakit/react to version 0.3.12 and @​ariakit/test to version 0.3.7 (#57547).
  • DropdownMenuV2: do not collapse suffix width (#57238).
  • DateTimePicker: Adjustment of the dot position on DayButton and expansion of the button area. (#55502).
  • Modal: Improve application of body class names (#55430).
  • BaseControl: Connect to context system (#57408).
  • InputControl, NumberControl, UnitControl, SelectControl, TreeSelect: Add compact size variant (#57398).
  • ToggleGroupControl: Update button size in large variant to be 32px (#57338).
  • Tooltip: improve unit tests (#57345).

Experimental

  • DropdownMenuV2: remove temporary radix UI based implementation (#55626).
  • Tabs: do not render hidden content (#57046).
  • Tabs: improve hover and text alignment styles (#57275).
  • Tabs: make sure Tabs are associated to the right TabPanels, regardless of the order they're rendered in (#57033).
Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/editor from 13.25.0 to 13.26.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.26.0 (2024-01-10)

New Features

  • Add the editor panels visibility state to the editor store in addition to the following actions and selectors: toggleEditorPanelEnabled, toggleEditorPanelOpened, removeEditorPanel, isEditorPanelRemoved, isEditorPanelOpened and isEditorPanelEnabled.
Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

Updates @wordpress/element from 5.25.0 to 5.26.0

Changelog

Sourced from @​wordpress/element's changelog.

5.26.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/env from 9.0.0 to 9.1.0

Changelog

Sourced from @​wordpress/env's changelog.

9.1.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 17.5.0 to 17.6.0

Release notes

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

17.5.1

Changelog

Bug Fixes

  • (Preferences)(hotfix)(17.5) Hotfix for missing preferences in the core scope(58031)

Contributors

The following contributors merged PRs in this release:

@​youknowriad @​fullofcaffeine

Changelog

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

17.6.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/hooks from 3.48.0 to 3.49.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.49.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/i18n from 4.48.0 to 4.49.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.49.0 (2024-01-10)

Commits
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view

Updates @wordpress/scripts from 26.19.0 to 27.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

27.0.0 (2024-01-10)

New Features

  • Add experimental support for viewModule field in block.json for build and start scripts (#57461).

Breaking Changes

  • Drop support for Node.js versions < 18.
Commits
  • 5e6f9ca chore(release): publish
  • 2671828 Scripts: Fix misplaced ReactRefreshWebpackPlugin (#57777)
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view

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 wordpress-packages group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.45.0` | `6.46.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.16.0` | `12.17.0` |
| [@wordpress/block-library](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-library) | `8.25.0` | `8.26.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.25.0` | `12.26.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.14.0` | `25.15.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `13.25.0` | `13.26.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `5.25.0` | `5.26.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `9.0.0` | `9.1.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.5.0` | `17.6.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `3.48.0` | `3.49.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.48.0` | `4.49.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `26.19.0` | `27.0.0` |


Updates `@wordpress/api-fetch` from 6.45.0 to 6.46.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 12.16.0 to 12.17.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/block-library` from 8.25.0 to 8.26.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-library)

Updates `@wordpress/blocks` from 12.25.0 to 12.26.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/components` from 25.14.0 to 25.15.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/editor` from 13.25.0 to 13.26.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 5.25.0 to 5.26.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/env` from 9.0.0 to 9.1.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 17.5.0 to 17.6.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 3.48.0 to 3.49.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/i18n` from 4.48.0 to 4.49.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/scripts` from 26.19.0 to 27.0.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: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-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-library"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  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-minor
  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/i18n"
  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 Jan 22, 2024
@westonruter westonruter merged commit 6612709 into develop Jan 22, 2024
1 check passed
@westonruter westonruter deleted the dependabot/npm_and_yarn/wordpress-packages-410d832190 branch January 22, 2024 21:31
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