Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/jest": "^27.5.0",
"@types/js-yaml": "^4.0.3",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "^27.5.0",
"@types/js-yaml": "^4.0.5",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.27.0",
"concurrently": "^7.2.1",
"cpx": "^1.5.0",
Expand Down
108 changes: 85 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ __metadata:
"@types/jest": ^27.5.0
"@types/js-yaml": ^4.0.3
"@types/semver": ^7.3.9
"@typescript-eslint/eslint-plugin": ^5.27.0
"@typescript-eslint/eslint-plugin": ^5.44.0
"@typescript-eslint/parser": ^5.27.0
eslint: ^8.16.0
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -935,7 +935,7 @@ __metadata:
"@types/jest": ^27.5.0
"@types/js-yaml": ^4.0.5
"@types/semver": ^7.3.9
"@typescript-eslint/eslint-plugin": ^5.27.0
"@typescript-eslint/eslint-plugin": ^5.44.0
"@typescript-eslint/parser": ^5.27.0
axios: ^0.27.2
concurrently: ^7.2.1
Expand Down Expand Up @@ -980,7 +980,7 @@ __metadata:
resolution: "@eclipse-che/plugin-registry-monorepo@workspace:."
dependencies:
"@types/jest": ^27.5.0
"@typescript-eslint/eslint-plugin": ^5.27.0
"@typescript-eslint/eslint-plugin": ^5.44.0
"@typescript-eslint/parser": ^5.27.0
eslint: ^8.16.0
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -1589,6 +1589,13 @@ __metadata:
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12":
version: 7.3.13
resolution: "@types/semver@npm:7.3.13"
checksum: 00c0724d54757c2f4bc60b5032fe91cda6410e48689633d5f35ece8a0a66445e3e57fa1d6e07eb780f792e82ac542948ec4d0b76eb3484297b79bd18b8cf1cb0
languageName: node
linkType: hard

"@types/semver@npm:^7.3.9":
version: 7.3.9
resolution: "@types/semver@npm:7.3.9"
Expand Down Expand Up @@ -1619,16 +1626,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.27.0":
version: 5.27.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.27.0"
"@typescript-eslint/eslint-plugin@npm:^5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.44.0"
dependencies:
"@typescript-eslint/scope-manager": 5.27.0
"@typescript-eslint/type-utils": 5.27.0
"@typescript-eslint/utils": 5.27.0
"@typescript-eslint/scope-manager": 5.44.0
"@typescript-eslint/type-utils": 5.44.0
"@typescript-eslint/utils": 5.44.0
debug: ^4.3.4
functional-red-black-tree: ^1.0.1
ignore: ^5.2.0
natural-compare-lite: ^1.4.0
regexpp: ^3.2.0
semver: ^7.3.7
tsutils: ^3.21.0
Expand All @@ -1638,7 +1645,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: af7970f90c511641c332b7abecc53523fbbcb19e59ec52df9679f02047ddd5fd5e9ce3ca9359b17674ac7e20e380995861482fb6e60049fe8facd766c2bd85fe
checksum: 88784e77e8e35ea50ca9c49d46df94cabc3447f4b332f3ca53974d3b5370cb5dcd85cc9ee0e317b91083812012369209574725dcfc3b2b4056b60371b68ca854
languageName: node
linkType: hard

Expand Down Expand Up @@ -1695,6 +1702,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/scope-manager@npm:5.44.0"
dependencies:
"@typescript-eslint/types": 5.44.0
"@typescript-eslint/visitor-keys": 5.44.0
checksum: 4cfe4b55eb428eda740e6b967e3a87f3e1f9c4bbd8e1d6b8d64a11666abe33ffe7a21e4e614444ccde2da6930fa85f3e0ffca43d6e339943ff7a4fbccb09c8fc
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/scope-manager@npm:5.9.0"
Expand All @@ -1705,19 +1722,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.27.0":
version: 5.27.0
resolution: "@typescript-eslint/type-utils@npm:5.27.0"
"@typescript-eslint/type-utils@npm:5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/type-utils@npm:5.44.0"
dependencies:
"@typescript-eslint/utils": 5.27.0
"@typescript-eslint/typescript-estree": 5.44.0
"@typescript-eslint/utils": 5.44.0
debug: ^4.3.4
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: 21ef57ecc0dfa085e7ce8f7714d143993f592004086e37582cb6ab5924cb3358267b607e0701ce43737e01f46fb33d66e3f3428fbb7be6e64971d4c26f73c265
checksum: 4c7b594f8afa52d57d0512951a874fa390eb791dcefcd0e1efff8817872293b2e4e04eff3c54d1595c1720a34d5fd315729af4e459882033d13cb6069ae9d28f
languageName: node
linkType: hard

Expand All @@ -1735,6 +1753,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/types@npm:5.44.0"
checksum: ced7d32abecfc62ccb67cf27e30c0785b9c153ec7b1a05153ced58fa5a2031ab3845bc2e477b83e4cebdcc5881c5845d23053c6739c62549d41ae6208e547e85
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/types@npm:5.9.0"
Expand Down Expand Up @@ -1778,6 +1803,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/typescript-estree@npm:5.44.0"
dependencies:
"@typescript-eslint/types": 5.44.0
"@typescript-eslint/visitor-keys": 5.44.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: 758731108497cca7ff81cf0a78d086b5a85757a983979d6bb25ad8252b7acbc738c642ecb5f5df82f925a45926b9846e431d5cf9fee5ed2613300b4d0c5d6c3f
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/typescript-estree@npm:5.9.0"
Expand All @@ -1796,19 +1839,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.27.0":
version: 5.27.0
resolution: "@typescript-eslint/utils@npm:5.27.0"
"@typescript-eslint/utils@npm:5.44.0":
version: 5.44.0
resolution: "@typescript-eslint/utils@npm:5.44.0"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.27.0
"@typescript-eslint/types": 5.27.0
"@typescript-eslint/typescript-estree": 5.27.0
"@types/semver": ^7.3.12
"@typescript-eslint/scope-manager": 5.44.0
"@typescript-eslint/types": 5.44.0
"@typescript-eslint/typescript-estree": 5.44.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
semver: ^7.3.7
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: ed823528c3b7f8c71a44ea0481896c46178e361e89003c63736de6ece45cb771defea13b505f0adb517c59f55a95d0b5f1bb990f7a24d3a2597aa045bba0a7bf
checksum: bc5bb28e41898464d35b8eb47cc452103852541e3b6be56252c15a5a81c45e10aad3db4c749eb92d752b0c358df8074e23ec6f9e65f8089baadeda7f395c7e31
languageName: node
linkType: hard

Expand Down Expand Up @@ -1848,6 +1893,16 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/visitor-keys@npm:5.9.0":
version: 5.9.0
resolution: "@typescript-eslint/visitor-keys@npm:5.9.0"
Expand Down Expand Up @@ -6791,6 +6846,13 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"natural-compare-lite@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare-lite@npm:1.4.0"
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
languageName: node
linkType: hard

"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
Expand Down