Skip to content

Conversation

@dependabot
Copy link

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

Bumps dio, path, flutter_launcher_icons, google_fonts, path_provider, flutter_map, cached_network_image and image_picker. 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 path from 1.6.4 to 1.8.2

Changelog

Sourced from path's changelog.

1.8.2

  • Enable the avoid_dynamic_calls lint.
  • Populate the pubspec repository field.

1.8.1

  • Don't crash when an empty string is passed to toUri().

1.8.0

  • Stable release for null safety.

1.8.0-nullsafety.3

  • Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

1.8.0-nullsafety.2

  • Allow prerelease versions of the 2.12 sdk.

1.8.0-nullsafety.1

  • Allow 2.10 stable and 2.11.0 dev SDK versions.

1.8.0-nullsafety

  • Migrate to null safety.

1.7.0

  • Add support for multiple extension in context.extension().
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.0 to 4.0.3

Commits

Updates path_provider from 1.6.11 to 2.0.14

Release notes

Sourced from path_provider's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.
Commits

Updates flutter_map from 0.8.2 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 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 image_picker from 0.6.7+2 to 0.8.7

Commits
  • 3814ec4 [image_picker] moves Android 13 image picker to options (#3370)
  • 6d5cb85 [various] Clarify endorsement in READMEs (#3404)
  • e9c15fe [various] Remove enableR8 (#3400)
  • 789e3a7 [various] Align Flutter and Dart SDK constraints (#3349)
  • 2f21321 [ci+various] Partially enable javac warning checks (#3293)
  • 875a403 Update annotation and espresso dependencies (#3271)
  • 7ec6a77 [image_picker_android] Adds Android 13 photo picker functionality (#3267)
  • ed1f780 [image_picker] Update minimum Flutter version to 3.3 and iOS 11 (#3327)
  • 25f0f70 [various] Update flutter/plugins links (#3256)
  • 943ffbc [plugins] Disables the AndroidGradlePluginVersion issue ID in all android pac...
  • 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.

…flutter_map, cached_network_image and image_picker

Bumps [dio](https://github.com/cfug/dio), [path](https://github.com/dart-lang/path), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages), [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider), [flutter_map](https://github.com/fleaflet/flutter_map), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) and [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker). 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 `path` from 1.6.4 to 1.8.2
- [Release notes](https://github.com/dart-lang/path/releases)
- [Changelog](https://github.com/dart-lang/path/blob/master/CHANGELOG.md)
- [Commits](dart-archive/path@1.6.4...1.8.2)

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.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 `path_provider` from 1.6.11 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 `flutter_map` from 0.8.2 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 `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 `image_picker` from 0.6.7+2 to 0.8.7
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/image_picker-v0.8.7/packages/image_picker)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: path
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: path_provider
  dependency-type: direct:production
- dependency-name: flutter_map
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: image_picker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@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.

1 participant