Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Bump dio, location, flutter_launcher_icons, google_fonts, flutter_map, shared_preferences and flutter_native_splash #3

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, location, flutter_launcher_icons, google_fonts, flutter_map, shared_preferences and flutter_native_splash. 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 location from 3.0.2 to 4.0.0-nullsafety.0

Commits

Updates flutter_launcher_icons from 0.7.5 to 0.12.0

Release notes

Sourced from flutter_launcher_icons's releases.

v0.12.0

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.11.0...v0.12.0

v0.11.0

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.10.0...v0.11.0

v0.10.0

What's Changed

... (truncated)

Changelog

Sourced from flutter_launcher_icons's changelog.

0.12.0 (24th February 2023)

  • Updated image package and other packages #447

0.11.0 (27th September 2022)

0.10.0 (2nd August 2022)

  • Support for Web Icons #374
  • Support for Windows Icons #382
  • Added missing IOS icon sizes #298
  • Added min_sdk_android option #392
  • Added documentation for remove_alpha_ios #392
  • Fixed issue with loading config from pubspec.yaml #398 (thanks to @​p-mazhnik)

0.9.3 (6th June 2022)

  • Fixes to make sure it works for Flutter v2.8 (thanks to @​RatakondalaArun)
  • Fixed issue with incorrect version being shown

0.9.2 (22nd August 2021)

  • Fixed issue where success message printed even when exception occured (thanks to @​happy-san)

0.9.1 (25th July 2021)

0.9.0 (28th Feb 2021)

0.8.1 (2nd Oct 2020)

0.8.0 (12th Sept 2020)

... (truncated)

Commits
  • 5c7a41a chore: updated test package
  • 2a9185a - updated image to 4.0.15
  • 3a50b14 - upgraded image to 4.0.13 to fix quality bugs and updated json_serializable ...
  • 66c7e0e - updated image to 4.0.11
  • 3e7e8a3 - downgrade path to 1.8.2
  • 1bf7542 - updated other dependencies
  • 6c25163 - Upgraded image:^3.0.2 to image:^4.0.10 and fixed breaking changes done by t...
  • 9a48d68 Don't ignore CHANGELOG.md
  • 3ed708e refactor: updated dependencies
  • 0d42153 add .pubignore
  • Additional commits viewable in compare view

Updates google_fonts from 1.1.1 to 4.0.3

Commits

Updates flutter_map from 0.10.1+1 to 3.1.0

Release notes

Sourced from flutter_map's releases.

v3.0.0

What's Changed

Full Changelog: fleaflet/flutter_map@v2.1.1...v2.2.0

v2.2.0

What's Changed

Full Changelog: fleaflet/flutter_map@v2.1.1...v2.2.0

v2.1.1

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v2.0.0...v2.1.1

v2.0.0

This update adds improved header functionality, and includes breaking changes to TileProviders. Other changes and bug fixes have also been made.

For migration instructions, see https://docs.fleaflet.dev/migration/to-v2.0.0 For changelog, see https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md For code comparison, visit fleaflet/flutter_map@v1.1.1...v2.0.0

v1.1.1

... (truncated)

Changelog

Sourced from flutter_map's changelog.

[3.1.0] - 2022/12/21

Contains the following additions/removals:

  • Added fallback URLs - #1348 for #1203
  • Added parameter to force integer zoom levels to FitBoundsOptions - #1367
  • Added Keys to Polygons, Polylines, and CircleMarkers - #1402 & #1403
  • Added Polyline parameter to treat width in meters - #1404
  • Added buffer feature to TileLayer to preload surrounding tiles - #1405 for #1337
  • Deprecated obsolete parameter - #1368

Contains the following bug fixes:

  • Improved tile handling to simplify internals - #1356
  • Improved performance by removing unnecessary casts - #1357
  • Fixed ESPG:3413 example - #1359
  • Fixed tile layer reset example - #1372
  • Fixed issue with MapController movement - #1374
  • Fixed flickering issue with fitBounds - #1376
  • Fixed fitBounds/bounds not working on first display - #1413
  • Fixed error when zooming - #1388

Many thanks to these contributors (in no particular order):

[3.0.0] - 2022/09/04

Contains the following additions/removals:

  • Multiple changes - #1333
    • Removed deprecated APIs from v2
    • Removed old layering system
    • Added new layering system
    • Removed old plugin registration system
  • Added Polygon label rotation (countered to the map rotation) - #1332

Contains the following bug fixes:

  • Fixed missing widget sizing to fix multiple issues - #1334
  • Forced CRS changes to rebuild children - #1322
  • Allowed map to absorb gesture events correctly within other scrollables - #1308
  • Improved performance by harnessing the full power of Flutter widgets - #1165, #958

In other news:

... (truncated)

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 flutter_native_splash from 0.1.9 to 2.2.19

Release notes

Sourced from flutter_native_splash's releases.

