-
Notifications
You must be signed in to change notification settings - Fork 801
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 #35384
Update wordpress monorepo #35384
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?
|
1b6aa65
to
757042f
Compare
* Update wordpress monorepo * Apparently GB changed something that eliminated some duplicate class names
This PR contains the following updates:
2.48.0
->2.50.0
6.45.0
->6.47.0
6.45.0
->6.47.0
4.31.0
->4.33.0
7.32.0
->7.34.0
4.39.0
->4.41.0
4.39.0
->4.41.0
3.48.0
->3.50.0
3.48.0
->3.50.0
12.16.0
->12.18.2
12.16.0
->12.18.2
8.25.0
->8.27.2
4.48.0
->4.50.0
12.25.0
->12.27.1
5.31.0
->5.33.0
5.31.0
->5.33.0
25.14.0
->25.16.0
25.14.0
->25.16.0
6.25.0
->6.27.0
6.25.0
->6.27.2
6.25.0
->6.27.2
9.18.0
->9.20.0
9.18.0
->9.20.0
4.48.0
->4.50.0
4.48.0
->4.50.0
4.31.0
->5.1.0
4.31.0
->5.1.0
3.48.0
->3.50.0
3.48.0
->3.50.0
7.25.0
->7.27.2
13.25.0
->13.27.2
13.25.0
->13.27.2
5.25.0
->5.27.0
5.25.0
->5.27.0
2.48.0
->2.50.0
17.5.0
->17.7.0
4.25.0
->4.27.2
3.48.0
->3.50.0
3.48.0
->3.50.0
4.48.0
->4.50.0
4.48.0
->4.50.0
4.47.0
->4.50.0
9.39.0
->9.41.0
7.19.0
->7.21.0
3.48.0
->3.50.0
4.16.0
->4.18.0
4.16.0
->4.18.0
6.16.0
->6.18.0
4.32.0
->4.34.0
3.46.0
->3.48.0
2.48.0
->2.50.0
3.49.0
->3.51.0
5.25.0
->5.27.0
3.25.0
->3.27.2
3.48.0
->3.50.0
Release Notes
WordPress/gutenberg (@wordpress/annotations)
v2.50.0
Compare Source
v2.49.0
Compare Source
WordPress/gutenberg (@wordpress/api-fetch)
v6.47.0
Compare Source
v6.46.0
Compare Source
WordPress/gutenberg (@wordpress/babel-plugin-import-jsx-pragma)
v4.33.0
Compare Source
v4.32.0
Compare Source
WordPress/gutenberg (@wordpress/babel-preset-default)
v7.34.0
Compare Source
v7.33.0
Compare Source
WordPress/gutenberg (@wordpress/base-styles)
v4.41.0
Compare Source
v4.40.0
Compare Source
WordPress/gutenberg (@wordpress/blob)
v3.50.0
Compare Source
v3.49.0
Compare Source
WordPress/gutenberg (@wordpress/block-editor)
v12.18.2
Compare Source
v12.18.1
Compare Source
v12.18.0
Compare Source
__experimentalRecursionProvider
and__experimentalUseHasRecursion
in favor of their new stable counterpartsRecursionProvider
anduseHasRecursion
.v12.17.0
Compare Source
WordPress/gutenberg (@wordpress/block-library)
v8.27.2
Compare Source
v8.27.1
Compare Source
v8.27.0
Compare Source
v8.26.0
Compare Source
WordPress/gutenberg (@wordpress/block-serialization-default-parser)
v4.50.0
Compare Source
v4.49.0
Compare Source
WordPress/gutenberg (@wordpress/blocks)
v12.27.1
Compare Source
v12.27.0
Compare Source
v12.26.0
Compare Source
WordPress/gutenberg (@wordpress/browserslist-config)
v5.33.0
Compare Source
v5.32.0
Compare Source
WordPress/gutenberg (@wordpress/components)
v25.16.0
Compare Source
Enhancements
ColorPicker
: improve the UX around HSL sliders (#57555).BoxControl
,BorderControl
,BorderBoxControl
: Add opt-in prop for 40px default size (#56185).PaletteEdit
: improve unit tests (#57645).PaletteEdit
andCircularOptionPicker
: improve unit tests (#57809).Tooltip
: no-op when nested inside otherTooltip
components (#57202).Tooltip
andButton
: tidy up unit tests (#57975).BorderControl
,BorderBoxControl
: Replace style picker with ToggleGroupControl (#57562).SlotFill
: fix typo in use-slot-fills return docs (#57654)Popover
: AddingconstrainTabbing
prop touseDialog
hook (#57962)Bug Fix
ToggleGroupControl
: Improve controlled value detection (#57770).Tooltip
: Improve props forwarding to children of nestedTooltip
components (#57878).Tooltip
: revert prop types to only accept component-specific props (#58125).Button
: prevent the component from trashing and re-creating the HTML element (#56490).Experimental
BoxControl
: Update design (#56665).CustomSelect
: adjustrenderSelectedValue
to fix sizing (#57865).Theme
: Setcolor
on wrapper div (#58095).v25.15.0
Compare Source
Bug Fix
NumberControl
: Make increment and decrement buttons keyboard accessible. (#57402).DropdownMenu V2
: better fallback on browsers that don't support CSS subgrid(#57327).FontSizePicker
: Use Button API for keeping focus on reset (#57221).FontSizePicker
: Fix Reset button focus loss (#57196).PaletteEdit
: Consider digits when generating kebab-cased slug (#56713).FormTokenField
: Prevent focus being passed to internal buttons when component is disabled (#57187).Button
: Fix logic ofhas-text
class addition (#56949).FormTokenField
: Fix a regression where the suggestion list would re-open after clicking away from the input (#57002).Snackbar
: Remove erroneous__unstableHTML
prop from TypeScript definitions (#57218).Truncate
: improve handling of non-stringchildren
(#57261).PaletteEdit
: Don't discard colors with default name and slug (#54332).RadioControl
: Fully encapsulate styles (#57347).DuotonePicker
: Remove top margin when no duotone options (#57489).Snackbar
: Fix icon positioning (#57377).GradientPicker
: Use slug while iterating over gradient entries to avoid React "duplicated key" warning (#57361).NavigatorProvider
: Excludesize
value fromcontain
CSS rule (#57498).Enhancements
ariakit
to version0.3.10
(#57325).@ariakit/react
to version0.3.12
and @ariakit/test to version0.3.7
(#57547).DropdownMenuV2
: do not collapse suffix width (#57238).DateTimePicker
: Adjustment of the dot position on DayButton and expansion of the button area. (#55502).Modal
: Improve application of body class names (#55430).BaseControl
: Connect to context system (#57408).InputControl
,NumberControl
,UnitControl
,SelectControl
,TreeSelect
: Addcompact
size variant (#57398).ToggleGroupControl
: Update button size in large variant to be 32px (#57338).Tooltip
: improve unit tests (#57345).Experimental
DropdownMenuV2
: remove temporary radix UI based implementation (#55626).Tabs
: do not render hidden content (#57046).Tabs
: improve hover and text alignment styles (#57275).Tabs
: make sureTab
s are associated to the rightTabPanel
s, regardless of the order they're rendered in (#57033).WordPress/gutenberg (@wordpress/compose)
v6.27.0
Compare Source
Deprecations
pure
HoC has been deprecated. Usememo
orPureComponent
instead (#57173).v6.26.0
Compare Source
WordPress/gutenberg (@wordpress/core-data)
v6.27.2
Compare Source
v6.27.1
Compare Source
v6.27.0
Compare Source
v6.26.0
Compare Source
WordPress/gutenberg (@wordpress/data)
v9.20.0
Compare Source
v9.19.0
Compare Source
WordPress/gutenberg (@wordpress/date)
v4.50.0
Compare Source
v4.49.0
Compare Source
WordPress/gutenberg (@wordpress/dependency-extraction-webpack-plugin)
v5.1.0
Compare Source
v5.0.0
Compare Source
Breaking Changes
New Features
WordPress/gutenberg (@wordpress/dom-ready)
v3.50.0
Compare Source
v3.49.0
Compare Source
WordPress/gutenberg (@wordpress/edit-post)
v7.27.2
Compare Source
v7.27.1
Compare Source
v7.27.0
Compare Source
v7.26.0
Compare Source
Deprecations
toggleEditorPanelEnabled
,toggleEditorPanelOpened
,removeEditorPanel
,isEditorPanelRemoved
,isEditorPanelOpened
andisEditorPanelEnabled
.WordPress/gutenberg (@wordpress/editor)
v13.27.2
Compare Source
v13.27.1
Compare Source
v13.27.0
Compare Source
v13.26.0
Compare Source
New Features
toggleEditorPanelEnabled
,toggleEditorPanelOpened
,removeEditorPanel
,isEditorPanelRemoved
,isEditorPanelOpened
andisEditorPanelEnabled
.WordPress/gutenberg (@wordpress/element)
v5.27.0
Compare Source
PureComponent
React API (#58076).v5.26.0
Compare Source
WordPress/gutenberg (@wordpress/escape-html)
v2.50.0
Compare Source
v2.49.0
Compare Source
WordPress/gutenberg (@wordpress/eslint-plugin)
v17.7.0
Compare Source
v17.6.0
Compare Source
WordPress/gutenberg (@wordpress/format-library)
v4.27.2
Compare Source
v4.27.1
Compare Source
v4.27.0
Compare Source
v4.26.0
Compare Source
WordPress/gutenberg (@wordpress/hooks)
v3.50.0
Compare Source
v3.49.0
Compare Source
WordPress/gutenberg (@wordpress/html-entities)
v3.50.0
Compare Source
v3.49.0
Compare Source
WordPress/gutenberg (@wordpress/i18n)
v4.50.0
Compare Source
v4.49.0
Compare Source
WordPress/gutenberg (@wordpress/icons)
v9.41.0
Compare Source
v9.40.0
Compare Source
WordPress/gutenberg (@wordpress/jest-console)
v7.21.0
Compare Source
v7.20.0
Compare Source
WordPress/gutenberg (@wordpress/keycodes)
v3.50.0
Compare Source
v3.49.0
Compare Source
WordPress/gutenberg (@wordpress/notices)
v4.18.0
Compare Source
v4.17.0
Compare Source
WordPress/gutenberg (@wordpress/plugins)
v6.18.0
Compare Source
v6.17.0
Compare Source
WordPress/gutenberg (@wordpress/postcss-plugins-preset)
v4.34.0
Compare Source
v4.33.0
Compare Source
WordPress/gutenberg (@wordpress/primitives)
v3.48.0
Compare Source
v3.47.0
Compare Source
WordPress/gutenberg (@wordpress/token-list)
v2.50.0
Compare Source
v2.49.0
Compare Source
WordPress/gutenberg (@wordpress/url)
v3.51.0
Compare Source
v3.50.0
Compare Source
WordPress/gutenberg (@wordpress/viewport)
v5.27.0
Compare Source
v5.26.0
Compare Source
WordPress/gutenberg (@wordpress/widgets)
v3.27.2
Compare Source
v3.27.1
Compare Source
v3.27.0
Compare Source
v3.26.0
Compare Source
WordPress/gutenberg (@wordpress/wordcount)
v3.50.0
Compare Source
v3.49.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.