feat(deps): upgrade to Dart 3.13 - #1691
Open
unicoderbot[bot] wants to merge 5 commits into
Open
Conversation
Closes #1690 Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
Member
|
@vgvbot investigate and fix CI failures |
Contributor
Author
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
- Regenerate test_optimizer_bundle.dart with the Dart 3.13 formatter - Apply new formatter style across lib/ and test/ - Replace conditional expression with if-element to satisfy prefer_if_elements_to_conditional_expressions
The shared CI workflow injects platform excludes into every analysis_options.yaml, causing ensure_build to detect a diff. Commit the same excludes (mirroring the root config) to the e2e and test_optimizer hooks configs so the build is clean.
Mirror the CI-injected platform excludes in the spdx_license tool configs and the compilation_error e2e fixture so ensure_build detects no diff.
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.
Summary
Upgrades this package to support Dart 3.13.0 and Flutter 3.47.x.
Changes
sdkconstraint in allpubspec.yamlfiles from^3.12.0to^3.13.03.12.0to3.13.03.44.xto3.47.xVerification
All tests and lints pass on the new SDK version.
Closes #1690