v2.2.19

  • Refresh the example with the latest version of Flutter.
  • Fix Notification bar incorrectly still showing on Xiaomi devices. Fixes #517.
  • Updated dependencies.

v2.2.18

  • Remove v31/styles.xml files if not in use. Fixes #514.
  • Remove web changes on remove command. Fixes #516.

v2.2.17

  • Updated image dependency to v4.0.10. Fixes #497.
  • Changed image processing from linear to cubic to improve image quality. Fixes #472.

v2.2.16

v2.2.15

  • Fix iOS background image build incorrectly when background dark image is used. Fixes #452, fixes #439.
  • Correct background image/color handling on web. Fixes #450.
  • Don't include dark styling in web if not specified in config. Fixes 453.
  • Add _Parameters class to hold parameters.

v2.2.14

  • Don't update values-31 if there is no android_12 section in the config. Closes #447.
  • Additional fix for index.html getting extra blank lines. Fixes #430.

v2.2.13

Corrected Android 12 dark parameters not defaulting to light parameters. Thanks elliotrtd for the heads up on this issue.

v2.2.12

v2.2.11

  • Fixed Android 11 color issue. Fixes #429.
  • Fix index.html getting extra blank lines. Fixes #430.
  • Update the readme. Closes #431.

v2.2.7

  • Remove branding on Android 12 if branding is not specified. Fixes #399.

v2.2.6

v2.2.5

... (truncated)

Changelog

Sourced from flutter_native_splash's changelog.

[2.2.19] - (2023-Mar-05)

  • Refresh the example with the latest version of Flutter.
  • Fix Notification bar incorrectly still showing on Xiaomi devices. Fixes #517.
  • Updated dependencies.

[2.2.18] - (2023-Feb-19)

  • Remove v31/styles.xml files if not in use. Fixes #514.
  • Remove web changes on remove command. Fixes #516.

[2.2.17] - (2023-Jan-15)

  • Updated image dependency to v4.0.10. Fixes #497.
  • Changed image processing from linear to cubic to improve image quality. Fixes #472.

[2.2.16] - (2022-Nov-27)

[2.2.15] - (2022-Nov-20)

  • Fix iOS background image build incorrectly when background dark image is used. Fixes #452, fixes #439.
  • Correct background image/color handling on web. Fixes #450, fixes 324.
  • Don't include dark styling in web if not specified in config. Fixes #453.
  • Add _Parameters class to hold parameters.

[2.2.14] - (2022-Nov-07)

  • Don't update values-31 if there is no android_12 section in the config. Closes #447.
  • Additional fix for index.html getting extra blank lines. Fixes #430.

[2.2.13] - (2022-Oct-30)

  • Corrected Android 12 dark parameters not defaulting to light parameters. Thanks elliotrtd for the heads up on this issue.

[2.2.12] - (2022-Oct-23)

[2.2.11] - (2022-Oct-09)

  • Fixed Android 11 color issue. Fixes #429.
  • Fix index.html getting extra blank lines. Fixes #430.
  • Update the readme. Closes #431.

[2.2.10+1] - (2022-Sep-25)

... (truncated)

Commits
  • 916839b Refresh the example with the latest version of Flutter. Fix Notification bar ...
  • 0e1df26 Refresh example
  • b957d08 Remove v31/styles.xml files if not in use. Fixes #514. Remove web changes ...
  • d67647b Updated image dependency to v4.0.10. Fixes #497. Changed image processing fr...
  • c63102b Update documentation on Android 12. Fix web background image. Thanks Severin...
  • 2f6e090 Fixes generation for already supported image formats (#460)
  • c44509f Fix web background image (#459)
  • b662516 Fix iOS background image build incorrectly when background dark image is used...
  • 0239914 Don't update values-31 if there is no android_12 section in the config. Clos...
  • a91dc4b Corrected Android 12 dark parameters not defaulting to light parameters. Tha...
  • 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 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.

…, shared_preferences and flutter_native_splash

Bumps [dio](https://github.com/cfug/dio), [location](https://github.com/Lyokone/flutterlocation), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages), [flutter_map](https://github.com/fleaflet/flutter_map), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) and [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash). 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 `location` from 3.0.2 to 4.0.0-nullsafety.0
- [Release notes](https://github.com/Lyokone/flutterlocation/releases)
- [Changelog](https://github.com/Lyokone/flutterlocation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Lyokone/flutterlocation/commits)

Updates `flutter_launcher_icons` from 0.7.5 to 0.12.0
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_launcher_icons@v0.7.5...v0.12.0)

Updates `google_fonts` from 1.1.1 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 `flutter_map` from 0.10.1+1 to 3.1.0
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fleaflet/flutter_map/commits)

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 `flutter_native_splash` from 0.1.9 to 2.2.19
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v0.1.9...v2.2.19)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: location
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: flutter_map
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: flutter_native_splash
  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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants