Skip to content

fix(deps): update dependency intl-pluralrules to v2

Soapbox Bot requested to merge renovate/intl-pluralrules-2.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
intl-pluralrules ^1.3.1 -> ^2.0.0 age adoption passing confidence

Release Notes

eemeli/intl-pluralrules

v2.0.1

Compare Source

  • Fix module resolution for react-native (#​38)

v2.0.0

Compare Source

This release adds support for Intl.PluralRules.prototype.selectRange().

The code is now tested against the relevant test262 tests, and its behaviour is more aligned with the documented API. Browser tests are now run by the CI to ensure that the polyfill works in supported browsers (i.e. matching the Browserslist expression > 0.25%, not dead)

Breaking Changes

  • The function exported from 'intl-pluralrules/factory' gets a new required fourth argument, getRangeSelector.
  • The 'intl-pluralrules/pseudo-number-format' endpoint is dropped (#​30)
  • IE 11 support is dropped (#​36)

New Features

  • Add support for selectRange() (#​23)

Other Changes

  • Add tests & fixes for test262 compliance (#​27)
  • Behave more normally for locale resolution (#​28)
  • Switch from Jest to Mocha, add browser tests (#​29)

Full Changelog: https://github.com/eemeli/intl-pluralrules/compare/v1.3.1...v2.0.0


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading