From cd6cd47f651c2c43fd30bd4496a72a2295820434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:13:51 +0000 Subject: [PATCH] build(deps): bump eslint-config-turbo from 2.5.8 to 2.6.3 Bumps [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) from 2.5.8 to 2.6.3. - [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.6.3/packages/eslint-config-turbo) --- updated-dependencies: - dependency-name: eslint-config-turbo dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 18 +++++++++--------- tools/eslint-config/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f92e697..7362930 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,8 +116,8 @@ importers: specifier: ^10.1.8 version: 10.1.8(eslint@8.57.1) eslint-config-turbo: - specifier: ^2.5.8 - version: 2.5.8(eslint@8.57.1)(turbo@2.6.3) + specifier: ^2.6.3 + version: 2.6.3(eslint@8.57.1)(turbo@2.6.3) eslint-plugin-react: specifier: 7.37.5 version: 7.37.5(eslint@8.57.1) @@ -1937,8 +1937,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@2.5.8: - resolution: {integrity: sha512-wzxmN7dJNFGDwOvR/4j8U2iaIH/ruYez8qg/sCKrezJ3+ljbFMvJLmgKKt/1mDuyU9wj5aZqO6VijP3QH169FA==} + eslint-config-turbo@2.6.3: + resolution: {integrity: sha512-HS6aanr+Cg4X1Ss8AObgdsa9LvSi1rHAU7sHWqD4MWKe+/4uPt0Zqt6VqX1QMIJI6bles+QxSpMPnahMN9hPLg==} peerDependencies: eslint: '>6.6.0' turbo: '>2.0.0' @@ -2008,8 +2008,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-turbo@2.5.8: - resolution: {integrity: sha512-bVjx4vTH0oTKIyQ7EGFAXnuhZMrKIfu17qlex/dps7eScPnGQLJ3r1/nFq80l8xA+8oYjsSirSQ2tXOKbz3kEw==} + eslint-plugin-turbo@2.6.3: + resolution: {integrity: sha512-91WZ+suhT/pk+qNS0/rqT43xLUlUblsa3a8jKmAStGhkJCmR2uX0oWo/e0Edb+It8MdnteXuYpCkvsK4Vw8FtA==} peerDependencies: eslint: '>6.6.0' turbo: '>2.0.0' @@ -5594,10 +5594,10 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-config-turbo@2.5.8(eslint@8.57.1)(turbo@2.6.3): + eslint-config-turbo@2.6.3(eslint@8.57.1)(turbo@2.6.3): dependencies: eslint: 8.57.1 - eslint-plugin-turbo: 2.5.8(eslint@8.57.1)(turbo@2.6.3) + eslint-plugin-turbo: 2.6.3(eslint@8.57.1)(turbo@2.6.3) turbo: 2.6.3 eslint-import-resolver-node@0.3.9: @@ -5716,7 +5716,7 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-turbo@2.5.8(eslint@8.57.1)(turbo@2.6.3): + eslint-plugin-turbo@2.6.3(eslint@8.57.1)(turbo@2.6.3): dependencies: dotenv: 16.0.3 eslint: 8.57.1 diff --git a/tools/eslint-config/package.json b/tools/eslint-config/package.json index ca01fbc..f9a24b5 100644 --- a/tools/eslint-config/package.json +++ b/tools/eslint-config/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/parser": "^8.49.0", "eslint-config-next": "^16.0.0", "eslint-config-prettier": "^10.1.8", - "eslint-config-turbo": "^2.5.8", + "eslint-config-turbo": "^2.6.3", "eslint-plugin-react": "7.37.5" }, "publishConfig": {