Skip to content

build(deps-dev): bump @wordpress/components from 31.0.0 to 38.0.0 - #4467

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/components-38.0.0
Open

build(deps-dev): bump @wordpress/components from 31.0.0 to 38.0.0#4467
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/components-38.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @wordpress/components from 31.0.0 to 38.0.0.

Changelog

Sourced from @​wordpress/components's changelog.

Unreleased

Breaking Changes

  • Components that compose Emotion style fragments with cx() should pass source-order-dependent fragments in a single css() call. Passing separate fragments can change override order after the following components stopped rendering styles through Emotion:
  • Remove the private Theme component (#80691).

Deprecations

  • Surface: Deprecate the component, planned for removal in WordPress 7.4 (#80943).

Enhancements

  • GradientPicker: Add selectedSlug prop for slug-based selection and pass the selected preset's slug to onChange, so two presets sharing a gradient keep their identity (#80554).
  • SandBox: Add allowPopups prop to opt into allow-popups in the iframe's sandbox attribute (#69617).
  • Validated form controls: Only move focus to the invalid control for trusted invalid events (form submission, reportValidity()). Consumers can now dispatch a synthetic invalid event to reveal a control's error message without disturbing the user's place in the form (#80685).

Bug Fixes

  • ToolsPanel: Migrate styles from Emotion to an SCSS Module and restore the header heading typography after the View migration. (#80445).
  • Autocomplete: Expose the suggestions list to assistive technology with aria-controls and aria-haspopup, both required alongside aria-autocomplete="list" (#80403).
  • Autocomplete: Omit aria-activedescendant while no suggestion is highlighted, instead of returning null for it (#80403).
  • ContentEditableControl: Associate the label with the contentEditable field via aria-labelledby instead of an invalid label[for], which triggered Chrome console errors (#80344).
  • SearchControl: Render suffix only if there is one. (#80356, #80406).
  • ColorPicker: Keep the visual picker in native HSVA so gradient/controlled HSLA echoes no longer jitter the saturation pointer, and preserve the black-edge saturation coordinate without leaving white at a chromatic position (#80205).

TypeScript

  • Update Jest type definitions to v30 (#80767).
  • Autocomplete: __unstableUseAutocompleteProps now narrows its returned ARIA props and no longer asks for a contentRef it never used, so callers can spread its return value onto an element without a placeholder ref, normalizing, or casting (#80403).
  • Improved performance of TypeScript types for internal polymorphic WordPressComponent component type (#80364).
  • Further improved WordPressComponent typecheck performance: intrinsic as values use a shared attribute bag instead of remapping props per HTML tag (#80705).
  • ConfirmDialog: Type the size prop forwarded to Modal (#80705).
  • ToggleGroupControl: Type the disabled prop (#80705).
  • DropdownContentWrapper: Type the children prop (#80705).

Documentation

  • ConfirmDialog: Opt into auto-generated README documentation from types and JSDoc (#80866).

Internal

  • Button: Expand the Storybook e2e VariantStates matrix with compact, small, and with-icon rows (#80793).
  • Update react-day-picker to 9.14.0 (#80792).

... (truncated)

Commits

@dependabot dependabot Bot added Deps Reserved to dependency/dependabot PRs Deps: JavaScript Reserved to dependency/dependabot PRs labels Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/components-38.0.0 branch 2 times, most recently from 89d0609 to 5b06344 Compare August 4, 2026 07:22
Bumps [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) from 31.0.0 to 38.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/HEAD/packages/components)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/components-38.0.0 branch from 5b06344 to 4e50994 Compare August 4, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deps: JavaScript Reserved to dependency/dependabot PRs Deps Reserved to dependency/dependabot PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants