Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7f7ad10

Browse files
authored
Update matrix-web-i18n (#8914)
1 parent 2571042 commit 7f7ad10

File tree

2 files changed

+106
-11
lines changed

2 files changed

+106
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"jest-sonar-reporter": "^2.0.0",
192192
"matrix-mock-request": "^2.0.0",
193193
"matrix-react-test-utils": "^0.2.3",
194-
"matrix-web-i18n": "^1.2.0",
194+
"matrix-web-i18n": "^1.3.0",
195195
"raw-loader": "^4.0.2",
196196
"react-test-renderer": "^17.0.2",
197197
"rimraf": "^3.0.2",

yarn.lock

Lines changed: 105 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
dependencies:
5858
"@babel/highlight" "^7.16.7"
5959

60+
"@babel/code-frame@^7.18.6":
61+
version "7.18.6"
62+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
63+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
64+
dependencies:
65+
"@babel/highlight" "^7.18.6"
66+
6067
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
6168
version "7.17.10"
6269
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -108,6 +115,15 @@
108115
"@jridgewell/gen-mapping" "^0.3.0"
109116
jsesc "^2.5.1"
110117

118+
"@babel/generator@^7.18.6":
119+
version "7.18.6"
120+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.6.tgz#9ab2d46d3cbf631f0e80f72e72874a04c3fc12a9"
121+
integrity sha512-AIwwoOS8axIC5MZbhNHRLKi3D+DMpvDf9XUcu3pIVAfOHFT45f4AoDAltRbHIQomCipkCZxrNkfpOEHhJz/VKw==
122+
dependencies:
123+
"@babel/types" "^7.18.6"
124+
"@jridgewell/gen-mapping" "^0.3.0"
125+
jsesc "^2.5.1"
126+
111127
"@babel/helper-annotate-as-pure@^7.16.7":
112128
version "7.16.7"
113129
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -175,6 +191,11 @@
175191
dependencies:
176192
"@babel/types" "^7.16.7"
177193

194+
"@babel/helper-environment-visitor@^7.18.6":
195+
version "7.18.6"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
197+
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
198+
178199
"@babel/helper-explode-assignable-expression@^7.16.7":
179200
version "7.16.7"
180201
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -190,13 +211,28 @@
190211
"@babel/template" "^7.16.7"
191212
"@babel/types" "^7.17.0"
192213

214+
"@babel/helper-function-name@^7.18.6":
215+
version "7.18.6"
216+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
217+
integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==
218+
dependencies:
219+
"@babel/template" "^7.18.6"
220+
"@babel/types" "^7.18.6"
221+
193222
"@babel/helper-hoist-variables@^7.16.7":
194223
version "7.16.7"
195224
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
196225
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
197226
dependencies:
198227
"@babel/types" "^7.16.7"
199228

229+
"@babel/helper-hoist-variables@^7.18.6":
230+
version "7.18.6"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
232+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
233+
dependencies:
234+
"@babel/types" "^7.18.6"
235+
200236
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
201237
version "7.17.7"
202238
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
@@ -278,11 +314,23 @@
278314
dependencies:
279315
"@babel/types" "^7.16.7"
280316

317+
"@babel/helper-split-export-declaration@^7.18.6":
318+
version "7.18.6"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
320+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
321+
dependencies:
322+
"@babel/types" "^7.18.6"
323+
281324
"@babel/helper-validator-identifier@^7.16.7":
282325
version "7.16.7"
283326
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
284327
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
285328

329+
"@babel/helper-validator-identifier@^7.18.6":
330+
version "7.18.6"
331+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
332+
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
333+
286334
"@babel/helper-validator-option@^7.16.7":
287335
version "7.16.7"
288336
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -316,11 +364,25 @@
316364
chalk "^2.0.0"
317365
js-tokens "^4.0.0"
318366

319-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12":
367+
"@babel/highlight@^7.18.6":
368+
version "7.18.6"
369+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
370+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
371+
dependencies:
372+
"@babel/helper-validator-identifier" "^7.18.6"
373+
chalk "^2.0.0"
374+
js-tokens "^4.0.0"
375+
376+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12":
320377
version "7.17.12"
321378
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
322379
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
323380

381+
"@babel/parser@^7.18.5", "@babel/parser@^7.18.6":
382+
version "7.18.6"
383+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
384+
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
385+
324386
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
325387
version "7.17.12"
326388
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -1058,7 +1120,16 @@
10581120
"@babel/parser" "^7.16.7"
10591121
"@babel/types" "^7.16.7"
10601122

1061-
"@babel/traverse@^7.12.12", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.17", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
1123+
"@babel/template@^7.18.6":
1124+
version "7.18.6"
1125+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1126+
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1127+
dependencies:
1128+
"@babel/code-frame" "^7.18.6"
1129+
"@babel/parser" "^7.18.6"
1130+
"@babel/types" "^7.18.6"
1131+
1132+
"@babel/traverse@^7.12.12", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
10621133
version "7.17.12"
10631134
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
10641135
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
@@ -1074,6 +1145,22 @@
10741145
debug "^4.1.0"
10751146
globals "^11.1.0"
10761147

1148+
"@babel/traverse@^7.18.5":
1149+
version "7.18.6"
1150+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1151+
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1152+
dependencies:
1153+
"@babel/code-frame" "^7.18.6"
1154+
"@babel/generator" "^7.18.6"
1155+
"@babel/helper-environment-visitor" "^7.18.6"
1156+
"@babel/helper-function-name" "^7.18.6"
1157+
"@babel/helper-hoist-variables" "^7.18.6"
1158+
"@babel/helper-split-export-declaration" "^7.18.6"
1159+
"@babel/parser" "^7.18.6"
1160+
"@babel/types" "^7.18.6"
1161+
debug "^4.1.0"
1162+
globals "^11.1.0"
1163+
10771164
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10781165
version "7.17.12"
10791166
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1082,6 +1169,14 @@
10821169
"@babel/helper-validator-identifier" "^7.16.7"
10831170
to-fast-properties "^2.0.0"
10841171

1172+
"@babel/types@^7.18.6":
1173+
version "7.18.6"
1174+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
1175+
integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA==
1176+
dependencies:
1177+
"@babel/helper-validator-identifier" "^7.18.6"
1178+
to-fast-properties "^2.0.0"
1179+
10851180
"@bcoe/v8-coverage@^0.2.3":
10861181
version "0.2.3"
10871182
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -6894,14 +6989,14 @@ matrix-react-test-utils@^0.2.3:
68946989
resolved "https://registry.yarnpkg.com/matrix-react-test-utils/-/matrix-react-test-utils-0.2.3.tgz#27653f9d6bbfddd1856e51860fad1503b039d617"
68956990
integrity sha512-NKZDlMEQzDZDQhBYyKBUtqidRvpkww3n9/GmGICkxtU2D6NetyBIfvm1Lf9o7167KSkPHJUVvDS9dzaS55jUnA==
68966991

6897-
matrix-web-i18n@^1.2.0:
6898-
version "1.2.0"
6899-
resolved "https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-1.2.0.tgz#3d6f90fa70f3add05e155787f88728c99cf9c01a"
6900-
integrity sha512-IQMSGnCX2meajxoSW81bWeniZjWTWaTdarc3A5F8wL5klclqLsfoaiNmTDKyJfd12Ph/0+llJ/itIztDUg9Wdg==
6992+
matrix-web-i18n@^1.3.0:
6993+
version "1.3.0"
6994+
resolved "https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-1.3.0.tgz#d85052635215173541f56ea1af0cbefd6e09ecb3"
6995+
integrity sha512-4QumouFjd4//piyRCtkfr24kjMPHkzNQNz09B1oEX4W3d4gdd5F+lwErqcQrys7Yl09U0S0iKCD8xPBRV178qg==
69016996
dependencies:
6902-
"@babel/parser" "^7.13.16"
6903-
"@babel/traverse" "^7.13.17"
6904-
walk "^2.3.14"
6997+
"@babel/parser" "^7.18.5"
6998+
"@babel/traverse" "^7.18.5"
6999+
walk "^2.3.15"
69057000

69067001
matrix-widget-api@^0.1.0-beta.18:
69077002
version "0.1.0-beta.18"
@@ -9561,7 +9656,7 @@ w3c-xmlserializer@^2.0.0:
95619656
dependencies:
95629657
xml-name-validator "^3.0.0"
95639658

9564-
walk@^2.3.14:
9659+
walk@^2.3.14, walk@^2.3.15:
95659660
version "2.3.15"
95669661
resolved "https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz#1b4611e959d656426bc521e2da5db3acecae2424"
95679662
integrity sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==

0 commit comments

Comments
 (0)