Update dependency source_gen to v4 #31
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.
This PR contains the following updates:
^0.9.5->^4.0.0Release Notes
dart-lang/source_gen (source_gen)
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.v1.5.0Compare Source
throwOnUnresolvedconfiguration to theGeneratorForAnnotationconstructor.
InvalidGenerationSourceErrortoInvalidGenerationSource. Changefrom a subtype of
Errorto a subtype ofException. This may be breaking ifa builder relies on a
on Exception catchto ignore this error.v1.4.0Compare Source
package:analyzer.nodeargument toInvalidGenerationSourceErrorto allow finding thesource location from an
AstNodeover anElement.v1.3.2Compare Source
TypeChecker.isAssignableFromType()null safe.v1.3.1Compare Source
part ofdirectives (previously a name would be used ifthe library had a non-empty one).
v1.3.0Compare Source
build_extensionsconfiguration of builders producingmultiple files. For example:
build_extensions: { '.dart': ['.stub.dart', '.web.dart', '.vm.dart'] }TypeChecker.LibraryReader.allElements.This allows
GeneratorForAnnotationto target annotated directives.v1.2.7Compare Source
repositoryfield.2.18.TypeChecker.v1.2.6Compare Source
preambleoption tocombining_builder.v1.2.5Compare Source
v1.2.4Compare Source
v1.2.3Compare Source
analyzer: '>=4.6.0 <6.0.0'sdk: '>=2.17.0 <3.0.0'v1.2.2Compare Source
formatOutputfunction to the
PartBuilderorLibraryBuilderconstructors.v1.2.1Compare Source
represents their type. Previously we checked this pattern only for enums,
however there are enum-like usages in classes which are not enums.
package:analyzer.v1.2.0Compare Source
LibraryElementinLibraryReader.allElements,LibraryReader.annotatedWith, andLibraryReader.annotatedWithExact. RunGeneratorForAnnotationgenerators on library elements when thelibrarystatement has the annotation.
build_extensionsconfiguration to thePartBuilderandLibraryBuilder. You must forward theBuilderOptionsobject to the superconstructor for this to work.
parameters.
partstatements on Windows.v1.1.1Compare Source
package:pedantic.v1.1.0build_extensionsoption tocombining_builder, allowing outputfiles to be generated into a different directory.
v1.0.5different class than their type (but in the same library).
v1.0.4Compare Source
v1.0.3Compare Source
package:analyzer.v1.0.2Compare Source
TypeChecker.fromRuntimeTypefor types that come from non-package uris.v1.0.1Compare Source
package:analyzerversion1.7.0.v1.0.0Compare Source
ConstantReader.isAny.ConstantReader.anyValue.LibraryReader.classElements.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.