-
Notifications
You must be signed in to change notification settings - Fork 384
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 dependabot config to group @wordpress/*
package updates
#7579
Conversation
- Removed in favor of dependabot updates grouping.
Plugin builds for 3386b9b are ready 🛎️!
|
Normalize composer issue is fixed in #7580. |
- ">= 17" | ||
# Updates are handled via the `gutenberg-packages-update` GHA workflow. | ||
- dependency-name: "@wordpress/*" | ||
- dependency-name: react-dom |
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.
How did you realize you needed to add react-dom
?
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.
Since @wordpress/element
is an abstraction on both and need to match its peer deps version, I think it would be better to add both.
# Check if phar is actually downloaded. | ||
if [ ! -f composer-normalize.phar ]; then | ||
sleep 5 | ||
wget https://github.com/ergebnis/composer-normalize/releases/latest/download/composer-normalize.phar | ||
fi | ||
|
||
# If not downloaded, exit with error this time. | ||
if [ ! -f composer-normalize.phar ]; then | ||
echo "::error::Failed to download composer-normalize.phar" | ||
exit 1 | ||
fi |
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.
Was the file failing to download?
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.
Yup on my local once among many attempts. So added this safeguard.
Summary
Gutenberg packages update
workflow in favor of @dependabot dependency updates grouping.Fixes #7576
Checklist