Skip to content

Commit 2c260ca

Browse files
committed
Merge branch 'cherry-pick/3.2'
2 parents 97904df + d157755 commit 2c260ca

File tree

7 files changed

+637
-617
lines changed

7 files changed

+637
-617
lines changed
Binary file not shown.
Binary file not shown.

β€ŽCHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The following changes only affect people writing Yarn plugins:
3131

3232
- The `generateLoader` function in `@yarnpkg/pnp` no longer generates the `$$SETUP_STATE` function, it now needs to be present in the `loader` passed to the function.
3333

34+
## 3.2.1
35+
3436
### Installs
3537

3638
- The pnpm linker no longer tries to remove `node_modules` directory, when `node-modules` linker is active

β€Žpackages/acceptance-tests/pkg-tests-specs/sources/commands/__snapshots__/add.test.ts.snap

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,19 @@ Object {
3232
",
3333
}
3434
`;
35+
36+
exports[`Commands add it should not clean the cache when cache lives inside the project but global cache is set 1`] = `
37+
Object {
38+
"code": 0,
39+
"stderr": "",
40+
"stdout": "➀ YN0000: β”Œ Resolution step
41+
➀ YN0000: β”” Completed
42+
➀ YN0000: β”Œ Fetch step
43+
➀ YN0013: β”‚ no-deps@npm:2.0.0 can't be found in the cache and will be fetched from the remote registry
44+
➀ YN0000: β”” Completed
45+
➀ YN0000: β”Œ Link step
46+
➀ YN0000: β”” Completed
47+
➀ YN0000: Done
48+
",
49+
}
50+
`;

β€Žpackages/berry-cli/bin/berry.js

Lines changed: 309 additions & 308 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/yarnpkg-cli/bin/yarn.js

Lines changed: 309 additions & 308 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žyarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25498,7 +25498,7 @@ __metadata:
2549825498
bin:
2549925499
tsc: bin/tsc
2550025500
tsserver: bin/tsserver
25501-
checksum: cebef22a4aadc1e44110dbd156d88583e1eb658fe42be2a25c63aa945596c8e6ba26f7542d1cb64471a85d9cbb2b38cbb362592ff985ab077443f9574121914e
25501+
checksum: 16fccf26fe55e1d09dbd213f83a7638399f7a4f1015554ad4c4f635c0454f4ef48872dcc76d899939ffc7b09b529de4be4202d129e57d5b6f243778c4da2c3d9
2550225502
languageName: node
2550325503
linkType: hard
2550425504

0 commit comments

Comments
Β (0)