diff --git a/package.json b/package.json index c0dec6090..6c2da5103 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,11 @@ "eslint": "8.19.0", "eslint-config-prettier": "8.5.0", "eslint-config-standard": "17.0.0", - "eslint-config-standard-with-typescript": "22.0.0", + "eslint-config-standard-with-typescript": "26.0.0", "eslint-import-resolver-enhanced-resolve": "1.0.5", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.5.3", + "eslint-plugin-jest": "27.2.0", "eslint-plugin-n": "15.2.4", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 999c9f6d9..750ed8ef1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,11 +16,11 @@ importers: eslint: 8.19.0 eslint-config-prettier: 8.5.0 eslint-config-standard: 17.0.0 - eslint-config-standard-with-typescript: 22.0.0 + eslint-config-standard-with-typescript: 26.0.0 eslint-import-resolver-enhanced-resolve: 1.0.5 eslint-plugin-eslint-comments: 3.2.0 eslint-plugin-import: 2.26.0 - eslint-plugin-jest: 26.5.3 + eslint-plugin-jest: 27.2.0 eslint-plugin-n: 15.2.4 eslint-plugin-node: 11.1.0 eslint-plugin-promise: 6.0.0 @@ -45,11 +45,11 @@ importers: eslint: 8.19.0 eslint-config-prettier: 8.5.0_eslint@8.19.0 eslint-config-standard: 17.0.0_de3ff430bc7027b029d1d7f93e12e66f - eslint-config-standard-with-typescript: 22.0.0_8fcc81baed6b2ba831db3a1da8af86bf + eslint-config-standard-with-typescript: 26.0.0_8fcc81baed6b2ba831db3a1da8af86bf eslint-import-resolver-enhanced-resolve: 1.0.5 eslint-plugin-eslint-comments: 3.2.0_eslint@8.19.0 eslint-plugin-import: 2.26.0_8e2d50c1a45872db0c67bd7465953406 - eslint-plugin-jest: 26.5.3_2a8f7743c26ba13862e73cf5a4cf7c17 + eslint-plugin-jest: 27.2.0_2a8f7743c26ba13862e73cf5a4cf7c17 eslint-plugin-n: 15.2.4_eslint@8.19.0 eslint-plugin-node: 11.1.0_eslint@8.19.0 eslint-plugin-promise: 6.0.0_eslint@8.19.0 @@ -1902,14 +1902,6 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.30.5: - resolution: {integrity: sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/visitor-keys': 5.30.5 - dev: true - /@typescript-eslint/scope-manager/5.30.6: resolution: {integrity: sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1937,37 +1929,11 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.30.5: - resolution: {integrity: sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types/5.30.6: resolution: {integrity: sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.30.5_typescript@4.7.4: - resolution: {integrity: sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/visitor-keys': 5.30.5 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/typescript-estree/5.30.6_typescript@4.7.4: resolution: {integrity: sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1989,24 +1955,6 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.30.5_eslint@8.19.0+typescript@4.7.4: - resolution: {integrity: sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.30.5 - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.7.4 - eslint: 8.19.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.19.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/utils/5.30.6_eslint@8.19.0+typescript@4.7.4: resolution: {integrity: sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2025,14 +1973,6 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.30.5: - resolution: {integrity: sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.30.5 - eslint-visitor-keys: 3.3.0 - dev: true - /@typescript-eslint/visitor-keys/5.30.6: resolution: {integrity: sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3245,8 +3185,8 @@ packages: eslint: 8.19.0 dev: true - /eslint-config-standard-with-typescript/22.0.0_8fcc81baed6b2ba831db3a1da8af86bf: - resolution: {integrity: sha512-VA36U7UlFpwULvkdnh6MQj5GAV2Q+tT68ALLAwJP0ZuNXU2m0wX07uxX4qyLRdHgSzH4QJ73CveKBuSOYvh7vQ==} + /eslint-config-standard-with-typescript/26.0.0_8fcc81baed6b2ba831db3a1da8af86bf: + resolution: {integrity: sha512-TluIWunQo76qp4MHyYIaTT+sN2q2v/jTeE3Dj4rXsSbx27GOUEOujhJaAL3v9dHVQelAK13gZ5Jy9IWnWCyFrg==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 eslint: ^8.0.1 @@ -3401,12 +3341,12 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.5.3_2a8f7743c26ba13862e73cf5a4cf7c17: - resolution: {integrity: sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-jest/27.2.0_2a8f7743c26ba13862e73cf5a4cf7c17: + resolution: {integrity: sha512-KGIYtelk4rIhKocxRKUEeX+kJ0ZCab/CiSgS8BMcKD7AY7YxXhlg/d51oF5jq2rOrtuJEDYWRwXD95l6l2vtrA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': @@ -3415,7 +3355,7 @@ packages: optional: true dependencies: '@typescript-eslint/eslint-plugin': 5.30.6_d567d64e305900596f70368277b02083 - '@typescript-eslint/utils': 5.30.5_eslint@8.19.0+typescript@4.7.4 + '@typescript-eslint/utils': 5.30.6_eslint@8.19.0+typescript@4.7.4 eslint: 8.19.0 transitivePeerDependencies: - supports-color