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, getflutter, dio_cookie_manager, avatar_glow, http, cupertino_icons, json_annotation, font_awesome_flutter, cached_network_image, provider, flutter_svg and video_player in /flutter_desktop #22

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, getflutter, dio_cookie_manager, avatar_glow, http, cupertino_icons, json_annotation, font_awesome_flutter, cached_network_image, provider, flutter_svg and video_player. 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 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 getflutter from 1.0.11 to 1.1.3

Release notes

Sourced from getflutter's releases.

1.1.3 - 2020-07-30

Fixed

  • [GFAppBar] clear button does not fire onChanged #149
  • [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
  • [GFCarousel] timer of the autoPlay is not disposed #143
  • [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
  • [GFTabBar] Docs say about isScrollable which is not supported #132

Update

  • couple of compoenents (WIP)
    • GFCheckboxTile
    • GFRadioTile

1.1.1 - 2020-06-26

Added

  • added new components
    • GFCheckbox
    • GFRadio

Update

  • Changed name to GetWidget

Fixed

  • Many minor issues fixed
Changelog

Sourced from getflutter's changelog.

1.1.3 - 2020-07-30

Fixed

  • [GFAppBar] clear button does not fire onChanged #149
  • [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
  • [GFCarousel] timer of the autoPlay is not disposed #143
  • [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
  • [GFTabBar] Docs say about isScrollable which is not supported #132

Added

  • couple of compoenents (WIP)
    • GFCheckboxTile
    • GFRadioTile

1.1.1 - 2020-06-26

Added

  • added new components
    • GFCheckbox
    • GFRadio

Update

  • Changed name to GetWidget

Fixed

  • Many minor issues fixed
Commits

Updates dio_cookie_manager from 1.0.0 to 2.1.3

Release notes

Sourced from dio_cookie_manager's releases.

cookie_manager 2.1.3

What's new

  • Allow Set-Cookie to be parsed in redirect responses.
  • Fix new cookies being replaced by old cookies with the same name.
  • Sort the cookie by path (longer path first).

cookie_manager 2.1.2

What's new

  • Fix empty cookie parsing and header value set.
  • Improve code formats according to linter rules.

cookie_manager 2.1.1

What's new

2.1.0-stable-version

First stable version of 2.x

2.0.20

No release notes provided.

2.0.14

No release notes provided.

2.0.1

No release notes provided.

1.0.17

No release notes provided.

Commits

Updates avatar_glow from 1.2.0 to 2.0.2

Changelog

Sourced from avatar_glow's changelog.

[2.0.2]

  • Hide circle if animate false (#21)

[2.0.1]

[2.0.0]

  • Migrate example to android v2
  • [Null Safety] Migrate package to support null safety
  • [Pubspec] Remove author
  • [Misc] Add linux desktop support
  • [Refactor] Remove redundant code and refactor
Commits

Updates http from 0.12.1 to 0.13.5

Commits

Updates cupertino_icons from 0.1.3 to 1.0.5

Release notes

Sourced from cupertino_icons's releases.

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_annotation from 3.0.1 to 4.8.0

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 cached_network_image from 2.2.0+1 to 3.2.3

Commits
  • 876a082 versioning and changelog
  • c9865f7 Merge pull request #792 from davidmartos96/closeChunksStream
  • ac60e35 fix typo
  • ce6d671 Unsubscribe from chunkEvents
  • ad4dea3 Close chunk events stream controller when imageStream is disposed
  • 3fcd65a prepare release
  • bdbfe33 Merge pull request #773 from Baseflow/bugfix/use-loadbuffer
  • f611c96 Fix deprecations
  • 0f76edf publish platform_interface and web implementation
  • 43fae1a Add git reference for cached_network_image
  • Additional commits viewable in compare view

Updates provider from 4.1.2 to 6.0.5

Changelog

Sourced from provider's changelog.

6.0.5

  • Fix broken links on pub.dev

6.0.4

Fix typos and broken links in the documentation

6.0.3

  • fix late initialization error when using debugPrintRebuildDirtyWidgets
  • slightly reduced the binary size of release mode applications using provider
  • Fix typos in the error message of ProviderNotFoundException
  • improve performances for reading providers (thanks to @​jiahaog)

6.0.2

Added error details for provider that threw during the creation (thanks to @​jmewes)

6.0.1

Removed the assert that prevented from using ChangeNotifierProvider with notifiers that already had listeners.

6.0.0

  • Breaking: It is no longer possible to define providers where their only difference is the nullability of the exposed value:

    MultiProvider(
      providers: [
        Provider<Model>(...),
        Provider<Model?>(...)
      ]
    )

    Before, when defining those providers, doing context.watch<Model> vs context.watch<Model?> would point to a different provider. Now, both will always point to the deepest provider (in this example Provider<Model?>).

    That fixes issues where a common developer mistake is to define a provider as Model? but try to read it as Model. Previously, that would give a ProviderNotFoundException. Now, this will correctly resolve the value.

    That also helps large codebase migrate to null-safety progressively, as they would temporarily contain both null-safe and unsound code. Previously, unsound code would be unable to read a provider defined as Provider<Model?>, as Model? is not a valid syntax. With this change, this is now feasible.

... (truncated)

Commits

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 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 video_player from 0.10.11+1 to 2.6.0

Release notes

Sourced from video_player'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.

…o_icons, json_annotation, font_awesome_flutter, cached_network_image, provider, flutter_svg and video_player

Bumps [dio](https://github.com/cfug/dio), [getflutter](https://github.com/ionicfirebaseapp/getwidget), [dio_cookie_manager](https://github.com/cfug/dio/tree/main/plugins), [avatar_glow](https://github.com/apgapg/avatar_glow), [http](https://github.com/dart-lang/http/tree/master/pkgs), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [json_annotation](https://github.com/google/json_serializable.dart), [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [provider](https://github.com/rrousselGit/provider), [flutter_svg](https://github.com/dnfield/flutter_svg) and [video_player](https://github.com/flutter/packages/tree/main/packages/video_player). 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 `getflutter` from 1.0.11 to 1.1.3
- [Release notes](https://github.com/ionicfirebaseapp/getwidget/releases)
- [Changelog](https://github.com/ionicfirebaseapp/getwidget/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ionicfirebaseapp/getwidget/commits/1.1.3)

Updates `dio_cookie_manager` from 1.0.0 to 2.1.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/cookie_manager_v2.1.3/plugins)

Updates `avatar_glow` from 1.2.0 to 2.0.2
- [Release notes](https://github.com/apgapg/avatar_glow/releases)
- [Changelog](https://github.com/apgapg/avatar_glow/blob/master/CHANGELOG.md)
- [Commits](apgapg/avatar_glow@v1.2.0...v2.0.2)

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

Updates `cupertino_icons` from 0.1.3 to 1.0.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages)

Updates `json_annotation` from 3.0.1 to 4.8.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v3.0.1...json_annotation-v4.8.0)

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 `cached_network_image` from 2.2.0+1 to 3.2.3
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Commits](Baseflow/flutter_cached_network_image@v2.2.0...v3.2.3)

Updates `provider` from 4.1.2 to 6.0.5
- [Release notes](https://github.com/rrousselGit/provider/releases)
- [Changelog](https://github.com/rrousselGit/provider/blob/master/CHANGELOG.md)
- [Commits](rrousselGit/provider@v4.1.2...provider-v6.0.5)

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 `video_player` from 0.10.11+1 to 2.6.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/video_player-v2.6.0/packages/video_player)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: getflutter
  dependency-type: direct:production
- dependency-name: dio_cookie_manager
  dependency-type: direct:production
- dependency-name: avatar_glow
  dependency-type: direct:production
- dependency-name: http
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: json_annotation
  dependency-type: direct:production
- dependency-name: font_awesome_flutter
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: provider
  dependency-type: direct:production
- dependency-name: flutter_svg
  dependency-type: direct:production
- dependency-name: video_player
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@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