Update dependency test to ^1.32.0 - #742
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/test-1.x
branch
2 times, most recently
from
September 7, 2026 22:40
2734608 to
44afa1c
Compare
renovate
Bot
force-pushed
the
renovate/test-1.x
branch
from
September 15, 2026 18:54
44afa1c to
c704149
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:
^1.30.0→^1.32.0Release Notes
dart-lang/test (test)
v1.32.0Compare Source
root directory. The static handler no longer sets
serveFilesOutsidePath,restoring path-containment parity with the dart2js and dart2wasm compilers.
TestFailurefrompackage:test/scaffolding.dart.--compiler cliwith thevm-asan,vm-msan, andvm-tsanruntimes.
DART_TEST_REPORTERenvironment variable in test runner andwhen tests are run directly on platforms which support
dart:io. Theenvironment variable takes precedence over configuration in
dart_test.yamlbut is overridden by the
--reporterflag when passed to the test runner.Passing testsgroupin
GithubReporter.it when only using coverage.
through process starting arguments.
domain sockets inside a restricted temporary directory.
restricted temporary authentication file to prevent secret leakage in command
line process arguments.
execompiler.CHROME_EXECUTABLE,MS_EDGE_EXECUTABLE,FIREFOX_EXECUTABLE, andSAFARI_EXECUTABLEoverrides working when the browser is also configuredthrough
override_platformsordefine_platforms. Any setting on thoseplatforms used to drop the variable.
before DevTools connection and coverage profiling were initialized.
execompiler.v1.31.2Compare Source
--compiler cli.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 onwindows, but will now skip all tests including browser tests.
3.x.x.analyzer: '>=13.0.0 <15.0.0'instead of through the test runner.
v1.31.1Compare Source
resolvedExecutableis unexpectedlynull.-c exetests would hang on exit on windows.using the dart2wasm compiler.
GithubReporter:reduce log noise in GitHub Actions.
analyzerversion13.x.x.v1.31.0Compare Source
vm-asan,vm-msan, andvm-tsanruntimes to run tests on the standaloneDart VM under Address Sanitizer, Memory Sanitizer or Thread Sanitizer. This is
useful for finding issues when using foreign libraries through dart:ffi, such
as use-after-free, use of initialized memory and data races, or for detecting
data races in Dart code using shared fields.
bodycallback argument togrouptovoidfromdynamic. This may surface cases where the group callback was erroneouslyreturning an ignored value.
--compiler execrashes.analyzer: '>=8.0.0 <13.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.