Skip to content

Commit

Permalink
Angular 18.1 (#36)
Browse files Browse the repository at this point in the history
* feat: migrate to latest nx & angular

* chore: update angular 18.1
  • Loading branch information
dalenguyen authored Jun 14, 2024
1 parent fc7888e commit 39d8fef
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 518 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ testem.log
Thumbs.db

.nx/cache
.nx/workspace-data
.angular
.env
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/coverage
/.nx/cache
.angular

/.nx/workspace-data
38 changes: 33 additions & 5 deletions migrations.json
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"
}
]
}
61 changes: 31 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"dependencies": {
"@analogjs/content": "1.5.0",
"@analogjs/router": "1.5.0",
"@angular/animations": "18.0.0",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/core": "18.0.0",
"@angular/animations": "18.1.0-next.2",
"@angular/common": "18.1.0-next.2",
"@angular/compiler": "18.1.0-next.2",
"@angular/core": "18.1.0-next.2",
"@angular/fire": "^17.1.0",
"@angular/forms": "18.0.0",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/platform-server": "18.0.0",
"@angular/router": "18.0.0",
"@angular/forms": "18.1.0-next.2",
"@angular/platform-browser": "18.1.0-next.2",
"@angular/platform-browser-dynamic": "18.1.0-next.2",
"@angular/platform-server": "18.1.0-next.2",
"@angular/router": "18.1.0-next.2",
"@google-cloud/firestore": "^7.7.0",
"@google-cloud/storage": "^7.11.1",
"firebase-admin": "^12.1.0",
Expand All @@ -38,6 +38,7 @@
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"mermaid": "^10.2.4",
"nanoid": "^5.0.7",
"ngx-cookie-service": "^18.0.0",
Expand All @@ -47,42 +48,42 @@
"rxjs": "~7.5.6",
"shelljs": "^0.8.5",
"tslib": "^2.4.0",
"zone.js": "~0.14.0",
"marked-mangle": "^1.1.7"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "1.5.0",
"@analogjs/vite-plugin-angular": "1.5.0",
"@angular-devkit/build-angular": "18.0.1",
"@angular-devkit/core": "18.0.1",
"@angular-devkit/schematics": "18.0.1",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular/compiler-cli": "18.0.0",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/compiler-cli": "18.1.0-next.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/angular": "19.1.0",
"@nx/devkit": "19.1.0",
"@nx/esbuild": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/angular": "19.3.0",
"@nx/devkit": "19.3.0",
"@nx/esbuild": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/eslint-plugin-nx": "^16.0.0-beta.4",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/node": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/workspace": "19.1.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/node": "19.3.0",
"@nx/vite": "19.3.0",
"@nx/workspace": "19.3.0",
"@schematics/angular": "18.0.1",
"@swc-node/register": "1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@swc/jest": "0.2.20",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@swc/jest": "0.2.36",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "^10.4.0",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
Expand All @@ -96,7 +97,7 @@
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.2.4",
"ng-packagr": "~18.0.0",
"nx": "19.1.0",
"nx": "19.3.0",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
Expand Down
Loading

0 comments on commit 39d8fef

Please sign in to comment.