Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump dio, hive_flutter, mockito, hive, bloc_test, flutter_svg, json_serializable, build_runner and flutter_bloc#40

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubMar 21, 2023

Bumpsdio,hive_flutter,mockito,hive,bloc_test,flutter_svg,json_serializable,build_runner andflutter_bloc. These dependencies needed to be updated together.
Updatesdio from 3.0.9 to 5.0.3

Release notes

Sourced fromdio's releases.

dio 5.0.3

What's new

  • ImplyList<Map> as JSON content inImplyContentTypeInterceptor.
  • FixFormData encoding 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.
  • FixDioErrorType.cancel inInterceptors.
  • Fix wrong encoding of collection query parameters.
  • Fix "unsupported operation" error on web platform.

dio 5.0.1

What's new

  • AddImplyContentTypeInterceptor as a default interceptor.
  • AddHeaders.multipartFormDataContentType for headers usage.
  • Fix variable shadowing ofwithCredentials inbrowser_adapers.dart.
Commits

Updateshive_flutter from 0.3.0+2 to 1.1.0

Commits
  • db56a26 Upgrade hive_flutter to v1.1.0 (#700)
  • f370eaa Merge pull request#698 from mbaumgartenbr/master
  • 8617a66 [hive_flutter] Fix and rename TimeOfDayAdapter
  • 269cd54 [hive_flutter] Add build_runner back to pubspec
  • 1e5a1e2 [hive_flutter] Use conditional imports of io dependencies
  • 867f31a [hive_flutter] Export adapters
  • fbb76d5 [hive_flutter] Update dependencies
  • 536d3a2 Merge pull request#670 from mbaumgartenbr/master
  • 42650fd Export hive from hive_flutter
  • 5ae9aa4 Removed homePath check
  • Additional commits viewable incompare view

Updatesmockito from 4.1.1 to 5.3.2

Changelog

Sourced frommockito's changelog.

5.3.2

  • Support analyzer 5.0.0.

5.3.1

  • Fix analyzer and code_builder dependencies.
  • Reference@GenerateNiceMocks in documentation.
  • Allow generating a mock class which includes overriding members with privatetypes in their signature. Such members cannot be stubbed with mockito, andwill only be generated when specified in MockSpecunsupportedMembers.
  • Includerequired keyword in functions used as default return values.

5.3.0

  • Introduce a newMockSpec parameter,onMissingStub, which allowsspecifying three actions to take when a real call is made to a mock methodwith no matching stub. The two existing behaviors are the defaultbehavior 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 theMockSpecreturnNullOnMissingStub parameter in favor of thenewonMissingStub parameter.
  • Introduce a new@GenerateNiceMocks annotation, that uses the new"return a legal value" behavior for missing stubs.
  • AddSmartFake class to be used as a return values for unstubbedmethods. It remembers where it was created and throws a descriptive errorin case the fake is later used.
  • Includerequired keyword in function types to match overridden functiontypes.

5.2.0

  • Fix generation of methods with return type ofFutureOr<T> for generic,potentially nullableT.
  • Support@GenerateMocks annotations onimport andexport directives.
  • Support analyzer 4.x.

5.1.0

  • In creating mocks for a pre-null-safe library, opt out of null safety in thegenerated code.
  • Properly generate method overrides for methods with covariant parameters.#506
  • Correctly generate atoString override method for pre-null safe libraries,for which the class-to-mock implementstoString with 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 innerfunction types (like in type arguments) which are potentially non-nullable.#476

... (truncated)

Commits
  • 02ad6c7 Bump analyzer to support 5.0.0
  • ef37e87 Bump SDK to 2.17 and code_builder to 4.3.0
  • 5d23067 Mockito codegen: use fallbackGenerator when present to create a default 'retu...
  • 04b74f1 Automated g4 rollback of changelist 471719348.
  • b33ce96 Automated g4 rollback of changelist 471650729.
  • dff3d82 Includerequired keyword in functions used as default return values.
  • dd17535 Expand private-in-signature support to getters and setters
  • 21f486f Allow generating a mock class which includes overriding members with private ...
  • ced77c9 Restrict the exception for CAST_FROM_NULL_ALWAYS_FAILS
  • 1363d90 Stop using deprecated declarations, prepare for analyzer breaking changes.
  • Additional commits viewable incompare view

Updateshive from 1.4.1+1 to 2.2.3

Commits
  • 470473f Prepare for v2.2.3 release
  • b278001 feat: made resetAdapters public (#1014)
  • 18b0eea fix: Remove print from deleteBoxFromDisk (#1015)
  • 1d1bdd8 Prepare hive for v2.2.2 release
  • ed160d9 Fix hive_flutter dependency conflicts
  • 59a3b16 Merge pull request#978 from hivedb/braid/web-performance
  • 73834c9 perf: Reduce allocations when writing database (#985)
  • 7faa095 Merge pull request#984 from hivedb/braid/deprecated-AES-test
  • b9c1ebc chore: remove deprecated AES test
  • 579c341 Fix Regression#977 - Web not registering DateTimeAdapter (#983)
  • Additional commits viewable incompare view

Updatesbloc_test from 4.0.0 to 9.1.1

Release notes

Sourced frombloc_test's releases.

bloc_test-v9.1.1

  • chore: upgrade tobloc ^8.1.1 (#3723)
    • refactor:BlocObserver instances to useconst constructors (#3713)
  • refactor: upgrade to Dart 2.19 (#3699)
    • remove deprecatedinvariant_booleans lint rule
  • docs: fix snippet inREADME (#3552)

bloc_test-v9.1.0

  • feat: upgrade tobloc: ^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 tobloc v8.0.2
  • docs: update example to follow naming conventions (#3032)

bloc_test-v9.0.1

  • chore: upgrade tobloc v8.0.1

bloc_test-v9.0.0

  • BREAKING: feat: upgrade tobloc v8.0.0
  • feat:MockBloc no longer implicitly requiresregisterFallbackValue for events and states

bloc_test-v9.0.0-dev.5

  • BREAKING: feat: upgrade tobloc v8.0.0-dev.5

bloc_test-v9.0.0-dev.4

  • BREAKING: feat: upgrade tobloc v8.0.0-dev.4

bloc_test-v9.0.0-dev.3

  • BREAKING: feat: upgrade tobloc v8.0.0-dev.3

bloc_test-v9.0.0-dev.2

  • BREAKING: feat: upgrade tomocktail v0.2.0

bloc_test-v8.5.0

  • feat: prettier diffing when usingblocTest andexpect does not match emitted states (#1783)

bloc_test_diff

bloc_test-v8.4.0

  • feat: upgrade tomocktail ^0.2.0
Commits

Updatesflutter_svg from 0.17.4 to 2.0.4

Changelog

Sourced fromflutter_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 aroundinheritence, patterns, and currentColor handling.

2.0.1

  • Disable Isolate parsing in debug mode.
  • Fix internal Color representation leakage frompackage:vector_graphics_compiler.

2.0.0+1

  • Fix bug in asset loading from packages.

2.0.0

  • Use parsing backend fromvector_graphics_compiler.
    • Out of order defs now supported.
    • Patterns supported.
    • Many optimizations added.
    • REGRESSION: Lost support fordx anddy ontext. Seednfield/vector_graphics#44 if this is important toyou.
  • Parse SVG data in background isolate by default.
  • Use widgets/rendering strategy fromvector_graphics.
  • Much less caching.
  • More tests work without special handling - most of parsing is now sync,and the loaders know how to avoid usingcompute in tests. For SVGs thatcontain images,vg.waitForPendingDecodes is available.

DEPRECATIONS

  • TheVectorDrawable classes have gone away.
  • TheAvdPicture and related classes/parser have gone away.
  • ThePictureCache andPictureStream classes have gone away.
  • ThePicturePovider class exists only for access to a no-op cache.
  • Several static members onSvgPicture and thesvg utility class have goneaway.
  • Thecolor andcolorBlendMode properties have been removed. Instead, use

... (truncated)

Commits

Updatesjson_serializable from 3.3.0 to 6.6.1

Commits

Updatesbuild_runner from 1.8.1 to 2.3.3

Commits

Updatesflutter_bloc from 3.2.0 to 8.1.2

Release notes

Sourced fromflutter_bloc's releases.

flutter_bloc-v8.1.2

  • chore: add screenshots topubspec.yaml (#3717)
  • chore(deps): upgrade tobloc ^8.1.1 (#3716)
  • chore: update example to Dart 2.19 (#3715)
  • refactor:BlocObserver instances to useconst constructors (#3713)
  • refactor: remove unnecessary single child widget mixins (#3675)
  • refactor: upgrade to Flutter 3.7 (#3699)
    • remove deprecatedinvariant_booleans lint rule

flutter_bloc-v8.1.1

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

flutter_bloc-v8.1.0

  • feat: upgrade tobloc: ^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 frombloc v8.0.2 (#3012)
  • docs: update example to follow naming conventions (#3027)

flutter_bloc-v8.0.0

  • BREAKING: feat: upgrade tobloc v8.0.0

flutter_bloc-v8.0.0-dev.3

  • BREAKING: feat: upgrade tobloc v8.0.0-dev.5

flutter_bloc-v8.0.0-dev.2

  • BREAKING: feat: upgrade tobloc v8.0.0-dev.3

flutter_bloc-v7.3.3

  • fix: add missing child assertion toBlocListener andBlocProvider (#2924)

flutter_bloc-v7.3.2

  • fix:BlocProvider explicitly defaultlazy totrue to supportavoid_redundant_argument_values (#2917)

flutter_bloc-v7.3.1

  • fix: determine bloc reference changes viaidentical
    • PreviouslyidentityHashCode 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 samehashCode as a result of hash collisions. The fix usesidentical to determine whether the bloc reference has changed.
  • docs: add inline docs to library
  • docs: minor improvements to example andREADME
  • chore: remove unneeded imports
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 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)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

…erializable, build_runner and flutter_blocBumps [dio](https://github.com/cfug/dio), [hive_flutter](https://github.com/hivedb/hive), [mockito](https://github.com/dart-lang/mockito), [hive](https://github.com/hivedb/hive), [bloc_test](https://github.com/felangel/bloc/tree/master/packages), [flutter_svg](https://github.com/dnfield/flutter_svg), [json_serializable](https://github.com/google/json_serializable.dart), [build_runner](https://github.com/dart-lang/build) and [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages). These dependencies needed to be updated together.Updates `dio` from 3.0.9 to 5.0.3- [Release notes](https://github.com/cfug/dio/releases)- [Commits](cfug/dio@3.0.9...dio_v5.0.3)Updates `hive_flutter` from 0.3.0+2 to 1.1.0- [Release notes](https://github.com/hivedb/hive/releases)- [Commits](isar/hive@v0.3.0...hive_flutter_v1.1.0)Updates `mockito` from 4.1.1 to 5.3.2- [Release notes](https://github.com/dart-lang/mockito/releases)- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)- [Commits](dart-lang/mockito@4.1.1...5.3.2)Updates `hive` from 1.4.1+1 to 2.2.3- [Release notes](https://github.com/hivedb/hive/releases)- [Commits](isar/hive@v1.4.1...v2.2.3)Updates `bloc_test` from 4.0.0 to 9.1.1- [Release notes](https://github.com/felangel/bloc/releases)- [Commits](https://github.com/felangel/bloc/commits/bloc_test-v9.1.1/packages)Updates `flutter_svg` from 0.17.4 to 2.0.4- [Release notes](https://github.com/dnfield/flutter_svg/releases)- [Changelog](https://github.com/dnfield/flutter_svg/blob/master/CHANGELOG.md)- [Commits](dnfield/flutter_svg@v0.17.4...v2.0.4)Updates `json_serializable` from 3.3.0 to 6.6.1- [Release notes](https://github.com/google/json_serializable.dart/releases)- [Commits](google/json_serializable.dart@json_serializable-v3.3.0...json_serializable-v6.6.1)Updates `build_runner` from 1.8.1 to 2.3.3- [Release notes](https://github.com/dart-lang/build/releases)- [Commits](dart-lang/build@build_runner-v1.8.1...build_runner-v2.3.3)Updates `flutter_bloc` from 3.2.0 to 8.1.2- [Release notes](https://github.com/felangel/bloc/releases)- [Commits](https://github.com/felangel/bloc/commits/flutter_bloc-v8.1.2/packages)---updated-dependencies:- dependency-name: dio  dependency-type: direct:production- dependency-name: hive_flutter  dependency-type: direct:production- dependency-name: mockito  dependency-type: direct:production- dependency-name: hive  dependency-type: direct:production- dependency-name: bloc_test  dependency-type: direct:production- dependency-name: flutter_svg  dependency-type: direct:production- dependency-name: json_serializable  dependency-type: direct:production- dependency-name: build_runner  dependency-type: direct:production- dependency-name: flutter_bloc  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelMar 21, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp