-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
700 additions
and
1,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# package-import-method=hardlink | ||
# module-exists will report false answers for the test apps | ||
# unless we avoid hoisting | ||
hoist=true | ||
hoist=false | ||
# Fastboot Doesnt respect node_modules resolution for whitelisted deps | ||
# https://github.com/ember-fastboot/ember-cli-fastboot/issues/901 | ||
hoist-pattern[]=*abortcontroller-polyfill* | ||
hoist-pattern[]=*node-fetch* | ||
|
||
# we want true but cannot use true until the below issue is fixed | ||
# https://github.com/pnpm/pnpm/issues/5340 | ||
strict-peer-dependencies=false | ||
dedupe-peer-dependents=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,5 +94,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,5 +74,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,5 +75,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,5 +79,5 @@ | |
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"packageManager": "pnpm@7.29.1" | ||
"packageManager": "pnpm@7.30.0" | ||
} |
Oops, something went wrong.