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 10 updates #1145

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the wp-packages group with 10 updates:

Package From To
@wordpress/a11y 4.13.0 4.14.0
@wordpress/components 28.13.0 29.0.0
@wordpress/data 10.13.0 10.14.0
@wordpress/dom-ready 4.13.0 4.14.0
@wordpress/element 6.13.0 6.14.0
@wordpress/i18n 5.13.0 5.14.0
@wordpress/keyboard-shortcuts 5.13.0 5.14.0
@wordpress/keycodes 4.13.0 4.14.0
@wordpress/env 10.13.0 10.14.0
@wordpress/scripts 30.6.0 30.7.0

Updates @wordpress/a11y from 4.13.0 to 4.14.0

Changelog

Sourced from @​wordpress/a11y's changelog.

4.14.0 (2024-12-11)

Commits

Updates @wordpress/components from 28.13.0 to 29.0.0

Changelog

Sourced from @​wordpress/components's changelog.

29.0.0 (2024-12-11)

Breaking Changes

  • Removed the unused __unstableMotionContext export (#67623).

Enhancements

  • GradientPicker: Add enableAlpha prop (#66974)
  • CustomGradientPicker: Add enableAlpha prop (#66974)
  • Menu: Replace hardcoded white color with theme-ready variable (#67649).
  • Navigation (deprecated): Replace hardcoded white color with theme-ready variable (#67649).
  • ToggleGroupControl: Replace hardcoded white color with theme-ready variable (#67649).
  • RangeControl: Update the design of the range control marks (#67611).
  • BorderBoxControl: Reduce gap value when unlinked (#67049).
  • DropdownMenu: Increase option height to 40px (#67435).
  • MenuItem: Increase height to 40px (#67435).
  • MenuItemsChoice: Increase option height to 40px (#67435).
  • Navigation: Fix active item hover color (#67732).
  • Button: Adjust secondary variant hover style. (#67325).

Deprecations

  • BoxControl: Passive deprecate onMouseOver/onMouseOut. Pass to the inputProps prop instead (#67332).
  • BoxControl: Deprecate 36px default size (#66704).
  • CustomSelectControl: Deprecate 36px default size (#67441).
  • NumberControl: Deprecate 36px default size (#66730).
  • UnitControl: Deprecate 36px default size (#66791).
  • FormFileUpload: Deprecate 36px default size (#67438).
  • FormTokenField: Deprecate 36px default size (#67454).

Experimental

  • Menu: throw when subcomponents are not rendered inside top level Menu (#67411).

Internal

  • Upgraded @ariakit/react (v0.4.13) and @ariakit/test (v0.4.5) (#65907).
  • Upgraded @ariakit/react (v0.4.15) and @ariakit/test (v0.4.7) (#67404).
  • ToolbarButton: Set size to "compact" (#67440).
  • SlotFill: remove manual rerenders from the portal Fill component (#67471).
  • BoxControl: Refactor internals to unify the different combinations of sides (#67626).

Bug Fixes

  • ResizableBox: Make drag handles focusable (#67305).
  • CustomSelectControl: Update correctly when showSelectedHint is enabled (#67733).
  • CustomSelectControl: Use useStoreState to get currentValue and avoid stale values (#67815).
Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • See full diff in compare view

Updates @wordpress/data from 10.13.0 to 10.14.0

Changelog

Sourced from @​wordpress/data's changelog.

10.14.0 (2024-12-11)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.13.0 to 4.14.0

Changelog

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

4.14.0 (2024-12-11)

Commits

Updates @wordpress/element from 6.13.0 to 6.14.0

Changelog

Sourced from @​wordpress/element's changelog.

6.14.0 (2024-12-11)

Commits

Updates @wordpress/i18n from 5.13.0 to 5.14.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.14.0 (2024-12-11)

Commits

Updates @wordpress/keyboard-shortcuts from 5.13.0 to 5.14.0

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • See full diff in compare view

Updates @wordpress/keycodes from 4.13.0 to 4.14.0

Changelog

Sourced from @​wordpress/keycodes's changelog.

4.14.0 (2024-12-11)

Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • See full diff in compare view

Updates @wordpress/env from 10.13.0 to 10.14.0

Changelog

Sourced from @​wordpress/env's changelog.

10.14.0 (2024-12-11)

Enhancements

  • Add phpMyAdmin as an optional service. Enabled via the new phpmyadminPort environment config, as well as env vars WP_ENV_PHPMYADMIN_PORT and WP_ENV_TESTS_PHPMYADMIN_PORT.
  • Add support for WordPress multisite installations. Enabled via the new multisite environment config.

Internal

  • The bundled rimraf dependency has been updated from ^3.0.2 to ^5.0.10 (#67708).
Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" branch
  • See full diff in compare view

Updates @wordpress/scripts from 30.6.0 to 30.7.0

Changelog

Sourced from @​wordpress/scripts's changelog.

30.7.0 (2024-12-11)

Internal

  • The bundled sass dependency has been updated from ^1.35.2 to ^1.50.1 (#67572).
  • The bundled sass-loader dependency has been updated from ^12.1.0 to ^16.0.3 (#67572).
  • The bundled mini-css-extract-plugin dependency has been updated from ^2.5.1 to ^2.9.2 (#67572).
  • The bundled webpack dependency has been updated from ^5.95.0 to ^5.97.0 (#67572).
  • The bundled cross-spawn dependency has been updated from ^5.1.0 to ^7.0.6 (#67708).
  • The bundled jest-dev-server dependency has been updated from ^9.0.1 to ^10.1.4 (#67708).
  • The bundled puppeteer-core dependency has been updated from ^23.1.0 to ^23.10.1 (#67708).

Bug Fix

  • Make React Fast Refresh in the start command work with multiple blocks (64924).
Commits
  • b432c18 chore(release): publish
  • f38cb4d Update changelog files
  • e5570ea Merge changes published in the Gutenberg plugin "release/19.9" 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Bumps the wp-packages group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/a11y](https://github.com/WordPress/gutenberg/tree/HEAD/packages/a11y) | `4.13.0` | `4.14.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.13.0` | `29.0.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.13.0` | `10.14.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.13.0` | `4.14.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.13.0` | `6.14.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.13.0` | `5.14.0` |
| [@wordpress/keyboard-shortcuts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/keycodes) | `5.13.0` | `5.14.0` |
| [@wordpress/keycodes](https://github.com/WordPress/gutenberg/tree/HEAD/packages/keycodes) | `4.13.0` | `4.14.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.13.0` | `10.14.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `30.6.0` | `30.7.0` |


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

Updates `@wordpress/components` from 28.13.0 to 29.0.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/data` from 10.13.0 to 10.14.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 4.13.0 to 4.14.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/element` from 6.13.0 to 6.14.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/i18n` from 5.13.0 to 5.14.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/keyboard-shortcuts` from 5.13.0 to 5.14.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/keycodes/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/keycodes)

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

Updates `@wordpress/env` from 10.13.0 to 10.14.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/scripts` from 30.6.0 to 30.7.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/a11y"
  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-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/data"
  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/element"
  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/keyboard-shortcuts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/keycodes"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wp-packages-8a558e15a2 branch from edc172a to df0fd80 Compare December 16, 2024 03:22
@swissspidy swissspidy merged commit 775ded9 into main Dec 16, 2024
22 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/wp-packages-8a558e15a2 branch December 16, 2024 08: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