Skip to content

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

Merged
wraithgar merged 1 commit intomainfrom
nlf/dont-wildcard-bundled-deps
Mar 14, 2022
Merged

fix: do not overwrite bundled dependency ranges with *#128
wraithgar merged 1 commit intomainfrom
nlf/dont-wildcard-bundled-deps

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.

2 participants