Skip to content

Commit

Permalink
chore(deps): update dependency nx to v17 (#863)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and danez authored Nov 12, 2023
1 parent 9994b2e commit a414c5b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
!**/__fixtures__/**/node_modules/*
.idea/
coverage/
.nx/cache
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ benchmark/suites/
**/__fixtures__/
**/dist/
**/node_modules
/.nx/cache
14 changes: 4 additions & 10 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test"]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist"]
"outputs": ["{projectRoot}/dist"],
"cache": true
},
"test": {
"dependsOn": ["build"]
"dependsOn": ["build"],
"cache": true
}
},
"namedInputs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"execa": "7.2.0",
"nx": "16.10.0",
"nx": "17.1.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.7",
"rimraf": "5.0.5",
Expand Down
91 changes: 39 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a414c5b

Please sign in to comment.