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

Bump intl-messageformat from 2.2.0 to 9.0.2 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 6, 2020

Bumps intl-messageformat from 2.2.0 to 9.0.2.

Release notes

Sourced from intl-messageformat's releases.

[email protected]

9.0.2 (2020-07-03)

Note: Version bump only for package intl-messageformat

[email protected]

9.0.1 (2020-07-03)

Note: Version bump only for package intl-messageformat

[email protected]

9.0.0 (2020-07-03)

Features

  • intl-messageformat: make FormatXMLElementFn non-variadic (f2963bf)

BREAKING CHANGES

  • intl-messageformat: This effectively change the signature for formatter function from (...chunks) => any to (chunks) => any. This solves a couple of issues:
  1. We received user feedback that variadic function is not as ergonomic
  2. Right now there's not way to distinguish between 2 chunks that have the same tag, e.g <b>on</b> and <b>on</b>. The function would receive 2 chunks that are identical. By consoliding to the 1st param we can reserve additional params to provide mode metadata in the future

[email protected]

8.4.1 (2020-07-01)

Note: Version bump only for package intl-messageformat

[email protected]

8.4.0 (2020-06-26)

Features

  • intl-messageformat: pass ignoreTag to parser (386459b), closes #1755

[email protected]

5.2.4 (2020-07-03)

Note: Version bump only for package intl-messageformat-parser

[email protected]

5.2.3 (2020-07-03)

Commits
  • 3156466 feat: publish
  • 1528d6d fix(@formatjs/intl-getcanonicallocales): re-publish
  • 3ee2c9f chore(deps-dev): bump karma-jasmine from 3.1.1 to 3.3.1 (#1760)
  • 7db4a33 feat: publish
  • 7719e90 feat(@formatjs/intl-utils): export SANCTIONED_UNITS
  • 73c3728 feat: publish
  • 52a1481 fix: add locale-data to package.json files
  • ed464ec build: ignore bazel-out
  • 513f5fb chore(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.22.0 (#1758)
  • 07dc987 build(deps): bump actions/setup-node from v2.0.0 to v2.1.0 (#1762)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by longlho, a new releaser for intl-messageformat 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.


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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2020
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants