yashrajjain726 / bechdal_app

Flutter Selling/Buying App for used products
18 stars 5 forks source link

Update dependency intl to ^0.19.0 #48

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
intl (source) dependencies minor ^0.17.0 -> ^0.19.0

Release Notes

dart-lang/i18n (intl) ### [`v0.19.0`](https://togithub.com/dart-lang/i18n/blob/HEAD/pkgs/intl/CHANGELOG.md#0190) [Compare Source](https://togithub.com/dart-lang/i18n/compare/intl-v0.18.1...intl-v0.19.0) - Update to CLDR v44. - Update to CLDR v43. - Add `tryParse` to NumberFormat. - Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat. - Add fallback for deprecated locales, such as `he` <-> `iw`. - Switch QAR currency name to Riyal. - Add license headers to some files. - Update CVE currency symbol. - Add `EEEEE` skeleton for `DateFormat`, closing [#​176](https://togithub.com/dart-lang/i18n/issues/176). - Switch to `3.0.0` SDK. - Fix issue [#​483](https://togithub.com/dart-lang/i18n/issues/483) about date parsing with a `yy` skeleton. - Extract `NumberParserBase` abstract class ### [`v0.18.1`](https://togithub.com/dart-lang/i18n/blob/HEAD/pkgs/intl/CHANGELOG.md#0181) - Update ruble sign and update corresponding test. - Remove unimplemented timezone functionality. - Update git path in pubspec. - Update to CLDR v42. ### [`v0.18.0`](https://togithub.com/dart-lang/i18n/blob/HEAD/pkgs/intl/CHANGELOG.md#0180) - Add support for `minimumSignificantDigits` / `maximumSignificantDigits` in NumberFormat. - Add support for plural in `NumberFormat.compact()` ('2 milliards'). - Fix negative number formatting / parsing in `NumberFormat.compact()`. - Add optional parameter to `NumberFormat.compact()` to explicitly add sign even for positive values. - Add `decimalPatternDigits` to NumberFormat which supports specifying the number of decimal digits in a decimal pattern. - Update to cldr 40. - Migrate to `package:lints/recommended.yaml`. - Remove some instances of dynamic types from the API. - Fix a bug caused by a typo in the plural rules calculation. - Unify `IntlStream` and `StringIterator` into `StringStack`. - Update to CLDR v41. - Add new locales: as, bm, en_NZ, fur, mg, nyn. - Remove unimplemented `formatDuration` and `formatDurationFrom`. - Make `shortLocale` and `canonicalizedLocale` implementations smarter.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade intl
Because no versions of firebase_auth match >3.7.0 <3.8.0 and firebase_auth >=3.8.0 <3.9.0 depends on firebase_auth_web ^4.4.0, firebase_auth >3.7.0 <3.9.0 requires firebase_auth_web ^4.4.0.
And because firebase_auth >=3.9.0 <3.10.0 depends on firebase_auth_web ^4.4.1 and firebase_auth >=3.10.0 <3.11.0 depends on firebase_auth_web ^4.5.0, firebase_auth >3.7.0 <3.11.0 requires firebase_auth_web ^4.4.0.
And because firebase_auth >=3.11.0 <3.11.2 depends on firebase_auth_web ^4.6.0 and firebase_auth ^3.11.2 depends on firebase_auth_web ^4.6.1, firebase_auth >3.7.0 <4.0.0 requires firebase_auth_web ^4.4.0.
And because firebase_auth 3.7.0 depends on firebase_auth_web ^4.3.0 which depends on intl ^0.17.0, firebase_auth ^3.7.0 requires intl ^0.17.0.
So, because bechdal_app depends on both firebase_auth ^3.7.0 and intl ^0.19.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.17.0