Skip to content

Commit

Permalink
fix: update nx to 19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 22, 2024
1 parent a86e2fb commit 91b6dba
Show file tree
Hide file tree
Showing 3 changed files with 2,141 additions and 2,103 deletions.
45 changes: 39 additions & 6 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
{
"migrations": [
{
"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.5.0-beta.1",
"requires": { "@angular/core": ">=18.1.0" },
"description": "Update the @angular/cli package version to ~18.1.0.",
"factory": "./src/migrations/update-19-5-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-18-1-0"
},
{
"cli": "nx",
"version": "19.6.0-beta.4",
"description": "Ensure Module Federation DTS is turned off by default.",
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default",
"package": "@nx/angular",
"name": "update-19-6-0"
},
{
"cli": "nx",
"version": "19.6.0-beta.7",
"requires": { "@angular/core": ">=18.2.0" },
"description": "Update the @angular/cli package version to ~18.2.0.",
"factory": "./src/migrations/update-19-6-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-18-2-0"
},
{
"cli": "nx",
"version": "19.6.1-beta.0",
"description": "Ensure Target Defaults are set correctly for Module Federation.",
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf",
"package": "@nx/angular",
"name": "update-19-6-1-ensure-module-federation-target-defaults"
},
{
"version": "18.1.0",
"description": "Updates calls to afterRender with an explicit phase to the new API",
"factory": "./migrations/after-render-phase/bundle",
"package": "@angular/core",
"name": "migration-after-render-phase"
}
]
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "18.0.7",
"@angular/cdk": "18.0.6",
"@angular/common": "18.0.7",
"@angular/compiler": "18.0.7",
"@angular/core": "18.0.7",
"@angular/animations": "18.2.9",
"@angular/cdk": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/fire": "17.0.0",
"@angular/forms": "18.0.7",
"@angular/material": "18.0.6",
"@angular/platform-browser": "18.0.7",
"@angular/platform-browser-dynamic": "18.0.7",
"@angular/router": "18.0.7",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@rx-angular/state": "16.3.0",
"firebase": "10.9.0",
"normalize.css": "8.0.1",
Expand All @@ -50,28 +50,28 @@
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1800.7",
"@angular-devkit/build-angular": "18.0.7",
"@angular-devkit/architect": "0.1802.9",
"@angular-devkit/build-angular": "18.2.9",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.7",
"@angular/language-service": "18.0.7",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@faker-js/faker": "9.2.0",
"@nx/angular": "19.3.2",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/node": "19.3.2",
"@nx/web": "19.3.2",
"@nx/workspace": "19.3.2",
"@nx/angular": "19.6.6",
"@nx/eslint": "19.6.6",
"@nx/eslint-plugin": "19.6.6",
"@nx/jest": "19.6.6",
"@nx/node": "19.6.6",
"@nx/web": "19.6.6",
"@nx/workspace": "19.6.6",
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "18.19.64",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.31.0",
Expand All @@ -83,6 +83,6 @@
"jest-preset-angular": "14.3.0",
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 91b6dba

Please sign in to comment.