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, intl, cloud_firestore, firebase_core, firebase_crashlytics, firebase_auth, flutter_launcher_icons, firebase_admob, google_fonts and uuid #11

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, intl, cloud_firestore, firebase_core, firebase_crashlytics, firebase_auth, flutter_launcher_icons, firebase_admob, google_fonts and uuid. 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 intl from 0.16.1 to 0.17.0

Changelog

Sourced from intl's changelog.

0.17.0

  • Migrate to null safety.
  • Add @pragma('vm:prefer-inline') to Intl methods that already have @pragma('dart2js:tryInline'), for the same reason: to help omit message descriptions from compiled output.
  • Breaking Change #123[]: Fix parsing of two-digit years to match the documented behavior. Previously a two-digit year would be parsed to a value in the range [0, 99]. Now it is parsed relative to the current date, returning a value between 80 years in the past and 20 years in the future.
  • Use package:clock to get the current date/time.
  • Fix some more analysis complaints.
  • Update documentation to indicate that time zone specifiers are not yet implemented #264[].

0.16.2

  • Fix bug with dates in January being treated as ordinal. e.g. 2020-01-32 would be accepted as valid and the day treated as day-of-year.
  • Compact currency formats will avoid displaying unnecessary trailing zeros in compact formats for currencies which specify decimal places.
