Skip to content

Commit

Permalink
chore(deps): update nrwl monorepo to v20 (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 54b485c commit acfb5e2
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 198 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

4 changes: 1 addition & 3 deletions apps/server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"targets": {
"build": {
"executor": "@jnxplus/nx-gradle:run-task",
"outputs": [
"{projectRoot}/build"
],
"outputs": ["{projectRoot}/build"],
"options": {
"task": "quarkusBuild"
}
Expand Down
15 changes: 11 additions & 4 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"migrations": [
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"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": "19-2-4-set-project-name"
"name": "use-legacy-cache"
}
]
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
},
"plugins": ["@jnxplus/nx-gradle"],
"nxCloudAccessToken": "YzcwZTJjY2QtMDEzYS00NjAyLWE1OGQtYjZiNDU2ZWEwNTdmfHJlYWQtd3JpdGU=",
"nxCloudUrl": "http://localhost:8080"
"nxCloudUrl": "http://localhost:8080",
"useLegacyCache": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@jnxplus/nx-gradle": "1.14.1",
"@nx-tools/container-metadata": "6.1.0",
"@nx-tools/nx-container": "6.1.0",
"@nx/workspace": "19.6.4",
"nx": "19.6.4",
"@nx/workspace": "20.0.2",
"nx": "20.0.2",
"prettier": "3.3.3"
}
}
Loading

0 comments on commit acfb5e2

Please sign in to comment.