Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the non-major-versions group with 5 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.9.0
swagger_dart_code_generator 3.0.3 4.0.2
json_serializable 6.9.5 6.11.1

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

Release notes

Sourced from build_runner's releases.

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.
  • Remove undocumented / unused features: lib/build_script_generate.dart, bin/graph_inspector.dart, build_runner doctor and build_runner generate-build-script commands.
  • Remove deps on pubspec_parse and timing.
  • Use build 3.1.0.

package:build_runner v2.7.0

  • Performance: builders can choose to run only when "triggered". A builder runs only if triggered if the option run_only_if_triggered is true. Triggers are configured in new a top-level section of build.yaml called triggers. See the build_config docs for more information.
  • Remove interactive prompts for whether to delete files.
  • Ignore -d flag: always delete files as if -d was passed.
  • Remove --use-polling-watcher flag.
  • Remove build_runner serve mode $graph and $perf handlers.
  • Documentation revamp.
  • Bug fix: delete transitive generated outputs as well as direct generated outputs. So, a generated file now gets deleted if its input was a generated file that is no longer output.
  • Bug fix: fix crash creating a merged output dir with a file called lib.

package:build_runner v2.6.1

  • Use build 3.0.1.

... (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 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 5 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.9.0` |
| [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` |



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.9.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.9.0)

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 `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.9.0
  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: 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 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/pub/flutter_frontend/non-major-versions-8122ccc873 branch October 27, 2025 02:21
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.

0 participants