Skip to content

chore(deps): update dependency test to ^1.31.0#2951

Draft
renovate[bot] wants to merge 1 commit intomainfrom
renovate/test
Draft

chore(deps): update dependency test to ^1.31.0#2951
renovate[bot] wants to merge 1 commit intomainfrom
renovate/test

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Type Update Change
test (source) dev_dependencies minor ^1.25.15^1.31.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/test (test)

v1.31.0

Compare Source

  • Print a summary of failed tests at the end of the expanded reporter output.
  • Add vm-asan, vm-msan, and vm-tsan runtimes to run tests on the standalone
    Dart 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.
  • Change return type on the body callback argument to group to void from
    dynamic. This may surface cases where the group callback was erroneously
    returning an ignored value.
  • Fix a hang when a test run with --compiler exe crashes.
  • Require analyzer: '>=8.0.0 <13.0.0'

v1.30.0

Compare Source

  • Add a --suite-load-timeout argument to allow configuring a timeout for
    compiling and loading individual test suites.
  • Remove the default 12 minute timeout to compile and load test suites.
  • Bump test_core to 0.6.16
  • Add comments to the top-level libraries in the package.
  • Bump test_api to 0.7.10 to fix missing locations on tests skipped due to
    the use of solo.

v1.29.0

Compare Source

  • Add --coverage-package flag, which filters the coverage report to specific
    packages using RegExps.
  • Require a function definition named main directly in a test suite and
    provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Allow analyzer major version 10.

v1.28.0

Compare Source

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

v1.27.0

Compare Source

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7

v1.26.3

Compare Source

  • Expand pub constraint to allow the latest analyzer.

v1.26.2

Compare Source

  • Graduate native assets from experiment to preview.

v1.26.1

Compare Source

  • Set a debug name for test isolates.
  • Fix an assertion failure when using setUpAll or tearDownAll and running
    with asserts enabled.

v1.26.0

Compare Source

  • test() and group() functions now take an optional TestLocation that will
    be used as the location of the test in JSON reporters instead of being parsed
    from the call stack.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/test branch from 2a40098 to 9bbbbf5 Compare May 19, 2025 18:31
@provokateurin provokateurin marked this pull request as draft May 19, 2025 18:36
@renovate renovate bot force-pushed the renovate/test branch from 9bbbbf5 to 18a2dea Compare May 21, 2025 14:28
@renovate renovate bot force-pushed the renovate/test branch from 18a2dea to c426ef6 Compare June 22, 2025 18:19
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from d8ebdc7 to 20aaf68 Compare July 22, 2025 03:24
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 39dd282 to 1d7eb95 Compare November 21, 2025 04:23
@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from 655b2bf to b804f6d Compare March 24, 2026 13:32
@renovate renovate bot force-pushed the renovate/test branch from b804f6d to a89fdd8 Compare April 8, 2026 15:05
@renovate renovate bot changed the title chore(deps): update test chore(deps): update dependency test to ^1.31.0 Apr 8, 2026
@renovate renovate bot force-pushed the renovate/test branch from a89fdd8 to c889c16 Compare April 8, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants