Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(boundaries): boundaries tags #9900

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

NicholasLYang
Copy link
Contributor

@NicholasLYang NicholasLYang commented Feb 4, 2025

Description

Implements boundary tags by adding a boundaries field to turbo.json. This field allows you to specify an allowlist and denylist for both dependencies and dependents. The deny list takes precedence over the allowlist (like with our globs).

The commit history should be good enough to review one by one, in theory lol.

Testing Instructions

Added some tests both in existing boundaries fixture and in a new boundaries_tags fixture.

Copy link

vercel bot commented Feb 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 8:43pm

@NicholasLYang NicholasLYang force-pushed the nicholasyang/boundaries-tags branch from c97c095 to 6eb5f02 Compare February 5, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants