Update dependency build to v3 #29
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:
^1.2.2
->^3.0.0
Release Notes
dart-lang/build (build)
v3.0.0
Compare Source
meta
,pool
.element2
APIs inanalyzer
. Builders that doresolution 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.
v2.5.4
Compare Source
build_runner_core
9.1.2.v2.5.3
Compare Source
build_runner_core
9.1.1.v2.5.2
Compare Source
build_runner_core
9.1.0.v2.5.1
Compare Source
build_runner_core
9.0.1.v2.5.0
Compare Source
User-visible changes:
will follow, if your workflow is affected by slow
build_runner
performancethen please consider sharing details at
https://github.com/dart-lang/build/discussions.
builders, where the time is spent.
AssetNotFoundException
now also reports the missingpath
.Versions:
build_test
3.0.0.build_runner_core
9.0.0.Internal changes:
package:build/src/internal.dart
for use bybuild_resolvers
,build_runner_core
andbuild_test
.PathProvidingAssetReader
toAssetPathProvider
.MultiPackageAssetReader
to internalAssetFinder
.Filesystem
that backsAssetReader
andAssetWriter
implementations.
CachingAssetReader
toFilesystemCache
.BuildCacheReader
toBuildCacheAssetPathProvider
.FileBasedAssetReader
andFileBasedAssetWriter
toReaderWriter
.BuildStepImpl
tobuild_runner_core
, useSingleStepReader
directly.LibraryCycleGraphLoader
for loading transitive deps for analysis.v2.4.2
Compare Source
field promotion.
v2.4.1
Compare Source
v2.4.0
Compare Source
BuildStep.packageConfig
getter to resolve a package config of allpackages involved in the current build.
v2.3.1
Compare Source
package:analyzer
.v2.3.0
Compare Source
in full path matching instead of suffix matching.
v2.2.2
Compare Source
v2.2.1
times.
v2.2.0
Resource
s when the resource has adispose
method. Previously the instances were discarded and recreated for every build
even if they had tried to clean up their own state.
v2.1.1
Compare Source
ArgumentError
if an expected output matches the input.v2.1.0
Compare Source
buildExtensions
include capture groups,enabling directory moves. For more information on this feature, see
capture groups
allowedOutputs
getter toBuildStep
. It returns assets that may bewritten in that step.
v2.0.3
Compare Source
v2.0.2
Compare Source
buildStep.complete
.v2.0.1
Compare Source
v2.0.0
Compare Source
rootPackage
argument torunBuilder
AssetId.resolve
from aString
(which previously was required to be a valid URI) to a
Uri
instance. Callsites which have static errors can wrap the argument with
Uri.parse()
.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.