Skip to content

Commit

Permalink
feat: upgrade Nx
Browse files Browse the repository at this point in the history
upgrade Nx 12.3.3

BREAKING CHANGE: Upgrade to Nx 12.3.3
  • Loading branch information
nartc committed May 18, 2021
1 parent 93d3f66 commit ea0eff6
Show file tree
Hide file tree
Showing 27 changed files with 412 additions and 1,501 deletions.
18 changes: 13 additions & 5 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"migrations": [
{
"version": "12.1.0-beta.1",
"cli": "nx",
"version": "11.5.0-beta.0",
"description": "Update project .eslintrc.json files to always use project level tsconfigs",
"factory": "./src/migrations/update-11-5-0/always-use-project-level-tsconfigs-with-eslint",
"package": "@nrwl/linter",
"name": "always-use-project-level-tsconfigs-with-eslint"
"description": "Update jest-preset-angular to version 8.4.0",
"factory": "./src/migrations/update-12-1-2/update-jest-preset-angular",
"package": "@nrwl/jest",
"name": "update-jest-preset-angular-8-4-0"
},
{
"version": "12.1.2-beta.1",
"cli": "nx",
"description": "Replace tsConfig with tsconfig for ts-jest in jest.config.js",
"factory": "./src/migrations/update-12-1-2/update-ts-jest",
"package": "@nrwl/jest",
"name": "update-ts-jest-6-5-5"
}
]
}
Loading

0 comments on commit ea0eff6

Please sign in to comment.