Skip to content

Commit 60e0423

Browse files
committed
feat: upgrade eslint-typescript, other dependencies
1 parent 2f07f3f commit 60e0423

File tree

10 files changed

+209
-402
lines changed

10 files changed

+209
-402
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"enabled": true,
2828
"quoteStyle": "single",
2929
"arrowParentheses": "asNeeded",
30-
"trailingComma": "es5",
30+
"trailingCommas": "es5",
3131
"lineEnding": "lf",
3232
"bracketSpacing": false,
3333
"bracketSameLine": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"release": "yarn lerna exec -- yarn && yarn lerna version minor --conventional-commits"
99
},
1010
"devDependencies": {
11-
"@biomejs/biome": "^1.6.4",
11+
"@biomejs/biome": "^1.8.3",
1212
"lerna": "3.20.2"
1313
},
1414
"repository": "getsentry/eslint-config-sentry",

packages/eslint-config-sentry-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme",
2525
"dependencies": {
2626
"@emotion/eslint-plugin": "^11.11.0",
27-
"@typescript-eslint/eslint-plugin": "^7.6.0",
28-
"@typescript-eslint/parser": "^7.6.0",
27+
"@typescript-eslint/eslint-plugin": "^7.14.1",
28+
"@typescript-eslint/parser": "^7.14.1",
2929
"eslint-config-sentry": "^2.7.0",
3030
"eslint-config-sentry-react": "^2.7.0",
3131
"eslint-import-resolver-typescript": "^3.6.1",
3232
"eslint-plugin-import": "^2.29.1",
33-
"eslint-plugin-jest": "^28.2.0",
33+
"eslint-plugin-jest": "^28.6.0",
3434
"eslint-plugin-no-lookahead-lookbehind-regexp": "0.1.0",
35-
"eslint-plugin-react": "^7.34.1",
35+
"eslint-plugin-react": "^7.34.3",
3636
"eslint-plugin-sentry": "^2.7.0",
37-
"eslint-plugin-simple-import-sort": "^12.0.0"
37+
"eslint-plugin-simple-import-sort": "^12.1.0"
3838
},
3939
"volta": {
4040
"node": "20.10.0",

packages/eslint-config-sentry-app/yarn.lock

Lines changed: 123 additions & 250 deletions
Large diffs are not rendered by default.

packages/eslint-config-sentry-docs/yarn.lock

Lines changed: 2 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,6 @@ array-union@^2.1.0:
213213
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
214214
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
215215

216-
array.prototype.find@^2.2.2:
217-
version "2.2.2"
218-
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.2.2.tgz#e862cf891e725d8f2a10e5e42d750629faaabd32"
219-
integrity sha512-DRumkfW97iZGOfn+lIXbkVrXL04sfYKX+EfOodo8XboR5sxPDVvOjZTF/rysusa9lmhmSOeD6Vp6RKQP+eP4Tg==
220-
dependencies:
221-
call-bind "^1.0.2"
222-
define-properties "^1.2.0"
223-
es-abstract "^1.22.1"
224-
es-shim-unscopables "^1.0.0"
225-
226216
array.prototype.findlastindex@^1.2.3:
227217
version "1.2.3"
228218
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
@@ -397,15 +387,6 @@ electron-to-chromium@^1.4.601:
397387
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.613.tgz#529e4fc65576ecfd055d7d4619fade4fac446af2"
398388
integrity sha512-r4x5+FowKG6q+/Wj0W9nidx7QO31BJwmR2uEo+Qh3YLGQ8SbBAFuDFpTxzly/I2gsbrFwBuIjrMp423L3O5U3w==
399389

400-
enhanced-resolve@^0.9.1:
401-
version "0.9.1"
402-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz#4d6e689b3725f86090927ccc86cd9f1635b89e2e"
403-
integrity sha512-kxpoMgrdtkXZ5h0SeraBS1iRntpTpQ3R8ussdb38+UAFnMGX5DDyJXePm+OCHOcoXvHDw7mc2erbJBpDnl7TPw==
404-
dependencies:
405-
graceful-fs "^4.1.2"
406-
memory-fs "^0.2.0"
407-
tapable "^0.1.8"
408-
409390
enhanced-resolve@^5.12.0:
410391
version "5.15.0"
411392
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35"
@@ -531,23 +512,6 @@ eslint-import-resolver-typescript@^3.6.1:
531512
is-core-module "^2.11.0"
532513
is-glob "^4.0.3"
533514

534-
eslint-import-resolver-webpack@^0.13.8:
535-
version "0.13.8"
536-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.8.tgz#5f64d1d653eefa19cdfd0f0165c996b6be7012f9"
537-
integrity sha512-Y7WIaXWV+Q21Rz/PJgUxiW/FTBOWmU8NTLdz+nz9mMoiz5vAev/fOaQxwD7qRzTfE3HSm1qsxZ5uRd7eX+VEtA==
538-
dependencies:
539-
array.prototype.find "^2.2.2"
540-
debug "^3.2.7"
541-
enhanced-resolve "^0.9.1"
542-
find-root "^1.1.0"
543-
hasown "^2.0.0"
544-
interpret "^1.4.0"
545-
is-core-module "^2.13.1"
546-
is-regex "^1.1.4"
547-
lodash "^4.17.21"
548-
resolve "^2.0.0-next.5"
549-
semver "^5.7.2"
550-
551515
eslint-module-utils@^2.7.4, eslint-module-utils@^2.8.0:
552516
version "2.8.0"
553517
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
@@ -680,11 +644,6 @@ fill-range@^7.0.1:
680644
dependencies:
681645
to-regex-range "^5.0.1"
682646

683-
find-root@^1.1.0:
684-
version "1.1.0"
685-
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
686-
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
687-
688647
for-each@^0.3.3:
689648
version "0.3.3"
690649
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -770,7 +729,7 @@ gopd@^1.0.1:
770729
dependencies:
771730
get-intrinsic "^1.1.3"
772731

773-
graceful-fs@^4.1.2, graceful-fs@^4.2.4:
732+
graceful-fs@^4.2.4:
774733
version "4.2.11"
775734
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
776735
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -830,11 +789,6 @@ internal-slot@^1.0.5:
830789
hasown "^2.0.0"
831790
side-channel "^1.0.4"
832791

833-
interpret@^1.4.0:
834-
version "1.4.0"
835-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
836-
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
837-
838792
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
839793
version "3.0.2"
840794
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe"
@@ -1032,11 +986,6 @@ json5@^1.0.2:
1032986
object.assign "^4.1.4"
1033987
object.values "^1.1.6"
1034988

1035-
lodash@^4.17.21:
1036-
version "4.17.21"
1037-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1038-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1039-
1040989
loose-envify@^1.4.0:
1041990
version "1.4.0"
1042991
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -1051,11 +1000,6 @@ lru-cache@^6.0.0:
10511000
dependencies:
10521001
yallist "^4.0.0"
10531002

1054-
memory-fs@^0.2.0:
1055-
version "0.2.0"
1056-
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.2.0.tgz#f2bb25368bc121e391c2520de92969caee0a0290"
1057-
integrity sha512-+y4mDxU4rvXXu5UDSGCGNiesFmwCHuefGMoPCO1WYucNYj7DsLqrFaa2fXVI0H+NNiPTwwzKwspn9yTZqUGqng==
1058-
10591003
merge2@^1.3.0, merge2@^1.4.1:
10601004
version "1.4.1"
10611005
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
@@ -1252,7 +1196,7 @@ resolve@^1.22.4:
12521196
path-parse "^1.0.7"
12531197
supports-preserve-symlinks-flag "^1.0.0"
12541198

1255-
resolve@^2.0.0-next.4, resolve@^2.0.0-next.5:
1199+
resolve@^2.0.0-next.4:
12561200
version "2.0.0-next.5"
12571201
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
12581202
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
@@ -1292,11 +1236,6 @@ safe-regex-test@^1.0.0:
12921236
get-intrinsic "^1.1.3"
12931237
is-regex "^1.1.4"
12941238

1295-
semver@^5.7.2:
1296-
version "5.7.2"
1297-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
1298-
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
1299-
13001239
semver@^6.3.1:
13011240
version "6.3.1"
13021241
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
@@ -1394,11 +1333,6 @@ supports-preserve-symlinks-flag@^1.0.0:
13941333
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
13951334
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
13961335

1397-
tapable@^0.1.8:
1398-
version "0.1.10"
1399-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
1400-
integrity sha512-jX8Et4hHg57mug1/079yitEKWGB3LCwoxByLsNim89LABq8NqgiX+6iYVOsq0vX8uJHkU+DZ5fnq95f800bEsQ==
1401-
14021336
tapable@^2.2.0:
14031337
version "2.2.1"
14041338
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"

packages/eslint-config-sentry-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme",
2828
"dependencies": {
2929
"eslint-config-sentry": "^2.7.0",
30-
"eslint-plugin-jest-dom": "^5.2.0",
31-
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-testing-library": "^6.2.0",
30+
"eslint-plugin-jest-dom": "^5.4.0",
31+
"eslint-plugin-react-hooks": "^4.6.2",
32+
"eslint-plugin-testing-library": "^6.2.2",
3333
"eslint-plugin-typescript-sort-keys": "^3.2.0"
3434
},
3535
"volta": {

packages/eslint-config-sentry-react/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,23 @@ dir-glob@^3.0.1:
128128
dependencies:
129129
path-type "^4.0.0"
130130

131-
eslint-plugin-jest-dom@^5.2.0:
132-
version "5.2.0"
133-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.2.0.tgz#81abac31683195251683229b0796311c1529d90e"
134-
integrity sha512-ctnCP0MsLmUvbCyhnOQ+/1OmsZj+e7V6kFunazIx5728Yq7TQnuKI8HOsgPTStB+9iYEpiEa+VfKB09Lq7/3fA==
131+
eslint-plugin-jest-dom@^5.4.0:
132+
version "5.4.0"
133+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.4.0.tgz#03a5ea600f8af63f4fcd5de49ae83dc0e6aca325"
134+
integrity sha512-yBqvFsnpS5Sybjoq61cJiUsenRkC9K32hYQBFS9doBR7nbQZZ5FyO+X7MlmfM1C48Ejx/qTuOCgukDUNyzKZ7A==
135135
dependencies:
136136
"@babel/runtime" "^7.16.3"
137137
requireindex "^1.2.0"
138138

139-
eslint-plugin-react-hooks@^4.6.0:
140-
version "4.6.0"
141-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
142-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
139+
eslint-plugin-react-hooks@^4.6.2:
140+
version "4.6.2"
141+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
142+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
143143

144-
eslint-plugin-testing-library@^6.2.0:
145-
version "6.2.0"
146-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.0.tgz#af3340b783c881eb19ec5ac6b3a4bfe8ab4a1f74"
147-
integrity sha512-+LCYJU81WF2yQ+Xu4A135CgK8IszcFcyMF4sWkbiu6Oj+Nel0TrkZq/HvDw0/1WuO3dhDQsZA/OpEMGd0NfcUw==
144+
eslint-plugin-testing-library@^6.2.2:
145+
version "6.2.2"
146+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz#67e84ff891a2b3a8078ced0afa95ee6f343c00c1"
147+
integrity sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==
148148
dependencies:
149149
"@typescript-eslint/utils" "^5.58.0"
150150

packages/eslint-plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"eslint": "^8.57.0",
20-
"mocha": "^10.4.0"
20+
"mocha": "^10.5.2"
2121
},
2222
"engines": {
2323
"node": ">=0.10.0"

packages/eslint-plugin-sentry/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ chalk@^4.0.0, chalk@^4.1.0:
189189
ansi-styles "^4.1.0"
190190
supports-color "^7.1.0"
191191

192-
chokidar@3.5.3:
193-
version "3.5.3"
194-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
195-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
192+
chokidar@^3.5.3:
193+
version "3.6.0"
194+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
195+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
196196
dependencies:
197197
anymatch "~3.1.2"
198198
braces "~3.0.2"
@@ -668,14 +668,14 @@ minimatch@^5.0.1:
668668
dependencies:
669669
brace-expansion "^2.0.1"
670670

671-
mocha@^10.4.0:
672-
version "10.4.0"
673-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
674-
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
671+
mocha@^10.5.2:
672+
version "10.5.2"
673+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989"
674+
integrity sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==
675675
dependencies:
676676
ansi-colors "4.1.1"
677677
browser-stdout "1.3.1"
678-
chokidar "3.5.3"
678+
chokidar "^3.5.3"
679679
debug "4.3.4"
680680
diff "5.0.0"
681681
escape-string-regexp "4.0.0"

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -24,59 +24,59 @@
2424
chalk "^2.4.2"
2525
js-tokens "^4.0.0"
2626

27-
"@biomejs/biome@^1.6.4":
28-
version "1.6.4"
29-
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.4.tgz#d09ab44c1df2a0cbbbb15901779a164beacd356d"
30-
integrity sha512-3groVd2oWsLC0ZU+XXgHSNbq31lUcOCBkCcA7sAQGBopHcmL+jmmdoWlY3S61zIh+f2mqQTQte1g6PZKb3JJjA==
27+
"@biomejs/biome@^1.8.3":
28+
version "1.8.3"
29+
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.8.3.tgz#3b5eecea90d973f71618aae3e6e8be4d2ca23e42"
30+
integrity sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==
3131
optionalDependencies:
32-
"@biomejs/cli-darwin-arm64" "1.6.4"
33-
"@biomejs/cli-darwin-x64" "1.6.4"
34-
"@biomejs/cli-linux-arm64" "1.6.4"
35-
"@biomejs/cli-linux-arm64-musl" "1.6.4"
36-
"@biomejs/cli-linux-x64" "1.6.4"
37-
"@biomejs/cli-linux-x64-musl" "1.6.4"
38-
"@biomejs/cli-win32-arm64" "1.6.4"
39-
"@biomejs/cli-win32-x64" "1.6.4"
40-
41-
"@biomejs/cli-darwin-arm64@1.6.4":
42-
version "1.6.4"
43-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.4.tgz#a2b07cacb0d2769ae5545b6a3cf40907fbfd4ab0"
44-
integrity sha512-2WZef8byI9NRzGajGj5RTrroW9BxtfbP9etigW1QGAtwu/6+cLkdPOWRAs7uFtaxBNiKFYA8j/BxV5zeAo5QOQ==
45-
46-
"@biomejs/cli-darwin-x64@1.6.4":
47-
version "1.6.4"
48-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.4.tgz#476720d731864508312b12fbef62a35609ef5f96"
49-
integrity sha512-uo1zgM7jvzcoDpF6dbGizejDLCqNpUIRkCj/oEK0PB0NUw8re/cn1EnxuOLZqDpn+8G75COLQTOx8UQIBBN/Kg==
50-
51-
"@biomejs/cli-linux-arm64-musl@1.6.4":
52-
version "1.6.4"
53-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.4.tgz#403f5889a4ec290e35a0b910c1c26723373cf5fc"
54-
integrity sha512-Hp8Jwt6rjj0wCcYAEN6/cfwrrPLLlGOXZ56Lei4Pt4jy39+UuPeAVFPeclrrCfxyL1wQ2xPrhd/saTHSL6DoJg==
55-
56-
"@biomejs/cli-linux-arm64@1.6.4":
57-
version "1.6.4"
58-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.4.tgz#7eff2af0fc5d9af9affc963bb594ec2ebf89668f"
59-
integrity sha512-wAOieaMNIpLrxGc2/xNvM//CIZg7ueWy3V5A4T7gDZ3OL/Go27EKE59a+vMKsBCYmTt7jFl4yHz0TUkUbodA/w==
60-
61-
"@biomejs/cli-linux-x64-musl@1.6.4":
62-
version "1.6.4"
63-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.4.tgz#aeca8dd886b19b7779dfb43898ec896c71da279f"
64-
integrity sha512-wqi0hr8KAx5kBO0B+m5u8QqiYFFBJOSJVSuRqTeGWW+GYLVUtXNidykNqf1JsW6jJDpbkSp2xHKE/bTlVaG2Kg==
65-
66-
"@biomejs/cli-linux-x64@1.6.4":
67-
version "1.6.4"
68-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.4.tgz#545b205dea20195b1fa64f5a0e60331a70133518"
69-
integrity sha512-qTWhuIw+/ePvOkjE9Zxf5OqSCYxtAvcTJtVmZT8YQnmY2I62JKNV2m7tf6O5ViKZUOP0mOQ6NgqHKcHH1eT8jw==
70-
71-
"@biomejs/cli-win32-arm64@1.6.4":
72-
version "1.6.4"
73-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.4.tgz#2c377c0965749d01280baac6cb273bcbe11cd652"
74-
integrity sha512-Wp3FiEeF6v6C5qMfLkHwf4YsoNHr/n0efvoC8jCKO/kX05OXaVExj+1uVQ1eGT7Pvx0XVm/TLprRO0vq/V6UzA==
75-
76-
"@biomejs/cli-win32-x64@1.6.4":
77-
version "1.6.4"
78-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.4.tgz#317fed21b863d43778665d42a41cbd0f94351051"
79-
integrity sha512-mz183Di5hTSGP7KjNWEhivcP1wnHLGmOxEROvoFsIxMYtDhzJDad4k5gI/1JbmA0xe4n52vsgqo09tBhrMT/Zg==
32+
"@biomejs/cli-darwin-arm64" "1.8.3"
33+
"@biomejs/cli-darwin-x64" "1.8.3"
34+
"@biomejs/cli-linux-arm64" "1.8.3"
35+
"@biomejs/cli-linux-arm64-musl" "1.8.3"
36+
"@biomejs/cli-linux-x64" "1.8.3"
37+
"@biomejs/cli-linux-x64-musl" "1.8.3"
38+
"@biomejs/cli-win32-arm64" "1.8.3"
39+
"@biomejs/cli-win32-x64" "1.8.3"
40+
41+
"@biomejs/cli-darwin-arm64@1.8.3":
42+
version "1.8.3"
43+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.8.3.tgz#be2bfdd445cd2d3cb0ff41a96a72ec761753997c"
44+
integrity sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==
45+
46+
"@biomejs/cli-darwin-x64@1.8.3":
47+
version "1.8.3"
48+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.8.3.tgz#47d408edd9f5c04069fbcf8610bacf1db8c6c0d9"
49+
integrity sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==
50+
51+
"@biomejs/cli-linux-arm64-musl@1.8.3":
52+
version "1.8.3"
53+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.8.3.tgz#44df284383d57cf4f28daeedd080dad7be05df78"
54+
integrity sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ==
55+
56+
"@biomejs/cli-linux-arm64@1.8.3":
57+
version "1.8.3"
58+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.8.3.tgz#6a6b1da1dfce0294a028cbb5d6c40d73691dd713"
59+
integrity sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==
60+
61+
"@biomejs/cli-linux-x64-musl@1.8.3":
62+
version "1.8.3"
63+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.8.3.tgz#ceef30a8ee1a00d4ad31e32dd31ba2a661f2719d"
64+
integrity sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==
65+
66+
"@biomejs/cli-linux-x64@1.8.3":
67+
version "1.8.3"
68+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.8.3.tgz#665df74d19fb8f83001a9d80824d3a1723e2123f"
69+
integrity sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==
70+
71+
"@biomejs/cli-win32-arm64@1.8.3":
72+
version "1.8.3"
73+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.8.3.tgz#0fb6f58990f4de0331a6ed22c47c66f5a89133cc"
74+
integrity sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==
75+
76+
"@biomejs/cli-win32-x64@1.8.3":
77+
version "1.8.3"
78+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.8.3.tgz#6a9dc5a4e13357277da43c015cd5cdc374035448"
79+
integrity sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg==
8080

8181
"@evocateur/libnpmaccess@^3.1.2":
8282
version "3.1.2"

0 commit comments

Comments
 (0)