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, sprintf, logging, toast, cupertino_icons, flutter_webview_plugin, json_annotation, fluro, json_serializable, shared_preferences and build_runner in /flutter_modules #1

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, sprintf, logging, toast, cupertino_icons, flutter_webview_plugin, json_annotation, fluro, json_serializable, shared_preferences and build_runner. These dependencies needed to be updated together.
Updates dio from 2.1.16 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 sprintf from 4.0.2 to 7.0.0

Changelog

Sourced from sprintf's changelog.

v7.0.0 (2022-09-30)

* properly format Infinity and NaN for %f and %G  ([#33](https://github.com/Naddiseo/dart-sprintf/issues/33))

v6.0.2 (2022-08-10)

* pub policy compliance

v6.0.1 (2022-02-24)

* Upgrade analyze package to dart:lint
* code formatting

v6.0.0 (2021-03-04)

* Promote null-safety to stable

v6.0.0-nullsafety (2020-12-10)

* Add null-safety support

v5.0.0 (2020-09-25)

* Fix [#22](https://github.com/Naddiseo/dart-sprintf/issues/22): position arguments didn't work. Major version bump because it's
  a different API. The following now works:
  ```
  sprintf('|%2\$d %2\$d %1\$d|', [5, 10]); // '|10 10 5|'
  ```

v4.1.0 (2020-07-26)

* Used dart padentic to fix up some code
* changed SDK requirements to be >=2, <3

v4.0.3 (2020-07-26)

* Fixed formatting of "1.0" ([#18](https://github.com/Naddiseo/dart-sprintf/issues/18)); it was being truncated to "1" and then
  failing the regex.
Commits

Updates logging from 0.11.3+2 to 1.1.1

Release notes

Sourced from logging's releases.

v1.1.1

  • Add a check that throws if a logger name ends with '.'.
  • Require Dart 2.18
Changelog

Sourced from logging's changelog.

1.1.1

  • Add a check that throws if a logger name ends with '.'.
  • Require Dart 2.18

1.1.0

  • Add Logger.attachedLoggers which exposes all loggers created with the default constructor.
  • Enable the avoid_dynamic_calls lint.

1.0.2

  • Update description.
  • Add example.

1.0.1

  • List log levels in README.

1.0.0

  • Stable null safety release.

1.0.0-nullsafety.0

  • Migrate to null safety.
  • Removed the deprecated LoggerHandler typedef.

0.11.4

  • Add top level defaultLevel.
  • Require Dart >=2.0.0.
  • Make detached loggers work regardless of hierarchicalLoggingEnabled.
Commits

Updates toast from 0.1.3 to 0.3.0

Changelog

Sourced from toast's changelog.

0.2.5

add null check add web support

0.1.5

  • Add border customization

0.1.4

Commits

Updates cupertino_icons from 0.1.2 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
  • f78df7b create a ttf that has duplicate codepoints to better handle the 0.1.3 transition
  • 3e02d40 Added better documentation to find the pub package (#3)
  • See full diff in compare view

Updates flutter_webview_plugin from 0.3.1 to 0.4.0

Release notes

Sourced from flutter_webview_plugin's releases.

0.3.11

  • Fix alert not work in webview #522

0.3.10

  • add mediaPlaybackRequiresUserGesture parameter
  • Add ignore ssl error parameter

0.3.9

  • Fixed error methods on iOS
  • fixed build
  • fixed ios clean cookies
  • 4 Make plugin work in headless mode when extending FlutterApplication
  • added canGoBack and canGoForward methods

0.3.9+1

  • Fix ios compilation

0.3.8

  • Fix iOS local URL support (fixes #114)
  • bugfix: Added google() repository to allprojects to satisfy androidx build rules
  • fixed min sdk for android

0.3.7

  • Added reloading url with headers
  • Added support for reloading url with headers

0.3.6

  • Allow web contents debugging in Chrome
  • Android: allow geolocation and file chooser simultaneously
  • Add min sdk requirement and descriptions
  • fix bug android webview httperror exception
  • Exposes displayZoomControls, withOverviewMode and useWideViewPort settings for Android WebView

0.3.5

  • Ability to choose from camera or gallery when using
  • Support for webview’s estimated loading progress #255
  • Fix back button handler to be compatible with the WillPopScope widget

0.3.4

Bug fix:

  • WebView always hidden on iOS

0.3.3

Breaking change

  • AndoridX support

0.3.2

Fixed issues:

... (truncated)

Changelog

Sourced from flutter_webview_plugin's changelog.

0.4.0

  • migrated to null safety
Commits

Updates json_annotation from 2.0.0 to 4.8.0

Commits

Updates fluro from 1.4.0 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 json_serializable from 2.0.3 to 6.6.1

Commits

Updates shared_preferences from 0.4.3 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 build_runner from 1.2.8 to 2.3.3

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.

…lugin, json_annotation, fluro, json_serializable, shared_preferences and build_runner

Bumps [dio](https://github.com/cfug/dio), [sprintf](https://github.com/Naddiseo/dart-sprintf), [logging](https://github.com/dart-lang/logging), [toast](https://github.com/huclengyue/FlutterToast), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [flutter_webview_plugin](https://github.com/dart-flitter/flutter_webview_plugin), [json_annotation](https://github.com/google/json_serializable.dart), [fluro](https://github.com/lukepighetti/fluro), [json_serializable](https://github.com/google/json_serializable.dart), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

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

Updates `sprintf` from 4.0.2 to 7.0.0
- [Release notes](https://github.com/Naddiseo/dart-sprintf/releases)
- [Changelog](https://github.com/Naddiseo/dart-sprintf/blob/master/CHANGELOG.md)
- [Commits](Naddiseo/dart-sprintf@v4.0.2...7.0.0)

Updates `logging` from 0.11.3+2 to 1.1.1
- [Release notes](https://github.com/dart-lang/logging/releases)
- [Changelog](https://github.com/dart-lang/logging/blob/master/CHANGELOG.md)
- [Commits](dart-archive/logging@0.11.3...v1.1.1)

Updates `toast` from 0.1.3 to 0.3.0
- [Release notes](https://github.com/huclengyue/FlutterToast/releases)
- [Changelog](https://github.com/appdev/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/huclengyue/FlutterToast/commits)

Updates `cupertino_icons` from 0.1.2 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 `flutter_webview_plugin` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/dart-flitter/flutter_webview_plugin/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_webview_plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-flitter/flutter_webview_plugin/commits)

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

Updates `fluro` from 1.4.0 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 `json_serializable` from 2.0.3 to 6.6.1
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-2.0.3...json_serializable-v6.6.1)

Updates `shared_preferences` from 0.4.3 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 `build_runner` from 1.2.8 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/commits/build_runner-v2.3.3)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: sprintf
  dependency-type: direct:production
- dependency-name: logging
  dependency-type: direct:production
- dependency-name: toast
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: flutter_webview_plugin
  dependency-type: direct:production
- dependency-name: json_annotation
  dependency-type: direct:production
- dependency-name: fluro
  dependency-type: direct:production
- dependency-name: json_serializable
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: build_runner
  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
Repository owner deleted a comment Feb 26, 2024
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