Skip to content

Update Bundled @wordpress/* monorepo - #49272

Merged
CGastrell merged 5 commits into
trunkfrom
renovate/bundled-@wordpress-monorepo
Jul 7, 2026
Merged

Update Bundled @wordpress/* monorepo#49272
CGastrell merged 5 commits into
trunkfrom
renovate/bundled-@wordpress-monorepo

Conversation

@matticbot

@matticbot matticbot commented May 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@wordpress/admin-ui (source) 2.3.12.5.0 age confidence
@wordpress/admin-ui (source) 2.1.02.5.0 age confidence
@wordpress/build (source) 0.16.10.18.0 age confidence
@wordpress/dataviews (source) 14.3.017.1.0 age confidence
@wordpress/icons (source) 13.1.015.1.0 age confidence
@wordpress/icons (source) ^13.0.0^15.0.0 age confidence
@wordpress/icons (source) ^13.0.0^15.0.0 age confidence
@wordpress/interface (source) 9.31.09.35.0 age confidence
@wordpress/theme (source) 0.15.10.17.0 age confidence
@wordpress/theme (source) ^0.15.0^0.17.0 age confidence
@wordpress/ui (source) 0.13.00.17.0 age confidence
@wordpress/ui (source) ^0.13.0^0.17.0 age confidence
@wordpress/views (source) ~1.13.0~1.17.0 age confidence
@wordpress/widget-dashboard (source) 0.1.1-next.v.202606191442.00.2.0 age confidence
@wordpress/widget-primitives (source) 0.1.1-next.v.202606191442.00.2.0 age confidence

Release Notes

WordPress/gutenberg (@​wordpress/admin-ui)

v2.5.0

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

Internal
  • Migrate off the removed var(--wpds-dimension-base) primitive token, adopting --wpds-dimension-size-* tokens (#​79254).
WordPress/gutenberg (@​wordpress/build)

v0.18.0

Compare Source

v0.17.0

Compare Source

Documentation
  • Fix genereated typo to generated in README. (#​79331)
WordPress/gutenberg (@​wordpress/dataviews)

v17.1.0

Compare Source

v17.0.1: 17.0.1

Compare Source

Changelog
Bug Fixes
  • Fix a fatal error in WP_Fonts_Resolver::get_settings(). (55981)
Contributors

@​anton-vlasenko

v17.0.0

Compare Source

Breaking Changes
  • DataViewsPicker: DataViewsPicker.BulkActionToolbar now renders only the bulk-selection info and action buttons, without pagination, matching DataViews.BulkActionToolbar. The full footer it previously rendered (including pagination) is now exposed as DataViewsPicker.Footer, matching DataViews.Footer. #​79180
Bug Fix
  • DataForm panel layout: fix double-clicking a field row leaving the flyout stuck open. #​79348
  • DataForm panel layout: use overflow: clip on field controls so focus rings of inner elements are no longer clipped. #​79275
Code Quality
  • Move @types/react from dependencies to an optional peer dependency so consumers' React type version is used #​79095.
  • DataForm panel layout: remove button/dropdown-specific overrides from .dataforms-layouts-panel__field-control; those overrides are no longer needed. #​79275
  • DataForm panel layout: align label-side gap with the regular layout by using --wpds-dimension-gap-sm (8px). #​79311
Documentation
  • Fix overriden typo to overridden in README. (#​79331)
  • Add component documentation for DataViews, DataViewsPicker, and DataForm components (#​79460).
Internal
  • Adopt --wpds-dimension-size-* design tokens #​79093.
  • Migrate the remaining var(--wpds-dimension-base) usages off the removed primitive token #​79254.

v16.0.1

Compare Source

v16.0.0

Compare Source

Breaking Changes
Enhancements
  • DataViewsPicker: Add a new pickerActivity layout that renders selectable items as a vertical activity timeline. #​78941
Code Quality
  • Add missing @types/react dependency. #​78882.
Documentation
Internal

v15.0.0

Compare Source

Breaking Changes
Enhancements
  • DataViews: Lower the sticky footer z-index and isolate grid card stacking contexts. #​78315
  • DataViews: Refresh filter chip styling to align with Button. #​75204
  • DataForms: Increase the minimum width of the panel layout popover from 256px to 320px so option labels have more room. #​75204
Bug Fixes
  • DataViewsPicker: Fix first-click row selection in the table layout being swallowed by Ariakit's focus shift, which also scrolled the active row under the sticky header. #​78423
  • DataViews: Restore the padding rule on grid item titles that was lost when the wrapping element's class was renamed. #​75204
  • DataViews: Restore the original 16px padding on the first/last table header cells (had drifted to 32px during the token migration). #​75204
  • DataViews: Restore the original 4px gap inside table header buttons (had drifted to 8px during the token migration). #​75204
  • DataViews: Restore the original 24px gap on the default-density grid (had drifted to 32px during the token migration). #​75204
  • DataForms: Restore the original 24px minimum height on panel-layout fields (trigger, label, control) (had drifted to 32px during the token migration). #​75204
  • DataViews: Restore the original 28px end-padding on resettable filter chips (had drifted to 32px during the token migration). #​75204
  • DataViews: Fix wrapper height not resolving in flex layouts, enabling proper internal scrolling. #​76945
Code Quality
  • DataViews: Migrate styles from @wordpress/base-styles SCSS variables to @wordpress/theme CSS custom properties (design tokens) where possible. #​75204
Internal
  • DataViews: Migrate Tooltip consumers from @wordpress/components to the new compositional Tooltip in @wordpress/ui. #​78470
WordPress/gutenberg (@​wordpress/icons)

v15.1.0

Compare Source

v15.0.0

Compare Source

Breaking Changes
  • Update all icons to render with currentColor by default. Consumers that style icons by setting inherited fill on a wrapper should set color instead, or pass style={ { color: ... } } to the icon. (#​79320)

v14.0.1

Compare Source

v14.0.0

Compare Source

Code Quality
  • Add missing @types/react dependency. #​78882.
Breaking Changes

v13.3.0: 13.3.0

Compare Source

Changelog
Enhancements
Preferences
  • Avoid persisting preference every time the sidebar tab is changed. (40923)
  • Editor preferences: Update order and copy. (40981)
Components
  • BorderControl
    • Make border color consistent with other controls. (40921)
    • Make height consistent with other controls. (40920)
    • Make reset to default button only display when required. (40917)
  • Select Component: Remove the lineheight setting to fix issue with font descenders being cut off. (40985)
Block Library
  • Add an explicit error message if an image block fails to load the image. (40982)
  • Add transform between cover and media & text. (38458)
  • Post Terms: Add dynamic variations of custom taxonomies. (39837)
  • Query Loop: Add parents filter. (40933)
  • Add: Space to indent list item. (39949)
  • Separator Block: Add border property for dots style to editor stylesheet. (40855)
  • Button: Add text transform control. (40858)
Build Tooling
  • dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. (34969)
  • Dependency Extraction Webpack Plugin: Use OpenSSL provider supported in Node 17+. (40503)
  • Update actions/setup-node GitHub action. (40816)
Design Tools
  • BorderRadiusControl: Add tooltips to split border radius controls. (40983)
CSS & Styling
  • BorderRadiusControl: Tweak spacing between input and range control to line up with BorderControl. (40958)
Template Editor
  • Use the label 'Clear customizations' when changes are revertable. (40935)
npm Packages
  • Packages: Add command to publish to npm targeting WP major release. (40927)
List View
  • Block list: Add option in editor settings to show open list view as default. (40757)
Bug Fixes
  • Add missing styling panels for uncontrolled navigation. (41114)
  • DOM: Allow copying text from non-text input elements. (40192)
  • DOM: Deprecate isNumberInput and fix its handling of value=0. (40896)
  • FlatTermSelector: Avoid errors when returned terms aren't iterable. (41099)
  • Provide translators comment for Font size and Letter Case. (40879)
Block Library
  • BorderControl: Fix focus styling. (40951)
  • Add missing "type" to the search field on the editor. (40782)
  • Comments Title
    • Fix post title translation. (40972)
    • Make non-editable. (40817)
  • Cover: Update background type when using featured image. (40873)
  • Fix Comments Form Title text alignment. (40795)
  • Fix external styles leaking into Warning component. (40868)
  • Image Editor: Remove HTML from error messages. (40812)
  • Post Comments Block: Allow placeholders to reorder items in translations. (40849)
  • Post Comments: Fix invalid date format in placeholder. (40929)
  • Quote: Fix the embed discovery. (41134)
  • Return immediately from Avatar block's render_callback if $comment is null. (40835)
  • Use get_the_post_thumbnail function in the cover block.. (40853)
  • List v2
    • Fix outdent on empty list item if we press enter. (40939)
    • Focus new list item added from sibling inserter. (41051)
    • Fixes an issue where pressing enter deletes innerblocks. (41109)
  • CircularOptionPicker: Fix focused styles. (40990)
  • Gallery block
    • Fix bug with initial image size. (41079)
    • Include image caption when converting a classic block gallery. (40872)
  • Post Author block: Hide select author controle if there is no postId. (40910)
Site Editor
  • Avoid previous content flash when a new template is created. (40841)
  • Decode entities in the site title. (40956)
  • Fix opinionated block styles loading in editor. (40937)
  • Post Comments: Fix Older/Newer comments links styling. (40948)
  • Template List: Fix word break for the 'Added by' column. (40959)
  • Template editor: Show the inserter if the template part is empty. (41024)
Accessibility
  • Prevent navigation on URL input suggestion selection via enter key. (40906)
  • Table block: Fix focus loss after Create Table button is selected. (40399)
  • Block Library - Latest Posts: Prevent opening the links in editor. (40593)
Global Styles
  • Fix: Global Styles are always resettable. (40887)
  • Fix: Global Styles: Impossible to open welcome guide if global styles are empty. (40888)
  • Site editor: Preset custom color duplicates. (40837)
  • Reduce active tab accent weight. (40998)
Post Editor
  • Fix typo in the test description didPostSaveRequestSucceed. (41064)
  • Post saved draft button: Overwrite default button component margin. (40834)
Themes
  • Theme Export: Use a better method to determine the theme name. (40829)
  • Theme Export: Use basename when determining the theme slug. (41058)
Template Editor
  • Create single template via site editor if not existing. (40830)
  • Templates: Only allow renaming user-created and non-default templates. (40881)
Components
  • Fix Storybook builds. (41089)
Design Tools
  • Layout: Remove double output of align-items in horizontal layouts. (41018)
Code Editor
  • Fix save shortcut. (40848)
Global Styles
  • Theme Json: Don't output double selectors for elements inside blocks. (40889)
Performance
Block Library
  • Ensure that post thumbnail is cached in latest post block. (40571)
  • Ensure that post thumbnail is cached in post template block. (40572)
  • Navigation link: Prime caches for all posts in menu items. (40752)
  • useShortCodeTransform: Fetch media data in single request. (40945)
  • Update the block overlay to rely on useDisabled hook. (40649)
Experiments
  • Style Engine: Add typography and color to frontend. (40665)
  • Add: Raw handling to the new list block. (39954)
Block Library
  • List v2
    • Indent multiple list items. (40991)
    • Outdent list item when pressing Backspace at the start. (40962)
  • ToC block
    • Re-enable + use static markup and only support core Heading and Page Break blocks. (29739)
    • Mark Table of Contents block as experimental using block.json flag. (40905)
Data Layer
  • Add suspense support to the data module. (37261)
Documentation
  • Add "How To Get Your Pull Request Reviewed?" to developer handbook. (40589)
  • Add link to npm release details to the release documentation. (40867)
  • Corrected the order in the code tabs. (40569)
  • Docs: Git.io deprecation - Replace links. (40734)
  • Document useEntityRecord/s in README.md and CHANGELOG.md. (40932)
  • Fix typo in Panel readme. (41111)
  • Remove mid-paragraph line breaks from 2-building-a-list-of-pages.md markdown. (41025)
  • Typo - enqueue to enqueued. (40880)
  • Update broken links. (41071)
  • [Gutenberg Data Tutorial] Part 4: Building a new record form. (39261)
Components
  • Use TypeScript and controls for DateTimePicker's stories. (40986)
Code Quality
  • Convert core-data selectors from jsDoc annotations into TypeScript type signatures. (40025)
  • Dependency extraction
    • Improve calculation of contentHash. (40930)
    • Respect hashDigestLength option for version field. (40977)
  • Improve function name for finding navigation links that use the featured image. (40904)
  • Interface: Fix deprecation messages. (40825)
  • Make the useDisabled hook stable. (40890)
  • Packages [Dependency Extraction Webpack Plugin]: Add new line at the end of *.assets.php. (40753)
  • Remove unreachable inserter component. (41103)
  • Styles hook: Swap out lodash methods with their JS equivalents. (40918)
  • Update react-resize-aware with use-resize-observer. (40509)
  • useRefEffect: Replace undefined with void in callback return type. (40798)
  • Remove Flyout leftovers. (41129)
  • Send registered patterns in HTML and combine them with REST ones. (40818)
  • Refactor the Popover component to use the floatingUI library. (40740)
  • Table of Contents block: Remove editor-only wrapper <div>. (40899)
  • Color Controls: Merge color dropdown components. (40084)
Block Library
  • Cover:
    • Refactor controls. (40832)
    • Correct resizeable spelling to US resizable. (41100)
  • Post Terms:
    • Add wp_kses_post to prefix/suffix for consistency. (40803)
    • Post Terms: Insert defaultBlock on suffix end split. (40934)
  • Replace hardcoded core/paragraph with getDefaultBlockName in onSplitAtEnd callbacks. (40954)
  • Query Loop: Move sticky control to separate file. (41101)
  • Search Block: Remove id attribute from svg. (40828)
  • ButtonGroup: Convert to TypeScript. (41007)
Components
  • Add jest-console typings and convert DateTimePicker tests to TypeScript. (40957)
  • Rewrite DatePicker, TimePicker and DateTimePicker in TypeScript. (40775)
  • Update react-dates to 21.8.0. (40801)
  • Stabilize useEntityRecord and useEntityRecords. (40162)
  • CheckboxControl: Convert component to TypeScript. (40915)
Plugin
  • Declare blocks as __experimental in block.json to automate syncing Gutenberg packages to WordPress. (40655)
  • Tools: Improve configuration for formatting files. (40994)
  • Packages: Add command to publish to npm targeting WP major release. (40927)
Code Editor
  • Don't commit 'non-dirty' changes. (41092)
Media
  • Media Utils: Don't convert error messages into an array. (39448)
Block Editor
  • Add constants for link entry types. (36490)
Post Editor
  • DevicePreview: Remove unnecessary div tag. (40911)
Tools
  • Fix pull-request-automation CI check (temporarily until an upstream fix lands). (41044)
  • Update package-lock.json. (41045)
  • env :: Support ssh protocol for github repos. (40451)
  • Add @​fabiankaegy as a code owner for the docs/ directory. (41057)
Testing
  • Add eslint warning about use of waitForTimeout to playwright eslint. (40802)
  • Comment Template: Reorganize block tests to ease backport process. (40739)
  • Fix: Env unit test fails on Windows. (41070)
  • Migrate 'block-locking' to Playwright. (41050)
  • Migrate and refactor image block end-to-end tests to Playwright. (40804)
  • Migrated popovers.test.js to Playwright. (39910)
  • Reorganize playwright utils and make canvas utils usable in the site editor. (40815)
  • Setup user-event inline once per test. (40839)
  • Test block insertion after title post blur. (32944)
  • Tests: Remove comment template unit tests. (40965)
  • useSelect: Add unit tests for usage without deps. (40732)
npm Packages
  • Packages: Add GitHub workflow for publishing to npm. (40976)
  • Packages: Add more npm release types to the GitHub workflow. (41046)
Block Library
  • Heading block - add font family support. (40970)
  • Only allow template part to be replaced if its a header or footer. (40787)
  • Try a single icon for title blocks. (40596)
First-time contributors

The following PRs were merged by first-time contributors:

Contributors

The following contributors merged PRs in this release:

@​aaronrobertshaw @​adamziel @​Addison-Stavlo @​alexstine @​amustaque97 @​andrewserong @​anomiex @​aristath @​c4rl0sbr4v0 @​carolinan @​ciampo @​damiencarbery @​DAreRodz @​dcalhoun @​draganescu @​fabiankaegy @​fluiddot @​geriux @​getdave @​glendaviesnz @​gziolo @​jameskoster @​JessicaGosselin @​jffng @​jhnstn @​jorgefilipecosta @​jostnes @​jsnajdr @​kevin940726 @​luisherranz @​luminuu @​Mamaduka @​mauriac @​mchowning @​mcsf @​michalczaplinski @​mikachan @​n3f @​noisysocks @​ntsekouras @​ockham @​ramonjd @​SavPhill @​scruffian @​shanjidah @​SiobhyB @​Soean @​spacedmonkey @​t-hamano @​talldan @​tomasztunik @​tomjdv @​walbo @​youknowriad @​ZebulanStanphill

v13.2.0

Compare Source

WordPress/gutenberg (@​wordpress/interface)

v9.35.0

Compare Source

v9.34.1

Compare Source

v9.34.0

Compare Source

v9.33.1

Compare Source

v9.33.0

Compare Source

Documentation

v9.32.0

Compare Source

WordPress/gutenberg (@​wordpress/theme)

v0.17.0

Compare Source

Breaking Changes
  • Remove the root CornerRadiusPreset type export. Derive it from ThemeProvider's cornerRadius prop instead (#​79620).
Internal
  • Temporarily restore previously removed private APIs to allow for an easier consumer migration before they are removed in WordPress 7.3 (#​79594, #​79620).

v0.16.0

Compare Source

Breaking Changes
  • Rename the bg and fg design token groups to background and foreground. All --wpds-color-bg-* custom properties are now --wpds-color-background-*, and all --wpds-color-fg-* custom properties are now --wpds-color-foreground-* (#​79098).
  • Remove the --wpds-dimension-base design token. It was a primitive (the 4px base unit) and is no longer exposed publicly (#​79254).
  • Remove privateApis from the package exports due to API stabilization described in "New Features" (#​78958).
New Features
  • Add ThemeProvider as a public package export (#​78958).
  • Add --wpds-color-stroke-surface-caution and --wpds-color-stroke-surface-caution-strong so the caution tone has the same stroke-surface coverage as the other status tones (#​79198).
  • Add --wpds-border-radius-xl for page and app shell surfaces so nested cards and notices can stay on --wpds-border-radius-lg without matching the parent radius (#​78913).
  • Add cornerRadius prop to ThemeProvider for configuring the border-radius preset (none, subtle, moderate, pronounced) via prebuilt design token modes. #​78816.
  • Add disabled variants for the brand and error tones of the interactive background, foreground, and stroke color tokens (e.g. --wpds-color-stroke-interactive-brand-disabled, --wpds-color-background-interactive-brand-strong-disabled), for parity with the existing neutral disabled tokens (#​79124).
Enhancements
  • ThemeProvider: forward the cornerRadius preset to the document element when isRoot is set, matching color and cursor. #​79153.
Documentation
  • Rename the bg and fg design token groups to background and foreground. All --wpds-color-bg-* custom properties are now --wpds-color-background-*, and all --wpds-color-fg-* custom properties are now --wpds-color-foreground-* (#​79098).
  • Rename the --wpds-color-stroke-focus-brand design token to --wpds-color-stroke-focus (#​79125).
  • Added Design Tokens Maintainer's Guide and trimmed maintainer-facing content from package README (#​79157).
Enhancements
  • Tweak --wpds-color-foreground-interactive-brand-active and --wpds-color-foreground-interactive-error-active to differentiate them from the non-active counterparts (#​79151).
Bug Fixes
  • ThemeProvider: Strictly enforce the documented seed-color input contract for color.primary / color.background. Inputs outside sRGB (e.g. oklch()), previously accepted incidentally, now throw a clear error (#​79148).
Internal
  • Add unit tests for ThemeProvider and useThemeProviderStyles (#​79126).
  • Run the stylelint plugin tests through the stylelint Node API instead of spawning the CLI via child_process (#​79199).
Documentation
  • Document the static-stylesheet + <ThemeProvider> delivery model, the isRoot prop, and the canonical pattern for using <ThemeProvider> across documents (iframes and other portals) (#​78664).
Code Quality
  • ThemeProvider: Apply scoped custom properties via inline style (mirrored onto the wrapper's own document element when isRoot) instead of a per-instance <style> element (#​78678).
  • ThemeProvider: Stop serializing data-wpds-root-provider="false" on non-root providers by only setting the attribute when isRoot is true (#​79253).
  • Declare postcss, esbuild, and vite as optional peer dependencies for the bundler plugins, and move @types/react from dependencies to an optional peer dependency (#​79095).
WordPress/gutenberg (@​wordpress/ui)

v0.17.0

Compare Source

v0.16.1

Compare Source

Internal
  • Add a temporary @wordpress/theme ThemeProvider compatibility fallback for older WordPress runtimes (#​79620).

v0.16.0

Compare Source

Breaking Changes
  • Icon: The component no longer sets fill="currentColor" by default. Icons from @wordpress/icons now define how they inherit currentColor internally, such as through fill or stroke. Consumers should tint icons with the CSS color property rather than relying on inherited fill styles. (#​79320)
Enhancements
  • Focus ring utilities: Remove the shared outline transition so focus ring styles are not accidentally overridden by component transitions (#​78823).
  • Field.Description: Apply text-wrap: pretty to description text to avoid typographic widows (#​79143).
  • Autocomplete: Add Autocomplete.Group and Autocomplete.GroupLabel subcomponents (#​78901).
Code Quality
  • Button: Reference the medium font-weight design token instead of a literal value. No visual change (#​79278).
  • Move @types/react from dependencies to an optional peer dependency so consumers' React type version is used (#​79095).
  • Button and AlertDialog: Reference the tone-specific brand/error disabled color tokens for disabled states instead of the neutral ones, to match each element's tone. Disabled Select/Autocomplete/Combobox list items also adopt the brand disabled background token. No visual change (#​79124).
Bug Fixes
  • Avoid React SSR warnings from layout effects in @wordpress/ui hooks and stories (#​79458).
  • Popover: Disable popup transitions when Base UI marks animations as instant (#​79432).
  • Button: Fix loading state in forced colors mode (#​78820).
  • Button: Fix loading prop affecting unstyled variant (#​78820).
  • Remove usage of private APIs, which previously caused conflicts for some consumers (#​78958).
Internal
  • Adopt --wpds-dimension-size-* design tokens #​79093.

v0.15.1

Compare Source

v0.15.0

Compare Source

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 Fix

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 02:59 AM, on day 1 of the month ( * 0-2 1 * * ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@matticbot matticbot added [Status] Needs Review This PR is ready for review. Task labels May 29, 2026
@matticbot
matticbot requested review from a team May 29, 2026 09:57
@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack or WordPress.com Site Helper), and enable the renovate/bundled-@wordpress-monorepo branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack renovate/bundled-@wordpress-monorepo
bin/jetpack-downloader test jetpack-mu-wpcom-plugin renovate/bundled-@wordpress-monorepo

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@CGastrell

Copy link
Copy Markdown
Contributor

23 new drifted token names since July 3rd. @anomiex should we rebase and I run the replacement sweep and cherry-pick again from #50089 ? I don't really know how to keep this up to date otherwise.

@anomiex

anomiex commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Probably the easiest way when there are so many merge conflicts is to have the bot regenerate the PR and then re-cherry-pick the fixes, then proceed with fixing things from there. 🙂 Details in p1783346901912599-slack-C05Q5HSS013.

@matticbot
matticbot force-pushed the renovate/bundled-@wordpress-monorepo branch from 039f020 to deb5a7a Compare July 6, 2026 15:05
renovate-bot and others added 5 commits July 6, 2026 19:31
There's now an indirect dep, sigh.
… privateApis

Fresh full-repo sweep on the rebased bundled-@WordPress update (#49272 @ ea265e7:
theme 0.17.0 / ui 0.17.0 / stylelint-config 23.42.0 / eslint-plugin 25.6.0).
Rename every WPDS token to the 0.16/0.17 names, migrate the charts Storybook
decorator off theme privateApis to the public ThemeProvider export (+ drop
unlock.ts), and align the adamwoodnz fallback (#6d6d6d -> #707070).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gap="s" is not a valid GapSize; use "sm". Unmasked by the ui bump on #49272.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
<Icon> requires a ReactElement; guard with isValidElement (handles the empty-
string icon a caller passes). Unmasked by the @wordpress/icons bump on #49272.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@matticbot

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@retrofox retrofox 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 and lgtm.

Audited CSS DS tokens; updated libs that used the unlock fr privateApis. Visually, it looks as usual. Rebuilt all packages/plugins from scratch.

🚀

@retrofox retrofox 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.

LGTM :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.