-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update wordpress monorepo #41099
base: trunk
Are you sure you want to change the base?
Update wordpress monorepo #41099
Conversation
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Edited/Blocked NotificationRenovate 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. |
Something new in Gutenberg needs it
Buttons are now named like "Black" rather than "Color: Black".
@manzoorwanijk Since you triggered the bot to create this, I'll ping you to help finish it. 🙂 Last test failure seems to be due to use of
Although apparently instead of ToggleGroupControl you could also just do a I gave ToggleGroupControl a try, but it renders significantly wider than the ButtonGroup so it didn't look very good |
I expected some TypeScript errors following the last I'll be happy to deal with other issues as well. |
There were two, but 123660e seemed to fix them. If there's a better way, go for it. |
Oh now I see. Not just those two. I expected all those |
const { getUnstableBase } = select( coreStore ); | ||
|
||
return decodeEntities( getUnstableBase()?.name ); | ||
return decodeEntities( getUnstableBase( undefined )?.name ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice workaround for now. We can definitely improve that in core in future.
This PR contains the following updates:
3.14.0
->3.16.0
7.14.0
->7.16.0
7.14.0
->7.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
4.14.0
->4.16.0
4.14.0
->4.16.0
14.9.0
->14.11.0
14.9.0
->14.11.0
9.14.0
->9.16.0
5.14.0
->5.16.0
14.3.0
->14.5.0
6.14.0
->6.16.0
6.14.0
->6.16.0
29.0.0
->29.2.0
29.0.0
->29.2.0
7.14.0
->7.16.0
7.14.0
->7.16.0
7.14.0
->7.16.0
10.14.0
->10.16.0
10.14.0
->10.16.0
4.10.0
->4.12.0
5.14.0
->5.16.0
5.14.0
->5.16.0
6.14.0
->6.16.0
6.14.0
->6.16.0
4.14.0
->4.16.0
4.14.0
->4.16.0
1.14.0
->1.16.0
8.14.0
->8.16.0
14.14.0
->14.16.0
14.14.0
->14.16.0
6.14.0
->6.16.0
6.14.0
->6.16.0
3.14.0
->3.16.0
22.0.0
->22.2.0
5.14.0
->5.16.0
4.14.0
->4.16.0
4.14.0
->4.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
10.14.0
->10.16.0
8.14.0
->8.16.0
4.14.0
->4.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
5.14.0
->5.16.0
7.14.0
->7.16.0
5.14.0
->5.16.0
4.14.0
->4.16.0
1.14.0
->1.16.0
7.14.0
->7.16.0
1.14.0
->1.16.0
3.14.0
->3.16.0
4.14.0
->4.16.0
6.14.0
->6.16.0
4.14.0
->4.16.0
4.14.0
->4.16.0
Release Notes
WordPress/gutenberg (@wordpress/annotations)
v3.16.0
Compare Source
v3.15.1
Compare Source
v3.15.0
Compare Source
WordPress/gutenberg (@wordpress/api-fetch)
v7.16.0
Compare Source
v7.15.1
Compare Source
v7.15.0
Compare Source
WordPress/gutenberg (@wordpress/babel-plugin-import-jsx-pragma)
v5.16.0
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/base-styles)
v5.16.0
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/blob)
v4.16.0
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/block-editor)
v14.11.0
Compare Source
v14.10.1
Compare Source
v14.10.0
Compare Source
WordPress/gutenberg (@wordpress/block-library)
v9.16.0
Compare Source
v9.15.1
Compare Source
v9.15.0
Compare Source
WordPress/gutenberg (@wordpress/block-serialization-default-parser)
v5.16.0
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/blocks)
v14.5.0
Compare Source
v14.4.1
Compare Source
v14.4.0
Compare Source
WordPress/gutenberg (@wordpress/browserslist-config)
v6.16.0
Compare Source
v6.15.0
Compare Source
WordPress/gutenberg (@wordpress/components)
v29.2.0
Compare Source
Internal
Components
: Standardize reduced motion handling using media queries (#68421).Bug Fixes
CircularOptionPicker
,ColorPalette
: Fix usage of tooltip in the Circular option picker. (#68602).InputControl
: Ensures email and url inputs have consistent LTR alignment in RTL languages (#68188).v29.1.1
Compare Source
v29.1.0
Compare Source
Enhancements
BoxControl
: Add presets support (#67688).Navigation
: Upsize back buttons (#68157).Heading
: Fix text contrast for dark mode (#68349).Text
: Fix text contrast for dark mode (#68349).Heading
: Revert text contrast fix for dark mode with optimizeReadabilityFor (#68472).Text
: Revert text contrast fix for dark mode with optimizeReadabilityFor (#68472).Deprecations
TreeSelect
: Deprecate 36px default size (#67855).SelectControl
: Deprecate 36px default size (#66898).InputControl
: Deprecate 36px default size (#66897).RadioGroup
: Log deprecation warning (#68067).ButtonGroup
component. UseToggleGroupControl
instead (#65429).Navigation
: Log deprecation warning for removal in WP 7.1. UseNavigator
instead (#68158).Bug Fixes
BoxControl
: Better respect for themin
prop in the Range Slider (#67819).FontSizePicker
: Adddisplay:contents
rule to fix overflowing text in the custom size select. (#68280).BoxControl
: Fix aria-valuetext value (#68362).Experimental
Badge
component (#66555).Menu
: refactor to more granular sub-components (#67422).Badge
: Support text truncation (#68107).Internal
SlotFill
: rewrite the non-portal version to useobservableMap
(#67400).DatePicker
: Prepare day buttons for 40px default size (#68156).SlotFill
: register slots in a layout effect (#68176).WordPress/gutenberg (@wordpress/compose)
v7.16.0
Compare Source
v7.15.1
Compare Source
v7.15.0
Compare Source
WordPress/gutenberg (@wordpress/core-data)
v7.16.0
Compare Source
v7.15.1
Compare Source
v7.15.0
Compare Source
WordPress/gutenberg (@wordpress/data)
v10.16.0
Compare Source
v10.15.1
Compare Source
v10.15.0
Compare Source
WordPress/gutenberg (@wordpress/dataviews)
v4.12.0
Compare Source
v4.11.1
Compare Source
v4.11.0
Compare Source
Bug Fixes
Features
DataViews
gets a new propgetItemLevel
that should return the hierarchical level of the item. The view can useview.showLevels
to display the levels. It's up to the consumer data source to prepare this information.WordPress/gutenberg (@wordpress/date)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/dependency-extraction-webpack-plugin)
v6.16.0
Compare Source
v6.15.0
Compare Source
WordPress/gutenberg (@wordpress/dom-ready)
v4.16.0
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/e2e-test-utils-playwright)
v1.16.0
Compare Source
v1.15.0
Compare Source
WordPress/gutenberg (@wordpress/edit-post)
v8.16.0
Compare Source
v8.15.1
Compare Source
v8.15.0
Compare Source
WordPress/gutenberg (@wordpress/editor)
v14.16.0
Compare Source
v14.15.1
Compare Source
v14.15.0
Compare Source
WordPress/gutenberg (@wordpress/element)
v6.16.0
Compare Source
v6.15.1
Compare Source
v6.15.0
Compare Source
WordPress/gutenberg (@wordpress/escape-html)
v3.16.0
Compare Source
v3.15.0
Compare Source
WordPress/gutenberg (@wordpress/eslint-plugin)
v22.2.0
Compare Source
v22.1.1
Compare Source
v22.1.0
Compare Source
WordPress/gutenberg (@wordpress/format-library)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/hooks)
v4.16.0
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/html-entities)
v4.16.0
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/i18n)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/icons)
v10.16.0
Compare Source
v10.15.1
Compare Source
v10.15.0
Compare Source
caution
icon (#66555).error
icon (#66555).warning
icon and rename tocautionFilled
(#67895).WordPress/gutenberg (@wordpress/jest-console)
v8.16.0
Compare Source
v8.15.0
Compare Source
WordPress/gutenberg (@wordpress/keycodes)
v4.16.0
Compare Source
v4.15.1
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/media-utils)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/notices)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
WordPress/gutenberg (@wordpress/plugins)
v7.16.0
Compare Source
v7.15.1
Compare Source
v7.15.0
Compare Source
WordPress/gutenberg (@wordpress/postcss-plugins-preset)
v5.16.0
Compare Source
v5.15.1
Compare Source
v5.15.0
Compare Source
Enhancements
autoprefixer
dependency has been updated from requiring^10.2.5
to requiring^10.4.20
(see #68237).WordPress/gutenberg (@wordpress/primitives)
v4.16.0
Compare Source
v4.15.1
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/private-apis)
v1.16.0
Compare Source
v1.15.0
Compare Source
WordPress/gutenberg (@wordpress/rich-text)
v7.16.0
Compare Source
v7.15.1
Compare Source
v7.15.0
Compare Source
WordPress/gutenberg (@wordpress/router)
v1.16.0
Compare Source
v1.15.1
Compare Source
v1.15.0
Compare Source
WordPress/gutenberg (@wordpress/token-list)
v3.16.0
Compare Source
v3.15.0
Compare Source
WordPress/gutenberg (@wordpress/url)
v4.16.0
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/viewport)
v6.16.0
Compare Source
v6.15.1
Compare Source
v6.15.0
Compare Source
WordPress/gutenberg (@wordpress/widgets)
v4.16.0
Compare Source
v4.15.1
Compare Source
v4.15.0
Compare Source
WordPress/gutenberg (@wordpress/wordcount)
v4.16.0
Compare Source
[
v4.15.0
](https://redirect.github.com/WordPress/gutenberg/bConfiguration
📅 Schedule: Branch creation - "* 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.
This PR has been generated by Renovate Bot.