From 82d82e166baeb91558629eb3b3c8f7905cb9d178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:10:42 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-turbo to ^2.0.13 --- pnpm-lock.yaml | 18 +++++++++--------- tooling/eslint/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66f5f46..78c7510 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -290,10 +290,10 @@ importers: version: 7.35.0(eslint@9.7.0) eslint-plugin-react-hooks: specifier: rc - version: 5.1.0-rc-187dd6a7-20240806(eslint@9.7.0) + version: 5.1.0-rc-49496d49-20240814(eslint@9.7.0) eslint-plugin-turbo: - specifier: ^2.0.12 - version: 2.0.12(eslint@9.7.0) + specifier: ^2.0.13 + version: 2.0.13(eslint@9.7.0) typescript-eslint: specifier: rc-v8 version: 8.0.0-alpha.62(eslint@9.7.0)(typescript@5.5.3) @@ -1706,8 +1706,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806: - resolution: {integrity: sha512-glBBlHhCbg/Jm50sSKiYj2aAa6Bf1IvHHg/sChrXudGHzhYPc3+0i0scSBzgxHEy5CNkA7sQwy8GM46yaSj5wA==} + eslint-plugin-react-hooks@5.1.0-rc-49496d49-20240814: + resolution: {integrity: sha512-A5hwoU0WxNLjuPa9vH0+4Sh+GOcfBIgZJ0cbwu9UECyD8VbIv+N3all4yyHqFQqcz10qzoHHLSuRFE4O7AC5PQ==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -1718,8 +1718,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-turbo@2.0.12: - resolution: {integrity: sha512-vXWKer7F0RPTcVy1B+hFTEK4mlEOpouB8MCAFD3WW4C6t98wvuDCsIPjxIldpxg7CnwmRxALpNWgNVkU2LVVEQ==} + eslint-plugin-turbo@2.0.13: + resolution: {integrity: sha512-hpHRtQVETm07OBvj8kFy/+sgts+i36wFM8xd4yr9Wt3TWtmC4mealtgSvSEx61vdkqbDhKMP4CftgpHj2DI4yw==} peerDependencies: eslint: '>6.6.0' @@ -4787,7 +4787,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806(eslint@9.7.0): + eslint-plugin-react-hooks@5.1.0-rc-49496d49-20240814(eslint@9.7.0): dependencies: eslint: 9.7.0 @@ -4813,7 +4813,7 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-turbo@2.0.12(eslint@9.7.0): + eslint-plugin-turbo@2.0.13(eslint@9.7.0): dependencies: dotenv: 16.0.3 eslint: 9.7.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index d59277f..d1a7677 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -20,7 +20,7 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "rc", - "eslint-plugin-turbo": "^2.0.12", + "eslint-plugin-turbo": "^2.0.13", "typescript-eslint": "rc-v8" }, "devDependencies": {