Skip to content

chore(deps): bump @wordpress/components from 28.13.0 to 30.9.0#8

Merged
danieliser merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/wordpress/components-30.9.0
Dec 18, 2025
Merged

chore(deps): bump @wordpress/components from 28.13.0 to 30.9.0#8
danieliser merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/wordpress/components-30.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @wordpress/components from 28.13.0 to 30.9.0.

Changelog

Sourced from @​wordpress/components's changelog.

30.9.0 (2025-11-26)

Bug Fixes

  • ExternalLink: Fix arrow direction for RTL languages. The external link arrow now correctly points to the top-left (↖) instead of top-right (↗) in RTL layouts. (#73400).
  • Fixed an issue where the Guide component’s close button became invisible on hover when used on light backgrounds. The component's close button now relies on the default button hover effect, and the custom hover color is applied only within welcome-guide implementations to maintain consistency. (#73220).
  • DateTimePicker: Fixed timezone handling when selecting specific dates around changes in daylight savings time when browser and server timezone settings are not in sync, which would cause an incorrect date to be selected. (#73444).

30.8.0 (2025-11-12)

Bug Fixes

  • Button: Revert disabled primary button state to its previous one (#73037).
  • TextareaControl: Add min-height to the textarea element (#72867).
  • Card, CardHeader, CardBody and CardFooter: Add support for directional padding through object-based size prop, allowing independent control of padding for each side (#72511).
  • CustomSelectControl: Fix the options with the same name are shown as the selected option (#72189).
  • NumberControl: Fix crash when min prop is string and step prop contains decimal (#73107).
  • Modal: Fix full-screen modal height to allow contents to scroll properly (#73150).

Internal

  • Modal: Add a classname to simplify full height content modal styling (#73108).

Enhancements

  • ConfirmDialog: Add isBusy prop to component. (#73041).
  • ColorPicker: Support pasting whole color values. (#73166).

30.7.0 (2025-10-29)

Bug Fixes

  • CardHeader: Fix missing Flex props (#71915).
  • CardFooter: Fix missing Flex props (#71915).

Enhancements

  • Button: Update font weight to 500 (#70787).
  • TabPanel: Update tab font weight (#72455).
  • Consistently use font-weight 499 instead of 500 (#72473).
  • ComboboxControl: Show reset button only when there is a value (#72595).

Bug Fixes

  • Button: Ensure that icons don't shrink (#72474).
  • Popover: Fix onDialogClose logic to only close the popover if the blur event targets the specific popover instance (#72376).
  • Badge: Add max-width for text truncation (#72653).
  • Tabs: Replace rem with px in tablist overflow fade (#72669).
  • Modal: Replace rem in heading text with a standard px value (#72669).
  • Validated form controls: Replace rem with px in error message (#72669).

... (truncated)

Commits
  • b35cf1a chore(release): publish
  • 01eaf58 Update changelog files
  • fc9213e Merge changes published in the Gutenberg plugin "release/22.2" branch
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@danieliser
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@danieliser
Copy link
Contributor

@dependabot rebase

Bumps [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) from 28.13.0 to 30.9.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/components@30.9.0/packages/components)

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-version: 30.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/wordpress/components-30.9.0 branch from fb65794 to 2af6f34 Compare December 18, 2025 21:24
@danieliser danieliser merged commit 7b3f7d1 into develop Dec 18, 2025
1 check passed
@danieliser danieliser deleted the dependabot/npm_and_yarn/develop/wordpress/components-30.9.0 branch December 18, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant