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 #872

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 7.4.0 7.5.0
@wordpress/block-editor 13.4.0 14.0.0
@wordpress/block-library 9.4.0 9.5.0
@wordpress/blocks 13.4.0 13.5.0
@wordpress/components 28.4.0 28.5.0
@wordpress/editor 14.4.0 14.5.0
@wordpress/element 6.4.0 6.5.0
@wordpress/env 10.4.0 10.5.0
@wordpress/eslint-plugin 20.1.0 20.2.0
@wordpress/hooks 4.4.0 4.5.0
@wordpress/i18n 5.4.0 5.5.0
@wordpress/scripts 28.4.0 28.5.0

Updates @wordpress/api-fetch from 7.4.0 to 7.5.0

Changelog

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

7.5.0 (2024-08-07)

Commits

Updates @wordpress/block-editor from 13.4.0 to 14.0.0

Changelog

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

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).
Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/block-library from 9.4.0 to 9.5.0

Changelog

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

9.5.0 (2024-08-07)

New Feature

  • Query Loop Block: Moves per page, offset, and pages controls into Inspector Controls. (#58207)
Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/blocks from 13.4.0 to 13.5.0

Changelog

Sourced from @​wordpress/blocks's changelog.

13.5.0 (2024-08-07)

Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/components from 28.4.0 to 28.5.0

Changelog

Sourced from @​wordpress/components's changelog.

28.5.0 (2024-08-07)

Bug Fixes

  • ColorPalette: Remove extra bottom margin when CircularOptionPicker is unneeded (#63961).
  • CustomSelectControl: Restore describedBy functionality (#63957).
  • Button: Improve the aria-disabled focus style (#62480).
  • Modal: Fix the dismissal logic for React development mode (#64132).
  • Button: Fix tertiary destructive hover style (#64152).
  • Autocompleter UI: Fix text color when hovering selected item (#64294).
  • Heading: Add the missing size prop to the component's props type (#64299).
  • TextControl: Fix the padding of the component to be consistent with the rest of the controls. (#64326).

Enhancements

  • TimeInput: Expose as subcomponent of TimePicker (#63145).
  • RadioControl: add support for option help text (#63751).
  • SelectControl: Infer value type from options (#64069).
  • Guide: Add __next40pxDefaultSize to buttons (#64181).
  • SelectControl: Pass through options props (#64211).
  • DimensionControl: Add __nextHasNoMarginBottom prop to remove bottom margin (#64346).

Internal

  • Upgraded @ariakit/react (v0.4.7) and @ariakit/test (v0.4.0) (#64066).
  • DropdownMenuV2: break menu item help text on multiple lines for better truncation. (#63916).
  • CustomSelectControl: Support generic props type (#63985).
Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/editor from 14.4.0 to 14.5.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.5.0 (2024-08-07)

Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/element from 6.4.0 to 6.5.0

Changelog

Sourced from @​wordpress/element's changelog.

6.5.0 (2024-08-07)

Commits
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • See full diff in compare view

Updates @wordpress/env from 10.4.0 to 10.5.0

Changelog

Sourced from @​wordpress/env's changelog.

10.5.0 (2024-08-07)

Commits

Updates @wordpress/eslint-plugin from 20.1.0 to 20.2.0

Changelog

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

20.2.0 (2024-08-07)

Commits

Updates @wordpress/hooks from 4.4.0 to 4.5.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.5.0 (2024-08-07)

Commits

Updates @wordpress/i18n from 5.4.0 to 5.5.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.5.0 (2024-08-07)

Commits

Updates @wordpress/scripts from 28.4.0 to 28.5.0

Changelog

Sourced from @​wordpress/scripts's changelog.

28.5.0 (2024-08-07)

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.4.0` | `7.5.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `13.4.0` | `14.0.0` |
| [@wordpress/block-library](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-library) | `9.4.0` | `9.5.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `13.4.0` | `13.5.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `28.4.0` | `28.5.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.4.0` | `14.5.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.4.0` | `6.5.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.4.0` | `10.5.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `20.1.0` | `20.2.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.4.0` | `4.5.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `5.4.0` | `5.5.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `28.4.0` | `28.5.0` |


Updates `@wordpress/api-fetch` from 7.4.0 to 7.5.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 13.4.0 to 14.0.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 9.4.0 to 9.5.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 13.4.0 to 13.5.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 28.4.0 to 28.5.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 14.4.0 to 14.5.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 6.4.0 to 6.5.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 10.4.0 to 10.5.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 20.1.0 to 20.2.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 4.4.0 to 4.5.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 5.4.0 to 5.5.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 28.4.0 to 28.5.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-major
  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-minor
  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 Aug 12, 2024
@westonruter westonruter merged commit a1f1239 into develop Aug 12, 2024
1 check passed
@westonruter westonruter deleted the dependabot/npm_and_yarn/wordpress-packages-f7c9fb5346 branch August 12, 2024 20:23
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