Skip to content

Commit 1429ac2

Browse files
authored
chore(repo): update nx to 20.2.0-rc.0 (#346)
* chore(repo): update nx to 20.2.0-rc.0 * chore(misc): apply formatting fixes
1 parent 6d07527 commit 1429ac2

File tree

11 files changed

+3039
-2274
lines changed

11 files changed

+3039
-2274
lines changed

apps/products/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefix": "nx-example",
2828
"style": "kebab-case"
2929
}
30-
]
30+
],
31+
"@angular-eslint/prefer-standalone": "off"
3132
},
3233
"plugins": ["@angular-eslint/eslint-plugin", "@typescript-eslint"]
3334
},

apps/products/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import '@nx-example/shared/header';
66
selector: 'nx-example-root',
77
templateUrl: './app.component.html',
88
styleUrls: ['./app.component.scss'],
9+
standalone: false,
910
})
1011
export class AppComponent {}

libs/cart/cart-page/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
}
3030
],
3131
"@angular-eslint/no-conflicting-lifecycle": "error",
32-
"@angular-eslint/no-host-metadata-property": "error",
3332
"@angular-eslint/no-input-rename": "error",
3433
"@angular-eslint/no-inputs-metadata-property": "error",
3534
"@angular-eslint/no-output-native": "error",

libs/products/home-page/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefix": "products",
2828
"style": "kebab-case"
2929
}
30-
]
30+
],
31+
"@angular-eslint/prefer-standalone": "off"
3132
},
3233
"plugins": ["@angular-eslint/eslint-plugin", "@typescript-eslint"]
3334
},

libs/products/home-page/src/lib/home-page/home-page.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import '@nx-example/shared/product/ui';
1515
selector: 'products-home-page',
1616
templateUrl: './home-page.component.html',
1717
styleUrls: ['./home-page.component.scss'],
18+
standalone: false,
1819
})
1920
export class HomePageComponent {
2021
products: Observable<Product[]> = this.store.pipe(

libs/products/product-detail-page/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefix": "nx-example",
2828
"style": "kebab-case"
2929
}
30-
]
30+
],
31+
"@angular-eslint/prefer-standalone": "off"
3132
},
3233
"plugins": ["@angular-eslint/eslint-plugin", "@typescript-eslint"]
3334
},

libs/products/product-detail-page/src/lib/product-detail-page/product-detail-page.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import '@nx-example/shared/product/ui';
1515
selector: 'nx-example-product-detail-page',
1616
templateUrl: './product-detail-page.component.html',
1717
styleUrls: ['./product-detail-page.component.scss'],
18+
standalone: false,
1819
})
1920
export class ProductDetailPageComponent {
2021
product = this.route.paramMap.pipe(

libs/shared/cart/state/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefix": "nx-example",
2828
"style": "kebab-case"
2929
}
30-
]
30+
],
31+
"@angular-eslint/prefer-standalone": "off"
3132
},
3233
"plugins": ["@angular-eslint/eslint-plugin", "@typescript-eslint"]
3334
},

