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: error on empty package name #8152

Conversation

chris-olszewski
Copy link
Member

Description

We now will error if we encounter a package with a missing or empty package name.

This is done in the graph validation step as opposed to construction since we don't want to impose this restriction on @turbo/repository users.

Testing Instructions

Added integration test

Copy link

vercel bot commented May 15, 2024

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

Name Status Preview Comments Updated (UTC)
examples-gatsby-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 15, 2024 9:48pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 9:48pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 9:48pm
7 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 9:48pm

Copy link
Contributor

github-actions bot commented May 15, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented May 15, 2024

🟢 CI successful 🟢

Thanks

@chris-olszewski chris-olszewski merged commit 87b56f8 into turborepo_2 May 16, 2024
55 checks passed
@chris-olszewski chris-olszewski deleted the chrisolszewski/turbo-3030-require-name-field-not-to-be-missing-or-blank-string branch May 16, 2024 15:53
chris-olszewski added a commit that referenced this pull request May 20, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
chris-olszewski added a commit that referenced this pull request May 22, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
chris-olszewski added a commit that referenced this pull request May 28, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
chris-olszewski added a commit that referenced this pull request May 29, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
chris-olszewski added a commit that referenced this pull request May 31, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
chris-olszewski added a commit that referenced this pull request Jun 4, 2024
### Description

We now will error if we encounter a package with a missing or empty
package name.

This is done in the graph validation step as opposed to construction
since we don't want to impose this restriction on `@turbo/repository`
users.

### Testing Instructions

Added integration test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants