Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the dart-deps group with 5 updates in the / directory:

Package From To
build_runner 2.10.1 2.10.4
crypto 3.0.6 3.0.7
http 1.5.0 1.6.0
json_serializable 6.11.1 6.11.3
uuid 4.5.1 4.5.2

Updates build_runner from 2.10.1 to 2.10.4

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.4

  • Allow analyzer 9.0.0.

package:build_runner v2.10.3

  • Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.

package:build_runner v2.10.2

  • Bug fix: fix issue with webdev failing due to a modification during a build.
  • In "serve" and "watch" modes, retry failed compiles instead of exiting.
Commits

Updates crypto from 3.0.6 to 3.0.7

Release notes

Sourced from crypto's releases.

package:crypto v3.0.7

  • Run dart format with the new style.
  • Performance improvements.
  • Updated web conditional import to use js_interop to support WebAssembly.
Commits
  • e6c3810 [crypto] remove the -wip to release new version (#921)
  • 018e1dc fix(crypto): update conditional import for js interop library (#915)
  • 9fefb52 Make Int64 default constructor non-const in native mode (#916)
  • 7fee9c0 Fix Int64.operator == (#911)
  • a4dc873 Implement Int64 as a wrapper for int when targeting native and Wasm (#905)
  • 1aa58ef [fixnum] update the min. required dart sdk (#907)
  • b59ecf4 Optimize surrogate decoding. (#894)
  • dc97530 Speedup package:crypto (with a focus on md5) (#892)
  • 816cea7 [path] Fix test race condition caused by changing Directory.current (#890)
  • de09be6 update the issue templates for package:lints (#887)
  • Additional commits viewable in compare view

Updates http from 1.5.0 to 1.6.0

Commits

Updates json_serializable from 6.11.1 to 6.11.3

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.11.3

  • Require analyzer: ^9.0.0
  • Require build: ^4.0.3
  • Require build_config: ^1.2.0
  • Require dart_style: ^3.1.3
  • Require sdk: ^3.9.0
  • Require source_gen: ^4.1.1
  • Require source_helper: ^1.3.9

package:json_serializable v6.11.2

  • Allow run_only_if_triggered to be specified in build.yaml to turn on the build_runner triggers heuristic.
  • Skip warning about annotations on both constructor and field if the values match.
Commits

Updates test from 1.26.3 to 1.28.0

Release notes

Sourced from test's releases.

package:test v1.28.0

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test v1.27.0

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7
Commits

Updates uuid from 4.5.1 to 4.5.2

Release notes

Sourced from uuid's releases.

4.5.2

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.5.1...4.5.2

Changelog

Sourced from uuid's changelog.

v4.5.2

  • Fix validation to allow MAX UUID (FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF) as it is valid.
  • Add strictRFC9562 and deprecate strictRFC4122 to facilitate a rename. This will be remove in v5
Commits
  • d7aeb69 Fix validation, bump version, docs, etc
  • 473c4af Update All
  • d8c71d9 Fix changelog, update lints, fix comment angle brackets
  • 06e373f update docs for v5
  • 0a4cfc1 Add const constructor to CryptoRNG class
  • 77c3a33 Refactor fix for removal of sprintf
  • 615057a Fix info about unneeded default case
  • d57a8d6 Remove sprintf dependency
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/pub/dart-deps-a3870176da branch from 23c566b to 42d01b6 Compare November 24, 2025 19:32
Bumps the dart-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.10.1` | `2.10.4` |
| [crypto](https://github.com/dart-lang/core/tree/main/pkgs) | `3.0.6` | `3.0.7` |
| [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.5.0` | `1.6.0` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.11.1` | `6.11.3` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `4.5.1` | `4.5.2` |



Updates `build_runner` from 2.10.1 to 2.10.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.10.1...build_runner-v2.10.4)

Updates `crypto` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.7/pkgs)

Updates `http` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `json_serializable` from 6.11.1 to 6.11.3
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.11.1...json_serializable-v6.11.3)

Updates `test` from 1.26.3 to 1.28.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.28.0/pkgs)

Updates `uuid` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@4.5.1...4.5.2)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dart-deps
- dependency-name: crypto
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dart-deps
- dependency-name: http
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dart-deps
- dependency-name: json_serializable
  dependency-version: 6.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dart-deps
- dependency-name: test
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dart-deps
- dependency-name: uuid
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dart-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/dart-deps-a3870176da branch from 42d01b6 to 3bf4d6f Compare November 25, 2025 04:35
@eseidel
Copy link
Contributor

eseidel commented Nov 25, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 25, 2025
@dependabot dependabot bot deleted the dependabot/pub/dart-deps-a3870176da branch November 25, 2025 18:35
@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants