Skip to content

chore(deps): update dependency test to v1.31.0#31

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/test-1.x
Open

chore(deps): update dependency test to v1.31.0#31
renovate[bot] wants to merge 1 commit intomainfrom
renovate/test-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 6, 2026

This PR contains the following updates:

Package Type Update Change
test (source) dev_dependencies minor 1.29.01.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.

Configuration

📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Copy Markdown
Author

renovate bot commented Mar 6, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade test
The current Dart SDK version is 3.11.3.

Because mobile_nebula requires SDK version 3.11.0, version solving failed.
Failed to update packages.

@renovate renovate bot force-pushed the renovate/test-1.x branch 2 times, most recently from 1dcb1a1 to eca01ad Compare March 12, 2026 00:32
@renovate renovate bot force-pushed the renovate/test-1.x branch from eca01ad to 99ab3a4 Compare March 18, 2026 10:08
@renovate renovate bot force-pushed the renovate/test-1.x branch from 99ab3a4 to 563e069 Compare March 26, 2026 00:57
@renovate renovate bot changed the title chore(deps): update dependency test to v1.30.0 chore(deps): update dependency test to v1.31.0 Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants