Skip to content

Commit

Permalink
build: 📦 update nrwl workspace to 18.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 JSCutlery Bot committed Apr 3, 2024
1 parent 7dfc9c8 commit 63c5d23
Show file tree
Hide file tree
Showing 39 changed files with 169 additions and 259 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 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-18.0.8-91c6f3e12f-f590a9a8d3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"migrations": [
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
}
]
}
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "main"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nx/workspace/tasks-runners/default",
Expand Down Expand Up @@ -51,5 +48,6 @@
],
"production": ["default", "!{projectRoot}/src/test-setup.[jt]s"]
},
"parallel": 1
"parallel": 1,
"defaultBase": "main"
}
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": "17.3.3",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.0.0",
"@nx/devkit": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "18.0.8",
"@nx/plugin": "18.0.8",
"@nx/workspace": "18.0.8",
"@nx/devkit": "18.2.2",
"@nx/eslint-plugin": "18.2.2",
"@nx/jest": "18.2.2",
"@nx/js": "18.2.2",
"@nx/plugin": "18.2.2",
"@nx/workspace": "18.2.2",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.8",
"@types/jest": "29.5.12",
Expand All @@ -53,7 +53,7 @@
"jest": "29.7.0",
"jest-extended": "^4.0.0",
"ngx-deploy-npm": "^8.0.0",
"nx": "18.0.8",
"nx": "18.2.2",
"prettier": "3.2.5",
"tmp": "^0.2.1",
"ts-jest": "29.1.2",
Expand Down
Loading

0 comments on commit 63c5d23

Please sign in to comment.