-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 npm packages for WordPress 6.3 Beta 1 #4722
Conversation
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.
One deprecation notice that can be avoided, but this fixes the PHP fatal introduce in core. Pre-approving
@@ -846,7 +852,7 @@ function block_core_navigation_typographic_presets_backcompatibility( $parsed_bl | |||
*/ | |||
function block_core_navigation_parse_blocks_from_menu_items( $menu_items, $menu_items_by_parent_id ) { |
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 deprecated function is still being used in render_block_core_navigation
. Can that be updated as well before this is merged?
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.
Good spot! I'm afraid I'll leave it for Beta 2 since we're already one hour behind schedule for Beta 1, and it doesn't seem like a total blocker 😅
Activating Gutenberg v16.0.0 alongside this PR seems to result in a fatal error:
Yay for name collisions. Looks like we'll need another round of npms 😕 |
CC @getdave |
What about this Gutenberg reference:
I don't see that file updated here. |
Ah, interesting. Looks like those collisions have been fixed in GB |
I'll look into this. Sidenote, I guess we could really use something like this 😅 |
|
Thank you for reviewing/approving, folks! As stated in Slack:
|
Committed to Core in https://core.trac.wordpress.org/changeset/56076/. |
I'll add it to a list that I might never return to. I agree though. I'm sure this has been a problem before thanks @ockham |
Follow-up to #4699 / r56065.
Includes WordPress/gutenberg#51978, which fixes the following fatal error:
Trac ticket: https://core.trac.wordpress.org/ticket/58623
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.