fix: Upgrade eslint to v10 to resolve @eslint/plugin-kit ReDoS vulnerability#11705
Merged
anthonyshew merged 1 commit intomainfrom Feb 7, 2026
Merged
fix: Upgrade eslint to v10 to resolve @eslint/plugin-kit ReDoS vulnerability#11705anthonyshew merged 1 commit intomainfrom
anthonyshew merged 1 commit intomainfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
e0365d4 to
1fbc57d
Compare
github-actions Bot
added a commit
that referenced
this pull request
Feb 7, 2026
## Release v2.8.3-canary.8 Versioned docs: https://v2-8-3-canary-8.turborepo.dev ### Changes - fix: Upgrade eslint to v10 to resolve @eslint/plugin-kit ReDoS vulnerability (#11705) (`fd541f3a59`) - fix: Upgrade tsdown in create-turbo to resolve valibot ReDoS vulnerability (#11702) (`e5efb86265`) - fix: Upgrade fumadocs and shiki in docs to resolve mdast-util-to-hast vulnerability (#11704) (`c94e2c54ed`) - fix: Upgrade inquirer to remove lodash dependency (#11709) (`87970c1fa4`) - release(turborepo): 2.8.3-canary.7 (#11686) (`d189b9e9e2`) Co-authored-by: Turbobot <turbobot@vercel.com>
github-actions Bot
added a commit
that referenced
this pull request
Feb 7, 2026
## Release v2.8.3-canary.9 Versioned docs: https://v2-8-3-canary-9.turborepo.dev ### Changes - fix: Replace ts-node with tsx to resolve diff DoS vulnerability (#11708) (`1a3ae1d2ae`) - fix: Upgrade jest to v30 to resolve brace-expansion ReDoS vulnerability (#11706) (`50fb1c52b9`) - release(turborepo): 2.8.3-canary.8 (#11712) (`f54205e6f6`) - fix: Upgrade eslint to v10 to resolve @eslint/plugin-kit ReDoS vulnerability (#11705) (`fd541f3a59`) - fix: Upgrade tsdown in create-turbo to resolve valibot ReDoS vulnerability (#11702) (`e5efb86265`) - fix: Upgrade fumadocs and shiki in docs to resolve mdast-util-to-hast vulnerability (#11704) (`c94e2c54ed`) Co-authored-by: Turbobot <turbobot@vercel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes TURBO-5239. Upgrades
eslintfrom9.26.0to10.0.0ineslint-config-turboandeslint-plugin-turboto resolve a ReDoS vulnerability in@eslint/plugin-kit@0.2.8(requires>=0.3.4).eslint@10.0.0depends on@eslint/plugin-kit@^0.6.0, which resolves to0.6.0.Changes
eslintdevDependency to10.0.0in both packages@eslint/coreas a devDependency (required by eslint 10's type re-exports for declaration emit)categoryproperty from rule metadata (RulesMetaDocsno longer has it in eslint 10)Linter.FlatConfigtoLinter.Config(flat config is now the default/only format)plugin,rules, andconfigsexports to fix TS2742 declaration emit errorsVerification
pnpm why @eslint/plugin-kit -rconfirms0.6.0(above the>=0.3.4fix threshold)eslint-plugin-turboandeslint-config-turbobuild successfullycontext.filename,context.cwd, etc.)