Skip to content

Commit

Permalink
test: Update yarn in test packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 28, 2021
1 parent 8007891 commit 7d0e123
Show file tree
Hide file tree
Showing 18 changed files with 23,315 additions and 171 deletions.
11,015 changes: 11,015 additions & 0 deletions test-packages/yarn2/test-yarn2-med/.pnp.cjs

Large diffs are not rendered by default.

631 changes: 631 additions & 0 deletions test-packages/yarn2/test-yarn2-med/.yarn/releases/yarn-3.0.1.cjs

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions test-packages/yarn2/test-yarn2-med/.yarn/releases/yarn-berry.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion test-packages/yarn2/test-yarn2-med/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"
yarnPath: .yarn/releases/yarn-3.0.1.cjs
2 changes: 0 additions & 2 deletions test-packages/yarn2/test-yarn2-med/cspell.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict';
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('./.pnp.js').setup();

/** @type { import("@cspell/cspell-types").CSpellUserSettings } */
const cspell = {
Expand Down
4 changes: 4 additions & 0 deletions test-packages/yarn2/test-yarn2-med/cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"usePnP": true,
"pnpFiles": [
".pnp.js",
".pnp.cjs"
],
"import": [
"./cspell.config.js",
"../cspell.json"
Expand Down
20 changes: 0 additions & 20 deletions test-packages/yarn2/test-yarn2-med/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion test-packages/yarn2/test-yarn2-med/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "yarn && ../../../bin.js README.md"
},
"devDependencies": {
"@cspell/cspell-types": "^5.5.2",
"@cspell/cspell-types": "^5.8.2",
"@cspell/dict-medicalterms": "^1.0.27"
}
}
14 changes: 7 additions & 7 deletions test-packages/yarn2/test-yarn2-med/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@

__metadata:
version: 4
cacheKey: 7
cacheKey: 8

"@cspell/cspell-types@npm:^5.5.2":
version: 5.5.2
resolution: "@cspell/cspell-types@npm:5.5.2"
checksum: 4df4e598f002227cc9597fabe53ec86fd7fec5f47f80941f1b75b2445b4bfa39296168eab66cab86fec3d1b93b69f092a0735ddd8356afba1e4b1adee08b9555
"@cspell/cspell-types@npm:^5.8.2":
version: 5.8.2
resolution: "@cspell/cspell-types@npm:5.8.2"
checksum: a81dc802a2ccc5d69772d6dfd33529f5b20eb06429ad2e1673eb3a97e9cf81e7a9efffffe75eb090526646a09c7567145ac4f2104931dbb2601aad2464300e20
languageName: node
linkType: hard

"@cspell/dict-medicalterms@npm:^1.0.27":
version: 1.0.27
resolution: "@cspell/dict-medicalterms@npm:1.0.27"
checksum: 0bfeec3ce8ea295593f42ff4ec0dab0ec92a00b0cd4d2a6ff69312beabd794e74c3c928103ce1113ac37d1468503d118c3ef56b5055183219238fa560ad54646
checksum: 11cea87cdf0ec27747e42ab9f8d0a33c16a33187a7db3c2be7b4985e2a4705efd222e284bed5e82c667020097e4bf6dccba7903d1c0870810c69647360446c6d
languageName: node
linkType: hard

"test-yarn2-med@workspace:.":
version: 0.0.0-use.local
resolution: "test-yarn2-med@workspace:."
dependencies:
"@cspell/cspell-types": ^5.5.2
"@cspell/cspell-types": ^5.8.2
"@cspell/dict-medicalterms": ^1.0.27
languageName: unknown
linkType: soft
Loading

0 comments on commit 7d0e123

Please sign in to comment.