Skip to content

Commit

Permalink
fix: update nx to v18.2 (#1544)
Browse files Browse the repository at this point in the history
* fix: update nx to v18.2

* chore: migrate eslint config
  • Loading branch information
lacolaco authored Nov 17, 2024
1 parent effeba2 commit 931a5aa
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 885 deletions.
4 changes: 0 additions & 4 deletions apps/webapp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
{
"files": ["*.ts"],
"extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"],
"parserOptions": {
"project": ["apps/webapp/tsconfig.app.json", "apps/webapp/tsconfig.spec.json"],
"createDefaultProgram": true
},
"rules": {
"@angular-eslint/component-selector": [
"error",
Expand Down
28 changes: 10 additions & 18 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
{
"migrations": [
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "18.1.0-beta.1",
"requires": { "@angular/core": ">=17.2.0" },
"description": "Update the @angular/cli package version to ~17.2.0.",
"factory": "./src/migrations/update-18-1-0/update-angular-cli",
"version": "18.2.0-beta.0",
"requires": { "@angular/core": ">=17.3.0" },
"description": "Update the @angular/cli package version to ~17.3.0.",
"factory": "./src/migrations/update-18-2-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-17-2-0"
"name": "update-angular-cli-version-17-3-0"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/angular",
"name": "fix-target-defaults-for-webpack-browser"
"version": "17.3.0",
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
"factory": "./migrations/invalid-two-way-bindings/bundle",
"package": "@angular/core",
"name": "invalid-two-way-bindings"
},
{
"version": "17.0.0-0",
Expand Down
56 changes: 28 additions & 28 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": "17.2.4",
"@angular/cdk": "17.2.2",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/animations": "17.3.9",
"@angular/cdk": "17.3.9",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/core": "17.3.9",
"@angular/fire": "17.0.0",
"@angular/forms": "17.2.4",
"@angular/forms": "17.3.9",
"@angular/material": "^16.2.0",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"@rx-angular/state": "16.3.0",
"firebase": "9.23.0",
"normalize.css": "8.0.1",
Expand All @@ -50,28 +50,28 @@
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1702.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@angular-devkit/architect": "0.1703.9",
"@angular-devkit/build-angular": "17.3.9",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.9",
"@angular/language-service": "17.3.9",
"@faker-js/faker": "7.6.0",
"@nx/angular": "18.1.3",
"@nx/eslint": "18.1.3",
"@nx/eslint-plugin": "18.1.3",
"@nx/jest": "18.1.3",
"@nx/node": "18.1.3",
"@nx/web": "18.1.3",
"@nx/workspace": "18.1.3",
"@nx/angular": "18.2.4",
"@nx/eslint": "18.2.4",
"@nx/eslint-plugin": "18.2.4",
"@nx/jest": "18.2.4",
"@nx/node": "18.2.4",
"@nx/web": "18.2.4",
"@nx/workspace": "18.2.4",
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "18.19.64",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.43.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "50.4.3",
Expand All @@ -82,6 +82,6 @@
"jest-preset-angular": "14.0.4",
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 931a5aa

Please sign in to comment.