Update dependency source_gen to v4 #55
Open
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^2.0.0->^4.0.0Release Notes
dart-lang/source_gen (source_gen)
v4.0.1Compare Source
analyzer: '>=8.1.1 <9.0.0'.build: '>=3.0.0 <5.0.0'.v4.0.0Compare Source
TypeChecker.fromRuntime, useTypeChecker.typeNamedinstead. This removes all use ofdart:mirror, sobuilders using
source_gencan be AOT compiled for better performance.// GENERATED FILEcomments on the first line.v3.1.0Compare Source
dart:mirrors: deprecateTypeChecker.fromRuntime.It will be removed in version
4.0.0. AddTypeChecker.typeNamedwhich isthe recommended replacement.
dart:mirrors: addinPackageandinSdkparametersto
GenerateForAnnotation. These will start being used in version4.0.0when it switches to
TypeChecker.typeNamed.InvalidGenerationSourcesupport forFragment,ElementDirectiveandAnnotatable.analyzer: '>=7.4.0 <9.0.0'.v3.0.0Compare Source
element2APIs inanalyzer. Builders thatdo resolution need to switch to the new API, see
https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md.
For questions please use https://github.com/dart-lang/build/discussions.
and directives. If you use
TypeChecker().annotatedWith(), see alsothe new
TypeChecker().libraryDirectivesAnnotatedWith(). If you useGeneratorForAnnotationsee the newgenerateForAnnotatedDirective.build: ^3.0.0annotation names such as
override,Deprecated, andpragma.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.