Skip to content

Bump build_runner, test and freezed - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-5b1904dc06
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-5b1904dc06

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps build_runner, test and freezed. These dependencies needed to be updated together.
Updates build_runner from 2.15.1 to 2.16.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.1

  • Clarify terminology: refer to .dart_tool/build/generated as the "artifact tree", and the normal output location as the "package path".
  • Reduce logged compile progress output for non-interactive builds, for example presubmits.
  • In serve and daemon modes, source files not involved in the build are no longer cached on read. They are re-read when requested.
  • Bug fix: make post-process output behavior match normal outputs: by default, rebuild if deleted or incorrect. Follow --keep-modified-outputs and --only-check.
  • Bug fix: in incremental builds, detect and delete conflicting outputs in the source directory rather than treating them as sources, which could cause builder dependency cycles and hangs; fix #5079.
  • Bug fix: restrict incompatible build output deletion to output packages; do not attempt to delete files in dependency packages.
  • Bug fix: do not invalidate retained package path outputs when conflicting artifact tree files appear; avoid unnecessary build step reruns.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

... (truncated)

Commits
  • 5e25e60 Release build, build_config, build_daemon, build_runner, build_test. (#5111)
  • 43c2bb7 Remove test-only PreviousBuild.fromFinishedBuildState. (#5109)
  • a6078a0 Use AssetFile for deletes. (#5108)
  • 3051007 Remove BuildState.isFile. (#5106)
  • da162e6 Do not invalidate retained package path outputs on artifact tree conflicts. (...
  • d51da7e Set default test timeout to 3m in build_runner/dart_test.yaml. (#5104)
  • 47aba81 [build_web_compilers] Standardize web app entrypoint selection (#5095)
  • f15a84e Restrict incompatibleBuildOutputsToDelete to outputPackages. (#5103)
  • 1a276c2 Clarify source/cache/visible/hidden. (#5096)
  • f5cc910 Improve BuildOutputReader; add BuildOutputReadResult. (#5101)
  • Additional commits viewable in compare view

Updates test from 1.31.1 to 1.32.0

Release notes

Sourced from test's releases.

package:test v1.32.0

  • Precompiled browser tests: stop serving files from outside the precompiled root directory. The static handler no longer sets serveFilesOutsidePath, restoring path-containment parity with the dart2js and dart2wasm compilers.
  • Export TestFailure from package:test/scaffolding.dart.
  • Support --compiler cli with the vm-asan, vm-msan, and vm-tsan runtimes.
  • Add support for DART_TEST_REPORTER environment variable in test runner and when tests are run directly on platforms which support dart:io. The environment variable takes precedence over configuration in dart_test.yaml but is overridden by the --reporter flag when passed to the test runner.
  • Suppress dart2js compiler output for successful compiles.
  • Include output from passing tests messages within the Passing tests group in GithubReporter.
  • Only include VM debugger in output when using interactive debugging, suppress it when only using coverage.
  • Use a redirect html file for browser tests to avoid leaking websocket details through process starting arguments.
  • Migrate out of process VM tests communication channel from TCP sockets to Unix domain sockets inside a restricted temporary directory.
  • Pass Node.js test process connection configuration and secret token via a restricted temporary authentication file to prevent secret leakage in command line process arguments.
  • Enable asserts in the exe compiler.
  • Keep the CHROME_EXECUTABLE, MS_EDGE_EXECUTABLE, FIREFOX_EXECUTABLE, and SAFARI_EXECUTABLE overrides working when the browser is also configured through override_platforms or define_platforms. Any setting on those platforms used to drop the variable.
  • Fix race conditions in Chrome coverage collection where tests could finish before DevTools connection and coverage profiling were initialized.
  • Fix deadlock that may occur running tests with the exe compiler.

package:test v1.31.2

  • Add support for running tests as native CLI bundles (vm platform only).
    • You can run tests this way with --compiler cli.
  • Impacts Configuration Support using the OS platform selector to configure browser tests. Previously tests loaded for the browser would have an operating system of "none", now they will have an operating system matching the system the browser is running on. This allows more specific configuration, such as skipping a particular browser test on a particular platform. This may impact existing configuration which relied on the configuration for browser tests being independent from any OS specific configuration. For instance a wide skip of all tests with OS 'windows' would previously still run browser tests on windows, but will now skip all tests including browser tests.
  • Use a DevTools URL instead of a defunct observatory URL.
  • Disable throttling in chrome launch arguments.
  • Allow package_config 3.x.x.
  • Require analyzer: '>=13.0.0 <15.0.0'
  • Use the compact or failures-only reporters by default for tests run directly

... (truncated)

Commits

Updates freezed from 3.2.5 to 4.0.2

Commits

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), [test](https://github.com/dart-lang/test/tree/master/pkgs) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together.

Updates `build_runner` from 2.15.1 to 2.16.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.1)

Updates `test` from 1.31.1 to 1.32.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.32.0/pkgs)

Updates `freezed` from 3.2.5 to 4.0.2
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.2)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: test
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: freezed
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 21, 2026

This branch has not been deployed

No deployments
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants