Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 9 updates#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/all-dependencies-ac46135e19
Open

chore(deps): bump the all-dependencies group across 1 directory with 9 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/all-dependencies-ac46135e19

Conversation

@dependabot
Copy link

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

Bumps the all-dependencies group with 9 updates in the / directory:

Package From To
analyzer 7.7.1 10.0.2
json_annotation 4.9.0 4.10.0
build_config 1.1.2 1.2.0
dart_style 3.1.1 3.1.5
json_serializable 6.9.5 6.12.0
build 2.5.4 4.0.4
flutter_lints 1.0.4 6.0.0
build_runner 2.5.4 2.10.5
test 1.26.3 1.29.0

Updates analyzer from 7.7.1 to 10.0.2

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 build_config from 1.1.2 to 1.2.0

Release notes

Sourced from build_config's releases.

package:build_config v1.2.0

  • Add top level key triggers. See the docs for more information.
  • Bump the min sdk to 3.7.0.
  • Remove unused dep: yaml.
  • Documentation revamp.
Commits

Updates dart_style from 3.1.1 to 3.1.5

Release notes

Sourced from dart_style's releases.

package:dart_style v3.1.5

  • Support upcoming Dart language version 3.11.

package:dart_style v3.1.4

  • Remove dependencies on analyzer internal implementation.
  • Require analyzer: '^10.0.0'.

package:dart_style v3.1.3

  • No longer format imports with configurations and a prefix in the wrong order. The parser used to accept this without error even though it violated the language spec. The parser is being fixed, so the formatter will no longer accept or format code like:
    import 'foo.dart' as prefix if (cond) 'bar.dart';
  • Don't force a space between ? and . if a null-aware element contains a dot shorthand.
  • Require analyzer: '>=8.2.0 <10.0.0'.
  • Require args: ^2.5.0.
  • Require sdk: ^3.9.0.

Bug fixes

  • Respect @dart= version comments when determining which >3.7 style to apply. The formatter correctly used those comments to switch between the old short and new tall style, but ignored them for language versioned style rule changes after 3.7. Now the language version of the file is consistently respected for all style rules (#1762).

package:dart_style v3.1.2

  • Support dot shorthand syntax.
  • Update to the latest package:analyzer.
  • Enable language version 3.10.

Bug fixes

  • Preserved trailing commas (trailing_commas: preserve) applies to record type annotations too (#1721).

Style changes

This change only applies to code whose language version is 3.10 or higher:

  • When trailing_commas is preserve, preserve a trailing comma after the last enum constant when members are present (#1678, #1729).
    // Before formatting:
    enum { constant, ; member() {} }
    // After formatting at language version 3.9 or lower:
    enum {
      constant;
      member() {}
    }
    // After formatting at language version 3.10 or higher:
    enum {
      constant,
      ;

... (truncated)

Changelog

Sourced from dart_style's changelog.

3.1.5

  • Support upcoming Dart language version 3.11.

3.1.4

  • Remove dependencies on analyzer internal implementation.
  • Require analyzer: '^10.0.0'.

3.1.3

  • No longer format imports with configurations and a prefix in the wrong order. The parser used to accept this without error even though it violated the language spec. The parser is being fixed, so the formatter will no longer accept or format code like:

    import 'foo.dart' as prefix if (cond) 'bar.dart';
  • Don't force a space between ? and . if a null-aware element contains a dot shorthand.

  • Require analyzer: '>=8.2.0 <10.0.0'.

  • Require args: ^2.5.0.

  • Require sdk: ^3.9.0.

Bug fixes

  • Respect @dart= version comments when determining which >3.7 style to apply. The formatter correctly used those comments to switch between the old short and new tall style, but ignored them for language versioned style rule changes after 3.7. Now the language version of the file is consistently respected for all style rules (#1762).

3.1.2

  • Support dot shorthand syntax.
  • Update to the latest package:analyzer.
  • Enable language version 3.10.

Bug fixes

  • Preserved trailing commas (trailing_commas: preserve) applies to record type annotations too (#1721).

Style changes

This change only applies to code whose language version is 3.10 or higher:

... (truncated)

Commits
  • f624489 Add support for language version 3.11. (#1798)
  • bdae98c Require analyzer 10.0.0, stop using deprecated nodes and properties. (#1795)
  • af2e770 Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (#1793)
  • d1c9edc Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#1790)
  • f9825b8 Test that private named initializing formals can be formatted. (#1788)
  • e8190bf Remove uses of internal analyzer implementation. (#1787)
  • de7e726 Clean up use of pkg:args, bump args dep (#1784)
  • ade6076 Latest analyzer, prepare release (#1783)
  • ec0048b Fix stray backtick in markdown documentation (#1761)
  • 34742d7 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#1767)
  • Additional commits viewable in compare view

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 build from 2.5.4 to 4.0.4

Release notes

Sourced from build's releases.

package:build v4.0.4

  • Allow analyzer 10.0.0.

package:build v4.0.3

  • Allow analyzer 9.0.0.

package:build v4.0.2

  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.

package:build v4.0.1

  • Improvements to dartdoc.

package:build v4.0.0

  • Remove methods and classes deprecated in 4.0.0.
  • Make AssetReader.digest abstract.
  • Remove unused deps: async, build_runner_core, convert.

package:build_test v3.5.5

  • Use build_runner 2.10.5.

package:build_test v3.5.4

  • Use build_runner 2.10.4.

package:build_test v3.5.3

  • Use build_runner 2.10.3.

package:build_test v3.5.2

  • Use build_runner 2.10.2.

package:build_test v3.5.1

  • Use build_runner 2.10.1.

package:build_test v3.5.0

  • Improve TestBuilderResult: add succeeded, outputs and errors. Deprecate buildResult in favor of these new members.
  • Add verbose to testBuilders and related methods. Like the command line flag it enables info logging from builders.
  • Add flattenOutput to testBuilders. Use it for a less realistic but simpler build in which generated outputs are always written directly to each package instead of "hidden" output being written to .dart_tool/build/generated.

package:build_test v3.4.1

  • Use build_runner 2.9.0.
  • Use build 4.0.1.

package:build_test v3.4.0

  • Support post process builders in testBuilders. And, add appliesBuilders so that builders can apply post process builders.
  • Add testBuilderFactories: like testBuilders, but provide the builder

... (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 flutter_lints from 1.0.4 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

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 test from 1.26.3 to 1.29.0

Release notes

Sourced from test's releases.

package:test v1.29.0

  • Add --coverage-package flag, which filters the coverage report to specific packages using RegExps.
  • Require a function definition named main directly in a test suite and provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Allow analyzer major version 10.

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 build from 2.5.4 to 4.0.4

Release notes

Sourced from build's releases.

package:build v4.0.4

  • Allow analyzer 10.0.0.

package:build v4.0.3

  • Allow analyzer 9.0.0.

package:build v4.0.2

  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.

package:build v4.0.1

  • Improvements to dartdoc.

package:build v4.0.0

  • Remove methods and classes deprecated in 4.0.0.
  • Make AssetReader.digest abstract.
  • Remove unused deps: async, build_runner_core, convert.

package:build_test v3.5.5

  • Use build_runner 2.10.5.

package:build_test v3.5.4

  • Use build_runner 2.10.4.

package:build_test v3.5.3

  • Use build_runner 2.10.3.

package:build_test v3.5.2

  • Use build_runner 2.10.2.

package:build_test v3.5.1

  • Use build_runner 2.10.1.

package:build_test v3.5.0

  • Improve TestBuilderResult: add succeeded, outputs and errors. Deprecate buildResult in favor of these new members.
  • Add verbose to testBuilders and related methods. Like the command line flag it enables info logging from builders.
  • Add flattenOutput to testBuilders. Use it for a less realistic but simpler build in which generated outputs are always written directly to each package instead of "hidden" output being written to .dart_tool/build/generated.

package:build_test v3.4.1

  • Use build_runner 2.9.0.
  • Use build 4.0.1.

package:build_test v3.4.0

  • Support post process builders in testBuilders. And, add appliesBuilders so that builders can apply post process builders.
  • Add testBuilderFactories: like testBuilders, but provide the builder

... (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 build_config from 1.1.2 to 1.2.0

Release notes

Sourced from build_config's releases.

package:build_config v1.2.0

  • Add top level key triggers. See the docs for more information.
  • Bump the min sdk to 3.7.0.
  • Remove unused dep: yaml.
  • Documentation revamp.
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 dart_style from 3.1.1 to 3.1.5

Release notes

Sourced from dart_style's releases.

package:dart_style v3.1.5

  • Support upcoming Dart language version 3.11.

package:dart_style v3.1.4

  • Remove dependencies on analyzer internal implementation.
  • Require analyzer: '^10.0.0'.

package:dart_style v3.1.3

  • No longer format imports with configurations and a prefix in the wrong order. The parser used to accept this without error even though it violated the language spec. The parser is being fixed, so the formatter will no longer accept or format code like:
    import 'foo.dart' as prefix if (cond) 'bar.dart';
  • Don't force a space between ? and . if a null-aware element contains a dot shorthand.
  • Require analyzer: '>=8.2.0 <10.0.0'.
  • Require args: ^2.5.0.
  • Require sdk: ^3.9.0.

Bug fixes

  • Respect @dart= version comments when determining which >3.7 style to apply. The formatter correctly used those comments to switch between the old short and new tall style, but ignored them for language versioned style rule changes after 3.7. Now the language version of the file is consistently respected for all style rules (#1762).

package:dart_style v3.1.2

  • Support dot shorthand syntax.
  • Update to the latest package:analyzer.
  • Enable language version 3.10.

Bug fixes

  • Preserved trailing commas (trailing_commas: preserve) applies to record type annotations too (#1721).

Style changes

This change only applies to code whose language version is 3.10 or higher:

  • When trailing_commas is preserve, preserve a trailing comma after the last enum constant when members are present (#1678, #1729).
    // Before formatting:
    enum { constant, ; member() {} }
    // After formatting at language version 3.9 or lower:
    enum {
      constant;
      member() {}
    }
    // After formatting at language version 3.10 or higher:
    enum {
      constant,
      ;

... (truncated)

Changelog

Sourced from dart_style's changelog.

3.1.5

  • Support upcoming Dart language version 3.11.

3.1.4

  • Remove dependencies on analyzer internal implementation.
  • Require analyzer: '^10.0.0'.

3.1.3

  • No longer format imports with configurations and a prefix in the wrong order. The parser used to accept this without error even though it violated the language spec. The parser is being fixed, so the formatter will no longer accept or format code like:

    import 'foo.dart' as prefix if (cond) 'bar.dart';
  • Don't force a space between ? and . if a null-aware element contains a dot shorthand.

  • Require analyzer: '>=8.2.0 <10.0.0'.

  • Require args: ^2.5.0.

  • Require sdk: ^3.9.0.

Bug fixes

  • Respect @dart= version comments when determining which >3.7 style to apply. The formatter correctly used those comments to switch between the old short and new tall style, but ignored them for language versioned style rule changes after 3.7. Now the language version of the file is consistently respected for all style rules (#1762).

3.1.2

  • Support dot shorthand syntax.
  • Update to the latest package:analyzer.
  • Enable language version 3.10.

Bug fixes

  • Preserved trailing commas (trailing_commas: preserve) applies to record type annotations too (#1721).

Style changes

This change only applies to code whose language version is 3.10 or higher:

... (truncated)

Commits
  • f624489 Add support for language version 3.11. (#1798)
  • bdae98c Require analyzer 10.0.0, stop using deprecated nodes and properties. (#1795)
  • af2e770 Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (#1793)
  • d1c9edc Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#1790)
  • f9825b8 Test that private named initializing formals can be formatted. (#1788)
  • e8190bf Remove uses of internal analyzer implementation. (#1787)
  • de7e726 Clean up use of pkg:args, bump args dep (#1784)
  • ade6076 Latest analyzer, prepare release (#1783)
  • ec0048b Fix stray backtick in markdown documentation (#1761)
  • 34742d7 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#1767)
  • Additional commits viewable in compare view

Updates flutter_lints from 1.0.4 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

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
  • 9c68eaa Prepare to release json_annonation v4.10.0 (

@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 2, 2026
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

…9 updates

Bumps the all-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) | `7.7.1` | `10.0.2` |
| [json_annotation](https://github.com/google/json_serializable.dart) | `4.9.0` | `4.10.0` |
| [build_config](https://github.com/dart-lang/build) | `1.1.2` | `1.2.0` |
| [dart_style](https://github.com/dart-lang/dart_style) | `3.1.1` | `3.1.5` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.9.5` | `6.12.0` |
| [build](https://github.com/dart-lang/build) | `2.5.4` | `4.0.4` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `1.0.4` | `6.0.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.10.5` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.26.3` | `1.29.0` |



Updates `analyzer` from 7.7.1 to 10.0.2
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg)

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 `build_config` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_config-v1.1.2...build_config-v1.2.0)

Updates `dart_style` from 3.1.1 to 3.1.5
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dart_style@v3.1.1...v3.1.5)

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 `build` from 2.5.4 to 4.0.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build-v2.5.4...build-v4.0.4)

Updates `flutter_lints` from 1.0.4 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

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 `test` from 1.26.3 to 1.29.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.29.0/pkgs)

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

Updates `build_config` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_config-v1.1.2...build_config-v1.2.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 `dart_style` from 3.1.1 to 3.1.5
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dart_style@v3.1.1...v3.1.5)

Updates `flutter_lints` from 1.0.4 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

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 `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 `test` from 1.26.3 to 1.29.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.29.0/pkgs)

---
updated-dependencies:
- dependency-name: analyzer
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: json_annotation
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: build_config
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dart_style
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: json_serializable
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: build
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: build_runner
  dependency-version: 2.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: test
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: build
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: build_config
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: build_runner
  dependency-version: 2.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dart_style
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: json_annotation
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: json_serializable
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: test
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/all-dependencies-ac46135e19 branch from ba319b9 to 861c5b5 Compare February 20, 2026 10:09
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.

1 participant