From: Jérôme Benoit Date: Mon, 29 Jul 2024 18:55:51 +0000 (+0200) Subject: chore(deps-dev): apply updates X-Git-Tag: v4.2.0~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4a4ffb16c8bf0e1d34ccd547ae351acbc22bd804;p=poolifier.git chore(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index 5f4e10ea..eb9b1bd7 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^22.0.0", - "@types/ws": "^8.5.11", + "@types/ws": "^8.5.12", "rollup": "^4.19.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.3", diff --git a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml index 6875f69e..0e4f32b0 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml @@ -29,8 +29,8 @@ importers: specifier: ^22.0.0 version: 22.0.0 '@types/ws': - specifier: ^8.5.11 - version: 8.5.11 + specifier: ^8.5.12 + version: 8.5.12 rollup: specifier: ^4.19.1 version: 4.19.1 @@ -172,8 +172,8 @@ packages: '@types/node@22.0.0': resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==} - '@types/ws@8.5.11': - resolution: {integrity: sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==} + '@types/ws@8.5.12': + resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} @@ -498,7 +498,7 @@ snapshots: dependencies: undici-types: 6.11.1 - '@types/ws@8.5.11': + '@types/ws@8.5.12': dependencies: '@types/node': 22.0.0 diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/package.json b/examples/typescript/websocket-server-pool/ws-hybrid/package.json index d575840c..6edeaf89 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/package.json +++ b/examples/typescript/websocket-server-pool/ws-hybrid/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^22.0.0", - "@types/ws": "^8.5.11", + "@types/ws": "^8.5.12", "rollup": "^4.19.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.3", diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml index 6875f69e..0e4f32b0 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml @@ -29,8 +29,8 @@ importers: specifier: ^22.0.0 version: 22.0.0 '@types/ws': - specifier: ^8.5.11 - version: 8.5.11 + specifier: ^8.5.12 + version: 8.5.12 rollup: specifier: ^4.19.1 version: 4.19.1 @@ -172,8 +172,8 @@ packages: '@types/node@22.0.0': resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==} - '@types/ws@8.5.11': - resolution: {integrity: sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==} + '@types/ws@8.5.12': + resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} @@ -498,7 +498,7 @@ snapshots: dependencies: undici-types: 6.11.1 - '@types/ws@8.5.11': + '@types/ws@8.5.12': dependencies: '@types/node': 22.0.0 diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json index 66d35f41..962af602 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@types/node": "^22.0.0", - "@types/ws": "^8.5.11", + "@types/ws": "^8.5.12", "typescript": "^5.5.4" }, "optionalDependencies": { diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml index 68c842e7..4091afe1 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml @@ -26,8 +26,8 @@ importers: specifier: ^22.0.0 version: 22.0.0 '@types/ws': - specifier: ^8.5.11 - version: 8.5.11 + specifier: ^8.5.12 + version: 8.5.12 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -37,8 +37,8 @@ packages: '@types/node@22.0.0': resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==} - '@types/ws@8.5.11': - resolution: {integrity: sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==} + '@types/ws@8.5.12': + resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} bufferutil@4.0.8: resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} @@ -82,7 +82,7 @@ snapshots: dependencies: undici-types: 6.11.1 - '@types/ws@8.5.11': + '@types/ws@8.5.12': dependencies: '@types/node': 22.0.0 diff --git a/package.json b/package.json index 4202c1c1..14d8fe18 100644 --- a/package.json +++ b/package.json @@ -112,11 +112,11 @@ "cross-env": "^7.0.3", "eslint": "^9.8.0", "eslint-define-config": "^2.1.0", - "eslint-plugin-jsdoc": "^48.8.3", + "eslint-plugin-jsdoc": "^48.9.2", "eslint-plugin-simple-import-sort": "^12.1.1", "expect": "^29.7.0", "globals": "^15.8.0", - "husky": "^9.1.3", + "husky": "^9.1.4", "lint-staged": "^15.2.7", "mocha": "^10.7.0", "mochawesome": "^7.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71e13e94..85d7c421 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 eslint-plugin-jsdoc: - specifier: ^48.8.3 - version: 48.8.3(eslint@9.8.0) + specifier: ^48.9.2 + version: 48.9.2(eslint@9.8.0) eslint-plugin-simple-import-sort: specifier: ^12.1.1 version: 12.1.1(eslint@9.8.0) @@ -60,8 +60,8 @@ importers: specifier: ^15.8.0 version: 15.8.0 husky: - specifier: ^9.1.3 - version: 9.1.3 + specifier: ^9.1.4 + version: 9.1.4 lint-staged: specifier: ^15.2.7 version: 15.2.7 @@ -752,8 +752,8 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@8.0.0-alpha.54': - resolution: {integrity: sha512-JBuk5rdo9XfoAc797uPh2QdzfnbQmYTnOZ//IKiXm96a2AzS05VmXSVka4GQyrp7giGWSNjW6y2wPpsWheqd9Q==} + '@typescript-eslint/eslint-plugin@8.0.0-alpha.58': + resolution: {integrity: sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -763,8 +763,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.0.0-alpha.54': - resolution: {integrity: sha512-473V2mTNH+KPNVPj8MIGizDXmmJ56gpYsh+ILa8uEWUYMhvE0DNnozEt59TonS1Y9D15AJZGas6+1hcpQ77Dbg==} + '@typescript-eslint/parser@8.0.0-alpha.58': + resolution: {integrity: sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -773,12 +773,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.0.0-alpha.54': - resolution: {integrity: sha512-z+5GlCAskUTTWOFF2G7olTyKZyn+AVdDkiNCP2fhDtOCV1ePX1EaXy1uwqRRROf8p8uryj7vR7OtIErZE5yAng==} + '@typescript-eslint/scope-manager@8.0.0-alpha.58': + resolution: {integrity: sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.0.0-alpha.54': - resolution: {integrity: sha512-aGqNg1vP3a1tAE7lN8VDw+JhAefhqotMEcxw+2NKQm3vG4BqzIQNeF87xle9+94t8MPPmUPzRjRmO7GySu8LRg==} + '@typescript-eslint/type-utils@8.0.0-alpha.58': + resolution: {integrity: sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -786,12 +786,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.0.0-alpha.54': - resolution: {integrity: sha512-p4CGzb2UW2tJgk7zRL1Iwyd4qMuPnF2TL5/VdEcz2KANHkTReagQ6B3MzJGcuNIK7t+ysolZZILJpj+8cHBzsQ==} + '@typescript-eslint/types@8.0.0-alpha.58': + resolution: {integrity: sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.0.0-alpha.54': - resolution: {integrity: sha512-oCgHCQm88pBx9QwfGVE42LXVRG3M5PUIP4w521yGMijHn5FEt+E/NGMPU3NXWKUvp0LpEkxABSinYdz69aZITA==} + '@typescript-eslint/typescript-estree@8.0.0-alpha.58': + resolution: {integrity: sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -799,14 +799,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.0.0-alpha.54': - resolution: {integrity: sha512-Xu+dl3SJ4NOuzSHpRj1nIJPsoNTcPuG6EFVolrEVl+GZReaiBdexwpTo4/gV64khZEVewEIdYV3FBs5elIjI0g==} + '@typescript-eslint/utils@8.0.0-alpha.58': + resolution: {integrity: sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.0.0-alpha.54': - resolution: {integrity: sha512-lS8wrI6Vxw6ebIi+ehocAjXLG43bN5JCC8+wtGDD3Xw9O/EVpanAVdftefJs/mlK87eyccvVIiiHgD294TpIEQ==} + '@typescript-eslint/visitor-keys@8.0.0-alpha.58': + resolution: {integrity: sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} JSONStream@1.3.5: @@ -1197,8 +1197,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-jsdoc@48.8.3: - resolution: {integrity: sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==} + eslint-plugin-jsdoc@48.9.2: + resolution: {integrity: sha512-ydqg2lEY/WxhMXEb1ZAn+yRbc43DlKYdMP/nUreF5ODE1P9mgeff8atL16lYNNKOvYxNOzL85/5gFVeGylSioA==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -1446,8 +1446,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.3: - resolution: {integrity: sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==} + husky@9.1.4: + resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} engines: {node: '>=18'} hasBin: true @@ -1719,8 +1719,8 @@ packages: lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - magic-string@0.30.10: - resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + magic-string@0.30.11: + resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} @@ -2230,8 +2230,8 @@ packages: peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x - typescript-eslint@8.0.0-alpha.54: - resolution: {integrity: sha512-5rTqLSAgzum8W0dIh8jgDosXNQufhfc9pyDXaBpBTgwtTypBzrcRgCz8Xp0XKrpSBCuLdfFt+X/ueEnoqrOcJA==} + typescript-eslint@8.0.0-alpha.58: + resolution: {integrity: sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -2935,7 +2935,7 @@ snapshots: '@stylistic/eslint-plugin-plus@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@types/eslint': 9.6.0 - '@typescript-eslint/utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) eslint: 9.8.0 transitivePeerDependencies: - supports-color @@ -2945,7 +2945,7 @@ snapshots: dependencies: '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0) '@types/eslint': 9.6.0 - '@typescript-eslint/utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) eslint: 9.8.0 transitivePeerDependencies: - supports-color @@ -3016,14 +3016,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.0.0-alpha.54(@typescript-eslint/parser@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.0.0-alpha.58(@typescript-eslint/parser@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.0.0-alpha.54 - '@typescript-eslint/type-utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) - '@typescript-eslint/utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.0.0-alpha.54 + '@typescript-eslint/parser': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.0.0-alpha.58 + '@typescript-eslint/type-utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.58 eslint: 9.8.0 graphemer: 1.4.0 ignore: 5.3.1 @@ -3034,12 +3034,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4)': + '@typescript-eslint/parser@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/scope-manager': 8.0.0-alpha.54 - '@typescript-eslint/types': 8.0.0-alpha.54 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.54(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.0.0-alpha.54 + '@typescript-eslint/scope-manager': 8.0.0-alpha.58 + '@typescript-eslint/types': 8.0.0-alpha.58 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.58(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.58 debug: 4.3.6(supports-color@8.1.1) eslint: 9.8.0 optionalDependencies: @@ -3047,15 +3047,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.0.0-alpha.54': + '@typescript-eslint/scope-manager@8.0.0-alpha.58': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.54 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.54 + '@typescript-eslint/types': 8.0.0-alpha.58 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.58 - '@typescript-eslint/type-utils@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/typescript-estree': 8.0.0-alpha.54(typescript@5.5.4) - '@typescript-eslint/utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.0.0-alpha.58(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) debug: 4.3.6(supports-color@8.1.1) ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -3064,12 +3064,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.0.0-alpha.54': {} + '@typescript-eslint/types@8.0.0-alpha.58': {} - '@typescript-eslint/typescript-estree@8.0.0-alpha.54(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.0.0-alpha.58(typescript@5.5.4)': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.54 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.54 + '@typescript-eslint/types': 8.0.0-alpha.58 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.58 debug: 4.3.6(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 @@ -3081,20 +3081,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4)': + '@typescript-eslint/utils@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) - '@typescript-eslint/scope-manager': 8.0.0-alpha.54 - '@typescript-eslint/types': 8.0.0-alpha.54 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.54(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.0.0-alpha.58 + '@typescript-eslint/types': 8.0.0-alpha.58 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.58(typescript@5.5.4) eslint: 9.8.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.0.0-alpha.54': + '@typescript-eslint/visitor-keys@8.0.0-alpha.58': dependencies: - '@typescript-eslint/types': 8.0.0-alpha.54 + '@typescript-eslint/types': 8.0.0-alpha.58 eslint-visitor-keys: 3.4.3 JSONStream@1.3.5: @@ -3487,7 +3487,7 @@ snapshots: eslint: 9.8.0 eslint-compat-utils: 0.5.1(eslint@9.8.0) - eslint-plugin-jsdoc@48.8.3(eslint@9.8.0): + eslint-plugin-jsdoc@48.9.2(eslint@9.8.0): dependencies: '@es-joy/jsdoccomment': 0.46.0 are-docs-informative: 0.0.2 @@ -3785,7 +3785,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.3: {} + husky@9.1.4: {} ignore@5.3.1: {} @@ -4039,7 +4039,7 @@ snapshots: lunr@2.3.9: {} - magic-string@0.30.10: + magic-string@0.30.11: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -4158,7 +4158,7 @@ snapshots: find-up: 5.0.0 globals: 15.8.0 peowly: 1.3.2 - typescript-eslint: 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) + typescript-eslint: 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) transitivePeerDependencies: - supports-color - typescript @@ -4350,7 +4350,7 @@ snapshots: rollup-plugin-dts@6.1.1(rollup@4.19.1)(typescript@5.5.4): dependencies: - magic-string: 0.30.10 + magic-string: 0.30.11 rollup: 4.19.1 typescript: 5.5.4 optionalDependencies: @@ -4560,11 +4560,11 @@ snapshots: typescript: 5.5.4 yaml: 2.5.0 - typescript-eslint@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4): + typescript-eslint@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.54(@typescript-eslint/parser@8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) - '@typescript-eslint/parser': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) - '@typescript-eslint/utils': 8.0.0-alpha.54(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.0.0-alpha.58(@typescript-eslint/parser@8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.58(eslint@9.8.0)(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: diff --git a/src/pools/utils.ts b/src/pools/utils.ts index b652488a..aefce74a 100644 --- a/src/pools/utils.ts +++ b/src/pools/utils.ts @@ -383,6 +383,7 @@ export const updateEluWorkerUsage = < } } +// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-parameters export const createWorker = ( type: WorkerType, filePath: string, diff --git a/src/utils.ts b/src/utils.ts index b36eba27..0e1266a1 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -198,7 +198,7 @@ export const max = (...args: number[]): number => * @typeParam C - The function's context. * @internal */ -// eslint-disable-next-line @typescript-eslint/no-explicit-any +// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unnecessary-type-parameters export const once = >( fn: (...args: A) => R, context: C