Skip to content

Comments

build(deps): bump json_serializable, freezed, json_annotation, freezed_annotation, build_runner and dartdoc#152

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/multi-03776548fc
Open

build(deps): bump json_serializable, freezed, json_annotation, freezed_annotation, build_runner and dartdoc#152
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/multi-03776548fc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps json_serializable, freezed, json_annotation, freezed_annotation, build_runner and dartdoc. These dependencies needed to be updated together.
Updates json_serializable from 6.9.5 to 6.12.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.12.0

  • Support JsonKey annotation on constructor parameters.
  • Add support for JsonSerializable(createJsonSchema: true).

package:json_serializable v6.11.4

  • Allow analyzer: >=9.0.0 <11.0.0

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.

package:json_serializable v6.11.1

  • Allow build: '>=3.0.0 <5.0.0'.
  • Allow source_gen: '>=3.1.0 <5.0.0'.

package:json_serializable v6.11.0

  • Support JsonKey annotation on constructor parameters.
  • Require analyzer: '>=7.4.0 <9.0.0'
  • Require dart_style: ^3.0.0
  • Require meta: ^1.15.0
  • Require source_helper: ^1.3.6
  • Require source_gen: ^3.1.0, stop using deprecated TypeChecker.fromRuntime and use the new TypeChecker.typeNamed instead.

package:json_serializable v6.10.0

  • Required analyzer: ^7.4.0.
  • Switch to analyzer element2 model and build: ^3.0.0-dev.
  • Move package:collection to a dev dependency.
  • Use new null-aware element feature in generated code.
  • Require Dart 3.8

package:json_serializable v6.10.0-dev

  • Switch to analyzer element2 model and build: ^3.0.0-dev.
  • Move package:collection to a dev dependency.
  • Use new null-aware element feature in generated code.
  • Require Dart 3.8
Commits

Updates freezed from 2.5.8 to 3.2.4

Commits

Updates json_annotation from 4.9.0 to 4.10.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.10.0

  • Support JsonKey annotation on constructor parameters.
  • Add JsonSerializable(createJsonSchema: true).
  • Require meta: ^1.16.0
  • Require sdk: ^3.9.0
Commits

Updates freezed_annotation from 2.4.4 to 3.1.0

Commits

Updates build_runner from 2.5.4 to 2.10.5

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.5

  • Add logging of builder compilation so you can tell how much time is spent on the JIT or AOT compile. Explicitly log restarts to recompile builders.
  • Allow analyzer 10.0.0.

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.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.

package:build_runner v2.10.0

  • Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall. Builders that use dart:mirrors cannot be AOT compiled.
  • Add force-aot flag to AOT compile builders.
  • Add force-jit flag to force the current default of JIT compiling builders.
  • Add the --dart-jit-vm-arg option. Its values are passed to dart run when a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.
  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.
  • Internal changes for build_test.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.

... (truncated)

Commits
  • 6e26924 Allow analyzer 10. (#4320)
  • 848c4b3 Use builder names and factories instead of opaque functions. (#4318)
  • 9b97ea0 Use AutoApply enum instead of opaque function PackageFilter. (#4317)
  • 91c3918 Fix out-of-sync pubspec+CHANGELOG. (#4316)
  • d62c662 Fix end to end test: allow build to complete before serving. (#4314)
  • 12d7926 Bump the github-actions group with 2 updates (#4313)
  • cb58a53 Fix build_daemon test. (#4308)
  • 2781837 Adding support for DDC's Library Bundle module system. (#4303)
  • 00ceed3 Adding custom sdk build options to support flutter embeddings and plugins.
  • 9b94a5a Updating DDC's bootstrapper for auto hot reload/restart. (#4300)
  • Additional commits viewable in compare view

Updates dartdoc from 8.3.4 to 9.0.1

Release notes

Sourced from dartdoc's releases.

package:dartdoc v9.0.1

  • Deprecate the typeAsHtml warning
  • Require analyzer 9.0.0 APIs.
  • Use logging infrastructure in AOT compiler.

package:dartdoc v9.0.0

  • Remove the deprecated missingCodeBlockLanguage warning.
  • Remove the deprecated templates-dir option.
  • Remove the deprecated nodoc option.
  • Remove the deprecated include-external option.
  • Refactor 404 error page to use div instead of p for search form.
  • Require analyzer 8.1.1 APIs.
  • Many internal migrations for analyzer APIs.
Changelog

Sourced from dartdoc's changelog.

9.0.1

  • Deprecate the typeAsHtml warning
  • Require analyzer 9.0.0 APIs.
  • Use logging infrastructure in AOT compiler.

9.0.0

  • Remove the deprecated missingCodeBlockLanguage warning.
  • Remove the deprecated templates-dir option.
  • Remove the deprecated nodoc option.
  • Remove the deprecated include-external option.
  • Refactor 404 error page to use div instead of p for search form.
  • Require analyzer 8.1.1 APIs.
  • Many internal migrations for analyzer APIs.
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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…d_annotation, build_runner and dartdoc

Bumps [json_serializable](https://github.com/google/json_serializable.dart), [freezed](https://github.com/rrousselGit/freezed), [json_annotation](https://github.com/google/json_serializable.dart), [freezed_annotation](https://github.com/rrousselGit/freezed), [build_runner](https://github.com/dart-lang/build) and [dartdoc](https://github.com/dart-lang/dartdoc). These dependencies needed to be updated together.

Updates `json_serializable` from 6.9.5 to 6.12.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.12.0)

Updates `freezed` from 2.5.8 to 3.2.4
- [Commits](rrousselGit/freezed@freezed-v2.5.8...freezed-v3.2.4)

Updates `json_annotation` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.9.0...json_annotation-v4.10.0)

Updates `freezed_annotation` from 2.4.4 to 3.1.0
- [Commits](rrousselGit/freezed@freezed_annotation-v2.4.4...freezed_annotation-v3.1.0)

Updates `build_runner` from 2.5.4 to 2.10.5
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.10.5)

Updates `dartdoc` from 8.3.4 to 9.0.1
- [Release notes](https://github.com/dart-lang/dartdoc/releases)
- [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dartdoc@v8.3.4...v9.0.1)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: freezed
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: json_annotation
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: freezed_annotation
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: build_runner
  dependency-version: 2.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dartdoc
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 1, 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

Development

Successfully merging this pull request may close these issues.

0 participants