Skip to content

Commit

Permalink
feat(nx): update to v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trumbitta committed Oct 22, 2021
1 parent 4fe5a8e commit 1434e20
Show file tree
Hide file tree
Showing 10 changed files with 1,281 additions and 4,223 deletions.
28 changes: 22 additions & 6 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
{
"migrations": [
{
"version": "12.6.0-beta.0",
"version": "13.0.0-beta.1",
"description": "Add default base to nx.json if its not currently set",
"factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set",
"cli": "nx",
"description": "Uses `getJestProjects()` to populate projects array in root level `jest.config.js` file.",
"factory": "./src/migrations/update-12-6-0/update-base-jest-config",
"package": "@nrwl/jest",
"name": "update-jest-config-to-use-util"
"package": "@nrwl/workspace",
"name": "set-default-base-if-not-set"
},
{
"version": "13.0.0-beta.4",
"description": "Move global settings into nx.json, and project specific settings into workspace.json",
"cli": "nx",
"implementation": "./src/migrations/update-13-0-0/config-locations/config-locations",
"package": "@nrwl/workspace",
"name": "13-0-0-config-locations"
},
{
"cli": "nx",
"version": "13.0.0-beta.1",
"description": "Remove packages installed by Nx 12's `@nrwl/node:webpack5` generator.",
"factory": "./src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0",
"package": "@nrwl/node",
"name": "remove-webpack-5-packages"
}
]
}
}
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
}
},
"projects": {},
"workspaceLayout": {
"appsDir": "packages",
"libsDir": "packages"
Expand All @@ -37,5 +36,8 @@
"projects": "dependencies"
}
]
},
"cli": {
"defaultCollection": "@nrwl/workspace"
}
}
Loading

0 comments on commit 1434e20

Please sign in to comment.