trinsic-id / v2-sdk

Trinsic SDK repository
https://docs.trinsic.id/
Apache License 2.0
29 stars 16 forks source link

chore(deps): update all pub dependencies #1634

Closed fundthmcalculus closed 4 months ago

fundthmcalculus commented 4 months ago

This PR contains the following updates:

Package Type Update Change
coverage dev_dependencies minor 1.6.3 -> 1.8.0
test (source) dev_dependencies minor 1.24.6 -> 1.25.5

Release Notes

dart-lang/coverage (coverage) ### [`v1.8.0`](https://togithub.com/dart-lang/coverage/blob/HEAD/CHANGELOG.md#180) - Copy collect_coverage's `--scope-output` flag to test_with_coverage. ### [`v1.7.2`](https://togithub.com/dart-lang/coverage/blob/HEAD/CHANGELOG.md#172) - Update `package:vm_service` constraints to '>=12.0.0 <15.0.0'. ### [`v1.7.1`](https://togithub.com/dart-lang/coverage/blob/HEAD/CHANGELOG.md#171) - Update `package:vm_service` constraints to '>=12.0.0 <14.0.0'. ### [`v1.7.0`](https://togithub.com/dart-lang/coverage/blob/HEAD/CHANGELOG.md#170) - Require Dart 3.0.0 - Update `package:vm_service` constraints to '^12.0.0'. - Add `coverableLineCache` parameter to `collect`. This allows the set of coverable lines to be cached between calls to `collect`, avoiding the need to force compile the same libraries repeatedly. This is only useful when running multiple coverage collections over the same libraries. ### [`v1.6.4`](https://togithub.com/dart-lang/coverage/blob/HEAD/CHANGELOG.md#164) - allow omitting space between `//` and `coverage` in coverage ignore comments - allow text after coverage ignore comments - throw FormatException when encountering unbalanced ignore comments instead of silently erroring - Update `package:vm_service` constraints to '>= 9.4.0 <12.0.0'.
dart-lang/test (test) ### [`v1.25.5`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1255) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.25.4...test-v1.25.5) - Update the `package:web_socket_channel` version constraint to allow `3.x`. - Update the `package:shelf_web_socket` version constraint to allow `2.x`. ### [`v1.25.4`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1254) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.25.3...test-v1.25.4) - Add `@doNotSubmit` to more declarations of the `solo` parameter. ### [`v1.25.3`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1253) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.25.2...test-v1.25.3) - Remove outdated StreamMatcher link from README table of contents. - Document the silent reporter in CLI help output. - Support enabling experiments with the dart2wasm compiler. - Added [`@doNotSubmit`](https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html) to `test(solo: ...)` and `group(solo: ...)`. In practice, this means that code that was relying on ignoring deprecation warnings and using `solo` or `group` with a `skip` parameter will now fail if `dart analyze --fatal-infos` (or similar) is enabled. ### [`v1.25.2`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1252) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.25.1...test-v1.25.2) - Fix a bug running browser tests with paths containing windows directory separator follow by a character which is an invalid Dart string escape sequence. ### [`v1.25.1`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1251) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.25.0...test-v1.25.1) - Fix a bug where in precompiled mode, html files for tests were no longer created. - Support the latest version of `package:js`. - Document the silent reporter in CLI help output. ### [`v1.25.0`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1250) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.24.9...test-v1.25.0) - Handle paths with leading `/` when spawning test isolates. - Add support for the `dart2wasm` compiler in chrome and firefox. - **BREAKING**: Remove the `experimental-chrome-wasm` platform, you can now use `-p chrome -c dart2wasm` instead. - Note that this has always been advertised as a change that would happen in a future non-breaking release. - **BREAKING**:Dropped support for `--pub-serve` which has long not been tested or supported. - We do not anticipate much if any actual breakage or existing usage of this feature, which is why we are making this change in a non-breaking release. - If you do require this feature, file an issue and we can look at adding it back. - **BREAKING**: Fully remove support for Internet Explorer. - Fix running of tests defined under `lib/` with relative imports to other libraries in the package. ### [`v1.24.9`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1249) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.24.8...test-v1.24.9) - Update the vm_service constraint to allow version `13.x`. ### [`v1.24.8`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1248) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.24.7...test-v1.24.8) - Remove spurious deprecation during autocomplete for `setUp` and `tearDown`. ### [`v1.24.7`](https://togithub.com/dart-lang/test/blob/HEAD/pkgs/test/CHANGELOG.md#1247) [Compare Source](https://togithub.com/dart-lang/test/compare/test-v1.24.6...test-v1.24.7) - Simplify the initialization of the per-suite message channel within browser tests. [https://github.com/dart-lang/test/issues/2065](https://togithub.com/dart-lang/test/issues/2065)2065 - Add a timeout to browser test suite loads. - Fix running of browser tests that use deferred loaded libraries.

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Renovate Bot.