-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: migrate to latest nx & angular * chore: update angular 18.1
- Loading branch information
1 parent
fc7888e
commit 39d8fef
Showing
5 changed files
with
672 additions
and
518 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,6 @@ testem.log | |
Thumbs.db | ||
|
||
.nx/cache | ||
.nx/workspace-data | ||
.angular | ||
.env |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
/coverage | ||
/.nx/cache | ||
.angular | ||
|
||
/.nx/workspace-data |
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 |
---|---|---|
@@ -1,11 +1,39 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "1.5.0-beta.1", | ||
"description": "Update withMarkdownRenderer feature with withPrismHighlighter", | ||
"implementation": "./src/migrations/update-markdown-renderer-feature/update-markdown-renderer-feature", | ||
"package": "@analogjs/content", | ||
"name": "update-markdown-renderer-feature" | ||
"cli": "nx", | ||
"version": "19.2.0-beta.2", | ||
"description": "Updates the default workspace data directory to .nx/workspace-data", | ||
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", | ||
"package": "nx", | ||
"name": "19-2-0-move-graph-cache-directory" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.2.2-beta.0", | ||
"description": "Updates the nx wrapper.", | ||
"implementation": "./src/migrations/update-17-3-0/update-nxw", | ||
"package": "nx", | ||
"name": "19-2-2-update-nx-wrapper" | ||
}, | ||
{ | ||
"version": "19.2.4-beta.0", | ||
"description": "Set project name in nx.json explicitly", | ||
"implementation": "./src/migrations/update-19-2-4/set-project-name", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "19-2-4-set-project-name" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.2.1-beta.0", | ||
"requires": { | ||
"@angular-eslint/eslint-plugin": ">=18.0.0" | ||
}, | ||
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.", | ||
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils", | ||
"package": "@nx/angular", | ||
"name": "add-typescript-eslint-utils" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.