fix(deps): update dependency bloc to v8 - abandoned#10
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency bloc to v8 - abandoned#10renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Author
Edited/Blocked NotificationRenovate 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. |
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0->^8.0.0Release Notes
felangel/bloc
v8.1.1Compare Source
pubspec.yaml(#3708)constconstructor support forBlocObserver(#3704)invariant_booleanslint rulev8.1.0Compare Source
Bloc.observerandBloc.transformer(#3469)BlocOverridesasyncfromEmitter.onEach(#3392)mocktail ^0.3.0(#3477)v8.0.3Compare Source
v8.0.2Compare Source
onChangeandaddErrorprotected (#3071)latekeyword for internal state controller (#3100)isClosedtoClosable(#3066)v8.0.1Compare Source
emitusage within tests (#2982)v8.0.0Compare Source
BlocOverridesAPI (#2932)Bloc.observerremoved in favor ofBlocOverrides.runZonedandBlocOverrides.current.blocObserverBloc.transformerremoved in favor ofBlocOverrides.runZonedandBlocOverrides.current.eventTransformerBlocObserveran abstract classaddthrowsStateErrorwhen bloc is closed (#2912)emitthrowsStateErrorwhen bloc is closed (#2913)BlocUnhandledErrorExceptionis removedonErrorand rethrownaddErrorreports error toonErrorbut does not propagate as an uncaught exceptionemitinBlocandCubitCubit,emitisprotectedso it can only be used within theCubitinstance.Bloc,emitisinternalso it cannot be used outside of the internal package implementation.TransitionFunctiontransformEventsmapEventToStatetransformTransitionslistenonBlocBaseStateErrorif an event is added without a registered event handlerv7.2.1Compare Source
on<E extends Event>should have anEventTransformer<E>instead ofEventTransformer<Event>v7.2.0Compare Source
on<Event>API to register event handlersBloc.transformerAPI to configure the defaultEventTransformerEmitter<State>to trigger state changescallto trigger a state change (alignment withCubit)forEachas an analogue forawait foronEachto simplify subscription managementisDoneto abort expensive async operationsStateErrorifmapEventToStateis used in conjunction withon<Event>StateErrorif duplicate event handlers are registeredAssertionErrorwhenemitis called in a completedEventHandlerAssertionErrorwhenemit.onEachandemit.forEachare unawaitedmapEventToStatedeprecated in favor ofon<Event>transformEventsdeprecated in favor ofEventTransformerEventTransformeror define your owntransformTransitionsdeprecatedStream<State> get streamto modify the outbound streamv7.1.0Compare Source
isClosedgetter onBlocBaseonChangedescription in READMEv7.0.0Compare Source
BlocandCubitextendBlocBasevoid onError(Cubit cubit, Object error, StackTrace stackTrace)->void onError(BlocBase bloc, Object error, StackTrace stackTrace)void onCreate(Cubit cubit)->void onCreate(BlocBase bloc)void onClose(Cubit cubit)->void onClose(BlocBase bloc)BlocandCubitdo not extendStreamand implementSinkbloc.streamorcubit.streamto accessStream<State>myBloc.map(...)->myBloc.stream.map(...)bloc.listenin favor ofbloc.stream.listenCubitUnhandledErrorException->BlocUnhandledErrorException>=2.12.0-0 <3.0.0transformEventsmultiple subscriptions issuetransformEventsbehaviormeta: ^1.3.0v6.1.3Compare Source
transformEventsmultiple subscriptions issue due tov6.1.2v6.1.2Compare Source
v6.1.1Compare Source
closeshould always emit donev6.1.0Compare Source
onCreateandonClosetoBlocObserverv6.0.3Compare Source
BlocandCubit.v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
onErrorinBlocObservertakes aCubitas first parametercubitand remove external dependency on package:cubitCubitChange(TransitionforCubit)onChangeadded toBlocObserver@visibleForTestingtoemiton classCubitv5.0.1Compare Source
cubit ^0.1.2v5.0.0Compare Source
initialStateoverride in favor of providing the initial state via super (#1304).BlocSupervisorand renameBlocDelegatetoBlocObserver.nullstates (#1312).Stream.addErrorto conform toEventSinkinterface.onError,onTransition,onEventasprotected.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.
This PR has been generated by Mend Renovate. View repository job log here.