dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
826 stars 298 forks source link

fix(deps): update dependency intl to ^0.19.0 #354

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

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`](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

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 7 months 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
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
lesonlhld commented 5 months ago

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!

hyochan commented 4 months ago

@lesonlhld Do you know why renovate is complaining on this PR?

hyochan commented 1 month ago

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

abbos2101 commented 3 weeks ago

Please close this, upgrade package version

Aasiz commented 2 weeks ago

Any update on when this might get merged?

inprodi-web-studio commented 1 week ago

Can we merge this please?

Dieterbe commented 1 week ago

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