Skip to content

Bump build_runner from 2.13.1 to 2.14.0#304

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/build_runner-2.14.0
Closed

Bump build_runner from 2.13.1 to 2.14.0#304
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/build_runner-2.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps build_runner from 2.13.1 to 2.14.0.

Release notes

Sourced from build_runner's releases.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs 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-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.
  • Add support for asset: scheme to the --build-filter flag. It is like package: but for the whole package, not just lib. For example, package:a/b.dart is the same as asset:a/lib/b.dart.
  • Paths specified using --build-filter when using the --workspace flag now apply to the current package, not the workspace root. Other packages must be referred to using package: or asset: schemes.
  • Add OSC 8 hyperlinks for logged input paths.
  • Better handling of deletions of files during the build: if the file is not needed ignore the deletion, if it's needed try to use the cached version, as a last resort restart the build.
  • Defer deletions of files by build_runner until the build is complete. Don't write files unless the contents changed. These reduce unnecessary work by tools that watch the filesystem.
  • --workspace flag is no longer experimental, remove the warning.
  • Add --workspace flag to clean command, use it to clear the cache used for a --workspace build.
  • Add new command stop: run dart run build_runner stop to terminate a running watch or serve command in the current package or workspace. If a build is in progress, the build will complete first.
  • Add locking: build_runner will wait for any already-running command before running. If there is an already-running watch or serve command, it will be closed after the currently-running build, as if you ran the new dart run build_runner stop.
  • Note: the daemon command ignores build_runner stop and ignores the new locking as it uses its own locking.
  • Bug fix: small correctness fix in input tracking.
  • Bug fix: fix corner case that caused missing outputs with build_runner serve when directories were specified with a port, for example build_runner serve web:0. Before the fix, non-optional outputs to cache under web would be skipped unless they were used by another build step. With the fix, all non-optional outputs under web are built and served.
  • Bug fix: when building with --workspace generate the entrypoint and compiled artifacts under the workspace root instead of the current package root.
  • Remove code_builder dependency so builders can use any version of it.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [build_runner](https://github.com/dart-lang/build) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.13.1...build_runner-v2.14.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 22, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Superseded by #305.

@dependabot dependabot Bot closed this Apr 24, 2026
@dependabot dependabot Bot deleted the dependabot/pub/build_runner-2.14.0 branch April 24, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants