Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps @wordpress/components from 29.10.0 to 30.5.0.

Changelog

Sourced from @​wordpress/components's changelog.

30.5.0 (2025-10-01)

Enhancements

  • TextareaControl: Add default resize: vertical rule (#71736).

Bug Fixes

  • Button: Fix incorrect padding with text and right icon (#71464).

Internal

  • Expose ValidatedFormTokenField via private APIs #71194

30.4.0 (2025-09-17)

Bug Fixes

  • Modal: Fix modal headings and labels to use proper editor text color instead of wp-admin colors (#71311).

Internal

  • Expose ValidatedRadioControl via private API's (#71664).
  • ValidatedCheckboxControl: Expose the component under private API's (#71505).
  • Expose ValidatedTextareaControl via Private APIs (#71495)
  • Add support for ValidatedFormTokenField #71350.
  • Expose ValidatedSelectControl via Private APIs (#71665)
  • Expose ValidatedToggleGroupControl via private APIs. Also properly detects undefined values for required validation (#71666).

30.3.0 (2025-09-03)

Bug Fixes

  • Tabs: Ensure font size inheritance for tab buttons in all contexts (#71346).
  • Validated form controls: Fix Sass var handling for red color (#71391).

Internal

  • Upgrade framer-motion package to version ^11.15.0 (#71442).
  • Display names for Context providers #71208.

30.2.0 (2025-08-20)

Bug Fixes

  • MenuItem: make accessible when disabled (#71251).

Enhancement

  • Upgrade gradient-parser to version 1.1.1 to support HSL/HSLA color, CSS variables, and calc() expressions (#71186).

... (truncated)

Commits
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • 503015d Merge changes published in the Gutenberg plugin "release/21.8" branch
  • d7601d3 chore(release): publish
  • 5eb3736 Update changelog files
  • 74eb374 Merge changes published in the Gutenberg plugin "release/21.7" branch
  • c66cb08 chore(release): publish
  • 0a60ca0 Update changelog files
  • aa2e3bf Merge changes published in the Gutenberg plugin "release/21.6" branch
  • 445ede0 chore(release): publish
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
@pirate-bot
Copy link
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 271.38 KB 271.37 KB -14 B (-0.01%)
Blocks 1.54 MB 1.54 MB 39 B (0.00%)
CSS 100.76 KB 100.76 KB 0 B (0.00%)
Dashboard 198.36 KB 198.35 KB -14 B (-0.01%)
Onboarding 160.8 KB 160.8 KB 0 B (0.00%)
Export Import 97.73 KB 97.73 KB 0 B (0.00%)
Pro 407.08 KB 407.06 KB -14 B (-0.00%)

@pirate-bot
Copy link
Contributor

Plugin build for 964a66f is ready 🛎️!

@pirate-bot
Copy link
Contributor

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":400.3,"q50":406.2,"q75":439.2,"cnt":10}, firstPaint: {"q25":428.6,"q50":461.75,"q75":473.5,"cnt":10}, domContentLoaded: {"q25":1473.6,"q50":1487.4,"q75":1503,"cnt":10}, loaded: {"q25":1473.9,"q50":1487.7,"q75":1503.3,"cnt":10}, firstContentfulPaint: {"q25":3196.6,"q50":3219.6,"q75":3242.9,"cnt":10}, firstBlock: {"q25":6937.2,"q50":6967.4,"q75":7024.5,"cnt":10}, type: {"q25":12.39,"q50":13.19,"q75":13.94,"cnt":10}, typeWithoutInspector: {"q25":10.88,"q50":11.66,"q75":11.93,"cnt":10}, typeWithTopToolbar: {"q25":16.33,"q50":16.68,"q75":17.12,"cnt":10}, typeContainer: {"q25":7.45,"q50":8.13,"q75":9.06,"cnt":10}, focus: {"q25":46.61,"q50":49.34,"q75":52.67,"cnt":10}, inserterOpen: {"q25":16.12,"q50":16.51,"q75":17.29,"cnt":10}, inserterSearch: {"q25":5.68,"q50":5.94,"q75":6.37,"cnt":10}, inserterHover: {"q25":2.39,"q50":2.46,"q75":2.62,"cnt":20}, loadPatterns: {"q25":1077.47,"q50":1091.59,"q75":1143.02,"cnt":10}, listViewOpen: {"q25":82.69,"q50":89.44,"q75":95.77,"cnt":10}

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

Superseded by #2712.

@dependabot dependabot bot closed this Nov 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development/wordpress/components-30.5.0 branch November 5, 2025 10:21
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.

2 participants