-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[native assets] Roll and unpin dependencies #178181
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
Conversation
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.
Code Review
This pull request rolls several dependencies to their latest versions and unpins some of them. The code_assets, hooks, and hooks_runner packages are unpinned from kManuallyPinnedDependencies now that they have reached version 1.0.0. Their versions are updated accordingly in packages/flutter_tools/pubspec.yaml and the package_ffi template. The data_assets package is also updated. The changes are consistent and correct.
goderbauer
left a comment
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!
Rolling the dependencies to the latest versions and unpinning them. Tests: All existing tests of build hooks and code assets.
Rolling the dependencies to the latest versions and unpinning them. Tests: All existing tests of build hooks and code assets.
Rolling the dependencies to the latest versions and unpinning them. Tests: All existing tests of build hooks and code assets.
Rolling the dependencies to the latest versions and unpinning them.
Tests: All existing tests of build hooks and code assets.