Commits
  • 33251e0 Prepare to publish for stable null safety (#362)
  • b3da438 Prep release for beta (#338)
  • 48675cf Prepare a version of intl that supports the 2.12 sdk
  • 9669926 Make sure travis uses latest Chrome
  • 4704559 Fix dependency on pkg:js
  • b69e3e5 Add missing dependency on pkg:ffi
  • 32844f3 Enable a test that was skipped due to an old browser
  • 6e8fc59 Prepare to release intl null safety
  • 0172d85 Use skip instead of a non-standard test function
  • 3fe3a90 Update clock dependency to null-safe version
  • Additional commits viewable in compare view

Updates cloud_firestore from 0.14.4 to 0.17.0-1.0.nullsafety.2

Commits
  • b9a43a0 chore(release): publish packages
  • 373654b fix(cloud_firestore): Fix type issue. (#5081)
  • f3168a2 tests: convert DateTime to UTC before getting the year in tests. (#5082)
  • 060bc7b fix(firestore, android): caching instance bug (#5052)
  • 6ef174e fix(cloud_firestore): Fixed crashes due to null Settings (#5031)
  • 2df22b8 chore: publish packages
  • 04e18c3 chore(storage): release packages
  • dc609a7 refactor: Migrate Firebase Storage to nnbd (#4753)
  • 6d21f44 fix(cloud_firestore): allow negative timestamp values (#3565)
  • c3bcadd chore(release): publish packages
  • Additional commits viewable in compare view

Updates firebase_core from 0.5.3 to 0.8.0-1.0.nullsafety.2

Commits
  • 2df22b8 chore: publish packages
  • dc609a7 refactor: Migrate Firebase Storage to nnbd (#4753)
  • c3bcadd chore(release): publish packages
  • 62a9491 refactor: pubspec & dependency updates (#4932)
  • 7f89db1 refactor(examples): replace deprecated RaisedButton widget with `ElevatedBu...
  • e68720e chore: update PromiseJsImpl resolve/reject to match expected types
  • d6e3a86 fix: Analysis error with firebase_core/web (#4836)
  • e2bbdb4 fix: bump firebase_core_* package versions to updated NNBD versioning format ...
  • 3e5c044 feat: bump firebase_core to v0.8.0-nullsafety.1 (#4760)
  • 3f2b5b0 chore: bump firebase_core and firebase_core_web (#4758)
  • Additional commits viewable in compare view

Updates firebase_crashlytics from 0.2.4 to 0.5.0-1.0.nullsafety.3

Release notes

Sourced from firebase_crashlytics's releases.

firebase_core-v0.5.0-dev.1

Firebase core pre-release.

Changelog

Sourced from firebase_crashlytics's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-03-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • 2df22b8 chore: publish packages
  • c3bcadd chore(release): publish packages
  • 62a9491 refactor: pubspec & dependency updates (#4932)
  • 7f89db1 refactor(examples): replace deprecated RaisedButton widget with `ElevatedBu...
  • 8bf2e56 chore(release): publish packages
  • e2bbdb4 fix: bump firebase_core_* package versions to updated NNBD versioning format ...
  • e3c977b chore(crashlytics): release NNBD packages (#4818)
  • 8564cbc refactor(crashlytics): migrate to nnbd (#4715)
  • 3f2b5b0 chore: bump firebase_core and firebase_core_web (#4758)
  • 45c7826 chore: remove quiver + remove dependency_overrides + use latest firebase (#4689)
  • Additional commits viewable in compare view

Updates firebase_auth from 0.18.4+1 to 0.21.0-1.1.nullsafety.3

Commits
  • b9a43a0 chore(release): publish packages
  • c437c0d fix(firebase_auth): Fix email link signin on Android (#4973)
  • 2df22b8 chore: publish packages
  • dc609a7 refactor: Migrate Firebase Storage to nnbd (#4753)
  • c3bcadd chore(release): publish packages
  • 62a9491 refactor: pubspec & dependency updates (#4932)
  • 4cb2bc3 refactor(firestore)!: migrate to NNBD (#4780)
  • 09db971 chore(release): publish packages
  • e65623d feat(firebase_auth): implement support for useEmulator (#4263)
  • feb0e2e chore: fix changelogs due to missing tags
  • Additional commits viewable in compare view

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 firebase_admob from 0.10.0-dev.1 to 0.11.2

Commits
  • d00c324 chore(release): publish packages
  • 85db031 feat(firebase_database): Add support for RTDB get method. (#6208)
  • 908567e fix(firebase_messaging): Fix FirebaseMessaging.onMessage and onMessageOpenedA...
  • 66c1806 test(firestore): error handling for loadBundle() & namedQueryGet() (#6197)
  • 4c9b5d2 chore(messaging, web): fix broken messaging example (#6176)
  • 950e0a3 feat: add User.updateDisplayName and User.updatePhotoURL (#6213)
  • f11d526 test(firestore): improve query assertions (#6249)
  • c4a5a0c test(firestore): update and assert documentId field & isNotEqualTo filter tes...
  • 4e08ed7 docs(firebase-auth): remove suggestion to handle user-not-found when using ...
  • 77b2daa chore(release): publish packages
  • Additional commits viewable in compare view

Updates google_fonts from 0.3.10 to 4.0.3

Commits

Updates uuid from 2.0.1 to 3.0.7

Release notes

Sourced from uuid's releases.

3.0.7

  • Fixed parse to allow buffers larger than 16 bytes to be used. [Thanks @​hoylen]

3.0.6

  • Enable avoid_dynamic_calls linting and fix appropriately. (Thanks @​devoncarew)

3.0.5

3.0.4

  • isValidUUID now handles some Microsoft GUIDs better that only deviate in the Variant setting. (Thanks @​FluentChange)
  • Improve error output so that it better explains how to handle the above change in your code if you encounter it. (Thanks @​FluentChange)
  • Improve validation logic to better handle multiple validation cases, error output, and feedback to developers. (Thanks @​FluentChange)

3.0.3

  • [Experimental] Fixed UuidValue to properly check things are valid. (Thanks @​FlorianUlivi) #65
  • [Experimental] Added new constructors fromByteList and fromList to UuidValue #64
  • [Experimental] Added == operator override and hashcode override. (Thanks @​giorgiofran for suggestion) #64
  • Added parseAsByteList to offer a direct output to Uint8List #64
  • [Experimental][BREAKING CHANGE] Change toBytes in UuidValue to return Uint8List instead of List<int>
  • [Experimental][BREAKING CHANGE] isValidUuid function signature has changed, now takes 2 optional parameters fromString and fromList that will do the appropriate validation on different sources.

3.0.2

No release notes provided.

3.0.1

No release notes provided.

3.0.0

No release notes provided.

3.0.0-nullsafety.1

No release notes provided.

v3.0.0-nullsafety.0

No release notes provided.

2.2.2

No release notes provided.

2.2.0

No release notes provided.

Changelog

Sourced from uuid's changelog.

v3.0.7

  • Fixed parse to allow buffers larger than 16 bytes to be used. [Thanks @​hoylen]

v3.0.6

  • Enable avoid_dynamic_calls linting and fix appropriately. (Thanks @​devoncarew)

v3.0.5

v3.0.4

  • isValidUUID now handles some Microsoft GUIDs better that only deviate in the Variant setting. (Thanks @​FluentChange)
  • Improve error output so that it better explains how to handle the above change in your code if you encounter it. (Thanks @​FluentChange)
  • Improve validation logic to better handle multiple validation cases, error output, and feedback to developers. (Thanks @​FluentChange)

v3.0.3

  • [Experimental] Fixed UuidValue to properly check things are valid. (Thanks @​FlorianUlivi)
  • [Experimental] Added new constructors fromByteList and fromList to UuidValue
  • [Experimental] Added == operator override and hashcode override. (Thanks @​giorgiofran for suggestion)
  • Added parseAsByteList to offer a direct output to Uint8List
  • [Experimental][BREAKING CHANGE] Change toBytes in UuidValue to return Uint8List instead of List<int>
  • [Experimental][BREAKING CHANGE] isValidUuid function signature has changed, now takes 2 optional parameters fromString and fromList that will do the appropriate validation on different sources.

v3.0.2

  • [Experimental] Add flags to UuidValue constructor and parse to disable validation of the UUID, primarily to allow Microsoft GUIDs to not break things.

v3.0.1

  • Fix RNG to not need shuffling and improve performance/memory usage (Thanks @​julemand101)

v3.0.0

  • Release nullsafety version

v3.0.0-nullsafety.1

  • [BREAKING CHANGE] Changed parse() to throw a FormatException instead of returning NIL uuids or partially handled UUIDs.
  • Changed Uuid constructor to be constant, and adjusted all the code accordingly.
  • New isValidUUID function for validating UUIDs.
  • [BREAKING CHANGE] parse and unparse are now static functions.
  • [Exprimental] Object version of the UUID instead of a string or list of bytes.

... (truncated)

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.

… firebase_auth, flutter_launcher_icons, firebase_admob, google_fonts and uuid

Bumps [dio](https://github.com/cfug/dio), [intl](https://github.com/dart-lang/intl), [cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore), [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core), [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/master/packages/firebase_crashlytics), [firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [firebase_admob](https://github.com/FirebaseExtended/flutterfire/tree/master/packages), [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) and [uuid](https://github.com/Daegalus/dart-uuid). 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 `intl` from 0.16.1 to 0.17.0
- [Release notes](https://github.com/dart-lang/intl/releases)
- [Changelog](https://github.com/dart-lang/intl/blob/master/CHANGELOG.md)
- [Commits](dart-archive/intl@0.16.1...0.17.0)

Updates `cloud_firestore` from 0.14.4 to 0.17.0-1.0.nullsafety.2
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore-v0.17.0-1.0.nullsafety.2/packages/cloud_firestore)

Updates `firebase_core` from 0.5.3 to 0.8.0-1.0.nullsafety.2
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v0.8.0-1.0.nullsafety.2/packages/firebase_core)

Updates `firebase_crashlytics` from 0.2.4 to 0.5.0-1.0.nullsafety.3
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v0.5.0-1.0.nullsafety.3/packages/firebase_crashlytics)

Updates `firebase_auth` from 0.18.4+1 to 0.21.0-1.1.nullsafety.3
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v0.21.0-1.1.nullsafety.3/packages/firebase_auth)

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 `firebase_admob` from 0.10.0-dev.1 to 0.11.2
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/commits/firebase_admob-v0.11.2/packages)

Updates `google_fonts` from 0.3.10 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 `uuid` from 2.0.1 to 3.0.7
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/Daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Daegalus/dart-uuid/commits/3.0.7)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: intl
  dependency-type: direct:production
- dependency-name: cloud_firestore
  dependency-type: direct:production
- dependency-name: firebase_core
  dependency-type: direct:production
- dependency-name: firebase_crashlytics
  dependency-type: direct:production
- dependency-name: firebase_auth
  dependency-type: direct:production
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
- dependency-name: firebase_admob
  dependency-type: direct:production
- dependency-name: google_fonts
  dependency-type: direct:production
- dependency-name: uuid
  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