Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-ab79e11831
Open

Bump json_serializable, json_annotation, freezed_annotation, freezed, dartdoc and build_runner#176
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/multi-ab79e11831

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 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.14.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.14.0

  • Support JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state JSON fields: distinguish omitted keys from explicit null in fromJson and emit explicit JSON null in toJson when the Dart field is non-null.
  • Require json_annotation: '>=4.12.0 <4.13.0'

package:json_serializable v6.13.2

  • Require analyzer: '>=10.0.0 <14.0.0'

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

  • Fix schema generation for many different types of fields. (#1549)
  • Support JsonSerializable.dateTimeUtc configuration option. (#1371)
  • Remove json_schema from dependencies (it is only used in tests).

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

... (truncated)

Commits
  • 61e7b87 Add JsonKey.explicitJsonNullWhenNonNullField for PATCH tri-state JSON (#1574)
  • 62e16d8 Bump the dependencies group with 2 updates (#1572)
  • c6cdfcf Update analyzer to latest, prepare v6.13.2 (#1571)
  • fba9479 Bump the dependencies group with 3 updates (#1568)
  • 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)
  • Additional commits viewable in compare view

Updates json_annotation from 4.9.0 to 4.12.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.12.0

  • Add JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state JSON fields (omit key vs explicit null vs value).

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
  • 61e7b87 Add JsonKey.explicitJsonNullWhenNonNullField for PATCH tri-state JSON (#1574)
  • 62e16d8 Bump the dependencies group with 2 updates (#1572)
  • c6cdfcf Update analyzer to latest, prepare v6.13.2 (#1571)
  • fba9479 Bump the dependencies group with 3 updates (#1568)
  • 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)
  • 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.4

Release notes

Sourced from dartdoc's releases.

package:dartdoc v9.0.4

  • Fix a bug where experiment flags passed via command-line were ignored.
  • Support specifying experimental features in dartdoc_options.yaml.
  • Document using the public name for private named parameters.
  • Deprecate the --use-categories option.
  • Gracefully handle missing library elements during comment reference lookup, emitting an internal-error warning instead of crashing.
  • Require analyzer 10.2.0 APIs.

package:dartdoc v9.0.3

  • Require analyzer 10.1.0 APIs.
  • Remove usage of EmbedderYamlLocator and EmbedderSdk.new, internal analyzer APIs which were removed in analyzer 10.1.0.
  • Significant improvements to canonicalization logic:
    • elements documented in their intended libraries via @canonicalFor overrides are now correctly placed in their respective directories.
    • improved SDK interlinking to ensure elements re-exported from standard libraries (like dart:core) generate absolute remote links when appropriate.
    • fixed a bug where property accessors (getters/setters) were incorrectly compared during canonical library lookups.
    • refined scoring heuristics with definitive tie-breakers for standard SDK schemes and defining libraries.

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

  • Fix a bug where experiment flags passed via command-line were ignored.
  • Support specifying experimental features in dartdoc_options.yaml.
  • Document using the public name for private named parameters.
  • Deprecate the --use-categories option.
  • Gracefully handle missing library elements during comment reference lookup, emitting an internal-error warning instead of crashing.
  • Require analyzer 10.2.0 APIs.

9.0.3

  • Require analyzer 10.1.0 APIs.
  • Remove usage of EmbedderYamlLocator and EmbedderSdk.new, internal analyzer APIs which were removed in analyzer 10.1.0.
  • Significant improvements to canonicalization logic:
    • elements documented in their intended libraries via @canonicalFor overrides are now correctly placed in their respective directories.
    • improved SDK interlinking to ensure elements re-exported from standard libraries (like dart:core) generate absolute remote links when appropriate.
    • fixed a bug where property accessors (getters/setters) were incorrectly compared during canonical library lookups.
    • refined scoring heuristics with definitive tie-breakers for standard SDK schemes and defining libraries.

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
  • bf4d219 Bump to 9.0.4 (#4225)
  • 8339036 Gracefully handle missing library elements during comment reference lookup. (...
  • b65fd9a Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions group ...
  • 2a483a0 Merge CommentReferable into Nameable (#4217)
  • 214e74c #4134. Add placement tests for getters and setters (#4219)
  • b4eb926 Remove redundant GenericFunctionTypeElement check in Parameter.htmlId (#4...
  • 3b019e4 Fix: Simplify HTML ID generation for parameters in generic function types (#4...
  • 33f83ed Fix extension type override (#4218)
  • e60d5df Deprecate unused useCategories option (#4148)
  • 42f70b4 #4134. Add placement tests for fields (#4216)
  • Additional commits viewable in compare view

Updates build_runner from 2.5.4 to 2.15.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.15.0

  • Remove --low-resources-mode as default memory usage has been improved. If you have problems with RAM usage please file an issue.
  • Remove --log-performance and --track-performance. File an issue if you have performance measurement needs not covered by the newer --dart-aot-perf.
  • Removed options can still be passed, they will be ignored with a warning.
  • Bug fix: fix crash during logging if an asset path is an invalid URI.
  • Bug fix: with --workspace the global options affecting build order were read from the wrong package. They are now read from build.yaml in the workspace root, like other global options.
  • Allow analyzer 13.0.0.

package:build_runner v2.14.1

  • Bug fix: fix crash if a package used to belong to a workspace but was removed from the workspace leaving a stale workspace.ref file.
  • Bug fix: the watch command now always does one build before exiting due to a request from another build_runner process. Fix crashes related to request before build start.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs more initial startup time but gives faster builds afterwards. Fall back to JIT if the compile fails due to use of dart:mirrors. Use the --force-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.
  • Add support for asset: scheme to the --build-filter flag. It is like package: but for the whole package, not just lib. For example, package:a/b.dart is the same as asset:a/lib/b.dart.
  • Paths specified using --build-filter when using the --workspace flag now apply to the current package, not the workspace root. Other packages must be referred to using package: or asset: schemes.
  • Add OSC 8 hyperlinks for logged input paths.
  • Better handling of deletions of files during the build: if the file is not needed ignore the deletion, if it's needed try to use the cached version, as a last resort restart the build.
  • Defer deletions of files by build_runner until the build is complete. Don't write files unless the contents changed. These reduce unnecessary work by tools that watch the filesystem.
  • --workspace flag is no longer experimental, remove the warning.
  • Add --workspace flag to clean command, use it to clear the cache used for a --workspace build.
  • Add new command stop: run dart run build_runner stop to terminate a running watch or serve command in the current package or workspace. If a build is in progress, the build will complete first.
  • Add locking: build_runner will wait for any already-running command before running. If there is an already-running watch or serve command, it will be closed after the currently-running build, as if you ran the new dart run build_runner stop.

... (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.14.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.14.0)

Updates `json_annotation` from 4.9.0 to 4.12.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.9.0...json_annotation-v4.12.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.4
- [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.4)

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

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: json_annotation
  dependency-version: 4.12.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.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: build_runner
  dependency-version: 2.15.0
  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 May 19, 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