-
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
Mobile Release v1.104.0 #54458
Mobile Release v1.104.0 #54458
Conversation
Size Change: 0 B Total Size: 1.62 MB ℹ️ View Unchanged
|
# Conflicts: # package-lock.json # packages/react-native-aztec/package.json # packages/react-native-bridge/package.json # packages/react-native-editor/ios/Podfile.lock # packages/react-native-editor/package.json
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 file as well as packages/edit-site/lib/unbrotli.js
, platform-docs/docs/basic-concepts/_category_.json
, and platform-docs/package-lock.json
were automatically modified when updating this PR with trunk
. The pre-commit
Git hook executed the command npx lint-staged
and it identified that those files needed code formatting.
Seems that this PR introduced the first two files (packages/edit-site/lib/lib-font.browser.js
and packages/edit-site/lib/unbrotli.js
), so I'd like to ping the author @matiasbenedetto for a confirmation that the changes are safe to merge into trunk
.
Regarding the last two (platform-docs/docs/basic-concepts/_category_.json
and platform-docs/package-lock.json
), the formatting change seems legit. Nevertheless, I also would like to ping the author @youknowriad of the PR where it was introduced for a double-check.
Thanks for the help 🙇 !
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.
Platform-docs changes are all good for me thanks :)
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.
👋 Yes, packages/edit-site/lib/lib-font.browser.js
and packages/edit-site/lib/unbrotli.js
are safe to merge. These files are part of the lib-font
package. Soon, the way of bundling them will change but for now they are OK.
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.
Great, thank you both Riad and Matias for the feedback 🙇 . I'll proceed with merging the PR then.
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.
I came across these files being autoformatted again. Let's revert the formatting changes introduced here and exclude this directory from autoformatting. From what I understand these aren't files that are authored in Gutenberg: #62573
Flaky tests detected in f3a2d8c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6196592668
|
# Conflicts: # packages/react-native-editor/ios/Podfile.lock
Description
Release 1.104.0 of the react-native-editor and Gutenberg-Mobile.
For more information about this release and testing instructions, please see the related Gutenberg-Mobile PR: wordpress-mobile/gutenberg-mobile#6204