Skip to content

Commit

Permalink
Merge pull request #1510 from ral-facilities/renovate/typescript-esli…
Browse files Browse the repository at this point in the history
…nt-monorepo

Update typescript-eslint monorepo to v5.60.0 (minor)
  • Loading branch information
louise-davies authored Jun 28, 2023
2 parents 3bbfd8d + 02981ef commit 415e0ed
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 47 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"resolutions": {
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0"
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0"
},
"scripts": {
"build": "yarn workspaces foreach --interlaced --verbose --parallel --jobs 3 --exclude datagateway-common run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/react": "17.0.39",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"babel-eslint": "10.1.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@testing-library/user-event": "14.4.3",
"@types/react-redux": "7.1.22",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-eslint": "10.1.0",
"blob-polyfill": "7.0.20220408",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@testing-library/user-event": "14.4.2",
"@types/jsrsasign": "10.5.2",
"@types/lodash.chunk": "4.2.6",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
"cypress": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"@types/enzyme": "3.10.10",
"@types/react-redux": "7.1.22",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
Expand Down
138 changes: 101 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3797,17 +3797,18 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.49.0"
"@typescript-eslint/eslint-plugin@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.60.0"
dependencies:
"@typescript-eslint/scope-manager": 5.49.0
"@typescript-eslint/type-utils": 5.49.0
"@typescript-eslint/utils": 5.49.0
"@eslint-community/regexpp": ^4.4.0
"@typescript-eslint/scope-manager": 5.60.0
"@typescript-eslint/type-utils": 5.60.0
"@typescript-eslint/utils": 5.60.0
debug: ^4.3.4
grapheme-splitter: ^1.0.4
ignore: ^5.2.0
natural-compare-lite: ^1.4.0
regexpp: ^3.2.0
semver: ^7.3.7
tsutils: ^3.21.0
peerDependencies:
Expand All @@ -3816,7 +3817,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 15423cd9fde1ac3f8ba34526a07e537464e70463f1af784be5567fdc78e5745352fa0a2c3be0c13d066bc4b9720b5fa438d64647f624d29722eb4f158c039dcc
checksum: 61dd70a1ea9787e69d0d4cd14f6a4c94ba786b535a3f519ade7926d965ee1d4f8fefa8bf0224ee57c5c6517eec3674c0fd06f9226536aa428c2bdddeed1e70f4
languageName: node
linkType: hard

Expand All @@ -3831,20 +3832,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/parser@npm:5.49.0"
"@typescript-eslint/parser@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/parser@npm:5.60.0"
dependencies:
"@typescript-eslint/scope-manager": 5.49.0
"@typescript-eslint/types": 5.49.0
"@typescript-eslint/typescript-estree": 5.49.0
"@typescript-eslint/scope-manager": 5.60.0
"@typescript-eslint/types": 5.60.0
"@typescript-eslint/typescript-estree": 5.60.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 87b3760cfc29b3edd3d28fe0d5e9e5a3833d60398d7779ecc657b9e3bfec624cd464176e26b24b0761fb79cc88daddae19560340f91119c4856b91f9663594dd
checksum: 94e7931a5b356b16638b281b8e1d661f8b1660f0c75a323537f68b311dae91b7a575a0a019d4ea05a79cc5d42b5cb41cc367205691cdfd292ef96a3b66b1e58b
languageName: node
linkType: hard

Expand All @@ -3858,20 +3859,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/type-utils@npm:5.49.0"
"@typescript-eslint/scope-manager@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/scope-manager@npm:5.60.0"
dependencies:
"@typescript-eslint/typescript-estree": 5.49.0
"@typescript-eslint/utils": 5.49.0
"@typescript-eslint/types": 5.60.0
"@typescript-eslint/visitor-keys": 5.60.0
checksum: b21ee1ef57be948a806aa31fd65a9186766b3e1a727030dc47025edcadc54bd1aa6133a439acd5f44a93e2b983dd55bc5571bb01cb834461dab733682d66256a
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/type-utils@npm:5.60.0"
dependencies:
"@typescript-eslint/typescript-estree": 5.60.0
"@typescript-eslint/utils": 5.60.0
debug: ^4.3.4
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: 9dcee0a21cfdb3549e2305120535af5ab2c5d0cafdd410827e79d7548f8fc4e7da7cbb77a4338ade8b8b8aaf246fee56b919f1857931bbe2ac5df2fbb5e62ee6
checksum: b90ce97592f2db899d88d7a325fec4d2ea11a7b8b4306787310890c27fb51862a6c003675252e9dc465908f791ad5320ea7307260ecd10e89ca1d209fbf8616d
languageName: node
linkType: hard

Expand All @@ -3882,6 +3893,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/types@npm:5.60.0"
checksum: 48f29e5c084c5663cfed1a6c4458799a6690a213e7861a24501f9b96698ae59e89a1df1c77e481777e4da78f1b0a5573a549f7b8880e3f4071a7a8b686254db8
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/typescript-estree@npm:5.49.0"
Expand All @@ -3900,7 +3918,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.49.0, @typescript-eslint/utils@npm:^5.43.0":
"@typescript-eslint/typescript-estree@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/typescript-estree@npm:5.60.0"
dependencies:
"@typescript-eslint/types": 5.60.0
"@typescript-eslint/visitor-keys": 5.60.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.3.7
tsutils: ^3.21.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 0f4f342730ead42ba60b5fca4bf1950abebd83030010c38b5df98ff9fd95d0ce1cfc3974a44c90c65f381f4f172adcf1a540e018d7968cc845d937bf6c734dae
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/utils@npm:5.49.0"
dependencies:
Expand All @@ -3918,6 +3954,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.60.0, @typescript-eslint/utils@npm:^5.43.0":
version: 5.60.0
resolution: "@typescript-eslint/utils@npm:5.60.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@types/json-schema": ^7.0.9
"@types/semver": ^7.3.12
"@typescript-eslint/scope-manager": 5.60.0
"@typescript-eslint/types": 5.60.0
"@typescript-eslint/typescript-estree": 5.60.0
eslint-scope: ^5.1.1
semver: ^7.3.7
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: cbe56567f0b53e24ad7ef7d2fb4cdc8596e2559c21ee639aa0560879b6216208550e51e9d8ae4b388ff21286809c6dc985cec66738294871051396a8ae5bccbc
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.49.0":
version: 5.49.0
resolution: "@typescript-eslint/visitor-keys@npm:5.49.0"
Expand All @@ -3928,6 +3982,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/visitor-keys@npm:5.60.0"
dependencies:
"@typescript-eslint/types": 5.60.0
eslint-visitor-keys: ^3.3.0
checksum: d39b2485d030f9755820d0f6f3748a8ec44e1ca23cb36ddcba67a9eb1f258c8ec83c61fc015c50e8f4a00d05df62d719dbda445625e3e71a64a659f1d248157e
languageName: node
linkType: hard

"@webassemblyjs/ast@npm:1.11.1":
version: 1.11.1
resolution: "@webassemblyjs/ast@npm:1.11.1"
Expand Down Expand Up @@ -6422,8 +6486,8 @@ __metadata:
"@types/react": 17.0.39
"@types/react-router-dom": 5.3.3
"@types/react-virtualized": 9.21.10
"@typescript-eslint/eslint-plugin": 5.49.0
"@typescript-eslint/parser": 5.49.0
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
axios: 0.27.2
babel-eslint: 10.1.0
connected-react-router: 6.9.1
Expand Down Expand Up @@ -6492,8 +6556,8 @@ __metadata:
"@types/react-virtualized": 9.21.10
"@types/redux-logger": 3.0.8
"@types/redux-mock-store": 1.0.3
"@typescript-eslint/eslint-plugin": 5.49.0
"@typescript-eslint/parser": 5.49.0
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
"@welldone-software/why-did-you-render": 7.0.1
axios: 0.27.2
babel-eslint: 10.1.0
Expand Down Expand Up @@ -6564,8 +6628,8 @@ __metadata:
"@types/react-dom": 17.0.11
"@types/react-router-dom": 5.3.3
"@types/react-virtualized": 9.21.10
"@typescript-eslint/eslint-plugin": 5.49.0
"@typescript-eslint/parser": 5.49.0
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
axios: 0.27.2
babel-eslint: 10.1.0
cross-env: 7.0.3
Expand Down Expand Up @@ -6632,8 +6696,8 @@ __metadata:
"@types/react-virtualized": 9.21.10
"@types/redux-logger": 3.0.8
"@types/redux-mock-store": 1.0.3
"@typescript-eslint/eslint-plugin": 5.49.0
"@typescript-eslint/parser": 5.49.0
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
"@wojtekmaj/enzyme-adapter-react-17": 0.6.6
axios: 0.27.2
babel-eslint: 10.1.0
Expand Down Expand Up @@ -8914,6 +8978,13 @@ __metadata:
languageName: node
linkType: hard

"grapheme-splitter@npm:^1.0.4":
version: 1.0.4
resolution: "grapheme-splitter@npm:1.0.4"
checksum: 0c22ec54dee1b05cd480f78cf14f732cb5b108edc073572c4ec205df4cd63f30f8db8025afc5debc8835a8ddeacf648a1c7992fe3dcd6ad38f9a476d84906620
languageName: node
linkType: hard

"graphemer@npm:^1.4.0":
version: 1.4.0
resolution: "graphemer@npm:1.4.0"
Expand Down Expand Up @@ -14104,13 +14175,6 @@ __metadata:
languageName: node
linkType: hard

"regexpp@npm:^3.2.0":
version: 3.2.0
resolution: "regexpp@npm:3.2.0"
checksum: a78dc5c7158ad9ddcfe01aa9144f46e192ddbfa7b263895a70a5c6c73edd9ce85faf7c0430e59ac38839e1734e275b9c3de5c57ee3ab6edc0e0b1bdebefccef8
languageName: node
linkType: hard

"regexpu-core@npm:^5.2.1":
version: 5.2.2
resolution: "regexpu-core@npm:5.2.2"
Expand Down

0 comments on commit 415e0ed

Please sign in to comment.