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

chore(pm): reduce PackageManager surface area #9557

Merged
merged 4 commits into from
Dec 4, 2024

Conversation

chris-olszewski
Copy link
Member

Description

A prefactor for cleaning up the PackageManager enum. If we want to make this a richer data structure we need to remove some behaviors that other crates might be depending on. This is just a small PR, the far larger one will be removing direct pattern matching on PackageManager variants.

Testing Instructions

This is purely removal of code and moving of code. Relying on existing unit tests

Copy link

vercel bot commented Dec 4, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 1:45am
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-designsystem-docs ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-gatsby-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-kitchensink-blog ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-native-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-svelte-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-tailwind-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am
examples-vite-web ⬜️ Ignored (Inspect) Dec 4, 2024 1:45am

@chris-olszewski chris-olszewski marked this pull request as ready for review December 4, 2024 02:29
@chris-olszewski chris-olszewski requested a review from a team as a code owner December 4, 2024 02:29
@chris-olszewski chris-olszewski merged commit 274a6cf into main Dec 4, 2024
44 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/chore_pm_rewrite branch December 4, 2024 02:29
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.

2 participants