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

fix: do not overwrite bundled dependency ranges with * #128

Merged
merged 1 commit into from Mar 14, 2022

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Jan 27, 2022

this corrects a regression where we started overwriting dependencies that are present in both dependencies and bundleDependencies with a * when the original intent was to add dependencies that were present in bundleDependencies but not in dependencies with a range of *

this fixes the issue where our own published package.json has * for the range for every dependency

@nlf
Copy link
Contributor Author

nlf commented Jan 27, 2022

CI failures are due to an old config, every node version that fails is no longer supported.

@nlf nlf force-pushed the nlf/dont-wildcard-bundled-deps branch from c652796 to 63c67c1 Compare March 14, 2022 21:37
@nlf nlf requested a review from a team as a code owner March 14, 2022 21:37
@wraithgar wraithgar merged commit b8e4604 into main Mar 14, 2022
@wraithgar wraithgar deleted the nlf/dont-wildcard-bundled-deps branch March 14, 2022 21:42
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.

None yet

2 participants