fix: Tailored turbo-ignore deprecation notice for Vercel users#12385
Merged
anthonyshew merged 1 commit intomainfrom Mar 18, 2026
Merged
fix: Tailored turbo-ignore deprecation notice for Vercel users#12385anthonyshew merged 1 commit intomainfrom
turbo-ignore deprecation notice for Vercel users#12385anthonyshew merged 1 commit intomainfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
turbo-ignore deprecation notice for Vercel users
github-actions Bot
added a commit
that referenced
this pull request
Mar 18, 2026
## Release v2.8.19-canary.3 Versioned docs: https://v2-8-19-canary-3.turborepo.dev ### Changes - release(turborepo): 2.8.19-canary.2 (#12384) (`1885f08`) - fix: Tailored `turbo-ignore` deprecation notice for Vercel users (#12385) (`4b2eae6`) Co-authored-by: Turbobot <turbobot@vercel.com>
github-actions Bot
added a commit
that referenced
this pull request
Mar 18, 2026
## Release v2.8.19 Versioned docs: https://v2-8-19.turborepo.dev ### Changes - release(turborepo): 2.8.18 (#12378) (`0afc24f`) - fix: Use previous stable tag for stable release notes (#12379) (`3e2b9bb`) - fix: Remove unnecessary git pull in update-examples workflow (#12380) (`97367ec`) - ci: Use blobless clones for release workflow checkouts (#12381) (`84a5369`) - release(turborepo): 2.8.19-canary.1 (#12383) (`f9517de`) - feat: Deprecate `turbo-ignore` in favor of `turbo query affected` (#12382) (`1b9f6cb`) - release(turborepo): 2.8.19-canary.2 (#12384) (`1885f08`) - fix: Tailored `turbo-ignore` deprecation notice for Vercel users (#12385) (`4b2eae6`) - release(turborepo): 2.8.19-canary.3 (#12387) (`ee90d8e`) - chore: Upgrade Next.js to 16.2.0 in examples and apps (#12389) (`2ff8fc9`) - fix: Detect scoped `@turbo/{platform}` packages in local binary resolution (#12386) (`9d977f1`) - fix: Support legacy unscoped binary package names in Node shim (#12391) (`7da779a`) --------- 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
turbo-ignoreruns on Vercel (VERCEL=1), the deprecation notice now points users to Vercel's built-in project skipping instead ofturbo query affectedturbo query affectedguidanceVercel users don't need to adopt
turbo query affectedas a migration path since Vercel already has first-class support for skipping unaffected projects. Sending them to the right docs reduces friction.