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(misc): use caret for semver version #18140

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

LukasTy
Copy link
Contributor

@LukasTy LukasTy commented Jul 17, 2023

Current Behavior

Currently, the semver package has a locked version, whereas most of the other dependencies seem to be prefixed with either caret or a tilde to allow library consumers to update the version they use.
Am I missing something, but having this dependency locked to this specific version does not seem to be required for any specific reason?

Expected Behavior

Having such a common package not locked to a specific version would avoid the requirement of having multiple dependencies for even the same major version as can be observed here:

Related PR: #17759

@LukasTy LukasTy requested review from a team as code owners July 17, 2023 10:05
@vercel
Copy link

vercel bot commented Jul 17, 2023

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

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2024 1:35pm

@LukasTy LukasTy requested a review from Coly010 July 17, 2023 10:05
package.json Outdated Show resolved Hide resolved
@LukasTy
Copy link
Contributor Author

LukasTy commented Sep 22, 2023

@AgentEnder I've synched the branch with master and also changed other instances of direct semver dep to be used with a caret. 😉

@mandarini mandarini enabled auto-merge (squash) January 30, 2024 11:17
@mandarini mandarini merged commit 857a07d into nrwl:master Jan 31, 2024
6 checks passed
@LukasTy LukasTy deleted the loosen-semver-pkg-modifier branch January 31, 2024 21:11
FrozenPandaz pushed a commit that referenced this pull request Feb 2, 2024
Copy link

github-actions bot commented Feb 6, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants