Skip to content

Commit

Permalink
Merge pull request #13 from clementguillot/renovate/major-nrwl-monorepo
Browse files Browse the repository at this point in the history
Update nrwl monorepo to v18 (major)
  • Loading branch information
clementguillot authored Feb 7, 2024
2 parents 8dbf011 + fd4e400 commit 6d83c6f
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 74 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false
9 changes: 5 additions & 4 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"migrations": [
{
"cli": "nx",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"version": "18.0.0-beta.2",
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace",
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
"x-repair-skip": true,
"package": "nx",
"name": "17.3.0-update-nx-wrapper"
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
}
]
}
136 changes: 68 additions & 68 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"devDependencies": {
"@jnxplus/nx-gradle": "0.19.6",
"@nx/workspace": "17.3.2",
"nx": "17.3.2"
"@nx/workspace": "18.0.2",
"nx": "18.0.2"
}
}

0 comments on commit 6d83c6f

Please sign in to comment.