Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc
Bumps dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc. These dependencies needed to be updated together.
Updates dio from 3.0.9 to 5.0.3
Release notes
Sourced from dio's releases.
dio 5.0.3
What's new
- Imply
List<Map>as JSON content inImplyContentTypeInterceptor.- Fix
FormDataencoding for collections and objects.dio 5.0.2
What's new
- Improve code formats according to linter rules.
- Remove the force conversion for the response body.
- Fix
DioErrorType.cancelinInterceptors.- Fix wrong encoding of collection query parameters.
- Fix "unsupported operation" error on web platform.
dio 5.0.1
What's new
- Add
ImplyContentTypeInterceptoras a default interceptor.- Add
Headers.multipartFormDataContentTypefor headers usage.- Fix variable shadowing of
withCredentialsinbrowser_adapers.dart.
Commits
61ed864🔖 dio v5.0.3f9c923b🚑 Fix FormData encoding (#1741) (#1747)9c30e9a📝 Fix interceptor codes in READMEs (#1745)cdab4cc👷 Improve the check with the infra label8cc1358🐛 Allow to parseSet-Cookiewith redirected response (#1734)4204004🚀 ImplyList\<Map>as JSON content (#1737)be2b0f5🔖 native_dio_adapter v0.1.0ba91ed7feat(native_dio_adapter): bump cronet_http, cupertino_http dependency (#1735)70cdbf9fix: update onReceiveProgress references in docs (#1732)e25aae6🔖 cookie_manager v2.1.2- Additional commits viewable in compare view
Updates hive_flutter from 0.3.0+2 to 1.1.0
Commits
db56a26Upgrade hive_flutter to v1.1.0 (#700)f370eaaMerge pull request #698 from mbaumgartenbr/master8617a66[hive_flutter] Fix and rename TimeOfDayAdapter269cd54[hive_flutter] Add build_runner back to pubspec1e5a1e2[hive_flutter] Use conditional imports of io dependencies867f31a[hive_flutter] Export adaptersfbb76d5[hive_flutter] Update dependencies536d3a2Merge pull request #670 from mbaumgartenbr/master42650fdExport hive from hive_flutter5ae9aa4Removed homePath check- Additional commits viewable in compare view
Updates mockito from 4.1.1 to 5.3.2
Changelog
Sourced from mockito's changelog.
5.3.2
- Support analyzer 5.0.0.
5.3.1
- Fix analyzer and code_builder dependencies.
- Reference
@GenerateNiceMocksin documentation.- Allow generating a mock class which includes overriding members with private types in their signature. Such members cannot be stubbed with mockito, and will only be generated when specified in MockSpec
unsupportedMembers.- Include
requiredkeyword in functions used as default return values.5.3.0
- Introduce a new
MockSpecparameter,onMissingStub, which allows specifying three actions to take when a real call is made to a mock method with no matching stub. The two existing behaviors are the default behavior of throwing an exception, and the legacy behavior of returningnull. A new behavior is also introduced: returning a legal default value. With this behavior, legal default values are returned for any given type.- Deprecate the
MockSpecreturnNullOnMissingStubparameter in favor of the newonMissingStubparameter.- Introduce a new
@GenerateNiceMocksannotation, that uses the new "return a legal value" behavior for missing stubs.- Add
SmartFakeclass to be used as a return values for unstubbed methods. It remembers where it was created and throws a descriptive error in case the fake is later used.- Include
requiredkeyword in function types to match overridden function types.5.2.0
- Fix generation of methods with return type of
FutureOr<T>for generic, potentially nullableT.- Support
@GenerateMocksannotations onimportandexportdirectives.- Support analyzer 4.x.
5.1.0
- In creating mocks for a pre-null-safe library, opt out of null safety in the generated code.
- Properly generate method overrides for methods with covariant parameters. #506
- Correctly generate a
toStringoverride method for pre-null safe libraries, for which the class-to-mock implementstoStringwith additional parameters.- Improve messaging in a MissingStubError, directing to the docs for MockSpec.
- Fix incorrect error when trying to mock a method with a parameter with inner function types (like in type arguments) which are potentially non-nullable. #476
... (truncated)
Commits
02ad6c7Bump analyzer to support 5.0.0ef37e87Bump SDK to 2.17 and code_builder to 4.3.05d23067Mockito codegen: use fallbackGenerator when present to create a default 'retu...04b74f1Automated g4 rollback of changelist 471719348.b33ce96Automated g4 rollback of changelist 471650729.dff3d82Includerequiredkeyword in functions used as default return values.dd17535Expand private-in-signature support to getters and setters21f486fAllow generating a mock class which includes overriding members with private ...ced77c9Restrict the exception for CAST_FROM_NULL_ALWAYS_FAILS1363d90Stop using deprecated declarations, prepare for analyzer breaking changes.- Additional commits viewable in compare view
Updates hive from 1.4.1+1 to 2.2.3
Commits
470473fPrepare for v2.2.3 releaseb278001feat: made resetAdapters public (#1014)18b0eeafix: Remove print from deleteBoxFromDisk (#1015)1d1bdd8Prepare hive for v2.2.2 releaseed160d9Fix hive_flutter dependency conflicts59a3b16Merge pull request #978 from hivedb/braid/web-performance73834c9perf: Reduce allocations when writing database (#985)7faa095Merge pull request #984 from hivedb/braid/deprecated-AES-testb9c1ebcchore: remove deprecated AES test579c341Fix Regression #977 - Web not registering DateTimeAdapter (#983)- Additional commits viewable in compare view
Updates bloc_test from 4.0.0 to 9.1.1
Release notes
Sourced from bloc_test's releases.
bloc_test-v9.1.1
- chore: upgrade to
bloc ^8.1.1(#3723)
- refactor:
BlocObserverinstances to useconstconstructors (#3713)- refactor: upgrade to Dart 2.19 (#3699)
- remove deprecated
invariant_booleanslint rule- docs: fix snippet in
README(#3552)bloc_test-v9.1.0
- feat: upgrade to
bloc: ^8.1.0(#3502)bloc_test-v9.0.3
- chore: support for mocktail v0.3.0 (#3252)
- docs: update GetStream utm tags (#3136)
- docs: update VGV sponsors logo (#3125)
bloc_test-v9.0.2
- fix: throw uncaught exceptions (#3070)
- chore: upgrade to
bloc v8.0.2- docs: update example to follow naming conventions (#3032)
bloc_test-v9.0.1
- chore: upgrade to
bloc v8.0.1bloc_test-v9.0.0
- BREAKING: feat: upgrade to
bloc v8.0.0- feat:
MockBlocno longer implicitly requiresregisterFallbackValuefor events and statesbloc_test-v9.0.0-dev.5
- BREAKING: feat: upgrade to
bloc v8.0.0-dev.5bloc_test-v9.0.0-dev.4
- BREAKING: feat: upgrade to
bloc v8.0.0-dev.4bloc_test-v9.0.0-dev.3
- BREAKING: feat: upgrade to
bloc v8.0.0-dev.3bloc_test-v9.0.0-dev.2
- BREAKING: feat: upgrade to
mocktail v0.2.0bloc_test-v8.5.0
- feat: prettier diffing when using
blocTestandexpectdoes not match emitted states (#1783)
bloc_test-v8.4.0
- feat: upgrade to
mocktail ^0.2.0
Commits
511008bchore(bloc_test): v9.1.1 (#3725)56ec6d1chore(bloc_test): add screenshots to pubspec.yaml (#3724)05f9d24chore(bloc_test): upgrade to bloc ^8.1.1 (#3723)f4eb080chore(hydrated_bloc): v9.1.0 (#3722)c9222d4chore(hydrated_bloc): add screenshots to pubspec.yaml (#3721)8d68adachore(hydrated_bloc): update example to Dart 2.19 (#3720)1db33b2chore(hydrated_bloc): update to bloc ^8.1.1 (#3719)060fae5chore(flutter_bloc): v8.1.2 (#3718)9610bfdchore(flutter_bloc): add screenshots to pubspec.yaml (#3717)0fbb9e1feat(flutter_bloc): upgrade to bloc ^8.1.1 (#3716)- Additional commits viewable in compare view
Updates flutter_svg from 0.17.4 to 2.0.4
Changelog
Sourced from flutter_svg's changelog.
2.0.4
- Newer version of vector_graphics.
- Caching bug fix.
- Reintroduce clipBehavior.
2.0.3
- Require newer version of vector_graphics.
- Fix bug in cache that incorrectly fired assert.
2.0.2
- Require newer version of vector_graphics with multiple fixes around inheritence, patterns, and currentColor handling.
2.0.1
- Disable Isolate parsing in debug mode.
- Fix internal Color representation leakage from
package:vector_graphics_compiler.2.0.0+1
- Fix bug in asset loading from packages.
2.0.0
- Use parsing backend from
vector_graphics_compiler.
- Out of order defs now supported.
- Patterns supported.
- Many optimizations added.
- REGRESSION: Lost support for
dxanddyontext. See dnfield/vector_graphics#44 if this is important to you.- Parse SVG data in background isolate by default.
- Use widgets/rendering strategy from
vector_graphics.- Much less caching.
- More tests work without special handling - most of parsing is now sync, and the loaders know how to avoid using
computein tests. For SVGs that contain images,vg.waitForPendingDecodesis available.DEPRECATIONS
- The
VectorDrawableclasses have gone away.- The
AvdPictureand related classes/parser have gone away.- The
PictureCacheandPictureStreamclasses have gone away.- The
PicturePoviderclass exists only for access to a no-op cache.- Several static members on
SvgPictureand thesvgutility class have gone away.- The
colorandcolorBlendModeproperties have been removed. Instead, use
... (truncated)
Commits
c6ec463bumpsbd80505Manage cache count correctly (#885)f96f5f0Reintroduce clip behavior (#860)d731f27Fix faulty cache assertion, bump vg (#879)c190052Consume new vector_graphics461ed86update readme06e814ebumps for 2.0.1b977d27disable isolate parsing in debug mode (#854)e7a0943Hide vector_graphics_compiler types (#853)b9c47a0fix gradle versions- Additional commits viewable in compare view
Updates json_serializable from 3.3.0 to 6.6.1
Commits
d49a5f2Fix bug whenJsonKey.includeToJsonisfalse(#1281)8f31d52Latest CI actions (#1279)5ab5072Bump actions/setup-node from 3.5.1 to 3.6.0 (#1278)217f21eEnable and fix new lints (#1274)bccf4b3example: cleanup readme and pubspec (#1270)832fc7bPrepare to release json_serializable v6.6.0 (#1269)44d0080Prepare to release pkg:json_annotation v4.8.0 (#1268)58db73bLatest mono_repo (#1267)388010echecked_yaml: drop dep overrides (#1266)e8f2b32Prepare checked_yaml v2.0.2 release (#1265)- Additional commits viewable in compare view
Updates build_runner from 1.8.1 to 2.3.3
Commits
e870fb0prep to publish build_runner (#3427)3797325Fix Dart 3 dev CI builds (#3422)cf0671cMention JSON format in dart2js args error message (#3414)5e4f4e1Fix the build on latest dev sdks (#3416)776ea2cBump gaurav-nelson/github-action-markdown-link-check (#3417)816a131Remove language version marker in daemon_test.dart test fixture (#3415)0b879c4Report and shutdown after file watch errors (#3411)f02a133blast_repo fixes (#3407)4abae27ignore false postive avoid_returning_this lint (#3408)e4d6b8dBump gaurav-nelson/github-action-markdown-link-check (#3402)- Additional commits viewable in compare view
Updates flutter_bloc from 3.2.0 to 8.1.2
Release notes
Sourced from flutter_bloc's releases.
flutter_bloc-v8.1.2
- 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:
BlocObserverinstances to useconstconstructors (#3713)- refactor: remove unnecessary single child widget mixins (#3675)
- refactor: upgrade to Flutter 3.7 (#3699)
- remove deprecated
invariant_booleanslint ruleflutter_bloc-v8.1.1
- chore: remove dependency overrides from example to fix pana score
flutter_bloc-v8.1.0
- 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)
flutter_bloc-v8.0.1
- refactor: use core interfaces from
bloc v8.0.2(#3012)- docs: update example to follow naming conventions (#3027)
flutter_bloc-v8.0.0
- BREAKING: feat: upgrade to
bloc v8.0.0flutter_bloc-v8.0.0-dev.3
- BREAKING: feat: upgrade to
bloc v8.0.0-dev.5flutter_bloc-v8.0.0-dev.2
- BREAKING: feat: upgrade to
bloc v8.0.0-dev.3flutter_bloc-v7.3.3
- fix: add missing child assertion to
BlocListenerandBlocProvider(#2924)flutter_bloc-v7.3.2
- fix:
BlocProviderexplicitly defaultlazytotrueto supportavoid_redundant_argument_values(#2917)flutter_bloc-v7.3.1
- fix: determine bloc reference changes via
identical
- Previously
identityHashCodewas 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 samehashCodeas a result of hash collisions. The fix usesidenticalto determine whether the bloc reference has changed.- docs: add inline docs to library
- docs: minor improvements to example and
README- chore: remove unneeded imports
Commits
060fae5chore(flutter_bloc): v8.1.2 (#3718)9610bfdchore(flutter_bloc): add screenshots to pubspec.yaml (#3717)0fbb9e1feat(flutter_bloc): upgrade to bloc ^8.1.1 (#3716)1ffb815chore(flutter_bloc): update example to Dart 2.19 (#3715)093f13dfeat(hydrated_bloc): add storage.close (#3705)2577838refactor: BlocObserver instances to use const constructors (#3713)c4500b6chore(bloc_concurrency): v0.2.1 (#3712)648b337chore(bloc_concurrency): add screenshots to pubspec.yaml (#3711)f285985chore(bloc_concurrency): upgrade to mocktail v0.3.0 (#3710)3b7dc41chore(bloc): v8.1.1 (#3709)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
