Skip to content

fix(deps): bump @wordpress/components from 30.9.0 to 32.3.0#412

Open
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/npm_and_yarn/wordpress/components-32.3.0
Open

fix(deps): bump @wordpress/components from 30.9.0 to 32.3.0#412
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/npm_and_yarn/wordpress/components-32.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps @wordpress/components from 30.9.0 to 32.3.0.

Changelog

Sourced from @​wordpress/components's changelog.

32.3.0 (2026-03-04)

Code Quality

  • Improve typing of focusOnMount prop in Dropdown, Modal and Popover (#75442).

Bug Fixes

  • Menu: Fix controlled checked state for radio items (#76041).
  • ColorPicker: Preserve hue and saturation when the selected color becomes achromatic (#75493).
  • SnackbarList: Fix scaling distortion when a snackbar's content is updated in place via a shared notice ID (#75709).
  • ToggleGroupControl: Fix hover styles on disabled items (#75737).
  • FormTokenField: Fixed incorrect height of input field when rendered on pages using WordPress 7.0 form styles (#75880).
  • SelectControl: Fixed misalignment of option label on some variants when rendered on pages using WordPress 7.0 form styles (#75880).
  • DateTimePicker: Fix day text wrapping (#76084).

Enhancements

  • ToggleGroupControl: Make unselected item color consistent across all variants (#75737).
  • Button: Add word-break: break-word. (#76071).
  • Tooltip: Change default placement from bottom to top. (#76131).

Internal

  • NumberControl: Improved code and types for state reducer (#75822).

32.2.0 (2026-02-18)

Bug Fixes

  • Tabs: Set explicit font-family on tab buttons to prevent inheriting unintended fonts (#75537).
  • ExternalLink: Add wp-exclude-emoji class to prevent Twemoji from replacing the arrow icon (#75538).
  • TimePicker: Fix date parsing for years below 1000 by implementing ISO 8601 compliant year formatting with zero-padding (#75343).
  • Text: Remove text-wrap: balance fallback. Only text-wrap: pretty is now used (#75089).
  • RangeControl: support forced-colors mode (#75165).
  • ToggleControl: Prevent __nextHasNoMarginBottom from logging a console warning (#75296).
  • createSlotFill: fix ref forwarding (#75274).
  • Button: Fix native outline showing when focused and active (#75346).

Enhancements

  • Improve visual emphasis of the selected item in the ToggleGroupControl component (#75138).
  • DateCalendar, DateRangeCalendar: use lighter gray for disabled dates (#75683).

Internal

  • Add Avatar and AvatarGroup components as private APIs (#75595).
  • Remove Picker from private APIs (#75394).
  • Expose useDrag from @use-gesture/react package via private API's (#66735).
  • Disabled, Modal, Popover, Tooltip: Move context code to separate files to help docgen prop extraction (#75316).

... (truncated)

Commits
  • 8bfc179 chore(release): publish
  • ccb148d Update changelog files
  • 33834c6 Merge changes published in the Gutenberg plugin "release/22.7" branch
  • 376124a chore(release): publish
  • c5b9f23 Update changelog files
  • 4416c63 Merge changes published in the Gutenberg plugin "release/22.6" branch
  • eee1cfb chore(release): publish
  • 783f4ec Update changelog files
  • 5e40acf Merge changes published in the Gutenberg plugin "release/22.5" branch
  • 50c4c0f 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 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)
Open WordPress Playground Preview

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 9, 2026
@justlevine
Copy link
Copy Markdown
Contributor

I'm actually surprised this is passing. Not by my desk to check myself what components we consume, recommend confirming it's not throwing console warnings or breaks with components that don't have rest coverage

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org>
Co-authored-by: justlevine <justlevine@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.75%. Comparing base (cf338eb) to head (41a77ce).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #412   +/-   ##
==========================================
  Coverage      65.75%   65.75%           
  Complexity       763      763           
==========================================
  Files             53       53           
  Lines           3863     3863           
==========================================
  Hits            2540     2540           
  Misses          1323     1323           
Flag Coverage Δ
unit 65.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

2 participants