From 7115e53922b9d871d13c6ae0d734c54941cbf2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:44:48 +0000 Subject: [PATCH] chore(deps): bump the all group with 6 updates Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [code_assets](https://github.com/dart-lang/native/tree/main/pkgs) | `1.0.0` | `1.2.1` | | [native_toolchain_rust](https://github.com/GregoryConrad/native_toolchain_rust) | `1.0.4` | `1.0.4+0` | | [hooks](https://github.com/dart-lang/native/tree/main/pkgs) | `1.0.3` | `2.0.2` | | [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.30.0` | `1.31.0` | | [flutter_rearch](https://github.com/GregoryConrad/rearch-dart) | `1.7.2` | `1.7.3` | | [melos](https://github.com/invertase/melos/tree/main/packages) | `7.7.0` | `7.8.1` | Updates `code_assets` from 1.0.0 to 1.2.1 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/code_assets-v1.2.1/pkgs) Updates `native_toolchain_rust` from 1.0.4 to 1.0.4+0 - [Release notes](https://github.com/GregoryConrad/native_toolchain_rust/releases) - [Changelog](https://github.com/GregoryConrad/native_toolchain_rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/GregoryConrad/native_toolchain_rust/compare/native_toolchain_rust-v1.0.4...native_toolchain_rust-v1.0.4) Updates `hooks` from 1.0.3 to 2.0.2 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/hooks-v2.0.2/pkgs) Updates `test` from 1.30.0 to 1.31.0 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.31.0/pkgs) Updates `flutter_rearch` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/GregoryConrad/rearch-dart/releases) - [Changelog](https://github.com/GregoryConrad/rearch-dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/GregoryConrad/rearch-dart/compare/flutter_rearch-v1.7.2...flutter_rearch-v1.7.3) Updates `hooks` from 1.0.3 to 2.0.2 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/hooks-v2.0.2/pkgs) Updates `melos` from 7.7.0 to 7.8.1 - [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md) - [Commits](https://github.com/invertase/melos/commits/melos-v7.8.1/packages) Updates `native_toolchain_rust` from 1.0.4 to 1.0.4+0 - [Release notes](https://github.com/GregoryConrad/native_toolchain_rust/releases) - [Changelog](https://github.com/GregoryConrad/native_toolchain_rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/GregoryConrad/native_toolchain_rust/compare/native_toolchain_rust-v1.0.4...native_toolchain_rust-v1.0.4) Updates `test` from 1.30.0 to 1.31.0 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.31.0/pkgs) --- updated-dependencies: - dependency-name: code_assets dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: native_toolchain_rust dependency-version: 1.0.4+0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: hooks dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: test dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: flutter_rearch dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: hooks dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: melos dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: native_toolchain_rust dependency-version: 1.0.4+0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: test dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- packages/flutter_mimir/example/pubspec.yaml | 2 +- packages/mimir/example/pubspec.yaml | 2 +- packages/mimir/pubspec.yaml | 8 ++-- pubspec.lock | 48 +++++++++------------ pubspec.yaml | 2 +- 5 files changed, 27 insertions(+), 35 deletions(-) diff --git a/packages/flutter_mimir/example/pubspec.yaml b/packages/flutter_mimir/example/pubspec.yaml index d9df500..7f6e10a 100644 --- a/packages/flutter_mimir/example/pubspec.yaml +++ b/packages/flutter_mimir/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter flutter_mimir: ^0.2.0+5 - flutter_rearch: ^1.7.2 + flutter_rearch: ^1.7.3 mimir: ^0.2.1+2 rearch: ^1.16.1 diff --git a/packages/mimir/example/pubspec.yaml b/packages/mimir/example/pubspec.yaml index efdaefc..ff2ad12 100644 --- a/packages/mimir/example/pubspec.yaml +++ b/packages/mimir/example/pubspec.yaml @@ -10,4 +10,4 @@ dependencies: mimir: ^0.2.1+2 dev_dependencies: - test: ^1.16.0 + test: ^1.31.0 diff --git a/packages/mimir/pubspec.yaml b/packages/mimir/pubspec.yaml index 1a51d82..06b321b 100644 --- a/packages/mimir/pubspec.yaml +++ b/packages/mimir/pubspec.yaml @@ -12,14 +12,14 @@ environment: sdk: ^3.9.0 dependencies: - code_assets: ^1.0.0 + code_assets: ^1.2.1 ffi: ^2.2.0 fixnum: ^1.1.1 - hooks: ^1.0.3 + hooks: ^2.0.2 logging: ^1.3.0 - native_toolchain_rust: ^1.0.4 + native_toolchain_rust: ^1.0.4+0 protobuf: ^6.0.0 # WARN: this must match what is currently in use by protoc-gen-dart dev_dependencies: ffigen: ^20.1.1 - test: ^1.22.0 + test: ^1.31.0 diff --git a/pubspec.lock b/pubspec.lock index 1165af8..da468b1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: transitive description: name: code_assets - sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687" + sha256: bf394f466ba9205f1812a0433b392d6af280f155f56651eda7c18cc32ed493b8 url: "https://pub.dev" source: hosted - version: "1.0.0" + version: "1.2.1" collection: dependency: transitive description: @@ -215,10 +215,10 @@ packages: dependency: transitive description: name: flutter_rearch - sha256: "79b6653f348ec19d060b8bdb44fb32037e3084444c3f5c37c46a2fc046ee533d" + sha256: d924e53afdb5131db4f56524e0228015546d43c77e94a405f0ccf06d235b0512 url: "https://pub.dev" source: hosted - version: "1.7.2" + version: "1.7.3" flutter_test: dependency: transitive description: flutter @@ -257,10 +257,10 @@ packages: dependency: transitive description: name: hooks - sha256: "025f060e86d2d4c3c47b56e33caf7f93bf9283340f26d23424ebcfccf34f621e" + sha256: "9a62a50b50b769a737bc0a8ff381f333529df3ab746b2f6b02e83760231455ba" url: "https://pub.dev" source: hosted - version: "1.0.3" + version: "2.0.2" http: dependency: transitive description: @@ -358,18 +358,18 @@ packages: dependency: "direct dev" description: name: melos - sha256: "6dfe6cdf24863ef125bfe75d6b7b1eb192430570a27722e539a453f2cf9704e7" + sha256: b40731f34d3aacb199641a9b4955e52a866b0b0bc93ffc5c8ff21bffc6593134 url: "https://pub.dev" source: hosted - version: "7.7.0" + version: "7.8.1" meta: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" mime: dependency: transitive description: @@ -386,22 +386,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.3" - native_toolchain_c: - dependency: transitive - description: - name: native_toolchain_c - sha256: "92b2ca62c8bd2b8d2f267cdfccf9bfbdb7322f778f8f91b3ce5b5cda23a3899f" - url: "https://pub.dev" - source: hosted - version: "0.17.5" native_toolchain_rust: dependency: transitive description: name: native_toolchain_rust - sha256: "26d4dcae954328af4ebfa8fc56cca0bf74b9ae8b4a6132de5da2071ac3d237b3" + sha256: faa57d2258a3b0fd2a634054f54e4496c9fcbd971977e7d2b7e6916d56892857 url: "https://pub.dev" source: hosted - version: "1.0.4" + version: "1.0.4+0" node_preamble: dependency: transitive description: @@ -414,10 +406,10 @@ packages: dependency: transitive description: name: objective_c - sha256: "100a1c87616ab6ed41ec263b083c0ef3261ee6cd1dc3b0f35f8ddfa4f996fe52" + sha256: "6cb691c686fa2838c6deb34980d426145c2a5d537491cb83d463c33cdbc726ed" url: "https://pub.dev" source: hosted - version: "9.3.0" + version: "9.4.1" package_config: dependency: transitive description: @@ -691,26 +683,26 @@ packages: dependency: transitive description: name: test - sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7" + sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20" url: "https://pub.dev" source: hosted - version: "1.30.0" + version: "1.31.0" test_api: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" test_core: dependency: transitive description: name: test_core - sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51" + sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34" url: "https://pub.dev" source: hosted - version: "0.6.16" + version: "0.6.17" toml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c0f12ea..f775946 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: ^3.9.0 dev_dependencies: - melos: ^7.7.0 + melos: ^7.8.1 very_good_analysis: ^10.1.0 workspace: