Skip to content

Commit c35d051

Browse files
authored
Upgrade eslint related packages to fix tests on main. (#5)
Upgrade eslint-plugin and eslint parser.
1 parent af132ef commit c35d051

15 files changed

+120
-121
lines changed

.pnp.js

+67-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/install-state.gz

-51 Bytes
Binary file not shown.

client/package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rollup/plugin-typescript": "^8.2.0",
1313
"@types/node": "^14.14.31",
1414
"@types/node-fetch": "^2.5.8",
15-
"@typescript-eslint/eslint-plugin": "^4.15.2",
16-
"@typescript-eslint/parser": "^4.15.2",
15+
"@typescript-eslint/eslint-plugin": "^4.16.1",
16+
"@typescript-eslint/parser": "^4.16.1",
1717
"eslint": "^7.21.0",
1818
"eslint-config-prettier": "^8.1.0",
1919
"eslint-plugin-prettier": "^3.3.1",
@@ -28,18 +28,17 @@
2828
},
2929
"eslintConfig": {
3030
"parser": "@typescript-eslint/parser",
31+
"plugins": [
32+
"@typescript-eslint"
33+
],
3134
"extends": [
3235
"eslint:recommended",
3336
"plugin:@typescript-eslint/recommended",
34-
"prettier/@typescript-eslint",
35-
"plugin:prettier/recommended"
37+
"prettier"
3638
],
3739
"parserOptions": {
3840
"ecmaVersion": "2018",
3941
"sourceType": "module"
40-
},
41-
"rules": {
42-
"prettier/prettier": "error"
4342
}
4443
}
4544
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"ci": "rimraf reports/eslint && yarn workspaces foreach run eslintci"
1414
},
1515
"devDependencies": {
16-
"@typescript-eslint/eslint-plugin": "^4.15.2",
17-
"@typescript-eslint/parser": "^4.15.2",
16+
"@typescript-eslint/eslint-plugin": "^4.16.1",
17+
"@typescript-eslint/parser": "^4.16.1",
1818
"eslint": "^7.21.0",
1919
"eslint-config-prettier": "^8.1.0",
2020
"eslint-plugin-prettier": "^3.3.1",

yarn.lock

+45-45
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ __metadata:
129129
"@rollup/plugin-typescript": ^8.2.0
130130
"@types/node": ^14.14.31
131131
"@types/node-fetch": ^2.5.8
132-
"@typescript-eslint/eslint-plugin": ^4.15.2
133-
"@typescript-eslint/parser": ^4.15.2
132+
"@typescript-eslint/eslint-plugin": ^4.16.1
133+
"@typescript-eslint/parser": ^4.16.1
134134
eslint: ^7.21.0
135135
eslint-config-prettier: ^8.1.0
136136
eslint-plugin-prettier: ^3.3.1
@@ -147,8 +147,8 @@ __metadata:
147147
version: 0.0.0-use.local
148148
resolution: "@jsdrupal/js-client@workspace:."
149149
dependencies:
150-
"@typescript-eslint/eslint-plugin": ^4.15.2
151-
"@typescript-eslint/parser": ^4.15.2
150+
"@typescript-eslint/eslint-plugin": ^4.16.1
151+
"@typescript-eslint/parser": ^4.16.1
152152
eslint: ^7.21.0
153153
eslint-config-prettier: ^8.1.0
154154
eslint-plugin-prettier: ^3.3.1
@@ -331,12 +331,12 @@ __metadata:
331331
languageName: node
332332
linkType: hard
333333

334-
"@typescript-eslint/eslint-plugin@npm:^4.15.2":
335-
version: 4.15.2
336-
resolution: "@typescript-eslint/eslint-plugin@npm:4.15.2"
334+
"@typescript-eslint/eslint-plugin@npm:^4.16.1":
335+
version: 4.16.1
336+
resolution: "@typescript-eslint/eslint-plugin@npm:4.16.1"
337337
dependencies:
338-
"@typescript-eslint/experimental-utils": 4.15.2
339-
"@typescript-eslint/scope-manager": 4.15.2
338+
"@typescript-eslint/experimental-utils": 4.16.1
339+
"@typescript-eslint/scope-manager": 4.16.1
340340
debug: ^4.1.1
341341
functional-red-black-tree: ^1.0.1
342342
lodash: ^4.17.15
@@ -349,66 +349,66 @@ __metadata:
349349
peerDependenciesMeta:
350350
typescript:
351351
optional: true
352-
checksum: b9884a9f851e8122c2a30475dd68c046daccca7e1feb294ed472c05f2c19e08d7f75a4401d678286307fe4ad9fe20e71f0097d605ba86df9f475dd71a3ac7406
352+
checksum: 873347906fdfe9a70dc80b80f1cbcc6dff00fae5a367ec186e52c6ce616941aa757cd5bc8dbba706f86633df4af396e6c33d68b890983444417a3e76a94c9ad4
353353
languageName: node
354354
linkType: hard
355355

356-
"@typescript-eslint/experimental-utils@npm:4.15.2":
357-
version: 4.15.2
358-
resolution: "@typescript-eslint/experimental-utils@npm:4.15.2"
356+
"@typescript-eslint/experimental-utils@npm:4.16.1":
357+
version: 4.16.1
358+
resolution: "@typescript-eslint/experimental-utils@npm:4.16.1"
359359
dependencies:
360360
"@types/json-schema": ^7.0.3
361-
"@typescript-eslint/scope-manager": 4.15.2
362-
"@typescript-eslint/types": 4.15.2
363-
"@typescript-eslint/typescript-estree": 4.15.2
361+
"@typescript-eslint/scope-manager": 4.16.1
362+
"@typescript-eslint/types": 4.16.1
363+
"@typescript-eslint/typescript-estree": 4.16.1
364364
eslint-scope: ^5.0.0
365365
eslint-utils: ^2.0.0
366366
peerDependencies:
367367
eslint: "*"
368-
checksum: a4d5719ea39fa798e6d562ddd94cd11df5c08769ab1f2e615ed82dc99557c8e9cae0a68148b14eab518b0c90112450381725764a3ab72cc302b1c50ced32f69d
368+
checksum: 526ca13632841963ed29fcd3688ff300d5ee3ecd442b8e1e540bee7fe09e4595cd43da7aa6c3c5f27c8876f55c823b4fd34e9639ceaf1f8af2a5db4561c57e82
369369
languageName: node
370370
linkType: hard
371371

372-
"@typescript-eslint/parser@npm:^4.15.2":
373-
version: 4.15.2
374-
resolution: "@typescript-eslint/parser@npm:4.15.2"
372+
"@typescript-eslint/parser@npm:^4.16.1":
373+
version: 4.16.1
374+
resolution: "@typescript-eslint/parser@npm:4.16.1"
375375
dependencies:
376-
"@typescript-eslint/scope-manager": 4.15.2
377-
"@typescript-eslint/types": 4.15.2
378-
"@typescript-eslint/typescript-estree": 4.15.2
376+
"@typescript-eslint/scope-manager": 4.16.1
377+
"@typescript-eslint/types": 4.16.1
378+
"@typescript-eslint/typescript-estree": 4.16.1
379379
debug: ^4.1.1
380380
peerDependencies:
381381
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
382382
peerDependenciesMeta:
383383
typescript:
384384
optional: true
385-
checksum: 663ff687c0988a100c791adcb1161b90b43dd5ea0a8345aa344d47a7166d36e69ea1b2f323a34f877f2c151cb03bf38516252d6c30cf0e38fad831bef0cf3236
385+
checksum: 9ce7c8b2ec9679c6428b44fe06f6a56f145b54b72549691d97e3d6a4ffd0fc116ca61bdef695e77c3217fc30f2988434078e09009ab2dc5ec028e6f3cecb9a16
386386
languageName: node
387387
linkType: hard
388388

389-
"@typescript-eslint/scope-manager@npm:4.15.2":
390-
version: 4.15.2
391-
resolution: "@typescript-eslint/scope-manager@npm:4.15.2"
389+
"@typescript-eslint/scope-manager@npm:4.16.1":
390+
version: 4.16.1
391+
resolution: "@typescript-eslint/scope-manager@npm:4.16.1"
392392
dependencies:
393-
"@typescript-eslint/types": 4.15.2
394-
"@typescript-eslint/visitor-keys": 4.15.2
395-
checksum: 3bb4a01c34423635807d9ffc8b1108be24ffb945447bee5fd9ed1182e039c9ce5ee22905e56859477a64af87fcdc8cb492516acaa123947ea1875e722a575da8
393+
"@typescript-eslint/types": 4.16.1
394+
"@typescript-eslint/visitor-keys": 4.16.1
395+
checksum: 2872ae6b3c1afe6d0de2168cf4c14864ac6183de8db081f8efc236a4a6f6448d59f80abc529ab3b50b48b8a9a5b21c4bacbad8936a384ca3c2f1bb4b950fd4de
396396
languageName: node
397397
linkType: hard
398398

399-
"@typescript-eslint/types@npm:4.15.2":
400-
version: 4.15.2
401-
resolution: "@typescript-eslint/types@npm:4.15.2"
402-
checksum: 5c82f89c8d6703d4e20d736d7f1c397be0161a286760368862d2502a107b27b91cd14af46623e2ad741825157a6b8dacd74b3b27df7f0a813371a770712c112a
399+
"@typescript-eslint/types@npm:4.16.1":
400+
version: 4.16.1
401+
resolution: "@typescript-eslint/types@npm:4.16.1"
402+
checksum: 5df220b8dff372540921d8ef478f4107e6eb51824e7346c942dafc2d181cd937983fa80f44c2e94abf28b57a303e72205915d2bca13ac37c028a98710fd37baa
403403
languageName: node
404404
linkType: hard
405405

406-
"@typescript-eslint/typescript-estree@npm:4.15.2":
407-
version: 4.15.2
408-
resolution: "@typescript-eslint/typescript-estree@npm:4.15.2"
406+
"@typescript-eslint/typescript-estree@npm:4.16.1":
407+
version: 4.16.1
408+
resolution: "@typescript-eslint/typescript-estree@npm:4.16.1"
409409
dependencies:
410-
"@typescript-eslint/types": 4.15.2
411-
"@typescript-eslint/visitor-keys": 4.15.2
410+
"@typescript-eslint/types": 4.16.1
411+
"@typescript-eslint/visitor-keys": 4.16.1
412412
debug: ^4.1.1
413413
globby: ^11.0.1
414414
is-glob: ^4.0.1
@@ -417,17 +417,17 @@ __metadata:
417417
peerDependenciesMeta:
418418
typescript:
419419
optional: true
420-
checksum: 01ece3245265df90b9dc2856f887dd261ddfa22edf0bb6cc8b54e54886c82b6fd1eb46405fca9dba7793fc682ef3e8766319aeb28d5910048a596ea76d13675c
420+
checksum: d09de17eb15f08a44574d62a3eadcacd6d331372bd7525cfb7d08d9caeb8d09c2f5a195927ea48a71996337baab47bf9c7d50549c160b901be6a6bc1df9c3f39
421421
languageName: node
422422
linkType: hard
423423

424-
"@typescript-eslint/visitor-keys@npm:4.15.2":
425-
version: 4.15.2
426-
resolution: "@typescript-eslint/visitor-keys@npm:4.15.2"
424+
"@typescript-eslint/visitor-keys@npm:4.16.1":
425+
version: 4.16.1
426+
resolution: "@typescript-eslint/visitor-keys@npm:4.16.1"
427427
dependencies:
428-
"@typescript-eslint/types": 4.15.2
428+
"@typescript-eslint/types": 4.16.1
429429
eslint-visitor-keys: ^2.0.0
430-
checksum: 9a4c23925a189722618488f8db8452ca738fecbb704393ddb17d25938f034cfbe47e25bd75744967ae942528aeb79e98ed65f703384070b14d33f5f3134fde90
430+
checksum: 7b3f87165fc3533e80c8e5848306dca7ffbe7a6c04c40895cb5cdbfdf55bca606933efae20c16d91576e0ab926f8f539257b1fb13231aac3b0c8ad9d741042c9
431431
languageName: node
432432
linkType: hard
433433

0 commit comments

Comments
 (0)