Jelajahi Sumber

Downgrade to yarn 1.6.0.

Fixes #4793

This avoids the bug in yarn noted at https://github.com/yarnpkg/yarn/issues/5935, where a system path can override local paths. This bug can break executing commands from yarn in pipenv environments, for example.
Jason Grout 6 tahun lalu
induk
melakukan
bef71850cc
3 mengubah file dengan 179 tambahan dan 219 penghapusan
  1. 175 215
      jupyterlab/staging/yarn.js
  2. 1 1
      package.json
  3. 3 3
      yarn.lock

File diff ditekan karena terlalu besar
+ 175 - 215
jupyterlab/staging/yarn.js


+ 1 - 1
package.json

@@ -54,7 +54,7 @@
     "lerna": "^2.4.0",
     "npm-run-all": "~4.1.1",
     "tslint": "~5.10.0",
-    "yarn": "^1.7.0"
+    "yarn": "1.6.0"
   },
   "workspaces": [
     "dev_mode",

+ 3 - 3
yarn.lock

@@ -9190,9 +9190,9 @@ yargs@~3.10.0:
     decamelize "^1.0.0"
     window-size "0.1.0"
 
-yarn@^1.7.0:
-  version "1.7.0"
-  resolved "https://registry.npmjs.org/yarn/-/yarn-1.7.0.tgz#0076b9fde6010e01950526a609bc53bc175ef925"
+yarn@1.6.0:
+  version "1.6.0"
+  resolved "https://registry.npmjs.org/yarn/-/yarn-1.6.0.tgz#9cec6f7986dc237d39ec705ce74d95155fe55d4b"
 
 yeast@0.1.2:
   version "0.1.2"

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini