fix: Upgrade tsdown in create-turbo to resolve valibot ReDoS vulnerability#11702
Merged
anthonyshew merged 1 commit intomainfrom Feb 7, 2026
Merged
fix: Upgrade tsdown in create-turbo to resolve valibot ReDoS vulnerability#11702anthonyshew merged 1 commit intomainfrom
anthonyshew merged 1 commit intomainfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
33b7f7e to
3dede47
Compare
3dede47 to
bf423ac
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
tsdownfrom0.9.3to0.20.3inpackages/create-turbovalibotdependency (tsdown→rolldown→valibot <1.2.0) which had a ReDoS vulnerabilitytsdownis a devDependency used only for building, so the major version bump has no runtime impactResolves TURBO-5234