Skip to content

Bump bloc, flutter_gen_runner and build_runner - #98

Closed
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/pub/multi-4e1f189df3
Closed

Bump bloc, flutter_gen_runner and build_runner#98
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/pub/multi-4e1f189df3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps bloc, flutter_gen_runner and build_runner. These dependencies needed to be updated together.
Updates bloc from 9.0.0 to 9.2.0

Release notes

Sourced from bloc's releases.

bloc-v9.2.0

  • feat: add MultiBlocObserver (#4714)
  • docs: minor README.md improvements (#4657)

bloc_test-v9.1.7

  • chore: update copyright year
  • chore: update sponsors

bloc-v9.1.0

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

bloc-v9.0.1

  • refactor: analysis options updates (#4616)
  • docs: update build status badge (#4502)
  • docs: update sponsors (#4418)
  • docs: update minimum Dart SDK version in README.md
Commits

Updates flutter_gen_runner from 5.8.0 to 5.13.0+1

Release notes

Sourced from flutter_gen_runner's releases.

v5.13.0+1

Development

  • Fixes version conflict between packages.

v5.12.0

Development

v5.11.0

Feature

Development

v5.10.0

No release notes provided.

v5.9.0

Feature

Development

Bug fix

... (truncated)

Changelog

Sourced from flutter_gen_runner's changelog.

5.13.0+1

Development

  • Fixes version conflict between packages.

5.13.0

Development

5.12.0

Development

5.11.0

Feature

Development

5.10.0

Feature

Bug fix

5.9.0

... (truncated)

Commits

Updates build_runner from 2.4.15 to 2.13.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.13.1

  • Allow analyzer 11.0.0 and 12.0.0.

Performance improvements

  • Performance: speedup of between 1.4x for small initial builds to 4x for large incremental builds. See dart-lang/build#4405 for full benchmark results. Optimizations included: faster management of files for analysis, re-use syntax errors computation, avoid a throw/catch on "not yet generated" source, copy asset graph without a serialization round trip, re-use trigger configuration digest.
  • Add --dart-aot-perf flag for profiling on Linux. Use it with --force-aot. It runs the builders under the perf profiling tool which writes to perf.data.
  • Add --verbose-durations flag that logs durations with greater precision.
  • Improve debugging instructions in README.md.
  • Bug fix: fix line wrapping in build_runner args usage output.

package:build_runner v2.12.2

  • Bug fix: don't crash if applies_builders in build.yaml mentions an unknown builder.

package:build_runner v2.12.1

  • Require build_config 1.3.0.

package:build_runner v2.12.0

  • Add support for globs in the package list of workspace pubspec.yaml, matching the new feature in Dart SDK 3.11.
  • Support the build_to key added to post_process_builders in build_config 1.3.0. Post process builders can use this to output files to the source tree.
  • Bug fix: prevent logging crash when using build_test in a builder.

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

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

Bumps [bloc](https://github.com/felangel/bloc/tree/master/packages), [flutter_gen_runner](https://github.com/FlutterGen/flutter_gen/tree/main/packages) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

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

Updates `flutter_gen_runner` from 5.8.0 to 5.13.0+1
- [Release notes](https://github.com/FlutterGen/flutter_gen/releases)
- [Changelog](https://github.com/FlutterGen/flutter_gen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/FlutterGen/flutter_gen/commits/v5.13.0/packages)

Updates `build_runner` from 2.4.15 to 2.13.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.15...build_runner-v2.13.1)

---
updated-dependencies:
- dependency-name: bloc
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flutter_gen_runner
  dependency-version: 5.13.0+1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: build_runner
  dependency-version: 2.13.1
  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 Apr 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 2, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Apr 2, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/multi-4e1f189df3 branch April 2, 2026 07:10
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