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

Bump dio, cached_network_image, flutter_polyline_points, http, carousel_slider, font_awesome_flutter, google_fonts, shared_preferences and google_maps_flutter in /ankii_shopii #4

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dio, cached_network_image, flutter_polyline_points, http, carousel_slider, font_awesome_flutter, google_fonts, shared_preferences and google_maps_flutter. These dependencies needed to be updated together.
Updates dio from 3.0.10 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 2.0.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 flutter_polyline_points from 0.2.2 to 1.0.0

Changelog

Sourced from flutter_polyline_points's changelog.

[1.0.0] - 16-04-2021

Released a null safety version

[0.2.6] - 07-03-2021

updated http package

[0.2.5] - 07-03-2021

updating http dependency to ^0.13.0

[0.2.4] - 29-09-2020

Fixed issues with waypoint

[0.2.3] - 24-08-2020

Fixed a bug with adding waypoint to request thanks to EnzoSeason

Commits

Updates http from 0.12.2 to 0.13.5

Commits

Updates carousel_slider from 2.2.1 to 4.2.1

Changelog

Sourced from carousel_slider's changelog.

4.2.1

  • [FIX] temporary remove PointerDeviceKind.trackpad
  • [FIX] fix 'double?' type

4.2.0

  • [Add] enlargeFactor option

  • [Add] CenterPageEnlargeStrategy.zoom option

  • [Add] animateToClosest option

  • [FIX] clear timer if widget was unmounted

  • [FIX] scroll carousel using touchpad

4.1.1

  • Fix code formatting

4.1.0

Add

  • Exposed clipBehavior in CarouselOptions
  • Exposed padEnds in CarouselOptions
  • Add copyWith method to CarouselOptions

Fix

  • [FIX] Can't swipe on web with Flutter 2.5

