formatjs / formatjs-old

The monorepo home to all of the FormatJS related libraries.
https://formatjs.io/
156 stars 53 forks source link

chore(deps): bump intl-messageformat-parser from 3.2.4 to 4.0.0 in /packages/intl-messageformat #546

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps intl-messageformat-parser from 3.2.4 to 4.0.0.

Release notes

Sourced from intl-messageformat-parser's releases.

intl-messageformat-parser@4.0.0

4.0.0 (2020-03-04)

Features

  • intl-messageformat: combine formatHTMLMessage into format (d59fbf1)
  • intl-messageformat-parser: Add native support for parsing XML tag (51c49fa)

BREAKING CHANGES

  • intl-messageformat: We've modified the way we parse and format embedded XML/HTML as follow:
  1. formatHTMLMessage has been combined with format
  2. 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> })
  3. Self-closing tags are treated as string literal by default. We don't allow formatting self-closing tags because we already use ICU {placeholder} syntax for that.
  4. XML/HTML tags are escaped using apostrophe just like other ICU constructs.
  5. Remove dependency on DOMParser and restrictions on void element like <link>. This effectively means you don't need to polyfill DOMParser in Node anymore

fix(intl-messageformat-parser): fix escaping for XML tag

  • intl-messageformat-parser: This changes the AST and causes potential conflicts with previous parser version fix(eslint-plugin-formatjs): Adapt to new parser chore(babel-plugin-react-intl): update package lock

intl-messageformat-parser@3.6.4

3.6.4 (2020-01-27)

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

intl-messageformat-parser@3.6.3

3.6.3 (2020-01-22)

Bug Fixes

  • intl-messageformat-parser: fix type definition for skeleton… (#456) (c208d01)
  • intl-messageformat-parser: skip whitespaces that match unicode White_Space (#468) (d0dda6e), closes #467

intl-messageformat-parser@3.6.1

3.6.1 (2020-01-08)

... (truncated)
Commits
  • a038e8b Publish
  • d59fbf1 feat(intl-messageformat): combine formatHTMLMessage into format
  • 51c49fa feat(intl-messageformat-parser): Add native support for parsing XML tag
  • 61566d1 chore: update published package section of README
  • f7f8ddb Publish
  • 89a96a3 fix(@formatjs/intl-displaynames): minify locale data JS in dist folder
  • 63742d6 feat(eslint-plugin-formatjs): add support for defaultMessage (#524)
  • 538fc0f Publish
  • c260e93 feat(@formatjs/intl-displaynames): include a polyfill-locales.js build that h...
  • ffdeb5d Publish
  • 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #556.