From 2637b66870864362467bb70a15d15bc202e5f7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:31:44 +0000 Subject: [PATCH] Bump eslint-config-tc from 23.0.0 to 26.0.0 Bumps [eslint-config-tc](https://github.com/tclindner/eslint-config-tc) from 23.0.0 to 26.0.0. - [Release notes](https://github.com/tclindner/eslint-config-tc/releases) - [Changelog](https://github.com/tclindner/eslint-config-tc/blob/main/CHANGELOG.md) - [Commits](https://github.com/tclindner/eslint-config-tc/compare/v23.0.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-config-tc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 631e1e7..979d09d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-eslint": "^10.1.0", "enhanced-resolve": "^5.18.1", "eslint": "^8.57.1", - "eslint-config-tc": "^23.0.0", + "eslint-config-tc": "^26.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0", @@ -3266,10 +3266,11 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -3278,13 +3279,14 @@ } }, "node_modules/eslint-config-tc": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-tc/-/eslint-config-tc-23.0.0.tgz", - "integrity": "sha512-00oTY07nQ+wiLXaQOM0QtBBoAZYK4JcP51YawlTUW6lmkMhb9K+LxPaaGzRSvRPC9MeTLiIyBqHXVVrzVhc7pw==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-tc/-/eslint-config-tc-26.0.0.tgz", + "integrity": "sha512-dfM/luBr4erAIypH5n/Ss/d4j8QpWhArkAQlNJHGLhyH8DhW1m3VPOi2yUP9NHEi4jaqz9yMMGYvFXzSMW280g==", "dev": true, + "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0" + "eslint-config-prettier": "^9.1.0" }, "engines": { "node": ">=16.0.0", @@ -3293,10 +3295,10 @@ "peerDependencies": { "eslint": "^8.0.0", "eslint-plugin-import": "^2.0.0", - "eslint-plugin-jest": "^25.0.0 || ^26.0.0 || ^27.0.0", - "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-jest": "^28.0.0", + "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unicorn": ">=37.0.0", - "prettier": "^2.0.0" + "prettier": "^3.2.5" } }, "node_modules/eslint-import-resolver-node": { diff --git a/package.json b/package.json index c22b019..744a8f7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-eslint": "^10.1.0", "enhanced-resolve": "^5.18.1", "eslint": "^8.57.1", - "eslint-config-tc": "^23.0.0", + "eslint-config-tc": "^26.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0",