-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: 📦 update nrwl workspace to 20.1.2
- Loading branch information
🤖 JSCutlery Bot
committed
Nov 22, 2024
1 parent
b4fcf71
commit 9ed24bd
Showing
30 changed files
with
140 additions
and
228 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.9 KB
.yarn/cache/@nrwl-eslint-plugin-nx-npm-19.8.4-75c0a432d2-b4e140cf7a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+87.8 KB
...vkit-npm-19.8.4-9a289bb8e9-901ce7e9bb.zip → ...vkit-npm-20.1.2-79d1b0e442-6e7848bd83.zip
Binary file not shown.
Binary file renamed
BIN
+82.4 KB
...lint-npm-19.8.4-17e8122786-bf74212e20.zip → ...lint-npm-20.1.2-f94139853f-7acd9ff892.zip
Binary file not shown.
Binary file renamed
BIN
+71.9 KB
...ugin-npm-19.8.4-f28fe4e070-b037c97ecf.zip → ...ugin-npm-20.1.2-6420e206e1-48530696ab.zip
Binary file not shown.
Binary file renamed
BIN
+61.1 KB
...jest-npm-19.8.4-2190917f03-9fb4216bc4.zip → ...jest-npm-20.1.2-5fc6070c54-883df89d53.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+127 KB
...pace-npm-19.8.4-52da81578d-1c4bc55f5f.zip → ...pace-npm-20.1.2-fdcead1be5-1b84ff61e6.zip
Binary file not shown.
Binary file renamed
BIN
+31 KB
...npm-3.0.0-rc.46-79a7571b99-3b7d55ebd1.zip → ...rsers-npm-3.0.2-c5e3ccc563-87506f140d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.75 KB
.yarn/cache/strong-log-transformer-npm-2.1.0-45addd9278-2fd14eb0a6.zip
Binary file not shown.
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,3 +1,3 @@ | ||
const { getJestProjects } = require('@nx/jest'); | ||
const { getJestProjectsAsync } = require('@nx/jest'); | ||
|
||
export default { projects: getJestProjects() }; | ||
export default async () => ({ projects: await getJestProjectsAsync() }); |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "20.0.0-beta.7", | ||
"description": "Migration for v20.0.0-beta.7", | ||
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", | ||
"package": "nx", | ||
"name": "move-use-daemon-process" | ||
}, | ||
{ | ||
"version": "20.0.1", | ||
"description": "Set `useLegacyCache` to true for migrating workspaces", | ||
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "use-legacy-cache" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "20.0.0-beta.5", | ||
"description": "replace getJestProjects with getJestProjectsAsync", | ||
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", | ||
"package": "@nx/jest", | ||
"name": "replace-getJestProjects-with-getJestProjectsAsync" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.