Skip to content

chore(deps): update formatjs monorepo (major)#78

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-formatjs-monorepo
Open

chore(deps): update formatjs monorepo (major)#78
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-formatjs-monorepo

Conversation

@renovate

@renovate renovate Bot commented Nov 25, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@formatjs/ecma402-abstract ^2.2.1^3.2.0 age confidence
@formatjs/intl (source) ^2.7.1^2.7.1 || ^4.0.0 age confidence
intl-messageformat ^10.5.14^11.2.8 age confidence

Release Notes

formatjs/formatjs (@​formatjs/ecma402-abstract)

v3.2.0

Compare Source

Bug Fixes
  • fix tests & add corresponding formatToParts fns (855e272)
Features
<FormattedNumber
  value={1000}
  style="unit"
  unit="kilobyte"
  unitDisplay="narrow"
/>
<span>1,000kB</span>
<FormattedNumber
  value={1000}
  unit="fahrenheit"
  unitDisplay="long"
  style="unit"
/>
<span>1,000 degrees Fahrenheit</span>
  • add support for formatToParts (e8167f3)
  • introduce Parts component (a1b5ff1), closes #​1048
    This component provides more customization to FormattedNumber/Date/Time by allowing children function to have access to underlying parts of the formatted date. The available parts are listed here

Props:

props: NumberFormatOptions &
  {
    value: number,
    format: string,
    children: (parts: Intl.NumberFormatPart[]) => ReactElement,
  };

Example:

<FormattedNumberParts value={1000}>
  {parts => (
    <>
      <b>{parts[0].value}</b>
      {parts[1].value}
      <small>{parts[2].value}</small>
    </>
  )}
</FormattedNumberParts>
<b>1</b>,<small>000</small>

v3.1.2

Compare Source

Note: Version bump only for package @​formatjs/intl

v3.1.1

Compare Source

Note: Version bump only for package @​formatjs/intl

v3.1.0

Compare Source

Bug Fixes
Features
  • generate .mjs instead of lib (5fd070d)

v3.0.8

Compare Source

Note: Version bump only for package @​formatjs/intl-locale

v3.0.7

Compare Source

Note: Version bump only for package @​formatjs/intl-locale

v3.0.6

Compare Source

Note: Version bump only for package @​formatjs/intl-locale

v3.0.5

Compare Source

Note: Version bump only for package @​formatjs/intl-locale

v3.0.4

Compare Source

Note: Version bump only for package @​formatjs/intl

v3.0.3

Compare Source

Note: Version bump only for package @​formatjs/intl-locale

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

v3.0.0

Compare Source

3.0.0 (2025-12-15)

⚠ BREAKING CHANGES
Features

v2.3.6

Compare Source

2.3.6 (2025-10-09)

Bug Fixes

v2.3.5

Compare Source

2.3.5 (2025-10-03)

Bug Fixes

v2.3.4

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.3.3

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Features

v2.2.5

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.2.4

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract

v2.2.3

Compare Source

Bug Fixes

v2.2.2

Compare Source

Note: Version bump only for package @​formatjs/ecma402-abstract


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch from 42653ca to 8c33deb Compare December 18, 2025 18:37
@renovate renovate Bot changed the title chore(deps): update peerdependency @formatjs/intl to v3 chore(deps): update formatjs monorepo (major) Dec 18, 2025
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 3 times, most recently from d285d4b to 4975f31 Compare December 22, 2025 17:53
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from faca471 to e4b850a Compare December 29, 2025 05:06
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 3 times, most recently from f45ba40 to f606288 Compare January 9, 2026 16:44
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 3 times, most recently from 181dd0a to 407c49e Compare January 22, 2026 17:31
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from d1754f4 to 89195d4 Compare February 4, 2026 05:38
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from fec261c to 1f5ad93 Compare March 22, 2026 05:38
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch from 1f5ad93 to 80c5840 Compare April 16, 2026 23:37
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from 395e918 to 724ddb0 Compare May 2, 2026 17:03
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from 6639efb to fcebd2a Compare May 15, 2026 13:13
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch 2 times, most recently from 188610b to f7c67dc Compare May 25, 2026 04:46
@renovate renovate Bot force-pushed the renovate/major-formatjs-monorepo branch from f7c67dc to 12a88a5 Compare June 7, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants