From 0dc0a61676152a6c2a05cba6158078c6c4f2fa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:02:51 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-turbo from 2.0.9 to 2.0.14 Bumps [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) from 2.0.9 to 2.0.14. - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.0.14/packages/eslint-plugin-turbo) --- updated-dependencies: - dependency-name: eslint-plugin-turbo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- tooling/eslint/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 808a22c..623bd24 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -207,8 +207,8 @@ importers: specifier: rc version: 5.1.0-rc-b57d2823-20240822(eslint@9.9.1(jiti@1.21.0)) eslint-plugin-turbo: - specifier: ^2.0.9 - version: 2.0.9(eslint@9.9.1(jiti@1.21.0)) + specifier: ^2.0.14 + version: 2.0.14(eslint@9.9.1(jiti@1.21.0)) typescript-eslint: specifier: rc-v8 version: 8.0.0-alpha.62(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4) @@ -3346,8 +3346,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-turbo@2.0.9: - resolution: {integrity: sha512-q4s4mg6JcXzz5zK4LC3c6FcWehGAWjGj7kIM76ZvG0KiR9Ks0znzjnAKW0NoiDP4s/gt3r4YPOpI357qWt167Q==} + eslint-plugin-turbo@2.0.14: + resolution: {integrity: sha512-E++MSAEeWZTU0FYARrfakMPq+7XeltqeY4JBDQTzbGEWG3kgYJPeYBMWsypcvBujVihQLlMu0S6ImnfV692mHg==} peerDependencies: eslint: '>6.6.0' @@ -9723,7 +9723,7 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-turbo@2.0.9(eslint@9.9.1(jiti@1.21.0)): + eslint-plugin-turbo@2.0.14(eslint@9.9.1(jiti@1.21.0)): dependencies: dotenv: 16.0.3 eslint: 9.9.1(jiti@1.21.0) diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 632e465..ac2a5ea 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -16,7 +16,7 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "rc", - "eslint-plugin-turbo": "^2.0.9", + "eslint-plugin-turbo": "^2.0.14", "typescript-eslint": "rc-v8" }, "devDependencies": {