fix(deps): update dependency intl to ^0.19.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| intl (source) | dependencies | minor | ^0.18.1 -> ^0.19.0 |
Release Notes
dart-lang/i18n (intl)
v0.19.0
- Update to CLDR v44.
- Update to CLDR v43.
- Add
tryParseto NumberFormat. - Add
tryParsetryParseStricttryParseLoosetryParseUtcto 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
EEEEEskeleton forDateFormat, closing #176. - Switch to
3.0.0SDK. - Fix issue #483 about date parsing with a
yyskeleton. - Extract
NumberParserBaseabstract class
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pubspec.lock
Command failed: flutter pub upgrade intl
example/pubspec.yaml has no lower-bound SDK constraint.
You should edit example/pubspec.yaml to contain an SDK constraint:
environment:
sdk: '^3.2.0'
See https://dart.dev/go/sdk-constraint
Hi @hyochan, may I know when this PR might be merged and a new version released? I'm stuck with the new Flutter 3.19.0. Thank you!
@lesonlhld Do you know why renovate is complaining on this PR?
Hi @hyochan, may I know when this PR might be merged and a new version released? I'm stuck with the new Flutter 3.19.0. Thank you!
https://github.com/dooboolab-community/flutter_calendar_carousel/pull/367#issuecomment-2126495873
Please close this, upgrade package version
Any update on when this might get merged?
Can we merge this please?
strange, on may 23rd the intl change from 0.18 to 0.19 was done, but immediately reverted. the commit didn't have a reason why.. https://github.com/dooboolab-community/flutter_calendar_carousel/commit/1e347de97a49d8c3cc04d8f55b8351fe8b46b50e
EDIT: found the explanation here https://github.com/dooboolab-community/flutter_calendar_carousel/pull/367 - but i don't think it was correct, so i commented there
Can we merge this to a new version. Im facing issues because of the intl version dependecy of this package.