-
Notifications
You must be signed in to change notification settings - Fork 85
feat(yarn-cling): support yarn berry lockfiles using @yarnpkg/parsers #1319
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
Changes from all commits
43fc457
3e6c572
f6326e7
c904078
33e4642
b78d1af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| !node_modules |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Test fixtures should not be affected. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "name": "cdk", | ||
| "version": "2.2.2" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "jsii", | ||
| "version": "1.1.1", | ||
| "dependencies": { | ||
| "aws-cdk": "^1.2.3", | ||
| "cdk": "2.2.2" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # This file is generated by running "yarn install" inside your project. | ||
| # Manual changes might be lost - proceed with caution! | ||
|
|
||
| __metadata: | ||
| version: 8 | ||
| cacheKey: 10 | ||
|
|
||
| "aws-cdk@npm:^1.2.3": | ||
| version: 1.2.999 | ||
| resolution: "aws-cdk@npm:1.2.999" | ||
| dependencies: | ||
| aws-cdk-lib: "npm:^2.3.4" | ||
| checksum: 10/banana | ||
| languageName: node | ||
| linkType: hard | ||
|
|
||
| "aws-cdk-lib@npm:^2.3.4": | ||
| version: 2.3.999 | ||
| resolution: "aws-cdk-lib@npm:2.3.999" | ||
| checksum: 10-pineapple | ||
| languageName: node | ||
| linkType: hard |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the new library uses the header comment to detect v1 lockfiles. I think this is a safe change to make in favor of dropping another dependency. Yarn Classic generated lockfiles will have the header.