-
Notifications
You must be signed in to change notification settings - Fork 826
Update wordpress monorepo #39176
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 #39176
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?
|
7daf4a3
to
0cec861
Compare
I don't know what happened, but Renovate seems to have lost the actual update somehow. Let's have it retry. |
0cec861
to
bdf18b5
Compare
…tenberg#63490 That change started setting a height on the control itself (versus just the stuff inside it), so update our styles to override that too.
The vast majority are inside a `PanelBody`, which already overrides margins. Had to fix one margin on the simple-payments block.
@@ -82,6 +83,7 @@ export default function WhatsAppButtonConfiguration( { attributes, setAttributes | |||
className="jetpack-whatsapp-button__phonenumber" | |||
> | |||
<SelectControl | |||
__nextHasNoMarginBottom={ true } |
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.
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. |
* Update wordpress monorepo * js-packages/components: ToggleControl: Update styles for WordPress/gutenberg#63490 That change started setting a height on the control itself (versus just the stuff inside it), so update our styles to override that too. * Add `__nextHasNoMarginBottom` all over the place The vast majority are inside a `PanelBody`, which already overrides margins. Had to fix one margin on the simple-payments block. --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
This PR contains the following updates:
3.5.0
->3.6.0
7.5.0
->7.6.0
7.5.0
->7.6.0
5.5.0
->5.6.0
8.5.0
->8.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
4.5.0
->4.6.0
4.5.0
->4.6.0
14.0.0
->14.1.0
14.0.0
->14.1.0
9.5.0
->9.6.1
5.5.0
->5.6.0
13.5.0
->13.6.0
6.5.0
->6.6.0
6.5.0
->6.6.0
28.5.0
->28.6.0
28.5.0
->28.6.0
7.5.0
->7.6.0
7.5.0
->7.6.0
7.5.0
->7.6.0
10.5.0
->10.6.0
10.5.0
->10.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
6.5.0
->6.6.0
6.5.0
->6.6.0
4.5.0
->4.6.0
4.5.0
->4.6.0
8.5.0
->8.6.1
14.5.0
->14.6.0
14.5.0
->14.6.0
6.5.0
->6.6.0
6.5.0
->6.6.0
3.5.0
->3.6.0
20.2.0
->20.3.0
5.5.0
->5.6.0
4.5.0
->4.6.0
4.5.0
->4.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
10.5.0
->10.6.0
8.5.0
->8.6.0
4.5.0
->4.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
5.5.0
->5.6.0
7.5.0
->7.6.0
5.5.0
->5.6.0
4.5.0
->4.6.0
1.5.0
->1.6.0
7.5.0
->7.6.0
3.5.0
->3.6.0
4.5.0
->4.6.0
6.5.0
->6.6.0
4.5.0
->4.6.0
4.5.0
->4.6.0
Release Notes
WordPress/gutenberg (@wordpress/annotations)
v3.6.0
Compare Source
WordPress/gutenberg (@wordpress/api-fetch)
v7.6.0
Compare Source
WordPress/gutenberg (@wordpress/babel-plugin-import-jsx-pragma)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/babel-preset-default)
v8.6.0
Compare Source
WordPress/gutenberg (@wordpress/base-styles)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/blob)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/block-editor)
v14.1.0
Compare Source
WordPress/gutenberg (@wordpress/block-library)
v9.6.1
: 9.6.1Compare Source
Bugfixes
v9.6.0
Compare Source
WordPress/gutenberg (@wordpress/block-serialization-default-parser)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/blocks)
v13.6.0
Compare Source
WordPress/gutenberg (@wordpress/browserslist-config)
v6.6.0
Compare Source
WordPress/gutenberg (@wordpress/components)
v28.6.0
Compare Source
Deprecations
BaseControl
-based components. Set the__nextHasNoMarginBottom
prop to true to start opting into the new styles, which will become the default in a future version (#64408).BaseControl
CheckboxControl
ComboboxControl
DimensionControl
FocalPointPicker
RangeControl
SearchControl
SelectControl
TextControl
TextareaControl
ToggleControl
ToggleGroupControl
TreeSelect
NavigatorToParentButton
anduseNavigator().goToParent()
in favor ofNavigatorBackButton
anduseNavigator().goBack()
(#63317).Enhancements
Placeholder
: Temporarily rewind radius scale (#64672).Composite
: improve Storybook examples and add interactive controls (#64397).Composite
: use internal context to forward the composite store to sub-components (#64493).QueryControls
: Default to new 40px size (#64457).TimePicker
: addhideLabelFromVision
prop (#64267).FocalPointPicker
: Default to new 40px size (#64456).DropdownMenuV2
: adopt elevation scale (#64432).AlignmentMatrixControl
: Adopt radius scale (#64368).AnglePickerControl
: Adopt radius scale (#64368).BorderControl
: Adopt radius scale (#64368).ButtonGroup
: Adopt radius scale (#64368).Button
: Adopt radius scale (#64368).CircularOptionPicker
: Adopt radius scale (#64368).ColorIndicator
: Adopt radius scale (#64368).ColorPalette
: Adopt radius scale (#64368).CustomGradientPicker
: Adopt radius scale (#64368).DropZone
: Adopt radius scale (#64368).DropdownMenuV2
: Adopt radius scale (#64368).FocalPointPicker
: Adopt radius scale (#64368).Guide
: Adopt radius scale (#64368).Modal
: Adopt radius scale (#64368).Placeholder
: Adopt radius scale (#64368).Popover
: Adopt radius scale (#64368).ProgressBar
: Adopt radius scale (#64368).RadioControl
: Adopt radius scale (#64368).Snackbar
: Adopt radius scale (#64368).TabPanel
: Adopt radius scale (#64368).Text
: Adopt radius scale (#64368).ToggleGroupControl
: Adopt radius scale (#64368).ToolbarGroup
: Adopt radius scale (#64368).Toolbar
: Adopt radius scale (#64368).Tooltip
: Adopt radius scale (#64368).UnitControl
: Adopt radius scale (#64368).Popover
: allowstyle
prop usage (#64489).ToolsPanel
: sets column-gap to 16px for ToolsPanel grid (#64497).Modal
: Replace references to deprecated styling variables (#64655).Popover
: Replace references to deprecated styling variables (#64655).Snackbar
: Replace references to deprecated styling variables (#64655).TextareaControl
: Update styles (#64586).CircularOptionPicker
: Update hard-coded border-width value (#64680).CustomGradientPicker
: Update hard-coded border-width value (#64680).Bug Fixes
RangeControl
: disable reset button when the current value is equal to the reset value (#64579).RangeControl
: tweak mark and label absolute positioning (#64487).RadioGroup
: use fieldset and legend to group radio inputs (#64582).Internal
Composite
v2: addHover
andTypeahead
subcomponents (#64399).Composite
v2: add focus-related props toComposite
andComposite.Item
subcomponents (#64450).Composite
v2: addContext
subcomponent (#64493).DropdownMenu
v2: use themed color variables (#64647).CustomSelectControl
: Improve type inferring (#64412).ariakit
to version0.4.10
(#64637).useStoreState()
instead ofstore.useState()
(#64648).WordPress/gutenberg (@wordpress/compose)
v7.6.0
Compare Source
WordPress/gutenberg (@wordpress/core-data)
v7.6.0
Compare Source
WordPress/gutenberg (@wordpress/data)
v10.6.0
Compare Source
WordPress/gutenberg (@wordpress/date)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/dependency-extraction-webpack-plugin)
v6.6.0
Compare Source
WordPress/gutenberg (@wordpress/dom-ready)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/editor)
v14.6.0
Compare Source
WordPress/gutenberg (@wordpress/element)
v6.6.0
Compare Source
WordPress/gutenberg (@wordpress/escape-html)
v3.6.0
Compare Source
WordPress/gutenberg (@wordpress/eslint-plugin)
v20.3.0
Compare Source
WordPress/gutenberg (@wordpress/format-library)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/hooks)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/html-entities)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/i18n)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/icons)
v10.6.0
Compare Source
WordPress/gutenberg (@wordpress/jest-console)
v8.6.0
Compare Source
WordPress/gutenberg (@wordpress/keycodes)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/notices)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/plugins)
v7.6.0
Compare Source
WordPress/gutenberg (@wordpress/postcss-plugins-preset)
v5.6.0
Compare Source
WordPress/gutenberg (@wordpress/primitives)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/private-apis)
v1.6.0
Compare Source
WordPress/gutenberg (@wordpress/rich-text)
v7.6.0
Compare Source
WordPress/gutenberg (@wordpress/token-list)
v3.6.0
Compare Source
WordPress/gutenberg (@wordpress/viewport)
v6.6.0
Compare Source
WordPress/gutenberg (@wordpress/widgets)
v4.6.0
Compare Source
WordPress/gutenberg (@wordpress/wordcount)
v4.6.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" 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.