Skip to content

Commit

Permalink
Merge pull request #10 from clementguillot/renovate/nrwl-monorepo
Browse files Browse the repository at this point in the history
Update nrwl monorepo to v17.3.2
  • Loading branch information
clementguillot authored Feb 6, 2024
2 parents c6e7d37 + 0aad893 commit 1c4fcff
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 108 deletions.
31 changes: 4 additions & 27 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,11 @@
"migrations": [
{
"cli": "nx",
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "16.8.0-escape-dollar-sign-env"
},
{
"cli": "nx",
"version": "17.0.0-beta.1",
"description": "Updates the default cache directory to .nx/cache",
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
"package": "nx",
"name": "17.0.0-move-cache-directory"
},
{
"cli": "nx",
"version": "17.0.0-beta.3",
"description": "Use minimal config for tasksRunnerOptions",
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
"package": "nx",
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
},
{
"version": "17.0.0-rc.1",
"description": "Migration for v17.0.0-rc.1",
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
"package": "nx",
"name": "rm-default-collection-npm-scope"
"name": "17.3.0-update-nx-wrapper"
}
]
}
Loading

0 comments on commit 1c4fcff

Please sign in to comment.