Skip to content

Bump react-intl from 3.5.0 to 4.3.1#75

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-intl-4.3.1
Closed

Bump react-intl from 3.5.0 to 4.3.1#75
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-intl-4.3.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps react-intl from 3.5.0 to 4.3.1.

Release notes

Sourced from react-intl's releases.

v4.3.1

Bug Fixes

  • tweak FormatXMLElementFn (a914dc0)

v4.3.0

Features

  • store original message descriptor in the error (22531bd)

v4.2.2

Bug Fixes

  • turn on preserveConstEnums so we export ReactIntlErrorCode (8e00610)

v4.2.1

Bug Fixes

  • include intl-displaynames types in bundled react-intl.d.ts (77ef36c)

v4.2.0

Features

  • add wrapRichTextChunksInFragment option (7864e1c)

v4.1.1

Bug Fixes

  • dont warn if locale is the same as defaultLocale (c8b178b), closes #1594

v4.1.0

⚠ BREAKING CHANGES

  • Introduce ReactIntlErrorCode so we can distinguish and log things differently (5b2b034)

  • onError method signature has changed to

onError(err: ReactIntlError | FormatError): void

v4.0.0

⚠ BREAKING CHANGES

  • This release contains subtle changes to the way we handle embedded HTML Message:
  1. All tags specified must have corresponding values and will throw error if it's missing, e.g:
new IntlMessageFormat("a<b>strong</b>").format({ b: (...chunks) => <strong>chunks</strong> })
</tr></table> ... (truncated)
Changelog

Sourced from react-intl's changelog.

4.3.1 (2020-03-28)

Bug Fixes

  • tweak FormatXMLElementFn (a914dc0)

4.3.0 (2020-03-26)

Features

  • react-intl: store original message descriptor in the error (22531bd)

4.2.2 (2020-03-21)

Bug Fixes

  • turn on preserveConstEnums so we export ReactIntlErrorCode (8e00610)

4.2.1 (2020-03-21)

Bug Fixes

  • include intl-displaynames types in bundled react-intl.d.ts (77ef36c)

4.2.0 (2020-03-21)

Features

  • add wrapRichTextChunksInFragment option (7864e1c)

4.1.1 (2020-03-06)

Bug Fixes

  • dont warn if locale is the same as defaultLocale (c8b178b), closes #1594

4.1.0 (2020-03-05)

Features

  • Introduce ReactIntlErrorCode so we can distinguish and log things differently (5b2b034)

4.0.0 (2020-03-05)

... (truncated)
Commits
  • 335da21 chore(release): 4.3.1
  • a914dc0 fix: tweak FormatXMLElementFn
  • 4628633 chore(release): 4.3.0
  • dad1f6d chore: reformat
  • 22531bd feat(react-intl): store original message descriptor in the error
  • 5a910f6 chore(release): 4.2.2
  • 1d73fb0 chore: dep++
  • 8e00610 fix: turn on preserveConstEnums so we export ReactIntlErrorCode
  • 19450ed chore(release): 4.2.1
  • 77ef36c fix: include intl-displaynames types in bundled react-intl.d.ts
  • Additional commits viewable in compare view

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.


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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [react-intl](https://github.com/formatjs/react-intl) from 3.5.0 to 4.3.1.
- [Release notes](https://github.com/formatjs/react-intl/releases)
- [Changelog](https://github.com/formatjs/react-intl/blob/master/CHANGELOG.md)
- [Commits](formatjs/formatjs@v3.5.0...v4.3.1)

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 Apr 1, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #78.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/react-intl-4.3.1 branch May 1, 2020 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants