chore(deps): update dependency build_runner to ^2.15.0#3041
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency build_runner to ^2.15.0#3041renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4790ed4 to
317e050
Compare
317e050 to
408a894
Compare
408a894 to
7ae84de
Compare
7ae84de to
9a39e30
Compare
9a39e30 to
66e549e
Compare
66e549e to
17a82d8
Compare
17a82d8 to
a2e56ad
Compare
a2e56ad to
fa2510a
Compare
fa2510a to
3babb06
Compare
3babb06 to
c105060
Compare
c105060 to
df3d7ce
Compare
df3d7ce to
8fe9f0f
Compare
8fe9f0f to
94f0ff4
Compare
94f0ff4 to
38882ce
Compare
38882ce to
b740cd7
Compare
b740cd7 to
ea5a085
Compare
ea5a085 to
3b8e0bf
Compare
7e3e36f to
632ef17
Compare
632ef17 to
1eb9ce9
Compare
1eb9ce9 to
364a65e
Compare
364a65e to
b312f7f
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:
^2.5.4→^2.15.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dart-lang/build (build_runner)
v2.15.0Compare Source
--low-resources-modeas default memory usage has been improved. Ifyou have problems with RAM usage please file an issue.
--log-performanceand--track-performance. File an issue if youhave performance measurement needs not covered by the newer
--dart-aot-perf.--workspacethe global options affecting build order were readfrom the wrong package. They are now read from
build.yamlin the workspaceroot, like other global options.
analyzer13.0.0.v2.14.1Compare Source
from the workspace leaving a stale
workspace.reffile.watchcommand now always does one build before exiting due toa request from another
build_runnerprocess. Fix crashes related to requestbefore build start.
v2.14.0Compare Source
for 2x faster incremental builds.
run. Thiscosts more initial startup time but gives faster builds afterwards. Fall back
to JIT if the compile fails due to use of
dart:mirrors. Use the--force-jitflag if you want the old default JIT builder compile. Use the--force-aotflag to turn off the fallback to JIT compile.asset:scheme to the--build-filterflag. It is likepackage:but for the whole package, not justlib. For example,package:a/b.dartis the same asasset:a/lib/b.dart.--build-filterwhen using the--workspaceflag nowapply to the current package, not the workspace root. Other packages must
be referred to using
package:orasset:schemes.needed ignore the deletion, if it's needed try to use the cached version,
as a last resort restart the build.
build_runneruntil the build is complete. Don'twrite files unless the contents changed. These reduce unnecessary work by
tools that watch the filesystem.
--workspaceflag is no longer experimental, remove the warning.--workspaceflag tocleancommand, use it to clear the cache used fora
--workspacebuild.stop: rundart run build_runner stopto terminate arunning
watchorservecommand in the current package or workspace. Ifa build is in progress, the build will complete first.
build_runnerwill wait for any already-running command beforerunning. If there is an already-running
watchorservecommand, it will beclosed after the currently-running build, as if you ran the new
dart run build_runner stop.daemoncommand ignoresbuild_runner stopand ignores the newlocking as it uses its own locking.
build_runner servewhen directories were specified with a port, for example
build_runner serve web:0. Before the fix, non-optional outputs to cacheunder
webwould be skipped unless they were used by another build step.With the fix, all non-optional outputs under
webare built and served.--workspacegenerate the entrypoint and compiledartifacts under the workspace root instead of the current package root.
code_builderdependency so builders can use any version of it.v2.13.1Compare Source
analyzer11.0.0 and 12.0.0.v2.13.0Compare Source
incremental builds. See #4405 for full
benchmark results. Optimizations included: faster management of files for
analysis, re-use syntax errors computation, avoid a throw/catch on "not yet
generated" source, copy asset graph without a serialization round trip,
re-use trigger configuration digest.
--dart-aot-perfflag for profiling on Linux. Use it with--force-aot.It runs the builders under the
perfprofiling tool which writes toperf.data.--verbose-durationsflag that logs durations with greater precision.build_runnerargs usage output.v2.12.2Compare Source
applies_buildersinbuild.yamlmentions anunknown builder.
v2.12.1Compare Source
build_config1.3.0.v2.11.1Compare Source
identical failure.
--workspaceflag, correctly build for sources in the workspaceroot instead of failing with "tried to delete from package not in the build".
v2.11.0Compare Source
--workspaceflag. Use it withdart run build_runner buildorwatchto build or watch or all packages in the current workspace. It is currently
experimental and subject to change based on feedback, please add feedback at
https://redirect.github.com/dart-lang/build/discussions/4349.
and output used for
--output,watchorserve.watchorservewhen builders dependon generated files in the current build.
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.Configuration
📅 Schedule: (UTC)
🚦 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.