Skip to content
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 (major) #69

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 4, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/block-editor (source) ^8.0.0 -> ^14.0.0 age adoption passing confidence
@wordpress/blocks (source) ^11.1.0 -> ^14.0.0 age adoption passing confidence
@wordpress/components (source) 19.3.0 -> 29.1.1 age adoption passing confidence
@wordpress/i18n (source) 4.3.0 -> 5.15.1 age adoption passing confidence
@wordpress/scripts (source) 22.3.0 -> 30.8.1 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/block-editor)

v14.10.1

Compare Source

v14.10.0

Compare Source

v14.9.0

Compare Source

v14.8.0

Compare Source

v14.7.0

Compare Source

v14.6.0

Compare Source

v14.5.0

Compare Source

v14.4.0

Compare Source

v14.3.15

Compare Source

v14.3.14

Compare Source

v14.3.13

Compare Source

v14.3.12

Compare Source

v14.3.11

Compare Source

v14.3.10

Compare Source

v14.3.9

Compare Source

v14.3.8

Compare Source

v14.3.7

Compare Source

v14.3.6

Compare Source

v14.3.5

Compare Source

v14.3.4

Compare Source

v14.3.3

Compare Source

v14.3.2

Compare Source

v14.3.1: 14.3.1

Compare Source

Changelog

Code Quality
Block Library
  • Add: Missing output escaping on some blocks. (45045)

First time contributors

The following PRs were merged by first time contributors:

Contributors

The following contributors merged PRs in this release:

@​jorgefilipecosta

v14.3.0

Compare Source

v14.2.0

Compare Source

v14.1.0

Compare Source

v14.0.0

Compare Source

Breaking Changes
  • URLInput: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#​64282).
  • LineHeightControl: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#​64281).
Enhancements
  • FontFamilyControl: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (#​64280).

v13.4.0

Compare Source

v13.3.0

Compare Source

v13.2.0

Compare Source

v13.1.0

Compare Source

v13.0.7

Compare Source

v13.0.6

Compare Source

v13.0.5

Compare Source

v13.0.4

Compare Source

v13.0.3

Compare Source

v13.0.2

Compare Source

v13.0.1

Compare Source

v13.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

v12.26.0

Compare Source

Internal
  • Replaced classnames package with the faster and smaller clsx package (#​61138).

v12.25.0

Compare Source

v12.24.0

Compare Source

v12.23.0

Compare Source

v12.22.0

Compare Source

v12.21.0

Compare Source

v12.20.0

Compare Source

v12.19.9

Compare Source

v12.19.8

Compare Source

v12.19.7

Compare Source

v12.19.6

Compare Source

v12.19.5

Compare Source

v12.19.4

Compare Source

v12.19.3

Compare Source

v12.19.2

Compare Source

v12.19.1

Compare Source

v12.19.0

Compare Source

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#​58702).

v12.18.2

Compare Source

v12.18.1

Compare Source

v12.18.0

Compare Source

  • Deprecated __experimentalRecursionProvider and __experimentalUseHasRecursion in favor of their new stable counterparts RecursionProvider and useHasRecursion.

v12.17.0

Compare Source

v12.16.0

Compare Source

v12.15.0

Compare Source

v12.14.0

Compare Source

v12.13.0

Compare Source

  • Deprecated the useSetting function in favor of new useSettings one that can retrieve multiple settings at once (#​55337).

v12.12.0

Compare Source

v12.11.1

Compare Source

v12.11.0

Compare Source

  • Deprecated CopyHandler, absorbed into WritingFlow.

v12.10.14

Compare Source

v12.10.13

Compare Source

v12.10.12

Compare Source

v12.10.11

Compare Source

v12.10.10

Compare Source

v12.10.9

Compare Source

v12.10.8

Compare Source

v12.10.7

Compare Source

v12.10.6

Compare Source

v12.10.5

Compare Source

v12.10.4

Compare Source

v12.10.3

Compare Source

v12.10.2

Compare Source

v12.10.1

Compare Source

v12.10.0

Compare Source

  • The Deprecated multiline prop on RichText will now fall back to using multiple
    rich text instances instead of a single multiline instance. The prop remains
    deprecated.

v12.9.0

Compare Source

Enhancements
  • Embed the ObserveTyping behavior within the BlockList component making to simplify instanciations of third-party block editors.

v12.8.1: 12.8.1

Compare Source

Changelog

Bug Fixes
  • Templates page: reduce z-index of content area (39331)

v12.8.0

Compare Source

v12.7.0

Compare Source

v12.6.0

Compare Source

v12.5.0

Compare Source

v12.4.0

Compare Source

Enhancements
  • Add HeadingLevelDropdown component for selecting H1-H6 and paragraph HTML tags from the block toolbar.
Bug Fixes
  • Fluid typography: custom font-sizes should use max viewport width (#​51516).

v12.3.15

Compare Source

v12.3.14

Compare Source

v12.3.13

Compare Source

v12.3.12

Compare Source

v12.3.11

Compare Source

v12.3.10

Compare Source

v12.3.9

Compare Source

v12.3.8

Compare Source

v12.3.7

Compare Source

v12.3.6

Compare Source

v12.3.5

Compare Source

v12.3.4

Compare Source

v12.3.3

Compare Source

v12.3.2: 12.3.2

Compare Source

Bug Fixes
Block Library
  • Spacer: Fix unit settings filter. (37774)

v12.3.1: 12.3.1

Compare Source

Bug Fixes
  • Restore canvas padding for classic themes (#​37741).
  • Site logo: Fix range control on landscape logos (#​37733).
  • RichText: Fix dead key input on Windows (#​37777).
  • Update: Improve escaping on the search block (#​37829).
  • Fix: Impossible to clear colors if color palettes are removed. (#​37791).

v12.3.0

Compare Source

v12.2.0

Compare Source

v12.1.0

Compare Source

  • MediaPlaceholder: Remove the undocumented onHTMLDrop prop (#​49673).

v12.0.0

Compare Source

Breaking Changes
  • Renamed utility function immutableSet to setImmutably (#​50040).

v11.8.0

Compare Source

v11.7.0

Compare Source

  • ImageSizeControl: Update image size label (#​49112).

v11.6.0

Compare Source

v11.5.0

Compare Source

Bug Fixes
  • SpacingSizesControl: fix white dot on thumb (#​48574).

v11.4.0

Compare Source

Bug Fixes
  • LinkControl: fix scrollbar displayed on toggle link settings (#​47986).

v11.3.11

Compare Source

v11.3.10

Compare Source

v11.3.9

Compare Source

v11.3.8

Compare Source

v11.3.7

Compare Source

v11.3.6

Compare Source

v11.3.5

Compare Source

v11.3.4

Compare Source

v11.3.3

Compare Source

v11.3.2

Compare Source

v11.3.1

Compare Source

v11.3.0

Compare Source

v11.2.0

Compare Source

Bug Fixes
  • BlockInspector: Fix browser warning error when block is not selected (#​46875).
  • Move component styles needed for iframes to content styles (#​47103).
  • Block Inserter: Correctly apply style to the default inserter (#​47166).
  • List View: Fix crash when the first template-parts is deleted width del key (#​47227).

v11.1.0

Compare Source

v11.0.0

Compare Source

Breaking Changes
  • Updated dependencies to require React 18 (45235)
Enhancements
  • URLInput: the renderSuggestions callback prop now receives currentInputValue as a new parameter (45806).
  • Fluid typography: add configurable fluid typography settings for minimum font size to theme.json (#​42489).
  • URLInput: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (46692).
Bug Fixes
  • SpacingSizesControl: Change ARIA role from region to group to avoid unwanted ARIA landmark regions (#​46530).
  • FocalPointPicker: Fix layout misalignment when placed in the BlockInspector (#​46631).

v10.5.0

Compare Source

Enhancements
  • BlockLockModal: Move Icon component out of CheckboxControl label (#​45535)
  • Fluid typography: adjust font size min and max rules (#​45536).

v10.4.0

Compare Source

Bug Fixes
  • InserterListItem: Fix dragging and dropping in Firefox. (#​44631)

v10.3.0

Compare Source

Bug Fixes
  • FontSizePicker: Update fluid utils so that only string, floats and integers are treated as valid font sizes for the purposes of fluid typography (#​44847)
  • getTypographyClassesAndStyles(): Ensure that font sizes are transformed into fluid values if fluid typography is activated (#​44852)
  • BlockPopover: Ensure that padding and margin visualizers display in correct position even when scrolling past block. (#​44998)
New Features
  • You can now drop files/blocks/HTML on unmodified default blocks to transform them into corresponding blocks (#​44647).

v10.2.0

Compare Source

v10.1.0

Compare Source

v10.0.10

Compare Source

v10.0.9

Compare Source

v10.0.8

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2: 10.0.2

Compare Source

Bug Fixes
  • Fix white screen on RTL languages. (29256)
  • Fix Button block borders for the solid style variation.

v10.0.1: 10.0.1

Compare Source

Bug Fixes
  • CSS-in-JS: Fix inline comment for select-dropdown (external module)

v10.0.0

Compare Source

Breaking Changes
  • FontSizePicker: Deprecate bottom margin style. Add a __nextHasNoMarginBottom prop to start opting into the margin-free styles that will become the default in a future version, currently scheduled to be WordPress 6.4 (#​43870).

v9.8.0

Compare Source

v9.7.0

Compare Source

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

Bug Fixes
  • Fix focus trap on certain input elements when navigating within a block with the left/right arrow keys (#​41538).

v9.2.0

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking Changes
  • BlockNavigationDropdown is now deprecated. Use the Dropdown component from the @wordpress/components package and the ListView component from this package (#​40777).
  • ListView no longer accepts the __experimentalFeatures, __experimentalPersistentListViewFeatures, __experimentalHideContainerBlockActions, and showNestedBlocks props. Passing additional undocumented props through to ListView is also now disallowed. (#​40777).

v8.6.0

Compare Source

v8.5.11

Compare Source

v8.5.10

Compare Source

v8.5.9

Compare Source

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1: 8.5.1

[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/11eb1241e63c9240018323551c6753f8a5fa96f9...9c15c669


Configuration

📅 Schedule: Branch creation - "every weekday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f0ffbda to 2dfc728 Compare May 18, 2022 16:36
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2dfc728 to e34114a Compare June 18, 2022 13:31
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from e34114a to d7f8c59 Compare September 25, 2022 21:44
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from d7f8c59 to 1f356db Compare November 20, 2022 21:26
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 1f356db to 3d92aaf Compare March 16, 2023 13:52
@renovate
Copy link
Author

renovate bot commented Mar 16, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @nielslange/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/react
npm ERR!     peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm ERR!     node_modules/@emotion/styled
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/styled
npm ERR!   29 more (@react-spring/animated, @react-spring/core, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! @wordpress/block-editor@"^12.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^18.0.0" from @wordpress/[email protected]
npm ERR!   node_modules/@wordpress/block-editor
npm ERR!     @wordpress/block-editor@"^12.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-02T19_46_58_119Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 3d92aaf to c533691 Compare March 29, 2023 23:14
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c533691 to ddeb7fb Compare April 17, 2023 12:50
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from ddeb7fb to 7e18b00 Compare May 31, 2023 04:00
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 7e18b00 to 8da14ec Compare June 7, 2023 20:05
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 7de0516 to fa676f5 Compare July 6, 2023 01:51
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from fa676f5 to a7f04f7 Compare July 20, 2023 08:22
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 11c2db2 to 7c12e94 Compare August 17, 2023 11:26
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 7c12e94 to e790e0f Compare August 31, 2023 11:17
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from e790e0f to c6fae56 Compare September 20, 2023 14:56
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c6fae56 to 35c5281 Compare October 5, 2023 03:49
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 636361e to d737f7d Compare October 18, 2023 23:09
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from d737f7d to e150097 Compare November 2, 2023 14:00
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from e150097 to 384d23a Compare November 16, 2023 22:28
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 384d23a to 5a5d894 Compare November 29, 2023 17:17
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 5a5d894 to 21e29bf Compare December 13, 2023 13:30
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 21e29bf to 2d8f10f Compare January 16, 2024 15:00
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2d8f10f to abf0f7d Compare January 25, 2024 01:05
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 709a662 to 9a6488d Compare February 13, 2024 14:06
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 9a6488d to 43ab2c4 Compare February 21, 2024 21:45
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 43ab2c4 to 527313d Compare March 6, 2024 14:47
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 527313d to 322eeb6 Compare March 21, 2024 17:41
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 322eeb6 to 528a43f Compare April 3, 2024 08:03
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 528a43f to 3792a99 Compare April 19, 2024 19:55
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 3792a99 to c4c5cb7 Compare May 2, 2024 19:47
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c4c5cb7 to fddfe35 Compare May 16, 2024 02:29
Copy link
Author

renovate bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @nielslange/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/react
npm ERR!     peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm ERR!     node_modules/@emotion/styled
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/styled
npm ERR!   29 more (@react-spring/animated, @react-spring/core, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! @wordpress/block-editor@"^14.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^18.0.0" from @wordpress/[email protected]
npm ERR!   node_modules/@wordpress/block-editor
npm ERR!     @wordpress/block-editor@"^14.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-03T11_12_56_265Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from fddfe35 to d083d89 Compare May 31, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from d083d89 to 9ddd13c Compare June 15, 2024 22:24
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 9ddd13c to fe90390 Compare June 26, 2024 10:57
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from fe90390 to 4cad7b2 Compare July 10, 2024 09:41
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 4cad7b2 to e4afc76 Compare July 24, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from e4afc76 to 94feeda Compare August 7, 2024 19:09
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 94feeda to 2af3ebc Compare August 21, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2af3ebc to 5c6263a Compare September 5, 2024 04:32
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 3052a8d to bae50df Compare September 19, 2024 12:26
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from bae50df to 52a4344 Compare October 3, 2024 16:21
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 4893f86 to ad35763 Compare October 17, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from ad35763 to a57bc8c Compare October 30, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 330c536 to 88bda98 Compare November 18, 2024 13:24
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 18a138a to eb133db Compare November 27, 2024 13:23
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from eb133db to c7e5ddf Compare December 11, 2024 08:34
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c7e5ddf to 046dcc3 Compare January 3, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants