Update dart analyzer toolchain#634
Closed
renovate[bot] wants to merge 6 commits into
Closed
Conversation
b8913cf to
1346337
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
test >=1.31.2 は analyzer >=13 を要求し、保留中の built_value_generator <8.12.6 (analyzer <13) と競合して pub get が解決不能になるため、test を <1.31.2 に保留する。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
built_value_generator 8.12.5 (analyzer <13) と test 1.31.2 (analyzer >=13) の制約が競合し依存解決に失敗するため。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mockito >=5.6.5 は analyzer ^13 を要求し、riverpod_generator 4.0.4 (analyzer ^12) と競合して依存解決に失敗するため、 mockito を <5.6.5 に保留する。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mockito 5.6.3 は analyzer <11 のため riverpod_generator 4.0.4 (analyzer ^12) と競合する。5.6.4 は analyzer <13 まで許容する。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
This PR contains the following updates:
8.12.1→8.12.53.3.1→3.3.23.3.1→3.3.24.11.0→4.12.06.13.0→6.14.05.6.3→5.7.04.0.2→4.0.34.0.3→4.0.41.31.0→1.31.2Release Notes
google/built_value.dart (built_value_generator)
v8.12.5Compare Source
analyzer 11.0.0andanalyzer 12.0.0.v8.12.4Compare Source
operator==when there arefunctions: only use dynamic calls if the class also has type parameters.
v8.12.3Compare Source
analyzer ^10.0.0, stop using removed and deprecated methods fromearlier versions.
v8.12.2Compare Source
analyzer 10.0.0.rrousselGit/riverpod (flutter_riverpod)
v3.3.2Compare Source
google/json_serializable.dart (json_annotation)
v4.12.0Compare Source
JsonKey.explicitJsonNullWhenNonNullFieldfor PATCH-style tri-state JSONfields (omit key vs explicit
nullvs value).google/json_serializable.dart (json_serializable)
v6.14.0Compare Source
JsonKey.explicitJsonNullWhenNonNullFieldfor PATCH-style tri-stateJSON fields: distinguish omitted keys from explicit
nullinfromJsonandemit explicit JSON
nullintoJsonwhen the Dart field is non-null.json_annotation: '>=4.12.0 <4.13.0'v6.13.2Compare Source
analyzer: '>=10.0.0 <14.0.0'v6.13.1Compare Source
Recordtypes with unsupportedfields.
(#1559)
analyzer: '>=10.0.0 <13.0.0'build: ^4.0.4dart_style: ^3.1.4source_gen: ^4.1.2source_helper: ^1.3.10dart-lang/build (mockito)
v5.7.0Compare Source
#4498
v5.6.5Compare Source
analyzer13.0.0.v5.6.4analyzer11.0.0 and 12.0.0.dart-lang/buildmonorepo.dart-lang/test (test)
v1.31.2Compare Source
--compiler cli.browser tests.
Previously tests loaded for the browser would have an operating system of
"none", now they will have an operating system matching the system the browser
is running on. This allows more specific configuration, such as skipping a
particular browser test on a particular platform. This may impact existing
configuration which relied on the configuration for browser tests being
independent from any OS specific configuration. For instance a wide skip of
all tests with OS
'windows'would previously still run browser tests onwindows, but will now skip all tests including browser tests.
3.x.x.analyzer: '>=13.0.0 <15.0.0'instead of through the test runner.
v1.31.1Compare Source
resolvedExecutableis unexpectedlynull.-c exetests would hang on exit on windows.using the dart2wasm compiler.
GithubReporter:reduce log noise in GitHub Actions.
analyzerversion13.x.x.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.