Skip to content

Commit

Permalink
build: 📦 update nrwl workspace to 20.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 JSCutlery Bot committed Oct 28, 2024
1 parent 6968ddb commit 40eb8b8
Show file tree
Hide file tree
Showing 28 changed files with 135 additions and 223 deletions.
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 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/nx-npm-19.8.4-bd89c34c5e-f12e98004a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions jest.config.ts
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() });
27 changes: 27 additions & 0 deletions migrations.json
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"
}
]
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"production": ["default", "!{projectRoot}/src/test-setup.[jt]s"]
},
"parallel": 1,
"defaultBase": "main"
"defaultBase": "main",
"useLegacyCache": true
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@angular-devkit/schematics": "18.2.10",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.0.0",
"@nx/devkit": "19.8.4",
"@nx/eslint-plugin": "19.8.4",
"@nx/jest": "19.8.4",
"@nx/js": "19.8.4",
"@nx/plugin": "19.8.4",
"@nx/workspace": "19.8.4",
"@nx/devkit": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/plugin": "20.0.6",
"@nx/workspace": "20.0.6",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.39",
"@types/jest": "29.5.14",
Expand All @@ -53,7 +53,7 @@
"jest": "29.7.0",
"jest-extended": "^4.0.0",
"ngx-deploy-npm": "^8.0.0",
"nx": "19.8.4",
"nx": "20.0.6",
"prettier": "3.3.3",
"tmp": "^0.2.1",
"ts-jest": "29.2.5",
Expand Down
Loading

0 comments on commit 40eb8b8

Please sign in to comment.