chore(deps): update dependency test to ^1.31.2 - #218
Open
renovate[bot] wants to merge 1 commit into
Open
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
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.25.8→^1.31.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dart-lang/test (test)
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'v1.30.0Compare Source
--suite-load-timeoutargument to allow configuring a timeout forcompiling and loading individual test suites.
test_coreto 0.6.16test_apito 0.7.10 to fix missing locations on tests skipped due tothe use of
solo.v1.29.0Compare Source
--coverage-packageflag, which filters the coverage report to specificpackages using RegExps.
maindirectly in a test suite andprovide a more direct error message than a failing compiler output.
analyzermajor version 10.v1.28.0Compare Source
isSortedand related matchers for iterables.NaNto be equal to itself inequals.test_coreto 0.6.14jsdependencyv1.27.0Compare Source
--coverage-pathand--branch-coverageoptions todart test.analyzermajor version 9.v1.26.3Compare Source
analyzer.v1.26.2Compare Source
v1.26.1Compare Source
setUpAllortearDownAlland runningwith asserts enabled.
v1.26.0Compare Source
test()andgroup()functions now take an optionalTestLocationthat willbe used as the location of the test in JSON reporters instead of being parsed
from the call stack.
v1.25.15Compare Source
package:shelf_web_socket.v1.25.14Compare Source
v1.25.13Compare Source
package:matcher.v1.25.12Compare Source
v1.25.11Compare Source
package:shelf_web_socketversion3.x.v1.25.10Compare Source
package:vm_serviceconstraint to allow version15.x.v1.25.9Compare Source
analyzer: '>=6.0.0 <8.0.0'firefoxorfirefox-binexecutable name on macOS.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.