Mizer
Mizer copied to clipboard
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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
⚠ 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: crates/ui/pubspec.lock
Command failed: flutter pub upgrade intl
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because mizer depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because mizer depends on 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.18.1
⚠️ 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: crates/ui/pubspec.lock
Command failed: flutter pub upgrade intl
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because mizer depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because mizer depends on 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.18.1
Will be updated with new flutter version
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (^0.19.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.