diff --git a/.changeset/dependabot-npm_and_yarn-eslint-config-turbo-2.8.3.md b/.changeset/dependabot-npm_and_yarn-eslint-config-turbo-2.8.3.md new file mode 100644 index 00000000..cc3a91ef --- /dev/null +++ b/.changeset/dependabot-npm_and_yarn-eslint-config-turbo-2.8.3.md @@ -0,0 +1,10 @@ +--- +"@jensen95/advanced-checkbox": patch +"@jensen95/advanced-select": patch +"eslint-config-custom": patch +"fuzzy-match": patch +"is-vim-arrow-binding": patch +--- + +Bump eslint-config-turbo from 2.5.5 to 2.8.3 + diff --git a/package-lock.json b/package-lock.json index a2edef18..39fcc56a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5990,11 +5990,11 @@ } }, "node_modules/eslint-config-turbo": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.5.5.tgz", - "integrity": "sha512-23lKrCr66HQR62aa94n2dBGUUFz0GzM6N1KwmcREZHxomZ5Ik2rDm00wAz95lOEkhzSt6IaxW00Uz0az/Fcq5Q==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.8.3.tgz", + "integrity": "sha512-cx9nT7IbP+insVejZPL4n55pkjPTlkWdjh3p/ZZL3W8BLt+2O1bWFJnT3lVyIGcC8v/4s6nZZPL+/id37zDdVA==", "dependencies": { - "eslint-plugin-turbo": "2.5.5" + "eslint-plugin-turbo": "2.8.3" }, "peerDependencies": { "eslint": ">6.6.0", @@ -6430,9 +6430,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.5.5.tgz", - "integrity": "sha512-IlN65X6W7rgK88u5xl1xC+7FIGKA7eyaca0yxZQ9CBNV6keAaqtjZQLw8ZfXdv7T+MzTLYkYOeOHAv8yCRUx4Q==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.8.3.tgz", + "integrity": "sha512-9ACQrrjzOfrbBGG1CqzyC67NtOSRcA+vyc9cjbyLyIoVtcK27czO7/WM+R5K3Opz0fb4Uezo6X+csMfL//RfJQ==", "dependencies": { "dotenv": "16.0.3" }, @@ -11492,7 +11492,7 @@ }, "packages/advanced-checkbox": { "name": "@jensen95/advanced-checkbox", - "version": "0.3.16", + "version": "0.3.17", "license": "MIT", "dependencies": { "@inquirer/core": "^10.1.4", @@ -11513,7 +11513,7 @@ }, "packages/advanced-select": { "name": "@jensen95/advanced-select", - "version": "0.3.16", + "version": "0.3.17", "license": "MIT", "dependencies": { "@inquirer/core": "^10.1.4", @@ -11533,7 +11533,7 @@ } }, "packages/eslint-config-custom": { - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "@eslint/js": "^9.11.1", @@ -11541,7 +11541,7 @@ "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.33.0", "eslint-config-prettier": "^10.0.1", - "eslint-config-turbo": "^2.5.5", + "eslint-config-turbo": "^2.8.3", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.30.0", @@ -11559,7 +11559,7 @@ } }, "packages/fuzzy-match": { - "version": "0.0.17", + "version": "0.0.18", "devDependencies": { "eslint-config-custom": "*", "tsconfig": "*", @@ -11567,7 +11567,7 @@ } }, "packages/is-vim-arrow-binding": { - "version": "0.0.16", + "version": "0.0.17", "devDependencies": { "eslint-config-custom": "*", "tsconfig": "*", diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 3122957b..d20a5ab9 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -11,7 +11,7 @@ "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.33.0", "eslint-config-prettier": "^10.0.1", - "eslint-config-turbo": "^2.5.5", + "eslint-config-turbo": "^2.8.3", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.30.0",