forus-labs / forui

Forus Lab's Flutter UI library
https://forui.dev
Other
507 stars 25 forks source link

chore(deps): update dependency intl to ^0.20.0 - autoclosed #271

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/i18n (intl) ### [`v0.20.0`](https://redirect.github.com/dart-lang/i18n/blob/HEAD/pkgs/intl/CHANGELOG.md#0200) [Compare Source](https://redirect.github.com/dart-lang/i18n/compare/intl-v0.19.0...intl-v0.20.0) - Fix caching of messages in `CompositeMessageLookup`. - Type `numberFormatSymbols` as a `Map`. - Type `dateTimeSymbolMap` as a `Map`. - Add example for pub.dev. - Fix issues with AM/PM markers. - Update to CLDR v44.1. - Require Dart `^3.3` - Require `package:web` `^0.5.0`. - Support compiling to WASM. - Update to and account for `package:lints` `^4.0.0`. - rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb". - Update to CLDR v45.

Configuration

📅 Schedule: Branch creation - "on wednesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 weeks 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: samples/pubspec.lock
Command failed: flutter pub upgrade intl
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.

Because every version of forui from path depends on flutter_localizations from sdk which depends on intl 0.19.0, every version of forui from path requires intl 0.19.0.
So, because forui_samples depends on both forui from path and intl ^0.20.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.19.0