fix(deps): update dependency intl to ^0.18.0 #40

Merged
hernik merged 1 commits from renovate/intl-0.x into main 2023-09-12 20:29:59 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
intl dependencies minor ^0.17.0 -> ^0.18.0

Release Notes

dart-lang/i18n (intl)

v0.18.1

  • Update ruble sign and update corresponding test.
  • Remove unimplemented timezone functionality.
  • Update git path in pubspec.
  • Update to CLDR v42.

v0.18.0

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [intl](https://github.com/dart-lang/i18n) | dependencies | minor | `^0.17.0` -> `^0.18.0` | --- ### Release Notes <details> <summary>dart-lang/i18n (intl)</summary> ### [`v0.18.1`](https://github.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://github.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. </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45My4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovator added 1 commit 2023-09-12 20:09:50 +02:00
renovate/artifacts Artifact file update failure
eb98d15f06
fix(deps): update dependency intl to ^0.18.0
renovator force-pushed renovate/intl-0.x from eb98d15f06 to 757b94bbd5 2023-09-12 20:21:57 +02:00 Compare
hernik merged commit 0f9de6080f into main 2023-09-12 20:29:59 +02:00
Sign in to join this conversation.
No description provided.