Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Bump react-intl from 3.11.0 to 3.12.0 #748

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 25, 2020

Bumps react-intl from 3.11.0 to 3.12.0.

Release notes

Sourced from react-intl's releases.

v2.0.0-pr-3 — Update to React 0.14, Drop React 0.13

This is the third preview release of React Intl v2!

Details and discussion: #162

$ npm install react-intl@next

New Breaking Changes

Update to React 0.14, Drop React 0.13

This release updates the React peer dependency to React 0.14 and drops support for React 0.13. It's doesn't work out too well for React-based libraries to try and support 0.13 and 0.14 with the React package changes.


Changelog

v1.2.1 — Pin React Intl v1.x to React < 0.14.0

This patch release updates React Intl's dependency on react to ">=0.11.2 <0.14.0" (#182) because React Intl 1.x won't support React 0.14, instead React Intl v2 will!


Checkout the full set of changes since the last release for more details.

v1.2.0 — React 0.13+ Support, Updated Locale Data

This feature release updates React Intl's dependency on react to support 0.11.2 up to 1.0.0 (#79), has updated locale data to fix zh-Hant (#78) plus adds support for new locales, adds select-ordinal argument support to messages, and allows a "now" date to be specified on <FormattedRelative> (#94).

React 0.13+ Support

React Intl has a hard dependency on React, but stays on the happy path in terms of which React features are used. The React team has also been great with their back-compat support, so we feel confident on the change to allow React Intl to automatically opt-into all future 0.x React releases.

There's a good discussion in #79 about whether we should move React to peerDependencies. What we've concluded is that the current situation of with this React Intl's dependency on React not being flexible enough to work with future React releases is temporary — It's a symptom of React being in a 0.x major version. Once React moves to 1.x this problem goes away; but for the time being we're confident in treating React's 0.x version as if it were 1.x.

Updated Locale Data

This release has vastly improved locale data in the following ways:

  • Added locale data for all leaf locales which differ from their root locale's data; e.g. "zh-Hant-TW" is not the same as "zh".
  • Properly de-duplicate data for all CLDR locales by correctly traversing a locale's hierarchy of ancestor locales.
  • Added data for the following languages: aa, agq, bas, bh, ckb, dav, dje, dsb, dua, dv, dyo, ebu, ewo, guw, guz, hsb, ia, in, iu, iw, jbo, ji, jv, jw, kaj, kam, kcg, khq, ki, kln, kok, ksf, ku, lb, lu, luo, luy, mer, mfe, mgh, mo, mua, nah, nmg, no, nqo, nus, ny, pap, prg, qu, rn, rw, sbp, sh, sma, smi, smj, smn, sms, swc, syr, tk, tl, twq, vai, wa, wo, yav, yi, zgh

Added selectordinal Support for Messages

This release adds support for selectordinal arguments in messages, which are just like plural arguments, expect the ordinal pluralization rules are used; e.g., to display which birthday your about to have:

It's my {year, selectordinal,
    one {#st}
</tr></table> ... (truncated)
Changelog

Sourced from react-intl's changelog.

3.12.0 (2020-02-04)

Features

Commits
Maintainer changes

This version was pushed to npm by pyrocat, a new releaser for react-intl since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 25, 2020
Bumps [react-intl](https://github.com/formatjs/react-intl) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/formatjs/react-intl/releases)
- [Changelog](https://github.com/formatjs/react-intl/blob/master/CHANGELOG.md)
- [Commits](formatjs/formatjs@v3.11.0...v3.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-intl-3.12.0 branch from a9e2e28 to 4c6ca81 Compare February 25, 2020 10:13
@dependabot-preview dependabot-preview bot merged commit 879fbeb into master Feb 25, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-intl-3.12.0 branch February 25, 2020 13:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants