[pigeon] bumps analyzer support to between 10 and 12#11358
[pigeon] bumps analyzer support to between 10 and 12#11358auto-submit[bot] merged 8 commits intoflutter:mainfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests or get an explicit test exemption before merging. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. If you believe this PR qualifies for a test exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!). The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group. |
|
@stuartmorgan-g I'm not really sure how to deal with failures in all_packages. Happy to learn, but it doesn't even have a pubspec, so I don't know how to debug deps |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
Expanding the go_router_builder range (either in this PR or a prequel PR) is indeed the correct solution to that failure. This is the kind of thing we have build-all here to catch: we want people to be able to successfully use the last version of any of our packages together, so we don't want incompatible constraints in the tree.
You can add flutter/flutter#182064 to the issues fixed by this PR.
stuartmorgan-g
left a comment
There was a problem hiding this comment.
LGTM
I guess I didn't need to file the follow-up issue for go_router :)
flutter/packages@7ae082a...582f0e7 2026-03-30 49699333+dependabot[bot]@users.noreply.github.com Bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 in the all-github-actions group (flutter/packages#11388) 2026-03-28 tarrinneal@gmail.com [pigeon] bumps analyzer support to between 10 and 12 (flutter/packages#11358) 2026-03-27 stuartmorgan@google.com Remove CODEOWNERS (flutter/packages#11375) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter (stable) from 2c9eb20 to db50e20 (6 revisions) (flutter/packages#11380) 2026-03-27 116356835+AbdeMohlbi@users.noreply.github.com [Animations] add example to `openCntainer` (flutter/packages#11189) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter (stable) from 2c9eb20 to db50e20 (6 revisions) (flutter/packages#11380) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter from e79bf6c to fb03253 (16 revisions) (flutter/packages#11379) 2026-03-27 katelovett@google.com [two_dimensional_scrollables] Add regression test (flutter/packages#11376) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#184341) flutter/packages@7ae082a...582f0e7 2026-03-30 49699333+dependabot[bot]@users.noreply.github.com Bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 in the all-github-actions group (flutter/packages#11388) 2026-03-28 tarrinneal@gmail.com [pigeon] bumps analyzer support to between 10 and 12 (flutter/packages#11358) 2026-03-27 stuartmorgan@google.com Remove CODEOWNERS (flutter/packages#11375) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter (stable) from 2c9eb20 to db50e20 (6 revisions) (flutter/packages#11380) 2026-03-27 116356835+AbdeMohlbi@users.noreply.github.com [Animations] add example to `openCntainer` (flutter/packages#11189) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter (stable) from 2c9eb20 to db50e20 (6 revisions) (flutter/packages#11380) 2026-03-27 engine-flutter-autoroll@skia.org Roll Flutter from e79bf6c to fb03253 (16 revisions) (flutter/packages#11379) 2026-03-27 katelovett@google.com [two_dimensional_scrollables] Add regression test (flutter/packages#11376) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Don't land this until previous bump lands
fixes flutter/flutter#184119
fixes flutter/flutter#182064
fixes flutter/flutter#184269