Skip to content

chore(deps): bump the all group with 4 updates#79

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-68608c2220
Closed

chore(deps): bump the all group with 4 updates#79
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-68608c2220

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all group with 4 updates: code_assets, hooks, meta and test.

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.

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_runner v1.2.1

  • Add PROCESSOR_ARCHITECTURE to environment variables allowlist.

package:hooks_runner v1.2.0

  • Add toJson() and fromJson() to BuildResult to support serialization.

package:hooks_runner v1.1.1

  • Bump package:record_use to 0.6.0.

package:hooks_runner v1.1.0

  • Filter recorded_uses.json passed to link hooks based on the package name of the definition.
  • Add CCACHE_ to the environment variables allowlist.
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.

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_runner v1.2.1

  • Add PROCESSOR_ARCHITECTURE to environment variables allowlist.

package:hooks_runner v1.2.0

  • Add toJson() and fromJson() to BuildResult to support serialization.

package:hooks_runner v1.1.1

  • Bump package:record_use to 0.6.0.

package:hooks_runner v1.1.0

  • Filter recorded_uses.json passed to link hooks based on the package name of the definition.
  • Add CCACHE_ to the environment variables allowlist.
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

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels May 19, 2026
Bumps the all group with 4 updates: [code_assets](https://github.com/dart-lang/native/tree/main/pkgs), [hooks](https://github.com/dart-lang/native/tree/main/pkgs), [meta](https://github.com/dart-lang/sdk/tree/main/pkg) and [test](https://github.com/dart-lang/test/tree/master/pkgs).


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 `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: 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>
@GregoryConrad GregoryConrad force-pushed the dependabot/pub/all-68608c2220 branch from e90733d to 5ffdfe2 Compare May 19, 2026 15:13
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pub/all-68608c2220 branch May 19, 2026 15:19
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.

1 participant