chore(repo): add flutter-version-bump skill for v9 - #2902
Merged
VelikovPetar merged 1 commit intoAug 18, 2026
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
VelikovPetar
marked this pull request as ready for review
August 17, 2026 11:14
flutter-version-bump skill for v9
xsahil03x
approved these changes
Aug 17, 2026
VelikovPetar
deleted the
chore/FLU-705_port-flutter-version-bump-skill-v9
branch
August 18, 2026 07:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submit a pull request
Linear: FLU-705
Github Issue: #
CLA
Description of the pull request
Ports the
flutter-version-bumpskill from master to the v9 branch, adapted to v9's own infrastructure instead of a blind copy:"3.x"auto-adopt pin lives instream_flutter_workflow.yml's env (plusupdate_goldens.ymland the pana action) rather than a shared setup-flutter action;update_goldens.ymltakes no target input;package_analysisruns the non-golden test suite on the floor, not justlib/analysis; themelos.yamlshared dependency catalog must move together with package pubspecs on dependency floor bumps (precedent: chore(repo): support Flutter 3.47 #2895)..dart_tool/package_config.jsonflippingdart formatto the tall style; the committed seven-entryanalyzer.excludeblock; minimal error-floor Gradle/Kotlin bumps as the branch convention.The skill was verified by replaying the Flutter 3.47 adoption: a throwaway worktree at the commit before #2895, with 3.27.4 and 3.47.0 side by side, executing every locally-runnable step and scoring output against #2895's actual diff. The replay rediscovered everything mechanically discoverable in that PR (golden drift, the two Gradle/Kotlin floor violations, the
analyzer.excludeinjection) and caught five defects that are fixed in this version: a broken failure-set normalization in the test A/B, a stale-lockfile blind spot (alchemist 0.11.0 fails to compile on 3.47, masquerading as 100+ test regressions), a misstated Android precedent, undocumented macOS attribution distortions, and the beta canary running against the default branch only.Test instructions: none — documentation-only change, not exercised by CI.
Screenshots / Videos
No UI changes.
🤖 Generated with Claude Code