Skip to content

Commit

Permalink
Yarn v4 (#1240)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Oct 23, 2023
1 parent b6ea969 commit de9df7a
Show file tree
Hide file tree
Showing 6 changed files with 7,304 additions and 4,175 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ _build/
_opam/

# Normal npm stuff
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules/

# VSCode settings
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaultSemverRangePrefix: ""

enableGlobalCache: true

nodeLinker: node-modules

preferInteractive: true

yarnPath: .yarn/releases/yarn-4.0.0.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"test:opam": "node ./test/runOpamTests.js",
"test:problems": "node ./test/runProblemMatcherTests.js",
"test": "npm-run-all -s test:opam test:problems",
"package": "vsce package --out ocaml-platform.vsix --yarn",
"deploy:vsce": "vsce publish --packagePath ocaml-platform.vsix --yarn",
"deploy:ovsx": "ovsx publish --yarn",
"package": "vsce package --out ocaml-platform.vsix --yarn --no-dependencies",
"deploy:vsce": "vsce publish --packagePath ocaml-platform.vsix --yarn --no-dependencies",
"deploy:ovsx": "ovsx publish --yarn --no-dependencies",
"fmt:check": "prettier . --check",
"fmt": "prettier . --write"
},
Expand Down Expand Up @@ -1220,7 +1220,7 @@
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6"
},
"packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e",
"packageManager": "yarn@4.0.0+sha256.6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44",
"engines": {
"vscode": "^1.64.0"
},
Expand Down
Loading

0 comments on commit de9df7a

Please sign in to comment.