From 9fb9e6124740bcef01906bd7200a1fa56116d1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:24:27 -0800 Subject: [PATCH] build(deps-dev): bump eslint-config-turbo from 2.1.3 to 2.3.3 (#841) Bumps [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) from 2.1.3 to 2.3.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.3.3/packages/eslint-config-turbo) --- updated-dependencies: - dependency-name: eslint-config-turbo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/eslint-config/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6218457..db0285bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5254,13 +5254,13 @@ } }, "node_modules/eslint-config-turbo": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.1.3.tgz", - "integrity": "sha512-smdkhd01V/e/I4EjJxaZA1kxZ1vdFCHpyryolxLtRBP0bZTrHDYh1H6NAyZ3Fy1jkhsQzXw+L+6m17ygROvNFw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.3.3.tgz", + "integrity": "sha512-cM9wSBYowQIrjx2MPCzFE6jTnG4vpTPJKZ/O+Ps3CqrmGK/wtNOsY6WHGMwLtKY/nNbgRahAJH6jGVF6k2coOg==", "dev": true, "license": "MIT", "dependencies": { - "eslint-plugin-turbo": "2.1.3" + "eslint-plugin-turbo": "2.3.3" }, "peerDependencies": { "eslint": ">6.6.0" @@ -5298,9 +5298,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.1.3.tgz", - "integrity": "sha512-I9vPArzyOSYa6bm0iMCgD07MgdExc1VK2wGuVz21g4BUdj83w7mDKyCXR2rwOtCEW+wemFwgxanJ81imQZijNg==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.3.3.tgz", + "integrity": "sha512-j8UEA0Z+NNCsjZep9G5u5soDQHcXq/x4amrwulk6eHF1U91H2qAjp5I4jQcvJewmccCJbVp734PkHHTRnosjpg==", "dev": true, "license": "MIT", "dependencies": { @@ -11520,7 +11520,7 @@ "@eslint/js": "^9.4.0", "eslint": "^9.9.1", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^2.1.3", + "eslint-config-turbo": "^2.3.3", "eslint-plugin-prettier": "^5.2.1", "typescript": "^5.5.4", "typescript-eslint": "^8.16.0" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index e19335ad..41955c36 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@eslint/js": "^9.4.0", "eslint": "^9.9.1", - "eslint-config-turbo": "^2.1.3", + "eslint-config-turbo": "^2.3.3", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "typescript": "^5.5.4",