Skip to content

chore(deps): bump json_serializable, freezed_annotation, json_annotation, retrofit_generator, riverpod_generator, riverpod_annotation, freezed, mockito, flutter_riverpod and build_runner - #173

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps json_serializable, freezed_annotation, json_annotation, retrofit_generator, riverpod_generator, riverpod_annotation, freezed, mockito, flutter_riverpod and build_runner. These dependencies needed to be updated together.
Updates json_serializable from 6.9.5 to 6.13.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
  • 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 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 retrofit_generator from 9.7.0 to 10.2.1

Release notes

Sourced from retrofit_generator's releases.

v10.2.1

No release notes provided.

v10.2.0

What's Changed

New Contributors

Full Changelog: trevorwang/retrofit.dart@v10.1.4...v10.2.0

v10.1.4

What's Changed

Full Changelog: trevorwang/retrofit.dart@v10.1.3...v10.1.4

v10.1.3

What's Changed

Full Changelog: trevorwang/retrofit.dart@v10.1.2...v10.1.3

v10.1.2

What's Changed

New Contributors

Full Changelog: trevorwang/retrofit.dart@v10.1.1...v10.1.2

v10.1.1

What's Changed

Full Changelog: trevorwang/retrofit.dart@v10.1.0...v10.1.1

... (truncated)

Commits
  • c7f35a4 fix: added code generatrion logic for multipart datetime (#874)
  • 6949876 Update protobuf to 6.0.0 and update protobuf example (#866)
  • 67ba3c8 Add format_output option to control dart format comments in generated code (#...
  • 235ec2d Make Response parameter in ParseErrorLogger optional for backward compatibili...
  • 340eed9 Support analyzer '>=8.0.0 <10.0.0' and update deprecated methods (#863)
  • e44c28d Enhance error handling documentation in README (#864)
  • 393ec88 Fix toJson detection for Freezed models using lookUpMethod2 (#860)
  • 3fab74d Add dart_mappable parser support for type conversion (#847)
  • 413cd76 Extend analyzer dependency to support 9.0.0 (#855)
  • 740138c Add Response parameter to ParseErrorLogger callback (#859)
  • Additional commits viewable in compare view

Updates riverpod_generator from 2.6.4 to 4.0.3

Commits

Updates riverpod_annotation from 2.6.1 to 4.0.2

Commits

Updates freezed from 2.5.8 to 3.2.5

Commits

Updates mockito from 5.4.6 to 5.6.3

Release notes

Sourced from mockito's releases.

package:mockito v5.6.1

  • Allow analyzer: >=8.1.0 <10.0.0.

package:mockito v5.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.
Changelog

Sourced from mockito's changelog.

5.6.3

  • Allow analyzer: >=8.1.0 <11.0.0.

5.6.2

  • Avoid exceptions from equality operators when comparing query arguments to SmartFake actual arguments.

5.6.1

  • Allow analyzer: >=8.1.0 <10.0.0.

5.6.0

  • Add dummy values for RegExp and MapEntry.

5.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.

5.5.0

  • Switch to build 3.0.0.
  • Require Dart SDK ^3.7.0.

5.5.0-dev

  • Switch to build 3.0.0-dev.
  • Require Dart SDK ^3.7.0.
Commits

Updates flutter_riverpod from 2.6.1 to 3.2.1

Commits

Updates build_runner from 2.5.4 to 2.11.1

Release notes

Sourced from build_runner's releases.

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

... (truncated)

Commits
  • 0627d11 Release 2.11.1. (#4362)
  • c5ae3d4 Limit log repeats on failed builder script builds. (#4361)
  • 3f8e079 Fix entrypoints in nested directories not being properly resolved in DDC's Li...
  • 5b7112b Build also in the workspace root. (#4360)
  • cdd2d74 Fixing issue with double loads in ddc library loader hot restarts (#4356)
  • bf9f004 Fix race in test. (#4357)
  • 89dddbc fix dev bootstrap script on safari (#4352)
  • c181db1 Split long-running test. (#4355)
  • 80619a9 Simplify: stop running serve-related code in watch command. (#4351)
  • 21a4fbc Release 2.11.0 with --workspace documented and flagged as experimental. (...
  • Additional commits viewable 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 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)

…ion, retrofit_generator, riverpod_generator, riverpod_annotation, freezed, mockito, flutter_riverpod and build_runner

Bumps [json_serializable](https://github.com/google/json_serializable.dart), [freezed_annotation](https://github.com/rrousselGit/freezed), [json_annotation](https://github.com/google/json_serializable.dart), [retrofit_generator](https://github.com/trevorwang/retrofit.dart), [riverpod_generator](https://github.com/rrousselGit/riverpod), [riverpod_annotation](https://github.com/rrousselGit/riverpod), [freezed](https://github.com/rrousselGit/freezed), [mockito](https://github.com/dart-lang/mockito), [flutter_riverpod](https://github.com/rrousselGit/riverpod) 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.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.13.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 `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 `retrofit_generator` from 9.7.0 to 10.2.1
- [Release notes](https://github.com/trevorwang/retrofit.dart/releases)
- [Commits](trevorwang/retrofit.dart@9.7.0...v10.2.1)

Updates `riverpod_generator` from 2.6.4 to 4.0.3
- [Commits](rrousselGit/riverpod@riverpod_generator-v2.6.4...riverpod_generator-v4.0.3)

Updates `riverpod_annotation` from 2.6.1 to 4.0.2
- [Commits](rrousselGit/riverpod@riverpod_annotation-v2.6.1...riverpod_annotation-v4.0.2)

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

Updates `mockito` from 5.4.6 to 5.6.3
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/commits)

Updates `flutter_riverpod` from 2.6.1 to 3.2.1
- [Commits](rrousselGit/riverpod@flutter_riverpod-v2.6.1...flutter_riverpod-v3.2.1)

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

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-version: 6.13.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: json_annotation
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: retrofit_generator
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: riverpod_generator
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: riverpod_annotation
  dependency-version: 4.0.2
  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: mockito
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flutter_riverpod
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: build_runner
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants