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(deps): bump semver from 7.6.2 to 7.6.3 #534

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

wojtekmaj
Copy link
Contributor

This bugfix version of semver includes significant performance improvements that I guess we would like to see in corepack.

See: npm/node-semver#726

This bugfix version of semver includes significant performance improvements that I guess we would like to see in corepack.

See: npm/node-semver#726
Copy link

@timscharfenort8 timscharfenort8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@@ -33,7 +33,7 @@
"esbuild": "^0.21.0",
"eslint": "^8.57.0",
"proxy-from-env": "^1.1.0",
"semver": "^7.5.2",
"semver": "^7.6.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm more in the camp of "We shouldn't touch package.json for minor updates" (fewer chances of git conflicts, and smaller diffs is always nicer to review), but no strong feelings

Suggested change
"semver": "^7.6.3",
"semver": "^7.5.2",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would generally agree, if dependencies are bumped mainly for the sake of... bumping them. In this case, the bump is very intentional, and we SPECIFICALLY want 7.6.3 or later. Then, you can backtrack why want 7.6.3 and not earlier versions more easily, because there's a trace of it in git blame. Sure, there's git blame of the lockfile, but that's hardly a human-readable format.

@aduh95 aduh95 merged commit 93a49c8 into nodejs:main Jul 20, 2024
13 checks passed
@wojtekmaj wojtekmaj deleted the semver branch July 20, 2024 09:49
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.

3 participants