[PR #1340] [CLOSED] Bump intl-messageformat from 9.13.0 to 10.3.1 #1867

Closed
opened 2026-02-25 23:31:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1340
Author: @dependabot[bot]
Created: 2/20/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/intl-messageformat-10.3.1


📝 Commits (1)

  • 7c82e0e Bump intl-messageformat from 9.13.0 to 10.3.1

📊 Changes

2 files changed (+34 additions, -34 deletions)

View changed files

📝 package-lock.json (+33 -33)
📝 package.json (+1 -1)

📄 Description

Bumps intl-messageformat from 9.13.0 to 10.3.1.

Release notes

Sourced from intl-messageformat's releases.

intl-messageformat@10.3.1

10.3.1 (2023-02-20)

Note: Version bump only for package intl-messageformat

intl-messageformat@10.3.0

10.3.0 (2023-01-30)

Features

  • intl-messageformat: support more parse options in constructor (e6b43dc)

intl-messageformat@10.2.5

10.2.5 (2022-12-02)

Note: Version bump only for package intl-messageformat

intl-messageformat@10.2.4

10.2.4 (2022-12-01)

Note: Version bump only for package intl-messageformat

Commits
  • 203e1a7 build: publish
  • dbd5f8f feat(@​formatjs/icu-messageformat-parser): throw err when trying to flatten a ...
  • f55cd1d feat(babel-plugin-formatjs): support $t by default
  • 663b3e5 chore: reformat
  • 984f923 feat(@​formatjs/intl-locale): implement new proposal features for Intl.Locale ...
  • 37dd588 docs: fix examples for intl-localematcher (#3993)
  • a9b81c3 feat(@​formatjs/intl-locale): add static read-only polyfilled property (#3996)
  • d513ce6 feat(@​formatjs/intl-getcanonicallocales): expose polyfill-force variant (#3997)
  • 31561be build: publish
  • f41f855 fix(eslint-plugin-formatjs): handles multi-line JSX attribute
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1340 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/intl-messageformat-10.3.1` --- ### 📝 Commits (1) - [`7c82e0e`](https://github.com/floccusaddon/floccus/commit/7c82e0ee9b3ec884fe8076a9f5c5ed1eb3ca4ba1) Bump intl-messageformat from 9.13.0 to 10.3.1 ### 📊 Changes **2 files changed** (+34 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+33 -33) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [intl-messageformat](https://github.com/formatjs/formatjs) from 9.13.0 to 10.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/formatjs/formatjs/releases">intl-messageformat's releases</a>.</em></p> <blockquote> <h2>intl-messageformat@10.3.1</h2> <h2><a href="https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.0...intl-messageformat@10.3.1">10.3.1</a> (2023-02-20)</h2> <p><strong>Note:</strong> Version bump only for package intl-messageformat</p> <h2>intl-messageformat@10.3.0</h2> <h1><a href="https://github.com/formatjs/formatjs/compare/intl-messageformat@10.2.6...intl-messageformat@10.3.0">10.3.0</a> (2023-01-30)</h1> <h3>Features</h3> <ul> <li><strong>intl-messageformat:</strong> support more parse options in constructor (<a href="https://github.com/formatjs/formatjs/commit/e6b43dcc244c53dbfae2a877e1e07546678741db">e6b43dc</a>)</li> </ul> <h2>intl-messageformat@10.2.5</h2> <h2><a href="https://github.com/formatjs/formatjs/compare/intl-messageformat@10.2.4...intl-messageformat@10.2.5">10.2.5</a> (2022-12-02)</h2> <p><strong>Note:</strong> Version bump only for package intl-messageformat</p> <h2>intl-messageformat@10.2.4</h2> <h2><a href="https://github.com/formatjs/formatjs/compare/intl-messageformat@10.2.2...intl-messageformat@10.2.4">10.2.4</a> (2022-12-01)</h2> <p><strong>Note:</strong> Version bump only for package intl-messageformat</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/formatjs/formatjs/commit/203e1a7de4ef8e2d60b1e6fd802476aaaa4670fb"><code>203e1a7</code></a> build: publish</li> <li><a href="https://github.com/formatjs/formatjs/commit/dbd5f8f9711e3da3b703e6ec7e98fdb9ba6def08"><code>dbd5f8f</code></a> feat(<code>@​formatjs/icu-messageformat-parser</code>): throw err when trying to flatten a ...</li> <li><a href="https://github.com/formatjs/formatjs/commit/f55cd1dadc0f01aba7a461357b061abae86d1d41"><code>f55cd1d</code></a> feat(babel-plugin-formatjs): support $t by default</li> <li><a href="https://github.com/formatjs/formatjs/commit/663b3e588770608186b4cb6e274678c708f84eaa"><code>663b3e5</code></a> chore: reformat</li> <li><a href="https://github.com/formatjs/formatjs/commit/984f923f298c578d7c138ca5ad9f12965d73a7d0"><code>984f923</code></a> feat(<code>@​formatjs/intl-locale</code>): implement new proposal features for Intl.Locale ...</li> <li><a href="https://github.com/formatjs/formatjs/commit/37dd588332170ad6ef15870fb6aa335dd292a325"><code>37dd588</code></a> docs: fix examples for intl-localematcher (<a href="https://github-redirect.dependabot.com/formatjs/formatjs/issues/3993">#3993</a>)</li> <li><a href="https://github.com/formatjs/formatjs/commit/a9b81c3cd012425d03810830f1eaf6709c76094a"><code>a9b81c3</code></a> feat(<code>@​formatjs/intl-locale</code>): add static read-only polyfilled property (<a href="https://github-redirect.dependabot.com/formatjs/formatjs/issues/3996">#3996</a>)</li> <li><a href="https://github.com/formatjs/formatjs/commit/d513ce6d662d4dda7fd00a02090b43b27af024f1"><code>d513ce6</code></a> feat(<code>@​formatjs/intl-getcanonicallocales</code>): expose polyfill-force variant (<a href="https://github-redirect.dependabot.com/formatjs/formatjs/issues/3997">#3997</a>)</li> <li><a href="https://github.com/formatjs/formatjs/commit/31561beb5237423b7050939b3690c9d6576e034c"><code>31561be</code></a> build: publish</li> <li><a href="https://github.com/formatjs/formatjs/commit/f41f855f35088c21b038a0bf579b7e1374ff49f9"><code>f41f855</code></a> fix(eslint-plugin-formatjs): handles multi-line JSX attribute</li> <li>Additional commits viewable in <a href="https://github.com/formatjs/formatjs/compare/intl-messageformat@9.13.0...intl-messageformat@10.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl-messageformat&package-manager=npm_and_yarn&previous-version=9.13.0&new-version=10.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1867
No description provided.