-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Restore @wordpress/nux
to WP 6.2 branch
#52452
Conversation
Size Change: 0 B Total Size: 1.33 MB ℹ️ View Unchanged
|
Flaky tests detected in 58cd4bc. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5514002193
|
4c3b909
to
a361c2f
Compare
Local test results on this branch:
Seeing some failures on playwright but they match on both this branch and |
55a3f02
to
58cd4bc
Compare
Seeing pretty much the same failures on a null pr (adding a temp file) #52492 so calling this ready for review. |
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.
LGTM, let's see if this helps fix the release process!
What?
Reverts #46110 in the WordPress 6.2 branch. See #52444.
See also:
@wordpress/nux
to WP 6.3 branch #52454 -- Equivalent for WP 6.3 branch@wordpress/nux
to trunk #52455 -- Equivalent for trunkWhy?
As the WordPress-Develop is still consuming the package, this is causing significant issues while running npm run sync-gutenberg-packages for both the wp-6.2 and wp-6.3 distribution tags.
While the script is apparently successful, the incorrect versions of key packages are installed. @wordpress/components reverts to version 23.9.0; @wordpress/data reverts to 8.6.0.
Tagging @wordpress/nux@6.0.0 with the affected distribution tags has been attempted without success, see WP#57643 (comment).
How?
Testing Instructions
npm i
git checkout package-lock.json
if requirednpm distclean; npm clean:packages
packages/nux
don't existnpm build
packages/nux
have been createdLerna dry run: TBA
Testing Instructions for Keyboard
N/A -- code change only
Screenshots or screencast