From 97525af1ae3f9395e403113733419ab9fbdf5f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:23:31 +0000 Subject: [PATCH] deps: Bump eslint-config-turbo from 1.13.3 to 2.0.3 (#893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) from 1.13.3 to 2.0.3.
Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.0.3

What's Changed

turbo-ignore

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.2...v2.0.3

Turborepo v2.0.3-canary.0

What's Changed

turbo-ignore

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.2...v2.0.3-canary.0

Turborepo v2.0.2

What's Changed

@​turbo/codemod

Examples

Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.1...v2.0.2

Turborepo v2.0.2-canary.3

What's Changed

Changelog

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-turbo&package-manager=npm_and_yarn&previous-version=1.13.3&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- eslint-config/package.json | 2 +- package-lock.json | 16 ++++++++-------- turbo.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eslint-config/package.json b/eslint-config/package.json index 2b040e5df..393f5ad47 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.13.3" + "eslint-config-turbo": "2.0.3" }, "peerDependencies": { "eslint": "^8" diff --git a/package-lock.json b/package-lock.json index 1a75e0d8b..7f35e61aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -243,7 +243,7 @@ "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.13.3" + "eslint-config-turbo": "2.0.3" }, "devDependencies": { "eslint": "8.57.0" @@ -3243,20 +3243,20 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.13.3.tgz", - "integrity": "sha512-if/QtwEiWZ5b7Bg8yZBPSvS0TeCG2Zvfa/+XBYANS7uSYucjmW+BBC8enJB0PqpB/YLGGOumeo3x7h1Nuba9iw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.0.3.tgz", + "integrity": "sha512-D1+lNOpTFEuAgPWJfRHXHjzvAfO+0TVmORfftmYQNw+uk2UIBjhelhwERBceYFy2oFJnckHsqt69dp/zIM6/0g==", "dependencies": { - "eslint-plugin-turbo": "1.13.3" + "eslint-plugin-turbo": "2.0.3" }, "peerDependencies": { "eslint": ">6.6.0" } }, "node_modules/eslint-plugin-turbo": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.13.3.tgz", - "integrity": "sha512-RjmlnqYsEqnJ+U3M3IS5jLJDjWv5NsvReCpsC61n5pJ4JMHTZ/lU0EIoL1ccuL1L5wP0APzdXdByBxERcPQ+Nw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.0.3.tgz", + "integrity": "sha512-mplP4nYaRvtTNuwF5QTLYKLu0/8LTRsHPgX4ARhaof+QZI2ttglONe1/iJpKB4pg0KqFp7WHziKoJL+s0+CJ1w==", "dependencies": { "dotenv": "16.0.3" }, diff --git a/turbo.json b/turbo.json index e2bccfde9..fc6e89054 100644 --- a/turbo.json +++ b/turbo.json @@ -12,5 +12,5 @@ "OPENAI_API_KEY", "FLY_APP_NAME" ], - "pipeline": {} + "tasks": {} }