Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency intl to ^0.18.0 - autoclosed #23

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
intl dependencies minor ^0.16.1 -> ^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.

v0.17.0

Compare Source

  • Migrate to null safety.
  • Add @pragma('vm:prefer-inline') to Intl methods that already have
    @pragma('dart2js:tryInline'), for the same reason: to help omit message
    descriptions from compiled output.
  • Breaking Change [#​123][]: Fix parsing of two-digit years to match the
    documented behavior. Previously a two-digit year would be parsed to a value
    in the range [0, 99]. Now it is parsed relative to the current date,
    returning a value between 80 years in the past and 20 years in the future.
  • Use package:clock to get the current date/time.
  • Fix some more analysis complaints.
  • Update documentation to indicate that time zone specifiers are not yet
    implemented [#​264][].

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.

@renovate renovate bot changed the title fix(deps): update dependency intl to ^0.17.0 fix(deps): update dependency intl to ^0.18.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/intl-0.x branch from cb3efc9 to 9a31b10 Compare March 16, 2023 11:11
@renovate renovate bot changed the title fix(deps): update dependency intl to ^0.18.0 fix(deps): update dependency intl to ^0.18.0 - autoclosed Aug 15, 2023
@renovate renovate bot closed this Aug 15, 2023
@renovate renovate bot deleted the renovate/intl-0.x branch August 15, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants