Skip to content

chore(deps): bump the all group with 6 updates#503

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-ac8af21db6
Open

chore(deps): bump the all group with 6 updates#503
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-ac8af21db6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 6 updates:

Package From To
code_assets 1.0.0 1.2.1
native_toolchain_rust 1.0.4 1.0.4+0
hooks 1.0.3 2.0.2
test 1.30.0 1.31.0
flutter_rearch 1.7.2 1.7.3
melos 7.7.0 7.8.1

Updates code_assets from 1.0.0 to 1.2.1

Release notes

Sourced from code_assets's releases.

package:code_assets v1.2.1

  • Avoid throwing a null-assertion error/exception when input.config.code is accessed but input.config.buildCodeAssets is false. Instead, throw a clear and descriptive StateError.

package:code_assets v1.2.0

  • Added an optional sanitizer parameter to CodeConfig and CodeAssetExtension supporting asan, msan, and tsan.

package:code_assets v1.1.0

  • Bumped dependency on package:hooks to ^2.0.0 and implemented the new outputFiles protocol extension method to track generated files for cache invalidation, correctly omitting non-local assets like system libraries.
Commits
  • fca756b [code_assets] StateError when HookConfigCodeConfig.code is accessed but `...
  • 14f4ce6 [ffigen] feat: generate cpp class constructor bindings (#3395)
  • d8ea533 [jnigen] Document exception handling (#3391)
  • 4c67619 [hooks_runner] [code_assets] [native_toolchain_c] Release (#3393)
  • f5c51f8 [code_assets] [ffi] [hooks] Fix typos (#3392)
  • b814f53 [hooks_runner] Env vars for dot net, nuget, and pub (#3390)
  • 1030eb0 [hooks_runner] Link hook cache separation for different targets (#3383)
  • b977618 [jnigen] Doc about is/as (#3389)
  • 3dbab1e [ffigen] Fix weekly bot (#3387)
  • 41b1b53 [ffigen] feat: generate cpp class method bindings (#3385)
  • Additional commits viewable in compare view

Updates native_toolchain_rust from 1.0.4 to 1.0.4+0

Changelog

Sourced from native_toolchain_rust's changelog.

Commits

Updates hooks from 1.0.3 to 2.0.2

Release notes

Sourced from hooks's releases.

package:hooks v2.0.2

  • Update documentation for user-defines.

package:hooks v2.0.1

  • Updated documentation for hook caching behavior and semi-hermetic environment variables.

package:hooks_runner v1.4.0

  • Add cache-isolation for recorded usages under link hooks using RecordUseConfig, and deprecate the legacy resourceIdentifiers parameters.
  • Add APPDATA, LOCALAPPDATA, and prefixes DOTNET_ and NUGET_ to the environment variables allowlist.
  • Bumped dependency on package:code_assets to ^1.2.0.

package:hooks_runner v1.3.0

  • Resolved caching abstraction violation by delegating generated output file identification to ProtocolExtension.outputFiles.
  • Bumped dependency on package:hooks to ^2.0.0.

package:hooks v2.0.0

  • Breaking change: Turned ProtocolExtension into a base class instead of an interface, with default implementations for all methods including the newly added outputFiles.
Commits
  • 5e2b3d1 [hooks] Document user-defines in API (#3407)
  • 9b3a5f0 [swiftgen] Fix omitted target property from Swift2ObjCGenerator (#3402)
  • e0e6c03 [hooks] Document caching (#3404)
  • fca756b [code_assets] StateError when HookConfigCodeConfig.code is accessed but `...
  • 14f4ce6 [ffigen] feat: generate cpp class constructor bindings (#3395)
  • d8ea533 [jnigen] Document exception handling (#3391)
  • 4c67619 [hooks_runner] [code_assets] [native_toolchain_c] Release (#3393)
  • f5c51f8 [code_assets] [ffi] [hooks] Fix typos (#3392)
  • b814f53 [hooks_runner] Env vars for dot net, nuget, and pub (#3390)
  • 1030eb0 [hooks_runner] Link hook cache separation for different targets (#3383)
  • Additional commits viewable in compare view

Updates test from 1.30.0 to 1.31.0

Release notes

Sourced from test's releases.

package:test v1.31.0

  • 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'
Commits

Updates flutter_rearch from 1.7.2 to 1.7.3

Changelog

Sourced from flutter_rearch's changelog.

flutter_rearch - v1.7.3

  • FIX: cache CapsuleContainer in RearchElement (#337).
  • DOCS: improve structure of Flutter example application (#328).

2025-06-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


Commits
  • 305782f chore(release): publish packages
  • ed4b6bc fix: cache CapsuleContainer in RearchElement (#337)
  • 3d2b02f chore(deps): update nix flake
  • b13cf96 chore(deps): update deps for flutter 3.41 (#332)
  • d6d9e3c chore(deps): upgrade + fix flutter from flake
  • 9008f59 docs: improve structure of Flutter example application (#328)
  • c03727f chore(nix): fix nix flake shellHook
  • 050080b chore(deps): update nix flake
  • 2d321eb chore(deps): update GH Actions and melos integration
  • cb2d60b chore(deps): update Flutter version in flake
  • Additional commits viewable in compare view

Updates hooks from 1.0.3 to 2.0.2

Release notes

Sourced from hooks's releases.

package:hooks v2.0.2

  • Update documentation for user-defines.

package:hooks v2.0.1

  • Updated documentation for hook caching behavior and semi-hermetic environment variables.

package:hooks_runner v1.4.0

  • Add cache-isolation for recorded usages under link hooks using RecordUseConfig, and deprecate the legacy resourceIdentifiers parameters.
  • Add APPDATA, LOCALAPPDATA, and prefixes DOTNET_ and NUGET_ to the environment variables allowlist.
  • Bumped dependency on package:code_assets to ^1.2.0.

package:hooks_runner v1.3.0

  • Resolved caching abstraction violation by delegating generated output file identification to ProtocolExtension.outputFiles.
  • Bumped dependency on package:hooks to ^2.0.0.

package:hooks v2.0.0

  • Breaking change: Turned ProtocolExtension into a base class instead of an interface, with default implementations for all methods including the newly added outputFiles.
Commits
  • 5e2b3d1 [hooks] Document user-defines in API (#3407)
  • 9b3a5f0 [swiftgen] Fix omitted target property from Swift2ObjCGenerator (#3402)
  • e0e6c03 [hooks] Document caching (#3404)
  • fca756b [code_assets] StateError when HookConfigCodeConfig.code is accessed but `...
  • 14f4ce6 [ffigen] feat: generate cpp class constructor bindings (#3395)
  • d8ea533 [jnigen] Document exception handling (#3391)
  • 4c67619 [hooks_runner] [code_assets] [native_toolchain_c] Release (#3393)
  • f5c51f8 [code_assets] [ffi] [hooks] Fix typos (#3392)
  • b814f53 [hooks_runner] Env vars for dot net, nuget, and pub (#3390)
  • 1030eb0 [hooks_runner] Link hook cache separation for different targets (#3383)
  • Additional commits viewable in compare view

Updates melos from 7.7.0 to 7.8.1

Changelog

Sourced from melos's changelog.

melos - v7.8.1

  • FIX(deps): allow xml 7 via widened constraint (#1016). (5e1066f0)

2026-05-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


melos - v7.8.0

  • FIX(windows): strip leading blank lines from first CMD output chunk (#1012). (95781101)
  • FIX: resolve remaining Windows CI test failures (#1013). (47e3cb51)
  • FIX: make tests pass on Windows (#1011). (1c8dbf37)
  • FEAT(scripts): add stdio: inherit for interactive scripts (#1010). (5a41c649)

2026-05-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


Commits

Updates native_toolchain_rust from 1.0.4 to 1.0.4+0

Changelog

Sourced from native_toolchain_rust's changelog.

Commits

Updates test from 1.30.0 to 1.31.0

Release notes

Sourced from test's releases.

package:test v1.31.0

  • 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'
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](GregoryConrad/native_toolchain_rust@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](GregoryConrad/rearch-dart@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](GregoryConrad/native_toolchain_rust@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] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants