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

[rush] fix: allow URLs to start with @ prefix to support new pnpm tarball URL format #1986

Merged
merged 2 commits into from
Jul 3, 2020

Conversation

arri-cc
Copy link
Contributor

@arri-cc arri-cc commented Jul 3, 2020

closes #1984

I updated the regex to match URLs that begin with an @ symbol to support the new URL format for tarball packages added in pnpm v5.x here: pnpm/pnpm#2620

I also updated the unit tests to confirm it works as expected.

@ghost
Copy link

ghost commented Jul 3, 2020

CLA assistant check
All CLA requirements met.

@arri-cc arri-cc changed the title [rush] fix: allow URLs to start with @ prefix to support new pnpm tarball format [rush] fix: allow URLs to start with @ prefix to support new pnpm tarball URL format Jul 3, 2020
@octogonz
Copy link
Collaborator

octogonz commented Jul 3, 2020

Thanks @arri-cc for debugging this! 🙂

@octogonz octogonz merged commit a38462e into microsoft:master Jul 3, 2020
@octogonz
Copy link
Collaborator

octogonz commented Jul 3, 2020

This will be released with Rush 5.27.3

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.

[rush] does not support new pnpm format for tarball URLs using an @ symbol prefix in pnpm-lock.yaml
2 participants