4.0.0

  • Support null safety (Null safety isn't a breaking change and is Backward compatible meaning you can use it with non-null safe code too)
  • Update example code to null safety and add Dark theme support and controller support to indicators in on of the examples and also fix overflow errors.

3.0.0

Add

  • Add third argument in itemBuilder, allow Hero and infinite scroll to coexist

Breaking change

  • itemBuilder needs to accept three arguments, instead of two.

2.3.4

Fix

... (truncated)

Commits

Updates font_awesome_flutter from 8.8.1 to 10.4.0

Release notes

Sourced from font_awesome_flutter's releases.

10.4.0

  • Upgrade to Font Awesome 6.3.0
  • Fix: doc misspells function - thanks @​ulrikkold!

10.3.0

  • Upgrade to Font Awesome 6.2.1
  • Fix #227: fix deprecated isAlwaysShown property

10.2.1

Fix:

  • Update font awesome version in readme

10.2.0

  • Upgrade to Font Awesome 6.2.0
  • Remove duotone generator functionality from configurator

10.1.0

  • Upgrade to Font Awesome 6.1.1
  • Perform automatic update check on configurator run

10.0.0

  • Upgrade to Font Awesome icons 6.1.0
  • Update the configurator to work with version 6
  • Add alias support (Aliases may be old names of renamed icons. Since it is unclear if they are about to stay, aliases are marked as @Deprecated with a message containing the new icon name.)
  • Update FaIcon with the latest changes to flutter's default Icon
  • DEPRECATE duotone icon support for pro users
  • Fix linter warnings - thanks to @​gslender!

10.0.0-beta

  • Fix #132 FaIcon not centered when used as prefix icon

This is a change with the goal to align FaIcon more like the standard Icon class. However, this may impose breaking changes, which is why version 10.0.0 will stay a beta for a while.

Should you notice something not working as it did before, which does not match the behaviour of Icon, please open an issue!

9.2.0

  • Upgrade to Font Awesome icons 5.15.4
  • Equalize windows and linux tool scripts
  • Reworked updater tool into a full-fledged configurator
    • Added support for ignoring styles
    • Added optional support for dynamic icon retrieval by name (thanks to @​Mythar)
    • Fonts get enabled/disabled automatically based on availability and exclude list

9.1.0

  • Add support for fa6's 360-degrees icon

... (truncated)

Changelog

Sourced from font_awesome_flutter's changelog.

10.4.0

  • Upgrade to Font Awesome 6.3.0
  • Fix: doc misspells function - thanks @​ulrikkold !

10.3.0

  • Upgrade to Font Awesome 6.2.1
  • Fix #227: fix deprecated isAlwaysShown property

10.2.1

  • Update font awesome version in readme

10.2.0

  • Remove duotone generator functionality from configurator
  • Upgrade to Font Awesome 6.2.0

10.1.0

  • Upgrade to Font Awesome 6.1.1
  • Perform automatic update check on configurator run

10.0.0

  • Upgrade to Font Awesome icons 6.1.0
  • Update the configurator to work with version 6
  • Add alias support (Aliases may be old names of renamed icons. Since it is unclear if they are about to stay, aliases are marked as @​Deprecated with a message containing the new icon name.)
  • Update FaIcon with the latest changes to flutter's default Icon
  • DEPRECATE duotone icon support for pro users
  • Fix linter warnings - thanks to @​gslender!

9.2.0

  • Upgrade to Font Awesome icons 5.15.4
  • Equalize windows and linux tool scripts
  • Reworked updater tool into a full-fledged configurator
    • Added support for ignoring styles
    • Added optional support for dynamic icon retrieval by name (thanks to @​Mythar)
    • Fonts get enabled/disabled automatically based on availability and exclude list

9.1.0

  • Add support for fa6's 360-degrees icon
  • Fix #154 FaDuotoneIcon explicitly requires IconDataDuotone
  • Use dart format instead of deprecated dartfmt in the updater
  • Automatically enable duotone icons in the example if possible
  • Upgrade to Font Awesome icons 5.15.3

Thanks to @​amkuchta for his work and input

9.0.0

  • Add support for null-safety

... (truncated)

Commits

Updates google_fonts from 1.1.0 to 4.0.3

Commits

Updates shared_preferences from 0.5.12+4 to 2.0.20

Release notes

Sourced from shared_preferences'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 google_maps_flutter from 0.5.28+1 to 2.2.5

Release notes

Sourced from google_maps_flutter'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

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.

…el_slider, font_awesome_flutter, google_fonts, shared_preferences and google_maps_flutter

Bumps [dio](https://github.com/cfug/dio), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [flutter_polyline_points](https://github.com/Dammyololade/flutter_polyline_points), [http](https://github.com/dart-lang/http/tree/master/pkgs), [carousel_slider](https://github.com/serenader2014/flutter_carousel_slider), [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) and [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter). These dependencies needed to be updated together.

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

Updates `cached_network_image` from 2.0.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 `flutter_polyline_points` from 0.2.2 to 1.0.0
- [Release notes](https://github.com/Dammyololade/flutter_polyline_points/releases)
- [Changelog](https://github.com/Dammyololade/flutter_polyline_points/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Dammyololade/flutter_polyline_points/commits)

Updates `http` from 0.12.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 `carousel_slider` from 2.2.1 to 4.2.1
- [Release notes](https://github.com/serenader2014/flutter_carousel_slider/releases)
- [Changelog](https://github.com/serenader2014/flutter_carousel_slider/blob/master/CHANGELOG.md)
- [Commits](https://github.com/serenader2014/flutter_carousel_slider/commits)

Updates `font_awesome_flutter` from 8.8.1 to 10.4.0
- [Release notes](https://github.com/fluttercommunity/font_awesome_flutter/releases)
- [Changelog](https://github.com/fluttercommunity/font_awesome_flutter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/font_awesome_flutter/commits/10.4.0)

Updates `google_fonts` from 1.1.0 to 4.0.3
- [Release notes](https://github.com/material-foundation/flutter-packages/releases)
- [Commits](https://github.com/material-foundation/flutter-packages/commits/google_fonts-v4.0.3/packages)

Updates `shared_preferences` from 0.5.12+4 to 2.0.20
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.20/packages/shared_preferences)

Updates `google_maps_flutter` from 0.5.28+1 to 2.2.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.2.5/packages/google_maps_flutter)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: flutter_polyline_points
  dependency-type: direct:production
- dependency-name: http
  dependency-type: direct:production
- dependency-name: carousel_slider
  dependency-type: direct:production
- dependency-name: font_awesome_flutter
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: google_maps_flutter
  dependency-type: direct:production
...

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

Successfully merging this pull request may close these issues.

0 participants