Skip to content

Commit 9afdbb7

Browse files
Merge pull request #7806 from TheThingsNetwork/dependabot/npm_and_yarn/formatjs/intl-locale-5.1.2
dev: bump @formatjs/intl-locale from 4.2.13 to 5.1.2
2 parents 675a9b5 + 43e50a3 commit 9afdbb7

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@formatjs/intl-datetimeformat": "^6.18.2",
8686
"@formatjs/intl-displaynames": "^6.8.13",
8787
"@formatjs/intl-listformat": "^8.1.2",
88-
"@formatjs/intl-locale": "^4.2.13",
88+
"@formatjs/intl-locale": "^5.1.2",
8989
"@formatjs/intl-numberformat": "^9.1.2",
9090
"@formatjs/intl-pluralrules": "^6.1.2",
9191
"@formatjs/intl-relativetimeformat": "^12.1.2",

pkg/webui/lib/components/with-locale.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ const WithLocale = ({ children }) => {
106106
if (!window.Intl.Locale) {
107107
log('Polyfilling Intl.Locale')
108108
await import(
109-
/* webpackChunkName: "locale-display-names" */ '@formatjs/intl-locale/polyfill'
109+
/* webpackChunkName: "locale-display-names" */
110+
// eslint-disable-next-line import/extensions -- package exports require explicit .js
111+
'@formatjs/intl-locale/polyfill.js'
110112
)
111113
}
112114

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,18 +1837,18 @@
18371837
"@formatjs/intl-localematcher" "0.6.2"
18381838
tslib "^2.8.0"
18391839

1840-
"@formatjs/intl-enumerator@1.8.12":
1841-
version "1.8.12"
1842-
resolved "https://registry.yarnpkg.com/@formatjs/intl-enumerator/-/intl-enumerator-1.8.12.tgz#8c94a9bff855fb942a95a4c93b5bdeb1a8f54007"
1843-
integrity sha512-rT2hnyQ0q6RDG1jISMH+MP6wlHQLUC81C0BeYEzabJb48S4tU2HGCPUxsOqMa3vDAUmpnz9Kw5vYTD5hTkOVgg==
1840+
"@formatjs/intl-enumerator@2.1.2":
1841+
version "2.1.2"
1842+
resolved "https://registry.yarnpkg.com/@formatjs/intl-enumerator/-/intl-enumerator-2.1.2.tgz#c261478414bae80cecb9239dcd8ad36eb5a34d26"
1843+
integrity sha512-QdOPrYbS5gmJKyl9/khUl/Ey3K+hvN1pXkc6XY6OXE/oaZQd2yWe1CP0TMX3LI8Xej7nWJksj/BGiCvm0rinxQ==
18441844
dependencies:
1845-
"@formatjs/ecma402-abstract" "2.3.6"
1845+
"@formatjs/ecma402-abstract" "3.0.8"
18461846
tslib "^2.8.0"
18471847

1848-
"@formatjs/intl-getcanonicallocales@2.5.6":
1849-
version "2.5.6"
1850-
resolved "https://registry.yarnpkg.com/@formatjs/intl-getcanonicallocales/-/intl-getcanonicallocales-2.5.6.tgz#d4a8e13dad31f83c142746b423462dcbdf839503"
1851-
integrity sha512-CnBbc4St61RL06gDXlCZG08Gt41uiySgsdZNBExh8/c0FBONJCrAlQ9FsyalUdq9ze0nCeknJtMmO8JnB9xHgQ==
1848+
"@formatjs/intl-getcanonicallocales@3.1.2":
1849+
version "3.1.2"
1850+
resolved "https://registry.yarnpkg.com/@formatjs/intl-getcanonicallocales/-/intl-getcanonicallocales-3.1.2.tgz#d9c53978c58014991b4b465f3370e923bf8bc151"
1851+
integrity sha512-KCENZjZrj51iaxJcu0F2Ecv/lJTdAOVtjHwBx2oouR4yECUumOVH17BX8wqGXZRo5wUUNi3WZWd4c1jJfrhk1w==
18521852
dependencies:
18531853
tslib "^2.8.0"
18541854

@@ -1861,14 +1861,14 @@
18611861
"@formatjs/intl-localematcher" "0.7.5"
18621862
tslib "^2.8.0"
18631863

1864-
"@formatjs/intl-locale@^4.2.13":
1865-
version "4.2.13"
1866-
resolved "https://registry.yarnpkg.com/@formatjs/intl-locale/-/intl-locale-4.2.13.tgz#21d4b54ee03b75a7b7384a122510be7ee080a9c5"
1867-
integrity sha512-Qcs0mP9JhEPCinPfpZ5JKzOa+VYDg94TQSFZozYuqG8R+hEGUTKyoyMqB5xi5QZT/hlB0CSgeNc/0fWMGtTFXA==
1864+
"@formatjs/intl-locale@^5.1.2":
1865+
version "5.1.2"
1866+
resolved "https://registry.yarnpkg.com/@formatjs/intl-locale/-/intl-locale-5.1.2.tgz#9037a09faa06f8e05669cef20143da339188b080"
1867+
integrity sha512-XbgR+LtGfxxqI3Oi1f1Wm7ekh2IUV5lBejIp6skgKFkRfAhRdvWYPRrwvB0CISkuyggcpsnY4BjA9Lnya6ByzA==
18681868
dependencies:
1869-
"@formatjs/ecma402-abstract" "2.3.6"
1870-
"@formatjs/intl-enumerator" "1.8.12"
1871-
"@formatjs/intl-getcanonicallocales" "2.5.6"
1869+
"@formatjs/ecma402-abstract" "3.0.8"
1870+
"@formatjs/intl-enumerator" "2.1.2"
1871+
"@formatjs/intl-getcanonicallocales" "3.1.2"
18721872
tslib "^2.8.0"
18731873

18741874
"@formatjs/intl-localematcher@0.6.2":

0 commit comments

Comments
 (0)