flutter/dev/customer_testing
Greg Spencer 2e78ed0ff9
Allow explicit exclusion of packages from pinned packages in flutter update-packages --force-update (#147679)
## Description

This introduces a list of packages that we will explicitly not pin.  It is to be used for things where the package isn't actually published, but is a transitive dependency of another package included in the SDK.  This happens with the `macros` package, for instance, which depends on the private, unpublished, `_macros` package where the SDK does some tricky things to depend on it (it depends on "any", but ships it as part of the SDK).

Also ran `flutter update-packages --force-update` to update all of the pubspec files.

## Related Issues
 - Fixes #147656

## Tests
 - Added a test that makes sure that explicitly unpinned packages don't show up in the pinned list.
2024-05-02 01:16:54 +00:00
..
lib Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
test Add support for setup steps in flutter customer tests (#135726) 2023-10-03 20:31:54 +00:00
ci.bat Update link branches to main (continued) (#146985) 2024-04-19 10:46:24 +02:00
ci.sh Update link branches to main (continued) (#146985) 2024-04-19 10:46:24 +02:00
pubspec.yaml Allow explicit exclusion of packages from pinned packages in flutter update-packages --force-update (#147679) 2024-05-02 01:16:54 +00:00
run_tests.dart Reland: Update link branches to main (#146882) 2024-04-17 13:16:33 +00:00