fix(deps): update dependency source_gen to v4#12
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
99db095 to
3e27e78
Compare
82a236e to
c399833
Compare
c399833 to
4fd2ee5
Compare
4fd2ee5 to
0bcf5a4
Compare
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:
^1.2.2→4.2.0Release Notes
dart-lang/source_gen (source_gen)
v4.2.0Compare Source
headerconfiguration toCombiningBuilder.v4.1.2Compare Source
analyzer: '>=8.1.1 <11.0.0'.v4.1.1Compare Source
analyzer: '>=8.1.1 <10.0.0'.v4.1.0Compare Source
TypeChecker.typeNamedLiterally. It's likeTypeChecker.typeNamed,but takes a
Stringinstead of aType.v4.0.2Compare Source
TypeChecker.typeNamedoninvalid code.
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.v2.0.0Compare Source
formatOutputfunction to accept a languageversion parameter.
default (previously it would apply the single cascades statements fix). The
new formatter does not support applying fixes.
GeneratorForAnnotation.generateForAnnotatedElement.analyzer: '>=6.9.0 <8.0.0'package:dart_styleLibraryBuilder,PartBuilder, andSharedPartBuildernow take an optionalwriteDescriptionsboolean. When set tofalse, headers and generatordescriptions for the files will not be included in the builder output.
//dart format width=80comments in files generated by aLibraryBuilderorPartBuilderand formatted with the default callback.Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Africa/Johannesburg, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.