-
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 trunk
#52455
Conversation
@wordpress/nux
to trunk
Size Change: 0 B Total Size: 1.44 MB ℹ️ View Unchanged
|
Flaky tests detected in 074490e9c5849306ec098d2aaa8617ac08bc12fe. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5548562185
|
328eee5
to
def50c5
Compare
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 the PR! Let's get this in and see if we can fix the release process issues.
6a61021
to
c4b3dc2
Compare
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/client-assets.php |
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.
c4b3dc2
to
16477d1
Compare
What?
Reverts #46110 in trunk. See #52444.
See also:
@wordpress/nux
to WP 6.2 branch #52452 -- Equivalent for WP 6.2 branch@wordpress/nux
to WP 6.3 branch #52454 -- Equivalent for WP 6.3 branchWhy?
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