Skip to content

Bump dio, cached_network_image, http, build_runner, flutter_svg, path_provider, json_serializable and flutter_bloc #1

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps dio, cached_network_image, http, build_runner, flutter_svg, path_provider, json_serializable and flutter_bloc. These dependencies needed to be updated together.
Updates dio from 2.1.8 to 5.0.3

Release notes

Sourced from dio's releases.

dio 5.0.3

What's new

  • Imply List<Map> as JSON content in ImplyContentTypeInterceptor.
  • Fix FormData 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.
  • Fix DioErrorType.cancel in Interceptors.
  • Fix wrong encoding of collection query parameters.
  • Fix "unsupported operation" error on web platform.

dio 5.0.1

What's new

  • Add ImplyContentTypeInterceptor as a default interceptor.
  • Add Headers.multipartFormDataContentType for headers usage.
  • Fix variable shadowing of withCredentials in browser_adapers.dart.
Commits

Updates cached_network_image from 0.8.0 to 2.5.1

Changelog

Sourced from cached_network_image's changelog.

[2.5.1] - 2021-03-09

  • Update dependencies

[2.5.0] - 2020-12-22

  • Add support for resizing images in disk cache.
CachedNetworkImage(
  maxHeightDiskCache: 200,
  imageUrl: 'https://via.placeholder.com/3000x2000',
);

[2.4.1] - 2020-12-01

  • Fix a bug that an image is disposed when it shouldn't.

[2.4.0] - 2020-11-30

  • Added support for a cache key which is different from the image url.

[2.3.3] - 2020-10-16

  • Support for flutter_cache_manager 2.x.x.

[2.3.2] - 2020-09-10

  • Fixed placeholders and error widgets, those are not always centered anymore.
  • Evict an image from ImageCache if image fails to load.
  • Added method to evict an image from memory and disk cache.

[2.3.1] - 2020-08-25

  • Fixed fading when the image has no placeholder or progress indicator.

[2.3.0] - 2020-08-25

  • Improved image loading by using OctoImage. OctoImage uses the native callbacks of the ImageProvider instead of loading the file when the ImageWidget is build the first time.
  • Set minimal Flutter version to 1.20.0; first compatible stable version.
  • Added choice for rendering of images on web. Defaults to standard HTML ImageElement, but gives the option to use a custom HTTP Get for headers and skia support.
  • Use a MultiImageStreamCompleter for when an image that is available in the cache is updated.

[2.3.0-rc] - 2020-06-20

  • Added choice for rendering of images on web. Defaults to standard HTML ImageElement, but gives the option to use a custom HTTP Get for headers and skia support.
  • Use a MultiImageStreamCompleter for when an image that is available in the cache is updated.
  • Increase minimal version of Flutter to 1.19.0-2.0.pre (currently requires Beta) due to an error listener bug.

[2.3.0-beta.1] - 2020-05-28

  • Improved web support: support for headers and skia.

[2.3.0-beta] - 2020-05-20

  • Rewrote image widget by using OctoImage.

[2.2.0+1] - 2020-05-05

... (truncated)

Commits

Updates http from 0.12.0+2 to 0.13.5

Commits

Updates build_runner from 1.7.1 to 2.3.3

Commits

Updates flutter_svg from 0.14.2 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 dx and dy on text. 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 compute in tests. For SVGs that contain images, vg.waitForPendingDecodes is available.

DEPRECATIONS

  • The VectorDrawable classes have gone away.
  • The AvdPicture and related classes/parser have gone away.
  • The PictureCache and PictureStream classes have gone away.
  • The PicturePovider class exists only for access to a no-op cache.
  • Several static members on SvgPicture and the svg utility class have gone away.
  • The color and colorBlendMode properties have been removed. Instead, use

... (truncated)

Commits

Updates path_provider from 0.5.0+1 to 2.0.14

Release notes

Sourced from path_provider's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.

animations-v1.1.2

  • Fixes for upcoming changes to the flutter framework.

animations-v1.1.1

No release notes provided.

animations-v1.1.0

No release notes provided.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
Commits

Updates json_serializable from 3.2.2 to 6.6.1

Commits

Updates flutter_bloc from 0.21.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: 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

flutter_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.0

flutter_bloc-v8.0.0-dev.3

  • BREAKING: feat: upgrade to bloc v8.0.0-dev.5

flutter_bloc-v8.0.0-dev.2

  • BREAKING: feat: upgrade to bloc v8.0.0-dev.3

flutter_bloc-v7.3.3

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

flutter_bloc-v7.3.2

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

flutter_bloc-v7.3.1

  • 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
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 the Security Alerts page.

…_provider, json_serializable and flutter_bloc

Bumps [dio](https://github.com/cfug/dio), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [http](https://github.com/dart-lang/http/tree/master/pkgs), [build_runner](https://github.com/dart-lang/build), [flutter_svg](https://github.com/dnfield/flutter_svg), [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider), [json_serializable](https://github.com/google/json_serializable.dart) and [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages). These dependencies needed to be updated together.

Updates `dio` from 2.1.8 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3)

Updates `cached_network_image` from 0.8.0 to 2.5.1
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Changelog](https://github.com/Baseflow/flutter_cached_network_image/blob/v2.5.1/CHANGELOG.md)
- [Commits](https://github.com/Baseflow/flutter_cached_network_image/commits/v2.5.1)

Updates `http` from 0.12.0+2 to 0.13.5
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `build_runner` from 1.7.1 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v1.7.1...build_runner-v2.3.3)

Updates `flutter_svg` from 0.14.2 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.14.2...v2.0.4)

Updates `path_provider` from 0.5.0+1 to 2.0.14
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.14/packages/path_provider)

Updates `json_serializable` from 3.2.2 to 6.6.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-3.2.2...json_serializable-v6.6.1)

Updates `flutter_bloc` from 0.21.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: cached_network_image
  dependency-type: direct:production
- dependency-name: http
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
- dependency-name: flutter_svg
  dependency-type: direct:production
- dependency-name: path_provider
  dependency-type: direct:production
- dependency-name: json_serializable
  dependency-type: direct:production
- dependency-name: flutter_bloc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants