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: update without specify --latest should not update tag version #5996

Merged
merged 6 commits into from Feb 1, 2023

Conversation

await-ovo
Copy link
Member

@await-ovo await-ovo commented Jan 29, 2023

As discussed in #5720 (comment)

given a example project like following:

//package.json
"dependencies": {
    "ava": "latest"
  }

After run pnpm up , currently we will get ava: "^5.1.1". We should behave the same as before, keeping latest here.

@await-ovo await-ovo marked this pull request as draft January 29, 2023 10:33
@await-ovo await-ovo marked this pull request as ready for review January 29, 2023 12:16
@zkochan zkochan merged commit 6348f59 into pnpm:main Feb 1, 2023
@folknor
Copy link

folknor commented Feb 1, 2023

Thank you, works fine for me now ❤️

@zkochan zkochan added this to the v7.26 milestone Feb 1, 2023
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

3 participants