Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps react-intl from 2.9.0 to 3.0.0.

Release notes

Sourced from react-intl's releases.

v3.0.0

Upgrade Guide: https://github.com/formatjs/react-intl/blob/master/docs/Upgrade-Guide.md

TL;DR:

  • Official TypeScript support
  • New (& better) parser & formatters
  • More performance: faster runtime & better preloading (SSR/Electron) support
  • More spec-compliant (ICU & Intl API)
  • Hooks & React 16 support.
  • Smaller size

Thank you everyone who has helped out for this long process of rewriting React Intl almost from the ground up! The tremendous amount of feedback, great discussions, and early adopters and testers have made this an amazing process and great release, we couldn't have done it without you!

We hope this library can help you build great web apps that are accessible to more people in the world through globalization.

v3.0.0-beta.23

Features

v3.0.0-beta.22

Bug Fixes

  • rm componentWillReceiveProps from relative (964159b)

Features

v3.0.0-beta.21

Bug Fixes

  • fix doc for rich text formatting (00cbf80)
  • FormattedRelativeTime with high seconds values (#1385) (a7f1dfa)

v3.0.0-beta.20

Bug Fixes

  • upgrade intl-messageformat and tests (1dfe7fd)

v3.0.0-beta.19

Features

  • allow formatDate and formatTime to take string type (#1369) (d110548)
  • Allow formatting embedded XML (#1379) (61d3c1b)
  • Upgrade guide implementing RelativeTime behavior (#1374) (f8ddcd0)

v3.0.0-beta.18

Bug Fixes

  • types: Change type to allow autocompletion and existence checking (#1368) (20d39e6)
... (truncated)
Changelog

Sourced from react-intl's changelog.

3.0.0 (2019-08-06)

Bug Fixes

  • rm core pkg for now (223d2cf)
  • rm rollup for core, reduce @types/react version (336d365)
  • type definitions and make behavior match spec more (2030bdd)

3.0.0-beta.23 (2019-08-02)

Features

3.0.0-beta.22 (2019-07-29)

Bug Fixes

  • rm componentWillReceiveProps from relative (964159b)

Features

  • upgrade intl-messageformat with new apostrophe escape (f59607e)

3.0.0-beta.21 (2019-07-28)

Bug Fixes

  • fix doc for rich text formatting (00cbf80)
  • FormattedRelativeTime with high seconds values (#1385) (a7f1dfa)

3.0.0-beta.20 (2019-07-25)

Bug Fixes

  • upgrade intl-messageformat and tests (1dfe7fd)

3.0.0-beta.19 (2019-07-25)

Features

  • allow formatDate and formatTime to take string type (#1369) (d110548)
  • Allow formatting embedded XML (#1379) (61d3c1b)
  • Upgrade guide implementing RelativeTime behavior (#1374) (f8ddcd0)

3.0.0-beta.18 (2019-07-12)

Bug Fixes

... (truncated)
Commits
  • b6cf977 chore(release): 3.0.0
  • 336d365 fix: rm rollup for core, reduce @types/react version
  • 223d2cf fix: rm core pkg for now
  • 5295ee1 chore: fix build
  • 79647da chore: use static contextType instead of wrap withIntl
  • b887b83 chore: tweak FormattedMessage generic type
  • 2030bdd fix: type definitions and make behavior match spec more
  • 3bd63b4 chore: reduce @types/react version
  • 295448b chore: dont prettier CHANGELOG since its auto-gen
  • 583cf18 chore(release): 3.0.0-beta.23
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by longlho, 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [react-intl](https://github.com/yahoo/react-intl) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/yahoo/react-intl/releases)
- [Changelog](https://github.com/formatjs/react-intl/blob/master/CHANGELOG.md)
- [Commits](formatjs/formatjs@v2.9.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 6, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw August 6, 2019 06:54
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Superseded by #297.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-intl-3.0.0 branch August 13, 2019 07:48
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.

1 participant