Skip to content

Conversation

@matticbot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@wordpress/annotations dependencies minor 2.7.0 -> 2.8.0
@wordpress/api-fetch dependencies minor 6.4.0 -> 6.5.0
@wordpress/api-fetch devDependencies minor 6.4.0 -> 6.5.0
@wordpress/babel-preset-default devDependencies minor 6.9.0 -> 6.10.0
@wordpress/blob devDependencies minor 3.7.0 -> 3.8.0
@wordpress/block-editor dependencies major 8.6.0 -> 9.0.0
@wordpress/block-editor devDependencies major 8.6.0 -> 9.0.0
@wordpress/block-library devDependencies minor 7.4.0 -> 7.5.0
@wordpress/block-serialization-default-parser devDependencies minor 4.7.0 -> 4.8.0
@wordpress/blocks dependencies minor 11.6.0 -> 11.7.0
@wordpress/components dependencies minor 19.9.0 -> 19.10.0
@wordpress/components devDependencies minor 19.9.0 -> 19.10.0
@wordpress/compose dependencies minor 5.5.0 -> 5.6.0
@wordpress/core-data devDependencies minor 4.5.0 -> 4.6.0
@wordpress/data dependencies minor 6.7.0 -> 6.8.0
@wordpress/data devDependencies minor 6.7.0 -> 6.8.0
@wordpress/date dependencies minor 4.7.0 -> 4.8.0
@wordpress/dom-ready devDependencies minor 3.7.0 -> 3.8.0
@wordpress/edit-post dependencies minor 6.4.0 -> 6.5.0
@wordpress/editor devDependencies minor 12.6.0 -> 12.7.0
@wordpress/element dependencies minor 4.5.0 -> 4.6.0
@wordpress/element devDependencies minor 4.5.0 -> 4.6.0
@wordpress/escape-html devDependencies minor 2.7.0 -> 2.8.0
@wordpress/eslint-plugin devDependencies minor 12.1.0 -> 12.2.0
@wordpress/format-library devDependencies minor 3.5.0 -> 3.6.0
@wordpress/hooks dependencies minor 3.7.0 -> 3.8.0
@wordpress/i18n dependencies minor 4.7.0 -> 4.8.0
@wordpress/i18n devDependencies minor 4.7.0 -> 4.8.0
@wordpress/icons dependencies minor 8.3.0 -> 8.4.0
@wordpress/keycodes devDependencies minor 3.7.0 -> 3.8.0
@wordpress/notices devDependencies minor 3.7.0 -> 3.8.0
@wordpress/plugins dependencies minor 4.5.0 -> 4.6.0
@wordpress/server-side-render devDependencies minor 3.5.0 -> 3.6.0
@wordpress/token-list devDependencies minor 2.7.0 -> 2.8.0
@wordpress/url dependencies minor 3.8.0 -> 3.9.0
@wordpress/viewport dependencies minor 4.5.0 -> 4.6.0
@wordpress/widgets dependencies minor 2.5.0 -> 2.6.0

Release Notes

WordPress/gutenberg (@​wordpress/annotations)

v2.8.0

Compare Source

WordPress/gutenberg (@​wordpress/api-fetch)

v6.5.0

Compare Source

WordPress/gutenberg (@​wordpress/babel-preset-default)

v6.10.0

Compare Source

WordPress/gutenberg (@​wordpress/blob)

v3.8.0

Compare Source

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

v9.0.0

Compare Source

Breaking change
  • 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).
WordPress/gutenberg (@​wordpress/block-library)

v7.5.0

Compare Source

WordPress/gutenberg (@​wordpress/block-serialization-default-parser)

v4.8.0

Compare Source

WordPress/gutenberg (@​wordpress/blocks)

v11.7.0

Compare Source

WordPress/gutenberg (@​wordpress/components)

v19.10.0

Compare Source

