-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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.3 branch
#52454
Conversation
Size Change: 0 B Total Size: 1.45 MB ℹ️ View Unchanged
|
bf529fe
to
3740cca
Compare
Flaky tests detected in b03f036. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5572180944
|
The Puppeteer 2 and 3 tests are failing in the most recent wp/6.3 run too.
I'm presuming some general flakiness. |
This reverts commit 9ea80f6. # Conflicts: # lib/client-assets.php
The addition of the transforms of 0 pixels can be added safely as they have no effect.
dcb1d00
to
b03f036
Compare
What?
Reverts #46110 in the WordPress 6.3 branch. See #52444.
See also:
@wordpress/nux
to WP 6.2 branch #52452 -- Equivalent for WP 6.2 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 creatednpm run docs:build
Lerna dry run: TBA
Testing Instructions for Keyboard
N/A -- code change only
Screenshots or screencast