Skip to content

Commit 2c795b1

Browse files
authored
fix(deps): update dependency @formatjs/intl-numberformat to ~8.10.0 (#1286)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@formatjs/intl-numberformat](https://togithub.com/formatjs/formatjs) | [`~8.9.0` -> `~8.10.0`](https://renovatebot.com/diffs/npm/@formatjs%2fintl-numberformat/8.9.0/8.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@formatjs%2fintl-numberformat/8.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@formatjs%2fintl-numberformat/8.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@formatjs%2fintl-numberformat/8.9.0/8.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@formatjs%2fintl-numberformat/8.9.0/8.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>formatjs/formatjs (@&#8203;formatjs/intl-numberformat)</summary> ### [`v8.10.0`](https://togithub.com/formatjs/formatjs/releases/tag/%40formatjs/intl-numberformat%408.10.0) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) ##### Bug Fixes - **[@&#8203;formatjs/intl-numberformat](https://togithub.com/formatjs/intl-numberformat):** add polyfill check for ES2023, fix [#&#8203;4327](https://togithub.com/formatjs/formatjs/issues/4327) ([9ea1e94](https://togithub.com/formatjs/formatjs/commit/9ea1e94b715cf5ce15a42b939a47fcf05b523a05)) - by [@&#8203;longlho](https://togithub.com/longlho) ##### Features - **[@&#8203;formatjs/icu-skeleton-parser](https://togithub.com/formatjs/icu-skeleton-parser):** add support for rounding-mode, fix [#&#8203;3716](https://togithub.com/formatjs/formatjs/issues/3716) ([fc5050f](https://togithub.com/formatjs/formatjs/commit/fc5050f279e36adebb80ca8e75460276c066afa4)) - by [@&#8203;longlho](https://togithub.com/longlho) ### [`v8.9.2`](https://togithub.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) ### [`v8.9.1`](https://togithub.com/formatjs/formatjs/releases/tag/%40formatjs/intl-numberformat%408.9.1) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) **Note:** Version bump only for package [@&#8203;formatjs/intl-numberformat](https://togithub.com/formatjs/intl-numberformat) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/AmadeusITGroup/otter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2 parents f5bb409 + 92dc6bc commit 2c795b1

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

apps/showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/platform-browser-dynamic": "~17.0.4",
3636
"@angular/router": "~17.0.4",
3737
"@design-factory/design-factory": "^15.2.2",
38-
"@formatjs/intl-numberformat": "~8.9.0",
38+
"@formatjs/intl-numberformat": "~8.10.0",
3939
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
4040
"@ng-select/ng-select": "~12.0.0",
4141
"@ngrx/effects": "~17.1.0",

yarn.lock

+26-7
Original file line numberDiff line numberDiff line change
@@ -4093,6 +4093,16 @@ __metadata:
40934093
languageName: node
40944094
linkType: hard
40954095

4096+
"@formatjs/ecma402-abstract@npm:1.18.2":
4097+
version: 1.18.2
4098+
resolution: "@formatjs/ecma402-abstract@npm:1.18.2"
4099+
dependencies:
4100+
"@formatjs/intl-localematcher": "npm:0.5.4"
4101+
tslib: "npm:^2.4.0"
4102+
checksum: e761653887e4446188daa023f4cb7245790ed65eb56cef4821225467e63f271f1addff386cfcbb4eb73eb67704b1f3a2b35ea4082fcadd4d05cfa0b3be3d5577
4103+
languageName: node
4104+
linkType: hard
4105+
40964106
"@formatjs/fast-memoize@npm:2.2.0":
40974107
version: 2.2.0
40984108
resolution: "@formatjs/fast-memoize@npm:2.2.0"
@@ -4132,14 +4142,23 @@ __metadata:
41324142
languageName: node
41334143
linkType: hard
41344144

4135-
"@formatjs/intl-numberformat@npm:~8.9.0":
4136-
version: 8.9.0
4137-
resolution: "@formatjs/intl-numberformat@npm:8.9.0"
4145+
"@formatjs/intl-localematcher@npm:0.5.4":
4146+
version: 0.5.4
4147+
resolution: "@formatjs/intl-localematcher@npm:0.5.4"
41384148
dependencies:
4139-
"@formatjs/ecma402-abstract": "npm:1.18.0"
4140-
"@formatjs/intl-localematcher": "npm:0.5.2"
41414149
tslib: "npm:^2.4.0"
4142-
checksum: e06179b08ab10b902db6e531e7fc5c1de7d5d7df00de0677310b3fa68cb20bea750021224aa1f0db8fbd60460c58473f04958fe52b166aad4d7a5e3a4c8071e4
4150+
checksum: 780cb29b42e1ea87f2eb5db268577fcdc53da52d9f096871f3a1bb78603b4ba81d208ea0b0b9bc21548797c941ce435321f62d2522795b83b740f90b0ceb5778
4151+
languageName: node
4152+
linkType: hard
4153+
4154+
"@formatjs/intl-numberformat@npm:~8.10.0":
4155+
version: 8.10.0
4156+
resolution: "@formatjs/intl-numberformat@npm:8.10.0"
4157+
dependencies:
4158+
"@formatjs/ecma402-abstract": "npm:1.18.2"
4159+
"@formatjs/intl-localematcher": "npm:0.5.4"
4160+
tslib: "npm:^2.4.0"
4161+
checksum: 1866bca7a24474af619265ecefb755c32705efade420e89be768cba4c1cab670d6f21456834bf2056d4560b0bad31b341798933c4bc222228c7844ed6d03d143
41434162
languageName: node
41444163
linkType: hard
41454164

@@ -8341,7 +8360,7 @@ __metadata:
83418360
"@angular/platform-browser-dynamic": "npm:~17.0.4"
83428361
"@angular/router": "npm:~17.0.4"
83438362
"@design-factory/design-factory": "npm:^15.2.2"
8344-
"@formatjs/intl-numberformat": "npm:~8.9.0"
8363+
"@formatjs/intl-numberformat": "npm:~8.10.0"
83458364
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
83468365
"@ng-select/ng-select": "npm:~12.0.0"
83478366
"@ngrx/effects": "npm:~17.1.0"

0 commit comments

Comments
 (0)