-
-
Notifications
You must be signed in to change notification settings - Fork 87
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.0.6
- Loading branch information
🤖 JSCutlery Bot
committed
Oct 28, 2024
1 parent
6968ddb
commit 40eb8b8
Showing
28 changed files
with
135 additions
and
223 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.0.6-e773eced1e-d7771cfceb.zip
Binary file not shown.
Binary file renamed
BIN
+82.4 KB
...lint-npm-19.8.4-17e8122786-bf74212e20.zip → ...lint-npm-20.0.6-d9c7c28bc7-1136b8a6b7.zip
Binary file not shown.
Binary file renamed
BIN
+71.9 KB
...ugin-npm-19.8.4-f28fe4e070-b037c97ecf.zip → ...ugin-npm-20.0.6-935ac3c898-871aedf727.zip
Binary file not shown.
Binary file renamed
BIN
+61.1 KB
...jest-npm-19.8.4-2190917f03-9fb4216bc4.zip → ...jest-npm-20.0.6-df3165ac30-cf94377c8c.zip
Binary file not shown.
Binary file renamed
BIN
+189 KB
...x-js-npm-19.8.4-5267b22a90-92ca8ea045.zip → ...x-js-npm-20.0.6-e1a3326dd6-8cc9cfae86.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
+127 KB
...pace-npm-19.8.4-52da81578d-1c4bc55f5f.zip → ...pace-npm-20.0.6-4f7f400e45-5c5388025f.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.