-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency build_runner to v2.10.5 #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/build_runner-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Author
|
4c337c6 to
de1a1ad
Compare
de1a1ad to
1714ab2
Compare
1714ab2 to
84b8176
Compare
84b8176 to
95b1b32
Compare
95b1b32 to
9a87133
Compare
9a87133 to
8389ccf
Compare
8389ccf to
6be3c0e
Compare
6be3c0e to
52fccb0
Compare
52fccb0 to
c4aa628
Compare
c4aa628 to
fa8de37
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.4.15→2.10.5Release Notes
dart-lang/build (build_runner)
v2.10.5Compare Source
on the JIT or AOT compile. Explicitly log restarts to recompile builders.
analyzer10.0.0.v2.10.4Compare Source
analyzer9.0.0.v2.10.3Compare Source
builds much faster for some large codebases.
dart run build_runner buildin asubdirectory of a package.
package instead of for all packages in the workspace.
v2.10.2Compare Source
v2.10.1Compare Source
findAssetsscalability, making it much faster forprefix matches in packages with thousands of files or more. One specific use
case that is now faster is builders that use
source_genshared parts, forexample
built_valueandjson_serializable.triggerssection ofbuild.yamlusing thefull name. For the case in which the builder name matched the package name,
the abbreviated name was being used instead.
with build_runner/aoton Windows with JIT.v2.10.0Compare Source
automatically, for this release it's behind a flag. AOT compiled builders
start up faster and have higher throughput, for faster builds overall.
Builders that use
dart:mirrorscannot be AOT compiled.force-aotflag to AOT compile builders.force-jitflag to force the current default of JIT compiling builders.--dart-jit-vm-argoption. Its values are passed todart runwhena build script is started in JIT mode. This allows specifying options to
attach a debugger to builders.
analyzer8.0.0. Remove use of deprecatedanalyzermembers, usetheir recommended and compatible replacements.
build_test.v2.9.0Compare Source
exiting.
build_runnerinternals.with
dart run build_runner serve web:0.dart:mirrors.args2.5.0.v2.8.0Compare Source
build_resolversintobuild_runner.build_runner_coreintobuild_runner.timingintobuild_runner.build_resolvers,build_runner_core,timing.v2.7.2Compare Source
build4.0.0.v2.7.1Compare Source
build_runner serve, special handling of paths containing/packages/was hiding actual folders calledpackages. Serve the actualfolders first, before trying the package lookup.
lib/build_script_generate.dart,bin/graph_inspector.dart,build_runner doctorandbuild_runner generate-build-scriptcommands.pubspec_parseandtiming.build3.1.0.v2.7.0Compare Source
only if triggered if the option
run_only_if_triggeredistrue. Triggersare configured in new a top-level section of
build.yamlcalledtriggers.See the
build_configdocsfor more information.
-dflag: always delete files as if-dwas passed.--use-polling-watcherflag.build_runner servemode$graphand$perfhandlers.outputs. So, a generated file now gets deleted if its input was a generated
file that is no longer output.
lib.v2.6.1Compare Source
build3.0.1.v2.6.0Compare Source
analyzer,build_resolvers,collection,http,js,meta,package_config,pool,web,yaml.http,package_config,web.AssetReaderso they're easier to test.build3.0.0.build_resolvers3.0.0.v2.5.4Compare Source
package:import ofa missing dep or a missing file.
v2.5.3Compare Source
a crash.
to hidden generated files.
v2.5.2Compare Source
analyzer.v2.5.1Compare Source
Exception.v2.5.0Compare Source
User-visible changes:
will follow, if your workflow is affected by slow
build_runnerperformancethen please consider sharing details at
https://github.com/dart-lang/build/discussions.
builders, where the time is spent.
Versions:
build_test3.0.0.build_runner_core9.0.0.Internal changes:
MultiPackageAssetReaderto internalAssetFinder.FinalizedReaderno longer implementsAssetReader.CachingAssetReadertoFilesystemCache.FileBasedAssetReaderandFileBasedAssetWritertoReaderWriter.OnDeleteWriter, add functionality toReaderWriter.NodeTypetoAssetNode, remove subtypes. Make mutations explicit.built_valueforAssetNodeand related types.--verboselogging.Buildinstead ofin the asset graph.
completeBuildfromRunnerAssetWriteras it's no longer needed.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.