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, cupertino_icons, common_utils, fluro, provider, google_fonts, shared_preferences, flutter_screenutil and url_launcher #1

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

Conversation

dependabot[bot]
Copy link

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

Bumps dio, cupertino_icons, common_utils, fluro, provider, google_fonts, shared_preferences, flutter_screenutil and url_launcher. 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 cupertino_icons from 1.0.0 to 1.0.5

Commits
  • aedd3e5 [flutter_image][ci] ignore deprecation warning, migrate master references to ...
  • a539261 [ci] Roll repo tooling and add readme-check (#1667)
  • 4ba74b6 [all] Update repo links to 'main' (#552)
  • 2cbc815 [cupertino_icons] Update README to link to API docs (#508)
  • c69ee6e [bsdiff] Remove package (#502)
  • See full diff in compare view

Updates common_utils from 1.2.1 to 2.1.0

Changelog

Sourced from common_utils's changelog.

2.1.0

  • TODO: fix decimal.

2.0.2

  • TODO: fix TimerUtil.

2.0.1

  • TODO: fix analysis.

2.0.0

  • TODO: Migrate to null-safety.

1.2.4

  • TODO: fix regex mobileExact.

1.2.3

  • TODO: fix analysis.

1.2.2

  • TODO: RegexUtil add regexPassport, fix TimelineInfo bugs and some updates.
Commits

Updates fluro from 1.6.3 to 2.0.5

Release notes

Sourced from fluro's releases.

2.0.3

No release notes provided.

2.0.2

No release notes provided.

1.7.8

  • remove nullOk

1.7.7

  • fix unecessary platform check that caused 'dependOnInheritedWidgetOfExactType' was called on null error

1.7.6

  • more null coalesce guards

1.7.5

  • fix route.transitionDuration null coalesce

1.7.4

  • add documentation to public members

1.7.3

  • add FluroRouter.navigateTo(.rootNavigator, .nullOk)
  • add custom transitions in define
  • add BuildContext.settings and BuildContext.arguments extensions

1.7.2

  • Change to MIT license
  • Setup GitHub Actions
  • Update README text & badges

1.7.0

  • Regenerated package & example
  • remove Router class
  • add maintainState to FluroRouter.navigateTo
  • add transitionDuration to FluroRouter.define
  • add TransitionType.none
  • add TransitionType.inFromTop
  • Pass custom RouteSettings with FluroRouter.navigateTo
  • basic flutter web support
  • add FluroRouter.pop result
Changelog

Sourced from fluro's changelog.

2.0.5

  • change RouteSettings.copyWith to copyWithShim

2.0.4

  • shim RouteSettings.copyWith for Flutter ~3.5.0

2.0.3

  • null-safety

1.7.8

  • remove nullOk

1.7.7

  • fix unecessary platform check that caused 'dependOnInheritedWidgetOfExactType' was called on null error

1.7.6

  • more null coalesce guards

1.7.5

  • fix route.transitionDuration null coalesce

1.7.4

  • add documentation to public members

1.7.3

  • add FluroRouter.navigateTo(.rootNavigator, .nullOk)
  • add custom transitions in define
  • add BuildContext.settings and BuildContext.arguments extensions

1.7.2

  • Change to MIT license
  • Setup GitHub Actions
  • Update README text & badges

1.7.1

  • No changes, publish error.

1.7.0

... (truncated)

Commits

Updates provider from 4.3.2+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 google_fonts from 1.1.0 to 4.0.3

Commits

Updates shared_preferences from 0.5.12 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_screenutil from 3.1.1 to 5.7.0

Release notes

Sourced from flutter_screenutil's releases.

example-5.0.0

null-safety release

screenutil_5.0.0-nullsafety.0

null safety example apk.

example_4.0.2_arm64

No release notes provided.

example_4.0.0-beta_arm64

4.0.0beta example apk. Welcome to test

Changelog

Sourced from flutter_screenutil's changelog.

5.7.0

5.6.1

  • add spMax => max(toDouble(), sp), and spMin, for example: 12.spMax
  • FlutterView instead of FlutterWindow

5.6.0

  • bug fix: #434
  • add w and h on EdgeInsets,Radius,BorderRadius,BoxConstraints

5.5.4

  • Bug Fix: False sizes when using DevicePreview

5.5.3+2

5.5.3+1

  • Fix compatibility with flutter sdk 2.x

5.5.3

  • Bug Fix: Some widgets disapear because of parent rebuild.
  • Bug Fix: issue #362. Null check operator used on a null value when using ScreenUtil.init().
  • Re-add context to builder parameters (users request).
  • Add some standard rebuild factors.

5.5.2

  • Add rebuildFactor property
  • Bug Fix: False sizes when resizing

5.5.1

  • Bug Fix: Assertion Failed (Find MediaQuery in ancestors)
  • Some performance improvements and fixes

5.5.0

  • Bug Fix: Reaching context that no longer used.

5.4.0+1

  • delete log

... (truncated)

Commits

Updates url_launcher from 5.7.2 to 6.1.10

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.

…s, shared_preferences, flutter_screenutil and url_launcher

Bumps [dio](https://github.com/cfug/dio), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [common_utils](https://github.com/Sky24n/common_utils), [fluro](https://github.com/lukepighetti/fluro), [provider](https://github.com/rrousselGit/provider), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences), [flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil) and [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher). 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 `cupertino_icons` from 1.0.0 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 `common_utils` from 1.2.1 to 2.1.0
- [Release notes](https://github.com/Sky24n/common_utils/releases)
- [Changelog](https://github.com/Sky24n/common_utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Sky24n/common_utils/commits)

Updates `fluro` from 1.6.3 to 2.0.5
- [Release notes](https://github.com/lukepighetti/fluro/releases)
- [Changelog](https://github.com/lukepighetti/fluro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lukepighetti/fluro/commits/2.0.5)

Updates `provider` from 4.3.2+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.3.2...provider-v6.0.5)

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 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_screenutil` from 3.1.1 to 5.7.0
- [Release notes](https://github.com/OpenFlutter/flutter_screenutil/releases)
- [Changelog](https://github.com/OpenFlutter/flutter_screenutil/blob/master/CHANGELOG.md)
- [Commits](https://github.com/OpenFlutter/flutter_screenutil/commits)

Updates `url_launcher` from 5.7.2 to 6.1.10
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.1.10/packages/url_launcher)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: common_utils
  dependency-type: direct:production
- dependency-name: fluro
  dependency-type: direct:production
- dependency-name: provider
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: flutter_screenutil
  dependency-type: direct:production
- dependency-name: url_launcher
  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