Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: migrate Nx to v20.4.0 #1855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/ssr-isr/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"prefix": "app",
"style": "kebab-case"
}
]
],
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
6 changes: 6 additions & 0 deletions apps/ssr/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
{
"files": ["*.cy.{ts,js,tsx,jsx}", "cypress/**/*.{ts,js,tsx,jsx}"],
"rules": {}
},
{
"files": ["*.ts"],
"rules": {
"@angular-eslint/prefer-standalone": "off"
}
}
]
}
3 changes: 2 additions & 1 deletion libs/cdk/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"style": "kebab-case"
}
],
"@typescript-eslint/no-non-null-assertion": "warn"
"@typescript-eslint/no-non-null-assertion": "warn",
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion libs/isr/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"files": ["*.ts"],
"extends": ["plugin:@nx/angular"],
"rules": {
"@typescript-eslint/no-non-null-assertion": "warn"
"@typescript-eslint/no-non-null-assertion": "warn",
"@angular-eslint/prefer-standalone": "off"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion libs/state/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"prefix": "rx",
"style": "kebab-case"
}
]
],
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion libs/template/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}
],
"@angular-eslint/no-input-rename": "off",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { unpatchedScroll } from './util';
useExisting: RxVirtualScrollElementDirective,
},
],
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
host: {
class: 'rx-virtual-scroll-element',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const NG_DEV_MODE = typeof ngDevMode === 'undefined' || !!ngDevMode;
],
encapsulation: ViewEncapsulation.None,
styleUrls: ['./virtual-scroll-viewport.component.scss'],
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
host: {
class: 'rx-virtual-scroll-viewport',
},
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"libs/**"
],
"dependencies": {
"@angular/animations": "19.0.0",
"@angular/cdk": "19.0.0",
"@angular/animations": "19.1.3",
"@angular/cdk": "19.1.1",
"@angular/cdk-experimental": "19.0.0",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/material": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/router": "19.0.0",
"@angular/ssr": "19.0.0",
"@typescript-eslint/utils": "7.18.0",
"@angular/common": "19.1.3",
"@angular/compiler": "19.1.3",
"@angular/core": "19.1.3",
"@angular/forms": "19.1.3",
"@angular/material": "19.1.1",
"@angular/platform-browser": "19.1.3",
"@angular/platform-browser-dynamic": "19.1.3",
"@angular/platform-server": "19.1.3",
"@angular/router": "19.1.3",
"@angular/ssr": "19.1.4",
"@typescript-eslint/utils": "8.22.0",
"bootstrap": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"ngx-skeleton-loader": "^7.0.0",
Expand All @@ -65,39 +65,39 @@
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.0",
"@angular-devkit/core": "19.0.0",
"@angular-devkit/schematics": "19.0.0",
"@angular-devkit/build-angular": "19.1.4",
"@angular-devkit/core": "19.1.4",
"@angular-devkit/schematics": "19.1.4",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/build": "19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@angular/build": "19.1.4",
"@angular/cli": "~19.1.0",
"@angular/compiler-cli": "19.1.3",
"@angular/language-service": "19.1.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-angular": "^19.1.0",
"@jscutlery/semver": "^5.5.1",
"@nx-plus/docusaurus": "patch:@nx-plus/docusaurus@npm%3A14.1.0#~/.yarn/patches/@nx-plus-docusaurus-npm-14.1.0-b526e34c01.patch",
"@nx/angular": "20.1.0",
"@nx/cypress": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/jest": "20.1.0",
"@nx/js": "20.1.0",
"@nx/node": "20.1.0",
"@nx/workspace": "20.1.0",
"@schematics/angular": "19.0.0",
"@nx/angular": "20.4.0",
"@nx/cypress": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/node": "20.4.0",
"@nx/workspace": "20.4.0",
"@schematics/angular": "19.1.4",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@types/benchmark": "^2.1.0",
"@types/express": "4.17.14",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/klaw-sync": "^6.0.0",
"@types/lodash": "^4.14.196",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"autoprefixer": "^10.4.0",
"benchmark": "^2.1.4",
"browser-sync": "^3.0.0",
Expand All @@ -107,27 +107,27 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"express": "4.18.2",
"express": "4.21.2",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.1.0",
"klaw-sync": "^6.0.0",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"markdown-link-check": "^3.11.2",
"ng-morph": "^4.8.4",
"ng-packagr": "19.0.1",
"nx": "20.1.0",
"ng-packagr": "19.1.1",
"nx": "20.4.0",
"postcss": "^8.4.6",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"typescript": "5.7.3"
},
"packageManager": "[email protected]"
}
Loading
Loading