Skip to content

Commit c1684e4

Browse files
author
Larry Yu
committed
Downgraded fs-extra version to 6.x to fix a fs.copy related issue.
fs-extra brought in a breaking change here: jprichardson/node-fs-extra#582 where it breaks ember-try when copying node_modules/ and there's a symlink in it. The bug would either prevent ember-try from running or cleaning up after try-each. @co-authored-by hjdivad
1 parent 61fed6b commit c1684e4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"debug": "^4.3.2",
3636
"ember-try-config": "^4.0.0",
3737
"execa": "^4.1.0",
38-
"fs-extra": "^9.0.1",
38+
"fs-extra": "^6.0.1",
3939
"resolve": "^1.20.0",
4040
"rimraf": "^3.0.2",
4141
"walk-sync": "^2.2.0"

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,6 +3460,15 @@ fs-extra@^5.0.0:
34603460
jsonfile "^4.0.0"
34613461
universalify "^0.1.0"
34623462

3463+
fs-extra@^6.0.1:
3464+
version "6.0.1"
3465+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
3466+
integrity sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==
3467+
dependencies:
3468+
graceful-fs "^4.1.2"
3469+
jsonfile "^4.0.0"
3470+
universalify "^0.1.0"
3471+
34633472
fs-extra@^8.0.1, fs-extra@^8.1.0:
34643473
version "8.1.0"
34653474
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -3469,7 +3478,7 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
34693478
jsonfile "^4.0.0"
34703479
universalify "^0.1.0"
34713480

3472-
fs-extra@^9.0.0, fs-extra@^9.0.1:
3481+
fs-extra@^9.0.0:
34733482
version "9.0.1"
34743483
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
34753484
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==

0 commit comments

Comments
 (0)