Update wordpress monorepo#50097
Open
matticbot wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Contributor
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Code Coverage SummaryCannot generate coverage summary while tests are failing. 🤐 Please fix the tests, or re-run the Code coverage job if it was something being flaky. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.48.1→4.49.03.48.1→3.49.07.48.1→7.49.07.48.0→7.49.07.46.0→7.49.05.48.1→5.49.010.0.1→10.1.04.48.1→4.49.015.21.1→15.22.19.48.1→10.0.15.48.1→5.49.015.21.1→15.22.0^0.15.0→^0.16.00.15.1→0.16.16.48.1→6.49.01.48.1→1.49.135.0.1→36.0.135.0.0→36.0.18.1.1→8.2.07.48.1→7.49.17.48.0→7.49.17.46.0→7.49.110.48.1→10.49.010.48.0→10.49.010.46.0→10.49.04.48.1→4.49.05.48.1→5.49.06.48.1→6.49.04.48.1→4.49.04.48.1→4.49.01.48.1→1.49.08.48.1→8.49.114.48.1→14.49.18.0.1→8.1.08.0.0→8.1.06.46.0→8.1.03.48.1→3.49.025.4.1→25.5.15.48.1→5.49.14.48.1→4.49.04.48.1→4.49.04.48.0→4.49.06.21.1→6.22.06.21.0→6.22.06.48.1→6.49.08.48.1→8.49.04.48.1→4.49.01.14.1→1.15.15.48.1→5.49.15.48.1→5.49.15.48.0→5.49.17.48.1→7.49.14.48.1→4.49.14.46.0→4.49.14.48.1→4.49.01.48.2-next.v.202606191442.0→1.49.01.48.1→1.49.07.48.1→7.49.0^0.14.0→^0.15.00.14.1→0.15.00.13.1→0.15.01.48.1→1.49.06.24.1→6.25.123.40.1→23.41.11.48.1→1.49.03.48.1→3.49.04.48.1→4.49.04.48.0→4.49.06.48.1→6.49.04.48.1→4.49.14.48.1→4.49.0Release Notes
WordPress/gutenberg (@wordpress/a11y)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/annotations)
v3.49.0Compare Source
WordPress/gutenberg (@wordpress/api-fetch)
v7.49.0Compare Source
WordPress/gutenberg (@wordpress/babel-plugin-import-jsx-pragma)
v5.49.0Compare Source
WordPress/gutenberg (@wordpress/base-styles)
v10.1.0Compare Source
WordPress/gutenberg (@wordpress/blob)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/block-editor)
v15.22.1Compare Source
v15.22.0Compare Source
Enhancements
auto-filltoauto-fit, so columns stretch to fill the row instead of leaving empty tracks. (#79356)listViewis now excluded from the List View when it has no inner blocks and disallows insertion (allowedBlocksis[]orfalse), since there is nothing to show, rearrange, or add. (#78932)WordPress/gutenberg (@wordpress/block-library)
v10.0.1: 10.0.1Compare Source
Bug Fixes
v10.0.0Compare Source
Breaking Changes
@wordpress/block-library/babel-pluginexport. It was an internal transform for stripping experimental blocks from WordPress core builds and is no longer used by Gutenberg's build process (#79162).Enhancements
<search>landmark element instead of<form role="search">. Defers toadd_theme_support( 'html5', array( 'search-element' ) )when the per-block value is left at "Default".WordPress/gutenberg (@wordpress/block-serialization-default-parser)
v5.49.0Compare Source
WordPress/gutenberg (@wordpress/blocks)
v15.22.0Compare Source
Internal
showdownwithmarkedfor Markdown paste handling. Smaller bundle, modern maintenance, native types.WordPress/gutenberg (@wordpress/boot)
v0.16.1Compare Source
v0.16.0Compare Source
Enhancements
initSinglePagenow accepts aninitModulesoption and runs page init modules before rendering, matchinginit.WordPress/gutenberg (@wordpress/browserslist-config)
v6.49.0Compare Source
WordPress/gutenberg (@wordpress/commands)
v1.49.1Compare Source
v1.49.0Compare Source
WordPress/gutenberg (@wordpress/components)
v36.0.1Compare Source
v36.0.0Compare Source
Breaking Changes
__next40pxDefaultSizeprop is now true by default. The prop can be safely removed from the following:BoxControl(#79419)TextControl(#79386)Enhancements
BaseControl: Applytext-wrap: prettyto help text to avoid typographic widows (#79112).Button,DropdownMenu,FormToggle,Modal,Panel,RadioControl,Toolbar: Migrate hardcoded border and stroke colors to WPDS tokens (#79244).Bug Fixes
SandBox: Fix the viewport-unit (vh,vw, etc.) stripping so user-supplied HTML using these units inwidth/heightno longer triggers a runaway resize loop in the preview (#78677).BoxControl: Respect a consumer-suppliedplaceholderpassed viainputProps, falling back to it when there is no mixed-value placeholder (#79466).Internal
ResizableBox: Make thechildrenprop optional (#79370).Divider: Migrate styles from Emotion to SCSS Modules (#79444).--wpds-dimension-size-*design tokens #79093.--wp-components-*color fallbacks at the design system tokens (--wpds-*/--wp-admin-theme-color*), so component styles get sensible defaults from the prebuilt token stylesheet without a runtime<ThemeProvider>(#78664).withFallbackStyles: Refactor from a class component to a function component with hooks (#78837).Documentation
Menu: Fixoverridentypo tooverriddeninCheckboxItemPropsandRadioItemProps. (#79331)ColorPicker,CustomSelectControl,Navigator,NumberControl,ResizableBox, andSlotcomponents (#79460).Code Quality
@types/reactfromdependenciesto an optional peer dependency so consumers' React type version is used #79095.WordPress/gutenberg (@wordpress/compose)
v8.2.0Compare Source
WordPress/gutenberg (@wordpress/core-data)
v7.49.1Compare Source
v7.49.0Compare Source
WordPress/gutenberg (@wordpress/data)
v10.49.0Compare Source
WordPress/gutenberg (@wordpress/data-controls)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/date)
v5.49.0Compare Source
WordPress/gutenberg (@wordpress/dependency-extraction-webpack-plugin)
v6.49.0Compare Source
WordPress/gutenberg (@wordpress/dom)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/dom-ready)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/e2e-test-utils-playwright)
v1.49.0Compare Source
Enhancements
RequestUtils.resetThemeGlobalStyles()to reset the current theme's user global styles to an empty config for test isolation.Bug Fixes
page.goto()URLs against the fullbaseURL, including any subdirectory path, so tests work against WordPress installs served from a subdirectory.WordPress/gutenberg (@wordpress/edit-post)
v8.49.1Compare Source
v8.49.0Compare Source
WordPress/gutenberg (@wordpress/editor)
v14.49.1Compare Source
v14.49.0Compare Source
WordPress/gutenberg (@wordpress/element)
v8.1.0Compare Source
WordPress/gutenberg (@wordpress/escape-html)
v3.49.0Compare Source
WordPress/gutenberg (@wordpress/eslint-plugin)
v25.5.1Compare Source
v25.5.0Compare Source
WordPress/gutenberg (@wordpress/format-library)
v5.49.1Compare Source
v5.49.0Compare Source
Enhancements
WordPress/gutenberg (@wordpress/hooks)
v4.49.0Compare Source
WordPress/gutenberg (@wordpress/html-entities)
v4.49.0Compare Source
Wo
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.
This PR has been generated by Renovate Bot.