From 96d88d89fb7dac24708ff9f50549335a0d8250a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:25:42 +0000 Subject: [PATCH] chore(deps): Bump eslint-config-pythoncoderas-typescript Bumps [eslint-config-pythoncoderas-typescript](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript/releases) - [Changelog](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript/blob/master/.releaserc.json) - [Commits](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: eslint-config-pythoncoderas-typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 83 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37d86ad..4af1d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1193,6 +1193,24 @@ } } }, + "node_modules/@typescript-eslint/experimental-utils": { + "version": "5.43.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.43.0.tgz", + "integrity": "sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==", + "dependencies": { + "@typescript-eslint/utils": "5.43.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, "node_modules/@typescript-eslint/parser": { "version": "5.43.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.43.0.tgz", @@ -2421,15 +2439,16 @@ } }, "node_modules/eslint-config-pythoncoderas-typescript": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-typescript/-/eslint-config-pythoncoderas-typescript-2.1.1.tgz", - "integrity": "sha512-M58poQ0WI/fJnrtvcxDH3ekENfvJdWYj5Xn3APpkDVMniwwQPtFzMbaV4OZwhBwXMb9IsHLYEWd2Hrzd8cK4aA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-typescript/-/eslint-config-pythoncoderas-typescript-2.1.2.tgz", + "integrity": "sha512-0sBpeIRbyoblSG8pKJJmIXOcckINkvKbug2qJ1G9uDUhdEBFSuHJb/Jl4EZp9YiGPY0n78jeY9rPHTomKnkuKQ==", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint-config-airbnb-typescript": "^17.0.0", - "eslint-config-xo-typescript": "^0.51.1", + "eslint-config-xo-typescript": "^0.55.0", "eslint-import-resolver-typescript": "^3.1.0", + "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.26.0" }, "peerDependencies": { @@ -2498,9 +2517,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "version": "0.51.1", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.51.1.tgz", - "integrity": "sha512-bqUYpPLylgOtuueawFJnLFX/t2W6shKYR+IwbwBZhw9ivr2sLd+8I2vLfKDDzxMrHzij8bkdVoRoDLRvugQoXg==", + "version": "0.55.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.0.tgz", + "integrity": "sha512-JJbuUbkgDWjN0o6i2Olpw8teP8mq81aMH0vSzEssDS4k1fRvUtsHQNVFb4Q0XyvO0FU9fD4wsqcPv2w1n/AulQ==", "engines": { "node": ">=12" }, @@ -2508,7 +2527,8 @@ "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=5.22.0", + "@typescript-eslint/eslint-plugin": ">=5.43.0", + "@typescript-eslint/parser": ">=5.43.0", "eslint": ">=8.0.0", "typescript": ">=4.4" } @@ -2607,6 +2627,20 @@ "ms": "^2.1.1" } }, + "node_modules/eslint-plugin-deprecation": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.3.3.tgz", + "integrity": "sha512-Bbkv6ZN2cCthVXz/oZKPwsSY5S/CbgTLRG4Q2s2gpPpgNsT0uJ0dB5oLNiWzFYY8AgKX4ULxXFG1l/rDav9QFA==", + "dependencies": { + "@typescript-eslint/experimental-utils": "^5.0.0", + "tslib": "^2.3.1", + "tsutils": "^3.21.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0", + "typescript": "^3.7.5 || ^4.0.0" + } + }, "node_modules/eslint-plugin-es": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz", @@ -9747,6 +9781,14 @@ "tsutils": "^3.21.0" } }, + "@typescript-eslint/experimental-utils": { + "version": "5.43.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.43.0.tgz", + "integrity": "sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==", + "requires": { + "@typescript-eslint/utils": "5.43.0" + } + }, "@typescript-eslint/parser": { "version": "5.43.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.43.0.tgz", @@ -10713,15 +10755,16 @@ } }, "eslint-config-pythoncoderas-typescript": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-typescript/-/eslint-config-pythoncoderas-typescript-2.1.1.tgz", - "integrity": "sha512-M58poQ0WI/fJnrtvcxDH3ekENfvJdWYj5Xn3APpkDVMniwwQPtFzMbaV4OZwhBwXMb9IsHLYEWd2Hrzd8cK4aA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-pythoncoderas-typescript/-/eslint-config-pythoncoderas-typescript-2.1.2.tgz", + "integrity": "sha512-0sBpeIRbyoblSG8pKJJmIXOcckINkvKbug2qJ1G9uDUhdEBFSuHJb/Jl4EZp9YiGPY0n78jeY9rPHTomKnkuKQ==", "requires": { "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint-config-airbnb-typescript": "^17.0.0", - "eslint-config-xo-typescript": "^0.51.1", + "eslint-config-xo-typescript": "^0.55.0", "eslint-import-resolver-typescript": "^3.1.0", + "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.26.0" } }, @@ -10748,9 +10791,9 @@ } }, "eslint-config-xo-typescript": { - "version": "0.51.1", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.51.1.tgz", - "integrity": "sha512-bqUYpPLylgOtuueawFJnLFX/t2W6shKYR+IwbwBZhw9ivr2sLd+8I2vLfKDDzxMrHzij8bkdVoRoDLRvugQoXg==", + "version": "0.55.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.0.tgz", + "integrity": "sha512-JJbuUbkgDWjN0o6i2Olpw8teP8mq81aMH0vSzEssDS4k1fRvUtsHQNVFb4Q0XyvO0FU9fD4wsqcPv2w1n/AulQ==", "requires": {} }, "eslint-import-resolver-node": { @@ -10823,6 +10866,16 @@ } } }, + "eslint-plugin-deprecation": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.3.3.tgz", + "integrity": "sha512-Bbkv6ZN2cCthVXz/oZKPwsSY5S/CbgTLRG4Q2s2gpPpgNsT0uJ0dB5oLNiWzFYY8AgKX4ULxXFG1l/rDav9QFA==", + "requires": { + "@typescript-eslint/experimental-utils": "^5.0.0", + "tslib": "^2.3.1", + "tsutils": "^3.21.0" + } + }, "eslint-plugin-es": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",