-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from srleecode/13.3.4
chore(release): update to 13.3.4
- Loading branch information
Showing
5 changed files
with
2,866 additions
and
4,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "13.3.0-beta.0", | ||
"description": "@nrwl/workspace:tsc is now @nrwl/js:tsc", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location", | ||
"package": "@nrwl/workspace", | ||
"name": "13-3-0-tsc-location" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.3.0-beta.0", | ||
"description": "In Angular version 13, the ESM became a first class citizen. This means the webpack config generated must be modified to support modules.", | ||
"factory": "./src/migrations/update-13-3-0/update-mfe-webpack-config", | ||
"package": "@nrwl/angular", | ||
"name": "update-mfe-config-to-module-syntax" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.3.0-beta.0", | ||
"description": "Update eslint-rules jest.config.js in order to support ESLint v8 exports mapping, remove category field", | ||
"factory": "./src/migrations/update-13-3-0/eslint-8-updates", | ||
"package": "@nrwl/linter", | ||
"name": "eslint-8-updates" | ||
} | ||
] | ||
} |
Oops, something went wrong.