Skip to content

Commit a414c5b

Browse files
renovate[bot]danez
andauthored
chore(deps): update dependency nx to v17 (#863)
* chore(deps): update dependency nx to v17 * migrate to v17 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 9994b2e commit a414c5b

File tree

5 files changed

+46
-63
lines changed

5 files changed

+46
-63
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
!**/__fixtures__/**/node_modules/*
55
.idea/
66
coverage/
7+
.nx/cache

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ benchmark/suites/
22
**/__fixtures__/
33
**/dist/
44
**/node_modules
5+
/.nx/cache

nx.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3-
"tasksRunnerOptions": {
4-
"default": {
5-
"runner": "nx/tasks-runners/default",
6-
"options": {
7-
"cacheableOperations": ["build", "test"]
8-
}
9-
}
10-
},
113
"targetDefaults": {
124
"build": {
135
"dependsOn": ["^build"],
14-
"outputs": ["{projectRoot}/dist"]
6+
"outputs": ["{projectRoot}/dist"],
7+
"cache": true
158
},
169
"test": {
17-
"dependsOn": ["build"]
10+
"dependsOn": ["build"],
11+
"cache": true
1812
}
1913
},
2014
"namedInputs": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-prettier": "9.0.0",
2929
"eslint-plugin-prettier": "5.0.1",
3030
"execa": "7.2.0",
31-
"nx": "16.10.0",
31+
"nx": "17.1.1",
3232
"prettier": "3.0.3",
3333
"prettier-plugin-tailwindcss": "0.5.7",
3434
"rimraf": "5.0.5",

pnpm-lock.yaml

+39-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)