libs/shared/product/state/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefix": "nx-example",
2828
"style": "kebab-case"
2929
}
30-
]
30+
],
31+
"@angular-eslint/prefer-standalone": "off"
3132
},
3233
"plugins": ["@angular-eslint/eslint-plugin", "@typescript-eslint"]
3334
},

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "18.2.3",
31-
"@angular/common": "18.2.3",
32-
"@angular/compiler": "18.2.3",
33-
"@angular/core": "18.2.3",
34-
"@angular/forms": "18.2.3",
35-
"@angular/platform-browser": "18.2.3",
36-
"@angular/platform-browser-dynamic": "18.2.3",
37-
"@angular/router": "18.2.3",
30+
"@angular/animations": "19.0.3",
31+
"@angular/common": "19.0.3",
32+
"@angular/compiler": "19.0.3",
33+
"@angular/core": "19.0.3",
34+
"@angular/forms": "19.0.3",
35+
"@angular/platform-browser": "19.0.3",
36+
"@angular/platform-browser-dynamic": "19.0.3",
37+
"@angular/router": "19.0.3",
3838
"@emotion/babel-plugin": "11.11.0",
3939
"@emotion/react": "11.11.1",
4040
"@emotion/styled": "11.11.0",
@@ -44,7 +44,7 @@
4444
"@ngrx/operators": "18.0.2",
4545
"@ngrx/router-store": "18.0.2",
4646
"@ngrx/store": "18.0.2",
47-
"@nx/angular": "20.1.0-beta.1",
47+
"@nx/angular": "20.2.0-rc.0",
4848
"document-register-element": "1.13.1",
4949
"normalize.css": "^8.0.1",
5050
"react": "18.3.1",
@@ -54,33 +54,33 @@
5454
"react-test-renderer": "18.2.0",
5555
"rxjs": "7.8.0",
5656
"tslib": "^2.3.0",
57-
"zone.js": "0.14.3"
57+
"zone.js": "0.15.0"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "18.2.3",
61-
"@angular-devkit/core": "18.2.3",
62-
"@angular-devkit/schematics": "18.2.3",
63-
"@angular-eslint/eslint-plugin": "18.0.1",
64-
"@angular-eslint/eslint-plugin-template": "18.0.1",
65-
"@angular-eslint/template-parser": "18.0.1",
66-
"@angular/cli": "~18.2.0",
67-
"@angular/compiler-cli": "18.2.3",
68-
"@angular/language-service": "18.2.3",
60+
"@angular-devkit/build-angular": "19.0.4",
61+
"@angular-devkit/core": "19.0.4",
62+
"@angular-devkit/schematics": "19.0.4",
63+
"@angular-eslint/eslint-plugin": "19.0.0",
64+
"@angular-eslint/eslint-plugin-template": "19.0.0",
65+
"@angular-eslint/template-parser": "19.0.0",
66+
"@angular/cli": "~19.0.0",
67+
"@angular/compiler-cli": "19.0.3",
68+
"@angular/language-service": "19.0.3",
6969
"@babel/core": "^7.14.5",
7070
"@babel/preset-react": "^7.14.5",
7171
"@ngrx/store-devtools": "18.0.2",
72-
"@nx/cypress": "20.1.0-beta.1",
73-
"@nx/devkit": "20.1.0-beta.1",
74-
"@nx/eslint": "20.1.0-beta.1",
75-
"@nx/eslint-plugin": "20.1.0-beta.1",
76-
"@nx/jest": "20.1.0-beta.1",
77-
"@nx/js": "20.1.0-beta.1",
78-
"@nx/react": "20.1.0-beta.1",
79-
"@nx/web": "20.1.0-beta.1",
80-
"@nx/webpack": "20.1.0-beta.1",
81-
"@nx/workspace": "20.1.0-beta.1",
72+
"@nx/cypress": "20.2.0-rc.0",
73+
"@nx/devkit": "20.2.0-rc.0",
74+
"@nx/eslint": "20.2.0-rc.0",
75+
"@nx/eslint-plugin": "20.2.0-rc.0",
76+
"@nx/jest": "20.2.0-rc.0",
77+
"@nx/js": "20.2.0-rc.0",
78+
"@nx/react": "20.2.0-rc.0",
79+
"@nx/web": "20.2.0-rc.0",
80+
"@nx/webpack": "20.2.0-rc.0",
81+
"@nx/workspace": "20.2.0-rc.0",
8282
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
83-
"@schematics/angular": "18.2.3",
83+
"@schematics/angular": "19.0.4",
8484
"@svgr/webpack": "^8.0.1",
8585
"@swc-node/register": "1.9.2",
8686
"@swc/cli": "0.3.12",
@@ -111,17 +111,17 @@
111111
"inquirer-autocomplete-prompt": "^1.0.1",
112112
"jest": "29.7.0",
113113
"jest-environment-jsdom": "29.7.0",
114-
"jest-preset-angular": "14.1.0",
114+
"jest-preset-angular": "14.4.2",
115115
"netlify": "^2.4.8",
116-
"nx": "20.1.0-beta.1",
116+
"nx": "20.2.0-rc.0",
117117
"prettier": "2.6.2",
118118
"react-refresh": "^0.10.0",
119119
"style-loader": "^3.3.0",
120120
"stylus": "0.59.0",
121121
"stylus-loader": "^7.1.0",
122122
"ts-jest": "29.2.4",
123123
"ts-node": "10.9.1",
124-
"typescript": "5.5.3",
124+
"typescript": "5.6.3",
125125
"url-loader": "^4.1.1",
126126
"webpack": "^5.75.0",
127127
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)