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

ref(nuxt): Remove option to downgrade override nitropack #744

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

andreiborza
Copy link
Member

Note: I kept the @vercel/nft override in without a version check because checking if a dependency of a dependency is installed is not super straight forward. I previously used https://github.com/browserify/resolve to check, but it requires dependencies to be installed - which they might not be yet at the point in time when we want to add overrides.

The alternative would be to run the install command for users again, which also seemed suboptimal.

So I opted to keep the override for @vercel/nft regardless of whether nitro is already over 2.10.0.

Closes: #736

@andreiborza andreiborza requested review from Lms24 and s1gr1d December 16, 2024 12:34
@andreiborza andreiborza merged commit e6a1fb0 into master Dec 16, 2024
18 checks passed
@andreiborza andreiborza deleted the ab/remove-nitropack-overrides branch December 16, 2024 14:52
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.

Remove version override for nitropack
2 participants