Skip to content

chore(deps): bump the all group with 5 updates#80

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

chore(deps): bump the all group with 5 updates#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-2229d52839

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the all group with 5 updates:

Package From To
code_assets 1.0.0 1.1.0
hooks 1.0.3 2.0.0
meta 1.17.0 1.18.0
test 1.30.0 1.31.0
melos 7.7.0 7.8.0

Updates code_assets from 1.0.0 to 1.1.0

Release notes

Sourced from code_assets's releases.

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

Updates hooks from 1.0.3 to 2.0.0

Release notes

Sourced from hooks's releases.

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

Updates meta from 1.17.0 to 1.18.0

Changelog

Sourced from meta's changelog.

1.18.0 - 2016-07-27

Core library changes

  • dart:core
    • Improved performance when parsing some common URIs.
    • Fixed bug in Uri.resolve (SDK issue 26804).
  • dart:io
    • Adds file locking modes FileLock.BLOCKING_SHARED and FileLock.BLOCKING_EXCLUSIVE.

1.17.1 - 2016-06-10

Patch release, resolves two issues:

Commits
  • 1c699e1 Revert "Add fast-mode Uri class."
  • 020b6db Update statuses for failing tests
  • aea4632 Parser support for trailing commas (#26647).
  • 552d209 Add links to context information for SDK contexts
  • 595ec1d Make is checks work on JavaScriptFunction objects.
  • 71b1359 Option to enable analyzer trailing comma support (#26647).
  • fbe6947 Skip analyzer/tool test on dart2js.
  • a811463 Use unordered map hash on ConstructedConstantValue.
  • ceb053a Handle fields with initializers in constant constructors.
  • fa8f7d2 Revert "Handle fields with initializers in constant constructors."
  • 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 hooks from 1.0.3 to 2.0.0

Release notes

Sourced from hooks's releases.

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

Updates melos from 7.7.0 to 7.8.0

Changelog

Sourced from melos's changelog.

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 meta from 1.17.0 to 1.18.0

Changelog

Sourced from meta's changelog.

1.18.0 - 2016-07-27

Core library changes

  • dart:core
    • Improved performance when parsing some common URIs.
    • Fixed bug in Uri.resolve (SDK issue 26804).
  • dart:io
    • Adds file locking modes FileLock.BLOCKING_SHARED and FileLock.BLOCKING_EXCLUSIVE.

1.17.1 - 2016-06-10

Patch release, resolves two issues:

Commits
  • 1c699e1 Revert "Add fast-mode Uri class."
  • 020b6db Update statuses for failing tests
  • aea4632 Parser support for trailing commas (#26647).
  • 552d209 Add links to context information for SDK contexts
  • 595ec1d Make is checks work on JavaScriptFunction objects.
  • 71b1359 Option to enable analyzer trailing comma support (#26647).
  • fbe6947 Skip analyzer/tool test on dart2js.
  • a811463 Use unordered map hash on ConstructedConstantValue.
  • ceb053a Handle fields with initializers in constant constructors.
  • fa8f7d2 Revert "Handle fields with initializers in constant constructors."
  • 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

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [code_assets](https://github.com/dart-lang/native/tree/main/pkgs) | `1.0.0` | `1.1.0` |
| [hooks](https://github.com/dart-lang/native/tree/main/pkgs) | `1.0.3` | `2.0.0` |
| [meta](https://github.com/dart-lang/sdk/tree/main/pkg) | `1.17.0` | `1.18.0` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.30.0` | `1.31.0` |
| [melos](https://github.com/invertase/melos/tree/main/packages) | `7.7.0` | `7.8.0` |


Updates `code_assets` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/code_assets-v1.1.0/pkgs)

Updates `hooks` from 1.0.3 to 2.0.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/hooks-v2.0.0/pkgs)

Updates `meta` from 1.17.0 to 1.18.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.18.0/pkg)

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 `hooks` from 1.0.3 to 2.0.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/hooks-v2.0.0/pkgs)

Updates `melos` from 7.7.0 to 7.8.0
- [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/melos/commits/melos-v7.8.0/packages)

Updates `meta` from 1.17.0 to 1.18.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.18.0/pkg)

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.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: hooks
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: meta
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: hooks
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: melos
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: meta
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 26, 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