Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump bloc_concurrency, hydrated_bloc, bloc and flutter_bloc #1711

Merged
merged 3 commits into from
Mar 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps bloc_concurrency, hydrated_bloc, bloc and flutter_bloc. These dependencies needed to be updated together.
Updates bloc_concurrency from 0.2.5 to 0.3.0

Release notes

Sourced from bloc_concurrency's releases.

bloc_concurrency-v0.3.0

  • chore(deps): upgrade to package:bloc v9.0.0
  • chore: update sponsors
  • chore: add funding to pubspec.yaml
Commits

Updates hydrated_bloc from 9.1.5 to 10.0.0

Release notes

Sourced from hydrated_bloc's releases.

hydrated_bloc-v10.0.0

  • BREAKING feat!: support for wasm (#4313)

    • introduces HydratedStorageDirectory and modifies HydratedStorage.build signature to use HydratedStorageDirectory instead of Directory from dart:io
    import 'package:flutter/foundation.dart';
    import 'package:flutter/material.dart';
    import 'package:flutter_bloc/flutter_bloc.dart';
    import 'package:hydrated_bloc/hydrated_bloc.dart';
    import 'package:path_provider/path_provider.dart';
    void main() async {
    WidgetsFlutterBinding.ensureInitialized();
    HydratedBloc.storage = await HydratedStorage.build(
    storageDirectory: kIsWeb
    ? HydratedStorageDirectory.web
    : HydratedStorageDirectory((await getTemporaryDirectory()).path),
    );
    runApp(const App());
    }

  • feat: allow overriding storage per bloc/cubit instance (#4314)

  • feat: migrate to package:hive_ce (Hive Community Edition) (#4262)

  • fix: HydratedStorage.build should not cache instance (#4317)

  • chore: upgrade to package:bloc v9.0.0

  • chore: bump miniumum Dart SDK version to 2.14

  • chore: update sponsors

  • chore: add funding to pubspec.yaml (#4200)

Commits

Updates bloc from 8.1.4 to 9.0.0

Release notes

Sourced from bloc's releases.

bloc-v9.0.0

  • BREAKING refactor!: introduce EmittableStateStreamableSource (#4311)
    • BlocBase<State> implements EmittableStateStreamableSource<State>
  • BREAKING refactor!: remove deprecated BlocOverrides (#4137)
  • refactor: use Object.hashAll internally (#4310)
    • bumps minimum Dart SDK to 2.14
  • chore: update sponsors
Commits
  • bcdaec0 chore(bloc): v9.0.0 (#4319)
  • c243b58 fix(hydrated_bloc)!: HydratedStorage.build should not cache instance (#4317)
  • 324dfea feat(hydrated_bloc): allow overriding storage (#4314)
  • 52f7eaf feat(hydrated_bloc)!: support for WASM (#4313)
  • ed7b27c refactor(bloc)!: introduce EmittableStateStreamableSource (#4311)
  • faada70 refactor(bloc): use Object.hashAll (#4310)
  • a3aed13 chore(bloc_lint): remove parabeac from sponsors grid
  • 92adcb5 chore: remove parabeac from sponsors (#4302)
  • ba21a05 chore(hydrated_bloc): upgrade example web platform (#4294)
  • 4be2dcb chore(bloc_tools): v0.1.0-dev.7
  • Additional commits viewable in compare view

Updates flutter_bloc from 8.1.6 to 9.1.0

Release notes

Sourced from flutter_bloc's releases.

flutter_bloc-v9.1.0

flutter_bloc-v9.0.0

  • fix: ensure widget is mounted before invoking listener (#4237)
  • chore(deps): upgrade to bloc ^9.0.0
  • chore(deps): bump minimum Dart SDK version to 2.14
  • chore: update sponsors
  • chore: add funding to pubspec.yaml (#4200)
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 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_concurrency](https://github.com/felangel/bloc/tree/master/packages), [hydrated_bloc](https://github.com/felangel/bloc/tree/master/packages), [bloc](https://github.com/felangel/bloc/tree/master/packages) and [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages). These dependencies needed to be updated together.

Updates `bloc_concurrency` from 0.2.5 to 0.3.0
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc_concurrency-v0.3.0/packages)

Updates `hydrated_bloc` from 9.1.5 to 10.0.0
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/hydrated_bloc-v10.0.0/packages)

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

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

---
updated-dependencies:
- dependency-name: bloc_concurrency
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: hydrated_bloc
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: bloc
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flutter_bloc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 24, 2025
@crossle crossle merged commit 43c8aff into main Mar 25, 2025
1 check passed
@crossle crossle deleted the dependabot/pub/multi-e7ad60678a branch March 25, 2025 04:35
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.

2 participants