Skip to content

fix(deps): bump the npm-prod-minor-patch group across 1 directory with 2 updates#837

Merged
dkotter merged 5 commits into
developfrom
dependabot/npm_and_yarn/npm-prod-minor-patch-d558cc4da4
Jul 10, 2026
Merged

fix(deps): bump the npm-prod-minor-patch group across 1 directory with 2 updates#837
dkotter merged 5 commits into
developfrom
dependabot/npm_and_yarn/npm-prod-minor-patch-d558cc4da4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-prod-minor-patch group with 2 updates in the / directory: @wordpress/admin-ui and @wordpress/ui.

Updates @wordpress/admin-ui from 2.0.0 to 2.4.0

Changelog

Sourced from @​wordpress/admin-ui's changelog.

2.4.0 (2026-06-24)

Internal

  • Migrate off the removed var(--wpds-dimension-base) primitive token, adopting --wpds-dimension-size-* tokens (#79254).

2.3.1 (2026-06-16)

2.3.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Internal

  • Add getAdminThemeColors, which returns the primary and background colors of the active WordPress admin color scheme (for seeding a ThemeProvider) (#78397).

2.2.0 (2026-05-27)

2.1.0 (2026-05-14)

Bug Fixes

  • Page: Fix nested landmark in header. #78001
Commits
  • 0e7112a chore(release): publish
  • a4c471e Update changelog files
  • b4cef19 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 99df743 chore(release): publish
  • 58b2002 Update changelogs
  • 6da9506 chore(release): publish
  • 6afbb15 Update changelog files
  • e816d95 Merge changes published in the Gutenberg plugin "release/23.4" branch
  • 6237509 Update changelog files
  • d486535 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • Additional commits viewable in compare view

Updates @wordpress/ui from 0.12.0 to 0.15.1

Changelog

Sourced from @​wordpress/ui's changelog.

0.15.1 (2026-06-16)

0.15.0 (2026-06-10)

Breaking Changes

  • Update CSS cascade layers from flat list to nested, replacing wp-ui-utilities, wp-ui-components, wp-ui-compositions, and wp-ui-overrides with a single layer wp-ui (#78959).
  • Revert React back to v18 (#78940).

Code Quality

  • Add missing @types/react dependency (#78882).

Bug Fixes

  • AlertDialog: Fix the footer collapsing to a row depending on stylesheet load order (#78953).
  • Button.Icon: Preserve icon view boxes so icons with non-standard viewBox values are not clipped (#78614).
  • Tabs: onValueChange now fires for automatic tab selection — when Tabs itself picks a tab without a consumer-supplied value (initial uncontrolled mount with no defaultValue, fallback to the first enabled tab when the first tab is disabled, or fallback when the currently selected tab is removed or becomes disabled) — inherited from @base-ui/react@1.5.0 (#78448).

Enhancements

  • Tooltip: Use --wpds-border-radius-md for portaled popup surfaces, aligning with menus and popovers (#78983).
  • Popover: Animate the popup open and closed (#78885).
  • Tooltip.Provider: Widen the types to accept all props of the equivalent Tooltip.Provider from @base-ui/react (types-only change) (#78642).

Internal

0.14.0 (2026-05-27)

Breaking Changes

  • Upgrade React to v19 (#61521).

New Features

  • Card: Card.FullBleed now supports edge-bumping in additional positions (#77856):
    • As the first child of Card.Header, it extends flush to the card's top and side edges — ideal for hero images. Inter-sibling spacing is consumer-managed: compose Card.Header with Stack via the render prop to add a gap between the hero and following siblings (e.g. Card.Title).
    • As the sole child of Card.Content, it extends flush to the card's side edges and additionally to the top edge when Content is the first card child, or the bottom edge when it is the last. This enables full-bleed content panels with or without a header above them.
  • Add Combobox primitive (#78399).

Enhancements

  • Export getWpCompatOverlaySlot() so consumers can route their own portals into the compat overlay slot (#78183).
  • Select, SelectControl: Default the popup's portal container to the @wordpress/ui compat overlay slot when present, so select popups stack reliably above other overlays in mixed-library compositions. A caller-supplied Select.Portal container prop continues to take precedence (#78372).
  • Autocomplete: Default the popup's portal container to the @wordpress/ui compat overlay slot when present, so autocomplete popups stack reliably above other overlays in mixed-library compositions. A caller-supplied Autocomplete.Portal container prop continues to take precedence (#78375).

Bug Fixes

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@wordpress/ui [>= 0.16.a, < 0.17]
Open WordPress Playground Preview

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@dependabot
dependabot Bot requested a review from a team July 6, 2026 17:57
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@justlevine

Copy link
Copy Markdown
Contributor

Back in business 🚀 Both of these libraries are local and therefore should be updated.

Assuming the failure is due to dependabot not being semver aware about wordpress/ui, but either way I'd think we want manual testing since visual regression doesn't exist and we're not really enforcing component/e2e testing either.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

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: dkotter <dkotter@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.

@justlevine

Copy link
Copy Markdown
Contributor

@dependabot ignore @wordpress/ui minor version

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 0.16.x of @wordpress/ui again, unless you unignore it.

@dependabot dependabot Bot changed the title fix(deps): bump the npm-prod-minor-patch group with 2 updates fix(deps): bump the npm-prod-minor-patch group across 1 directory with 2 updates Jul 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-prod-minor-patch-d558cc4da4 branch from 9547eb6 to 77fa889 Compare July 6, 2026 18:19
@justlevine

Copy link
Copy Markdown
Contributor

https://github.com/dependabot ignore @wordpress/ui minor version

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 0.16.x of @wordpress/ui again, unless you unignore it.

…h 2 updates

Bumps the npm-prod-minor-patch group with 2 updates in the / directory: [@wordpress/admin-ui](https://github.com/WordPress/gutenberg/tree/HEAD/packages/admin-ui) and [@wordpress/ui](https://github.com/WordPress/gutenberg/tree/HEAD/packages/ui).


Updates `@wordpress/admin-ui` from 2.0.0 to 2.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/admin-ui/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/admin-ui@2.4.0/packages/admin-ui)

Updates `@wordpress/ui` from 0.12.0 to 0.15.1
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/HEAD/packages/ui)

---
updated-dependencies:
- dependency-name: "@wordpress/admin-ui"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-minor-patch
- dependency-name: "@wordpress/ui"
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-prod-minor-patch-d558cc4da4 branch from 77fa889 to a2bc0b3 Compare July 6, 2026 18:39
@jeffpaul
jeffpaul requested a review from justlevine July 7, 2026 14:19
@jeffpaul jeffpaul added this to the 1.2.0 milestone Jul 7, 2026
@jeffpaul jeffpaul moved this from Triage to Needs review in WordPress AI Roadmap Jul 7, 2026
@github-actions

Copy link
Copy Markdown

✅ WordPress Plugin Check Report

✅ Status: Passed

📊 Report

All checks passed! No errors or warnings found.


🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.04%. Comparing base (1bf27f4) to head (9991e33).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #837   +/-   ##
==========================================
  Coverage      77.04%   77.04%           
  Complexity      2231     2231           
==========================================
  Files            103      103           
  Lines           9214     9214           
==========================================
  Hits            7099     7099           
  Misses          2115     2115           
Flag Coverage Δ
unit 77.04% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.

@dkotter dkotter left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested all admin screens and the only issue I found was the Popover component needed it's position arguments updated, which I've done. But everything else looked good to me

@dkotter
dkotter merged commit f006132 into develop Jul 10, 2026
24 checks passed
@dkotter
dkotter deleted the dependabot/npm_and_yarn/npm-prod-minor-patch-d558cc4da4 branch July 10, 2026 19:23
@github-project-automation github-project-automation Bot moved this from Needs review to Done in WordPress AI Roadmap Jul 10, 2026
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: Done

Development

Successfully merging this pull request may close these issues.

3 participants