-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Update Gutenberg Packages (WP 6.9 Beta 1 edition) #10355
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
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN:
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
||
const packageLock = readJSONFile( "package-lock.json" ); | ||
const versionConflicts = Object.entries( packageLock.dependencies ) | ||
const versionConflicts = Object.entries( packageLock.packages[''].dependencies ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only manual change to fix the script, looks like package-lock.json
has changed in format.
3d76e78
to
3bf633a
Compare
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for leaving the comment about the Yjs exclusion in core-data
. It makes me wonder why the other two modules are also excluded, and if the reasons for those exclusions are still there.
Looks like it’s worth merging so we can start broader testing; thanks for doing the work of getting this all together and fixing the immediate issues!
Updates the packages to match Gutenberg version 21.9.0 RC2. Also updates the sync script to work with the new `package-lock.json` format. Some reusable block tests were adjusted to work with more render arguments. Added `core-data` to the ignore list for `verify:source-maps` because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See WordPress/gutenberg#72503. See: #10355. See: https://core.trac.wordpress.org/ticket/64117. Props ellatrix, dmsnell. Fixes #64117. git-svn-id: https://develop.svn.wordpress.org/trunk@61009 602fd350-edb4-49c9-b593-d223f7449a82
Updates the packages to match Gutenberg version 21.9.0 RC2. Also updates the sync script to work with the new `package-lock.json` format. Some reusable block tests were adjusted to work with more render arguments. Added `core-data` to the ignore list for `verify:source-maps` because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See WordPress/gutenberg#72503. See: WordPress/wordpress-develop#10355. See: https://core.trac.wordpress.org/ticket/64117. Props ellatrix, dmsnell. Fixes #64117. Built from https://develop.svn.wordpress.org/trunk@61009 git-svn-id: http://core.svn.wordpress.org/trunk@60345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Updates the packages to match Gutenberg version 21.9.0 RC2. Also updates the sync script to work with the new `package-lock.json` format. Some reusable block tests were adjusted to work with more render arguments. Added `core-data` to the ignore list for `verify:source-maps` because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See WordPress/gutenberg#72503. See: WordPress/wordpress-develop#10355. See: https://core.trac.wordpress.org/ticket/64117. Props ellatrix, dmsnell. Fixes #64117. Built from https://develop.svn.wordpress.org/trunk@61009 git-svn-id: https://core.svn.wordpress.org/trunk@60345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Trac ticket: https://core.trac.wordpress.org/ticket/64117
This PR syncs the latest packages until Gutenberg version 21.9.0 RC1.
package-lock.json
changed in format.that I need to investigate further:Edit: this is caused by Yjs being bundled. I've added it to the ignore list for now, we should aim to resolve this problem during Beta. See https://core.trac.wordpress.org/ticket/64120. We can skip verifying source maps forcore-data
for now and fix this during Beta.The following package versions were changed:
@wordpress/a11y: 4.19.1 -> 4.33.0
@wordpress/annotations: 3.19.2 -> 3.33.0
@wordpress/api-fetch: 7.19.2 -> 7.33.0
@wordpress/autop: 4.19.1 -> 4.33.0
@wordpress/babel-preset-default: 8.19.1 -> 8.33.0
@wordpress/blob: 4.19.1 -> 4.33.0
@wordpress/block-directory: 5.19.7 -> 5.33.0
@wordpress/block-editor: 14.14.6 -> 15.6.0
@wordpress/block-library: 9.19.6 -> 9.33.0
@wordpress/block-serialization-default-parser: 5.19.1 -> 5.33.0
@wordpress/blocks: 14.8.2 -> 15.6.0
@wordpress/commands: 1.19.4 -> 1.33.0
@wordpress/components: 29.5.4 -> 30.6.0
@wordpress/compose: 7.19.2 -> 7.33.0
@wordpress/core-commands: 1.19.6 -> 1.33.0
@wordpress/core-data: 7.19.6 -> 7.33.0
@wordpress/customize-widgets: 5.19.6 -> 5.33.0
@wordpress/data: 10.19.2 -> 10.33.0
@wordpress/data-controls: 4.19.2 -> 4.33.0
@wordpress/dataviews: 4.15.4 -> 10.0.0
@wordpress/date: 5.19.1 -> 5.33.0
@wordpress/dependency-extraction-webpack-plugin: 6.19.1 -> 6.33.0
@wordpress/deprecated: 4.19.1 -> 4.33.0
@wordpress/dom: 4.19.2 -> 4.33.0
@wordpress/dom-ready: 4.19.1 -> 4.33.0
@wordpress/e2e-test-utils-playwright: 1.19.1 -> 1.33.0
@wordpress/edit-post: 8.19.7 -> 8.33.0
@wordpress/edit-site: 6.19.7 -> 6.33.0
@wordpress/edit-widgets: 6.19.6 -> 6.33.0
@wordpress/editor: 14.19.7 -> 14.33.0
@wordpress/element: 6.19.1 -> 6.33.0
@wordpress/escape-html: 3.19.1 -> 3.33.0
@wordpress/fields: 0.11.6 -> 0.25.0
@wordpress/format-library: 5.19.6 -> 5.33.0
@wordpress/hooks: 4.19.1 -> 4.33.0
@wordpress/html-entities: 4.19.1 -> 4.33.0
@wordpress/i18n: 5.19.1 -> 6.6.0
@wordpress/icons: 10.19.1 -> 11.0.0
@wordpress/interactivity: 6.19.1 -> 6.33.0
@wordpress/interactivity-router: 2.19.1 -> 2.33.0
@wordpress/interface: 9.4.4 -> 9.18.0
@wordpress/is-shallow-equal: 5.19.1 -> 5.33.0
@wordpress/keyboard-shortcuts: 5.19.2 -> 5.33.0
@wordpress/keycodes: 4.19.1 -> 4.33.0
@wordpress/list-reusable-blocks: 5.19.4 -> 5.33.0
@wordpress/media-utils: 5.19.2 -> 5.33.0
@wordpress/notices: 5.19.2 -> 5.33.0
@wordpress/nux: 9.19.4 -> 9.33.0
@wordpress/patterns: 2.19.6 -> 2.33.0
@wordpress/plugins: 7.19.4 -> 7.33.0
@wordpress/preferences: 4.19.4 -> 4.33.0
@wordpress/preferences-persistence: 2.19.2 -> 2.33.0
@wordpress/prettier-config: 4.19.1 -> 4.33.0
@wordpress/primitives: 4.19.1 -> 4.33.0
@wordpress/priority-queue: 3.19.1 -> 3.33.0
@wordpress/private-apis: 1.19.1 -> 1.33.0
@wordpress/redux-routine: 5.19.1 -> 5.33.0
@wordpress/reusable-blocks: 5.19.6 -> 5.33.0
@wordpress/rich-text: 7.19.2 -> 7.33.0
@wordpress/router: 1.19.2 -> 1.33.0
@wordpress/scripts: 30.12.1 -> 30.26.0
@wordpress/server-side-render: 5.19.4 -> 6.9.0
@wordpress/shortcode: 4.19.1 -> 4.33.0
@wordpress/style-engine: 2.19.1 -> 2.33.0
@wordpress/sync: 1.19.2 -> 1.33.0
@wordpress/token-list: 3.19.1 -> 3.33.0
@wordpress/undo-manager: 1.19.1 -> 1.33.0
@wordpress/upload-media: 0.4.4 -> 0.18.0
@wordpress/url: 4.19.2 -> 4.33.0
@wordpress/viewport: 6.19.2 -> 6.33.0
@wordpress/warning: 3.19.1 -> 3.33.0
@wordpress/widgets: 4.19.6 -> 4.33.0
@wordpress/wordcount: 4.19.1 -> 4.33.0
A second sync was performed:
The following package versions were changed:
@wordpress/block-directory: 5.33.0 -> 5.33.1
@wordpress/block-library: 9.33.0 -> 9.33.1
@wordpress/customize-widgets: 5.33.0 -> 5.33.1
@wordpress/edit-post: 8.33.0 -> 8.33.1
@wordpress/edit-site: 6.33.0 -> 6.33.1
@wordpress/edit-widgets: 6.33.0 -> 6.33.1
@wordpress/editor: 14.33.0 -> 14.33.1
@wordpress/fields: 0.25.0 -> 0.25.1
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.