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

fix(deps): update dependency flutter_bloc to v8 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_bloc (source) dependencies major ^4.0.0 -> ^8.0.0

Release Notes

felangel/bloc

v8.1.2

Compare Source

  • chore: add screenshots to pubspec.yaml (#​3717)
  • chore(deps): upgrade to bloc ^8.1.1 (#​3716)
  • chore: update example to Dart 2.19 (#​3715)
  • refactor: BlocObserver instances to use const constructors (#​3713)
  • refactor: remove unnecessary single child widget mixins (#​3675)
  • refactor: upgrade to Flutter 3.7 (#​3699)
    • remove deprecated invariant_booleans lint rule

v8.1.1

Compare Source

  • chore: remove dependency overrides from example to fix pana score

v8.1.0

Compare Source

  • feat: upgrade to bloc: ^8.1.0
  • chore: upgrade example to latest bloc and hydrated_bloc (#​3481)
  • docs: update GetStream utm tags (#​3136)
  • docs: update VGV sponsors logo (#​3125)

v8.0.1

Compare Source

  • refactor: use core interfaces from bloc v8.0.2 (#​3012)
  • docs: update example to follow naming conventions (#​3027)

v8.0.0

Compare Source

  • BREAKING: feat: upgrade to bloc v8.0.0

v7.3.3

Compare Source

  • fix: add missing child assertion to BlocListener and BlocProvider (#​2924)

v7.3.2

Compare Source

  • fix: BlocProvider explicitly default lazy to true to support avoid_redundant_argument_values (#​2917)

v7.3.1

Compare Source

  • fix: determine bloc reference changes via identical
    • Previously identityHashCode was used to determine if the bloc reference had changed to trigger a rebuild (#​2482) however, it's possible for different bloc references to have the same hashCode as a result of hash collisions. The fix uses identical to determine whether the bloc reference has changed.
  • docs: add inline docs to library
  • docs: minor improvements to example and README
  • chore: remove unneeded imports

v7.3.0

Compare Source

  • feat: upgrade to bloc: ^7.2.0

v7.2.0

Compare Source

  • feat: upgrade to provider: ^6.0.0

v7.1.0

Compare Source

  • feat: add BlocSelector widget

v7.0.1

Compare Source

  • fix: BlocConsumer, BlocBuilder, and BlocListener depend on bloc/cubit instance
    • when a provided bloc instance changes, BlocConsumer, BlocBuilder, and BlocListener will all update to use the new instance
  • docs: update BlocBuilder and BlocListener inline API docs to include buildWhen and listenWhen

v7.0.0

Compare Source

  • BREAKING: refactor: rename cubit parameter to bloc
    • refactor: rename cubit parameter in BlocListener to bloc
    • refactor: rename cubit parameter in BlocBuilder to bloc
    • refactor: rename cubit parameter in BlocConsumer to bloc
  • BREAKING: opt into null safety
    • upgrade Dart SDK constraints to >=2.12.0-0 <3.0.0
  • BREAKING: refactor: remove deprecated context.repository
  • feat: upgrade to bloc: ^7.0.0
  • feat: upgrade to provider: ^5.0.0

v6.1.3

Compare Source

  • feat: expose ProviderNotFoundException
  • chore: upgrade to bloc ^6.1.3
  • chore: upgrade to provider ^4.3.3

v6.1.2

Compare Source

  • fix: BlocProvider.value use InheritedProvider.value

v6.1.1

Compare Source

  • fix: BlocConsumer does not respect buildWhen and results in unnecessary rebuilds

v6.1.0

Compare Source

  • feat: add optional listen to BlocProvider and RepositoryProvider
  • feat: add context.select<T, R>(R Function(T value)) which allows widgets to listen to only a small part of the state of T (R)
  • feat: add context.watch<T>() which allows widgets to listen to changes in the state of T
  • feat: add context.read<T>() which allows widgets to access T without listening for changes
  • deprecated: context.bloc in favor of context.read and context.watch
  • deprecated: context.repository in favor of context.read and context.watch
  • fix: rethrow ProviderNotFoundException from RepositoryProvider for external dependencies
  • docs: improve inline documentation for BlocProvider and RepositoryProvider
  • docs: update list of examples in README

v6.0.6

Compare Source

  • docs: improve inline documentation for buildWhen

v6.0.5

Compare Source

  • fix: BlocBuilder builder and buildWhen state mismatch

v6.0.4

Compare Source

  • fix: state synchronization issue when providing a condition

v6.0.3

Compare Source

  • refactor: BlocConsumer requires a single subscription
  • refactor: BlocBuilder extends BlocListener
  • refactor: MultiRepositoryProvider extends MultiProvider

v6.0.2

Compare Source

  • docs: fix missing API documentation generated by dartdoc

v6.0.1

Compare Source

  • docs: minor documentation fixes and improvements

v6.0.0

Compare Source

  • BREAKING: upgrade to bloc ^6.0.0
  • BREAKING: BlocBuilder interop with cubit (bloc parameter renamed to cubit)
  • BREAKING: BlocListener interop with cubit (bloc parameter renamed to cubit)
  • BREAKING: BlocConsumer interop with cubit (bloc parameter renamed to cubit)
  • feat: remove external dependency on package:flutter_cubit
  • docs: inline documentation updates
  • docs: README updates
  • docs: example application updates

v5.0.1

Compare Source

  • fix: upgrade to bloc ^5.0.1
  • docs: minor documentation updates

v5.0.0

  • BREAKING: condition on BlocBuilder renamed to buildWhen
  • BREAKING: condition on BlocListener renamed to listenWhen
  • BREAKING: upgrade to bloc v5.0.0
  • refactor: internal implementation updates to use flutter_cubit
  • docs: various improvements
  • docs: logo updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant