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 #25338

Merged
merged 8 commits into from Aug 19, 2022
Merged

Update wordpress monorepo #25338

merged 8 commits into from Aug 19, 2022

Conversation

matticbot
Copy link
Contributor

@matticbot matticbot commented Aug 1, 2022

This PR contains the following updates:

Package Type Update Change
@wordpress/annotations dependencies minor 2.12.0 -> 2.15.0
@wordpress/api-fetch dependencies minor 6.9.0 -> 6.12.0
@wordpress/api-fetch devDependencies minor 6.9.0 -> 6.12.0
@wordpress/babel-preset-default devDependencies minor 6.14.0 -> 6.17.0
@wordpress/base-styles dependencies minor 4.6.0 -> 4.7.0
@wordpress/base-styles devDependencies minor 4.6.0 -> 4.7.0
@wordpress/blob devDependencies minor 3.12.0 -> 3.15.0
@wordpress/block-editor dependencies minor 9.4.0 -> 9.7.0
@wordpress/block-editor devDependencies minor 9.4.0 -> 9.7.0
@wordpress/block-library devDependencies minor 7.9.0 -> 7.12.0
@wordpress/block-serialization-default-parser devDependencies minor 4.12.0 -> 4.15.0
@wordpress/blocks dependencies minor 11.11.0 -> 11.14.0
@wordpress/components dependencies minor 19.14.0 -> 19.17.0
@wordpress/components devDependencies minor 19.14.0 -> 19.17.0
@wordpress/compose dependencies minor 5.10.0 -> 5.13.0
@wordpress/core-data devDependencies minor 4.10.0 -> 4.13.0
@wordpress/data dependencies minor 6.12.0 -> 6.15.0
@wordpress/data devDependencies minor 6.12.0 -> 6.15.0
@wordpress/date dependencies minor 4.12.0 -> 4.15.0
@wordpress/dependency-extraction-webpack-plugin devDependencies minor 3.6.0 -> 3.7.0
@wordpress/dependency-extraction-webpack-plugin dependencies minor 3.6.0 -> 3.7.0
@wordpress/dom-ready devDependencies minor 3.12.0 -> 3.15.0
@wordpress/edit-post dependencies minor 6.9.0 -> 6.12.0
@wordpress/editor devDependencies minor 12.11.0 -> 12.14.0
@wordpress/editor dependencies minor 12.11.0 -> 12.14.0
@wordpress/element dependencies minor 4.10.0 -> 4.13.0
@wordpress/element devDependencies minor 4.10.0 -> 4.13.0
@wordpress/escape-html devDependencies minor 2.12.0 -> 2.15.0
@wordpress/eslint-plugin devDependencies minor 12.6.0 -> 12.9.0
@wordpress/format-library devDependencies minor 3.10.0 -> 3.13.0
@wordpress/hooks dependencies minor 3.12.0 -> 3.15.0
@wordpress/i18n dependencies minor 4.12.0 -> 4.15.0
@wordpress/i18n devDependencies minor 4.12.0 -> 4.15.0
@wordpress/icons dependencies minor 9.3.0 -> 9.6.0
@wordpress/jest-console devDependencies minor 5.3.0 -> 5.4.0
@wordpress/keycodes devDependencies minor 3.12.0 -> 3.15.0
@wordpress/notices devDependencies minor 3.12.0 -> 3.15.0
@wordpress/plugins dependencies minor 4.10.0 -> 4.13.0
@wordpress/postcss-plugins-preset devDependencies minor 3.9.0 -> 3.10.0
@wordpress/token-list devDependencies minor 2.12.0 -> 2.15.0
@wordpress/url dependencies minor 3.13.0 -> 3.16.0
@wordpress/viewport dependencies minor 4.10.0 -> 4.13.0
@wordpress/widgets dependencies minor 2.10.0 -> 2.13.0

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: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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. ⚠ Warning: custom changes will be lost.

This PR has been generated by Renovate Bot.

@matticbot matticbot requested a review from a team as a code owner August 1, 2022 00:30
@matticbot matticbot added [Status] Needs Review To request a review from Crew. Label will be renamed soon. [Type] Janitorial Touches WP.com Files labels Aug 1, 2022
@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 D85128-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 the [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. label Aug 2, 2022
@anomiex
Copy link
Contributor

anomiex commented Aug 18, 2022

The remaining failures are because @wordpress/* has CJS modules that try to require the ESM-only is-plain-obj (WordPress/gutenberg#43434), which doesn't get transpiled away when running in the context of an ESM module.

Ideally we'd get the ESM versions of the @wordpress/* packages, but (1) they don't declare that the ESM versions exist in a way Jest knows about, and (2) if we adjust the resolver to get Jest to know about them, we run into jestjs/jest#13148.

Copy link
Contributor

@anomiex anomiex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go for it.

@anomiex anomiex enabled auto-merge (squash) August 19, 2022 18:42
@anomiex
Copy link
Contributor

anomiex commented Aug 19, 2022

r250978-wpcom

@anomiex anomiex merged commit 53dbb2d into trunk Aug 19, 2022
@anomiex anomiex deleted the renovate/wordpress-monorepo branch August 19, 2022 18:46
@anomiex anomiex mentioned this pull request Aug 19, 2022
1 task
@github-actions github-actions bot removed the [Status] Needs Review To request a review from Crew. Label will be renamed soon. label Aug 19, 2022
@github-actions
Copy link
Contributor

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

Thank you!

@bindlegirl bindlegirl mentioned this pull request Aug 31, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants