Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the non-major-versions group with 6 updates in the /flutter_frontend directory:

Package From To
bloc 9.0.1 9.1.0
chopper_generator 8.2.0 8.4.0
build_runner 2.5.4 2.10.1
swagger_dart_code_generator 3.0.3 4.0.2
json_serializable 6.9.5 6.11.1
oauth2 2.0.3 2.0.5

Updates bloc from 9.0.1 to 9.1.0

Release notes

Sourced from bloc's releases.

bloc-v9.1.0

  • docs: add onDone to README and example (#4641)
  • feat: add onDone callback (#4633)
  • refactor: add pkg:bloc_lint (#4620)
Commits

Updates chopper_generator from 8.2.0 to 8.4.0

Release notes

Sourced from chopper_generator's releases.

chopper_generator-v8.4.0

8.4.0

  • Add @AbortTrigger annotation and support for abortable requests (#679)
  • Change the timeout mechanism to use http package's built-in abortTrigger rather than Future's timeout (#679)
  • Broaden version constraints for build and source_gen dependencies (#685)
  • Require Dart SDK 3.7.0 (#683)

https://pub.dev/packages/chopper_generator/versions/8.4.0

chopper_generator-v8.3.1

8.3.1

  • Update analyzer dependency to >=7.4.0 <9.0.0

https://pub.dev/packages/chopper_generator/versions/8.3.1

chopper_generator-v8.3.0

8.3.0

  • Update analyzer and dependencies to use Element2 API (#671)

https://pub.dev/packages/chopper_generator/versions/8.3.0

Commits
  • 0a624a0 ⬆️ broaden version constraints for build and source_gen dependenc...
  • 1383232 ⬆️ require Dart SDK ^3.7.0 (#683)
  • 867f8eb ✨ add @AbortTrigger annotation and support for abortable requests ...
  • ca7ea0f 🔀 post release branch sync (#677)
  • 571f93e ⬆️ Bump analyzer from 7.7.1 to 8.1.1 in /chopper_generator (#675)
  • 2f6eeaf ⬆️ Bump actions/checkout from 4 to 5 (#674)
  • 415c04f 🔀 post release branch sync (#673)
  • ea8924d ⬆️ update analyzer and dependencies to use element2 API (#671)
  • 792955c 🔀 post release branch sync (#670)
  • See full diff in compare view

Updates build_runner from 2.5.4 to 2.10.1

Release notes

Sourced from build_runner's releases.

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.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

  • Make errors more prominent in log output, highlight in red.
  • Remove "deleting declared outputs" warning.
  • Bug fix: fix incorrect display of some "usage" messages.
  • Move code from build_resolvers into build_runner.
  • Move code from build_runner_core into build_runner.
  • Move code from timing into build_runner.
  • Remove unused deps: build_resolvers, build_runner_core, timing.

package:build_runner v2.7.2

  • Use build 4.0.0.

package:build_runner v2.7.1

  • Bug fix: with build_runner serve, special handling of paths containing /packages/ was hiding actual folders called packages. Serve the actual folders first, before trying the package lookup.

... (truncated)

Commits

Updates swagger_dart_code_generator from 3.0.3 to 4.0.2

Changelog

Sourced from swagger_dart_code_generator's changelog.

4.0.2

  • Various fixes

4.0.1

  • Fix missing 'import_paths' for Scalars when 'separate_models' is enabled
  • Fix other issues on generation

4.0.0

  • Updated libraries
  • Regenerated example
Commits

Updates json_serializable from 6.9.5 to 6.11.1

Release notes

Sourced from json_serializable's releases.

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 chopper_generator from 8.2.0 to 8.4.0

Release notes

Sourced from chopper_generator's releases.

chopper_generator-v8.4.0

8.4.0

  • Add @AbortTrigger annotation and support for abortable requests (#679)
  • Change the timeout mechanism to use http package's built-in abortTrigger rather than Future's timeout (#679)
  • Broaden version constraints for build and source_gen dependencies (#685)
  • Require Dart SDK 3.7.0 (#683)

https://pub.dev/packages/chopper_generator/versions/8.4.0

chopper_generator-v8.3.1

8.3.1

  • Update analyzer dependency to >=7.4.0 <9.0.0

https://pub.dev/packages/chopper_generator/versions/8.3.1

chopper_generator-v8.3.0

8.3.0

  • Update analyzer and dependencies to use Element2 API (#671)

https://pub.dev/packages/chopper_generator/versions/8.3.0

Commits
  • 0a624a0 ⬆️ broaden version constraints for build and source_gen dependenc...
  • 1383232 ⬆️ require Dart SDK ^3.7.0 (#683)
  • 867f8eb ✨ add @AbortTrigger annotation and support for abortable requests ...
  • ca7ea0f 🔀 post release branch sync (#677)
  • 571f93e ⬆️ Bump analyzer from 7.7.1 to 8.1.1 in /chopper_generator (#675)
  • 2f6eeaf ⬆️ Bump actions/checkout from 4 to 5 (#674)
  • 415c04f 🔀 post release branch sync (#673)
  • ea8924d ⬆️ update analyzer and dependencies to use element2 API (#671)
  • 792955c 🔀 post release branch sync (#670)
  • See full diff in compare view

Updates json_serializable from 6.9.5 to 6.11.1

Release notes

Sourced from json_serializable's releases.

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 oauth2 from 2.0.3 to 2.0.5

Commits
  • 8bb94d8 [oauth2] Add isClosed and exception handling for closed state to oaut… (#2089)
  • d0941a3 Unify watcher tests (#2211)
  • fa978cd Remove backup expectations (#2209)
  • f5920a2 Fix PollingDirectoryWatcher for delete during poll. (#2212)
  • 289ba0d Add DirectoryWatcher symlink tests. (#2206)
  • 1275d4c Bump deps for graphs, html, process, pubspec_parse (#2210)
  • 8b9a48c Fix test handling of link timestamps. (#2208)
  • 81588f3 Update to oauth2 package README for Flutter Web info (#1961)
  • adf3fe7 [markdown] Preserve metadata passed to fenced code blocks (#2186)
  • b435a46 Fix SingleMapping.spanFor to use previous line (#2205)
  • Additional commits viewable in compare view

Updates swagger_dart_code_generator from 3.0.3 to 4.0.2

Changelog

Sourced from swagger_dart_code_generator's changelog.

4.0.2

  • Various fixes

4.0.1

  • Fix missing 'import_paths' for Scalars when 'separate_models' is enabled
  • Fix other issues on generation

4.0.0

  • Updated libraries
  • Regenerated example
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major-versions group with 6 updates in the /flutter_frontend directory:

| Package | From | To |
| --- | --- | --- |
| [bloc](https://github.com/felangel/bloc/tree/master/packages) | `9.0.1` | `9.1.0` |
| [chopper_generator](https://github.com/lejard-h/chopper) | `8.2.0` | `8.4.0` |
| [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.10.1` |
| [swagger_dart_code_generator](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator) | `3.0.3` | `4.0.2` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.9.5` | `6.11.1` |
| [oauth2](https://github.com/dart-lang/tools/tree/main/pkgs) | `2.0.3` | `2.0.5` |



Updates `bloc` from 9.0.1 to 9.1.0
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc-v9.1.0/packages)

Updates `chopper_generator` from 8.2.0 to 8.4.0
- [Release notes](https://github.com/lejard-h/chopper/releases)
- [Commits](lejard-h/chopper@chopper_generator-v8.2.0...chopper_generator-v8.4.0)

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

Updates `swagger_dart_code_generator` from 3.0.3 to 4.0.2
- [Changelog](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/commits)

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

Updates `chopper_generator` from 8.2.0 to 8.4.0
- [Release notes](https://github.com/lejard-h/chopper/releases)
- [Commits](lejard-h/chopper@chopper_generator-v8.2.0...chopper_generator-v8.4.0)

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

Updates `oauth2` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/oauth2-v2.0.5/pkgs)

Updates `swagger_dart_code_generator` from 3.0.3 to 4.0.2
- [Changelog](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/epam-cross-platform-lab/swagger-dart-code-generator/commits)

---
updated-dependencies:
- dependency-name: bloc
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: chopper_generator
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: build_runner
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: swagger_dart_code_generator
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-major-versions
- dependency-name: json_serializable
  dependency-version: 6.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: chopper_generator
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: json_serializable
  dependency-version: 6.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: oauth2
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: swagger_dart_code_generator
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-major-versions
...

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 Oct 27, 2025
@FSchiltz FSchiltz merged commit aeea8e3 into main Nov 13, 2025
4 checks passed
@FSchiltz FSchiltz deleted the dependabot/pub/flutter_frontend/non-major-versions-717f2935bf branch November 13, 2025 10:24
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