Internal
  • UnitControl: migrate unit tests to TypeScript (#​40697).
  • DatePicker: Add improved unit tests (#​40754).
  • Setup user-event in unit tests inline, once per test (#​40839).
  • DatePicker: Update react-dates to 21.8.0 (#​40801).
Enhancements
  • InputControl: Add __next36pxDefaultSize flag for larger default size (#​40622).
  • UnitControl: Add __next36pxDefaultSize flag for larger default size (#​40627).
  • SelectControl: Improved TypeScript support (#​40737).
  • ToggleControlGroup: Switch to internal Icon component for dashicon support (40717).
  • Improve ToolsPanel accessibility. (#​40716)
Bug Fix
  • The Button component now displays the label as the tooltip for icon only buttons. (#​40716)
  • Use fake timers and fix usage of async methods from @testing-library/user-event. (#​40790)
  • UnitControl: avoid calling onChange callback twice when unit changes. (#​40796)
  • UnitControl: show unit label when units prop has only one unit. (#​40784)
  • AnglePickerControl: Fix closing of gradient popover when the angle control is clicked. (#​40735)
Internal
  • TextControl: Convert to TypeScript (#​40633).
WordPress/gutenberg (@​wordpress/compose)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/core-data)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/data)

v6.8.0

Compare Source

WordPress/gutenberg (@​wordpress/date)

v4.8.0

Compare Source

WordPress/gutenberg (@​wordpress/dom-ready)

v3.8.0

Compare Source

WordPress/gutenberg (@​wordpress/edit-post)

v6.5.0

Compare Source

WordPress/gutenberg (@​wordpress/editor)

v12.7.0

Compare Source

WordPress/gutenberg (@​wordpress/element)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/escape-html)

v2.8.0

Compare Source

WordPress/gutenberg (@​wordpress/eslint-plugin)

v12.2.0

Compare Source

Bug Fix
  • Fix the recommended preset when Prettier is not installed (#​40634).
WordPress/gutenberg (@​wordpress/format-library)

v3.6.0

Compare Source

WordPress/gutenberg (@​wordpress/hooks)

v3.8.0

Compare Source

WordPress/gutenberg (@​wordpress/i18n)

v4.8.0

Compare Source

WordPress/gutenberg (@​wordpress/icons)

v8.4.0

Compare Source

WordPress/gutenberg (@​wordpress/keycodes)

v3.8.0

Compare Source

WordPress/gutenberg (@​wordpress/notices)

v3.8.0

Compare Source

WordPress/gutenberg (@​wordpress/plugins)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/server-side-render)

v3.6.0

Compare Source

WordPress/gutenberg (@​wordpress/token-list)

v2.8.0

Compare Source

WordPress/gutenberg (@​wordpress/url)

v3.9.0

Compare Source

WordPress/gutenberg (@​wordpress/viewport)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/widgets)

v2.6.0

Compare Source


Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone UTC.

🚦 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, click this checkbox.

This PR has been generated by Renovate Bot.

@matticbot matticbot requested a review from a team as a code owner May 9, 2022 14:59
@matticbot
Copy link
Contributor Author

Caution: This PR has changes that must be merged to WordPress.com
Hello matticbot! These changes need to be synced to WordPress.com - If you 're an a11n, please commandeer and confirm D80378-code works as expected before merging this PR. Once this PR is merged, please commit the changes to WP.com. Thank you!
This revision will be updated with each commit to this PR

@github-actions github-actions bot added [JS Package] API [JS Package] Connection [JS Package] Components [JS Package] I18n Loader Webpack Plugin [JS Package] IDC [JS Package] Licensing [JS Package] Partner Coupon [JS Package] Shared Extension Utils [JS Package] Storybook [Package] Ad aka WordAds [Package] Backup [Package] Connection UI This package no longer exists in the monorepo. [Package] Identity Crisis This package no longer exists in the monorepo. It was merged into [Package] Connection. [Package] My Jetpack [Package] Search Contains core Search functionality for Jetpack and Search plugins [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin RNA labels May 9, 2022
@anomiex anomiex merged commit 7985bda into master May 9, 2022
@anomiex anomiex deleted the renovate/wordpress-monorepo branch May 9, 2022 15:37
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

Great news! One last step: head over to your WordPress.com diff, D80378-code, and deploy it.
Once you've done so, come back to this PR and add a comment with your changeset ID.

Thank you!

@github-actions github-actions bot removed the [Status] Needs Review This PR is ready for review. label May 9, 2022
@anomiex
Copy link
Contributor

anomiex commented May 9, 2022

r245267-wpcom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[JS Package] API [JS Package] Components [JS Package] Connection [JS Package] I18n Loader Webpack Plugin [JS Package] IDC [JS Package] Licensing [JS Package] Partner Coupon [JS Package] Shared Extension Utils [JS Package] Storybook [Package] Ad aka WordAds [Package] Backup [Package] Connection UI This package no longer exists in the monorepo. [Package] Identity Crisis This package no longer exists in the monorepo. It was merged into [Package] Connection. [Package] My Jetpack [Package] Search Contains core Search functionality for Jetpack and Search plugins [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin RNA Touches WP.com Files [Type] Janitorial

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants