Skip to content

Bump json_serializable, json_annotation, freezed_annotation, freezed, dartdoc and build_runner#169

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

Bump json_serializable, json_annotation, freezed_annotation, freezed, dartdoc and build_runner#169
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/multi-1d88729a14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

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

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.13.1

  • Improve error message when generating code for Record types with unsupported fields. (#1559)
  • Require analyzer: '>=10.0.0 <13.0.0'
  • Require build: ^4.0.4
  • Require dart_style: ^3.1.4
  • Require source_gen: ^4.1.2
  • Require source_helper: ^1.3.10

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.

... (truncated)

Commits
  • da67f42 allow pkg:analyzer latest, prepare v6.13.1 (#1566)
  • 8b781ac Improve error message when generating code for Record types with unsupported ...
  • 6b711e3 Improve error messages when typeToCode throws an exception (#1450)
  • 5d5feca isSynthetic is removed in Analyzer 11 (#1564)
  • c61a809 Bump actions/stale from 10.1.1 to 10.2.0 in the dependencies group (#1563)
  • 2b03869 Prepare for release (#1562)
  • 2aa5c93 fix: a more complete implementation of schema generation (#1550)
  • d5ab4bd chore: ignore 429 (too busy) responses from github w/ markdown link checker (...
  • fad91d9 Feature: add support for JsonSerializable.dateTimeUtc (#1557)
  • 3d4dc60 Thanks to Chris for the schema feature (#1551)
  • Additional commits viewable in compare view

Updates json_annotation from 4.9.0 to 4.11.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.11.0

  • Add JsonSerializable.dateTimeUtc configuration option. (#1371)

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
  • 2b03869 Prepare for release (#1562)
  • 2aa5c93 fix: a more complete implementation of schema generation (#1550)
  • d5ab4bd chore: ignore 429 (too busy) responses from github w/ markdown link checker (...
  • fad91d9 Feature: add support for JsonSerializable.dateTimeUtc (#1557)
  • 3d4dc60 Thanks to Chris for the schema feature (#1551)
  • 144881c fix: json_schema is only used in tests (#1555)
  • cc2f877 Bump the dependencies group with 2 updates (#1554)
  • 71cda60 Prepare to release json_serializable (#1548)
  • 9c68eaa Prepare to release json_annonation v4.10.0 (#1547)
  • 997f008 feat: add JSON schema generation (#1545)
  • Additional commits viewable in compare view

Updates freezed_annotation from 2.4.4 to 3.1.0

Commits

Updates freezed from 2.5.8 to 3.2.5

Commits

Updates dartdoc from 8.3.4 to 9.0.2

Release notes

Sourced from dartdoc's releases.

package:dartdoc v9.0.2

  • Require analyzer 10.0.0 APIs.

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.2

  • Require analyzer 10.0.0 APIs.

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

Updates build_runner from 2.5.4 to 2.13.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.13.1

  • Allow analyzer 11.0.0 and 12.0.0.

Performance improvements

  • Performance: speedup of between 1.4x for small initial builds to 4x for large incremental builds. See dart-lang/build#4405 for full benchmark results. Optimizations included: faster management of files for analysis, re-use syntax errors computation, avoid a throw/catch on "not yet generated" source, copy asset graph without a serialization round trip, re-use trigger configuration digest.
  • Add --dart-aot-perf flag for profiling on Linux. Use it with --force-aot. It runs the builders under the perf profiling tool which writes to perf.data.
  • Add --verbose-durations flag that logs durations with greater precision.
  • Improve debugging instructions in README.md.
  • Bug fix: fix line wrapping in build_runner args usage output.

package:build_runner v2.12.2

  • Bug fix: don't crash if applies_builders in build.yaml mentions an unknown builder.

package:build_runner v2.12.1

  • Require build_config 1.3.0.

package:build_runner v2.12.0

  • Add support for globs in the package list of workspace pubspec.yaml, matching the new feature in Dart SDK 3.11.
  • Support the build_to key added to post_process_builders in build_config 1.3.0. Post process builders can use this to output files to the source tree.
  • Bug fix: prevent logging crash when using build_test in a builder.

package:build_runner v2.11.1

  • Improve logging on build script build failures, don't repeatedly log an identical failure.
  • Bug fix: with --workspace flag, correctly build for sources in the workspace root instead of failing with "tried to delete from package not in the build".

package:build_runner v2.11.0

  • Add --workspace flag. Use it with dart run build_runner build or watch to build or watch or all packages in the current workspace. It is currently experimental and subject to change based on feedback, please add feedback at Feedback on --workspace dart-lang/build#4349.
  • Bug fix: fix crash in corner case with post process builder, optional builder and output used for --output, watch or serve.
  • Bug fix: fix crash in corner case with watch or serve when builders depend on generated files in the current build.

package:build_runner v2.10.5

  • Add logging of builder compilation so you can tell how much time is spent

... (truncated)

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 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)

… dartdoc and build_runner

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

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

Updates `json_annotation` from 4.9.0 to 4.11.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.9.0...json_annotation-v4.11.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 `freezed` from 2.5.8 to 3.2.5
- [Commits](rrousselGit/freezed@freezed-v2.5.8...freezed-v3.2.5)

Updates `dartdoc` from 8.3.4 to 9.0.2
- [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.2)

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

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-version: 6.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: json_annotation
  dependency-version: 4.11.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: freezed
  dependency-version: 3.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: dartdoc
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: build_runner
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 23, 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