Skip to content

Commit 5fc4d4d

Browse files
committed
build: update to NG version 20, Nx version 21.2
1 parent c4aaf01 commit 5fc4d4d

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The package versions are aligned with the _Angular_ version.
88
* for **Nx < v20** and **NG v18** use _v18.0.1_.
99
* for **Nx >= v20** and **NG v18** use _v18.1.1_.
1010
* for **Nx >= v20** and **NG v19** use _v19.0.7_.
11+
* for **Nx >= v21.2** and **NG v20** use _v20.0.0_.
1112

1213
**Breaking change** in v18.1.0:
1314

@@ -17,14 +18,14 @@ Until _v18.0.1_, the generated `includePaths` were like this, which is illegal i
1718

1819
```json
1920
"@org/booking/domain": ["libs/booking/domain/src/index.ts"],
20-
"@org/booking/feature-test": ["libs/booking/feature-test/src/index.ts"]
21+
"@org/booking/feature-test": ["libs/booking/feature-test/src/index.ts"]
2122
```
2223

2324
Starting with _v18.1.0_, the generated `includePaths` are using dashes instead:
2425

2526
```json
2627
"@org/booking-domain": ["libs/booking/domain/src/index.ts"],
27-
"@org/booking-feature-test": ["libs/booking/feature-test/src/index.ts"]
28+
"@org/booking-feature-test": ["libs/booking/feature-test/src/index.ts"]
2829
```
2930

3031
## About

libs/ddd/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The package versions are aligned with the _Angular_ version.
88
* for **Nx < v20** and **NG v18** use _v18.0.1_.
99
* for **Nx >= v20** and **NG v18** use _v18.1.1_.
1010
* for **Nx >= v20** and **NG v19** use _v19.0.7_.
11+
* for **Nx >= v21.2** and **NG v20** use _v20.0.0_.
1112

1213
**Breaking change** in v18.1.0:
1314

libs/ddd/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"url": "https://github.com/angular-architects/nx-ddd-plugin"
1010
},
1111
"engines": {
12-
"node": ">=18",
12+
"node": ">=20.19.0",
1313
"npm": ">=9",
1414
"yarn": "^1.22.17"
1515
},
1616
"dependencies": {
1717
"tslib": "^2.3.1"
1818
},
1919
"optionalDependencies": {
20-
"@ngrx/schematics": "^19.0.0"
20+
"@ngrx/schematics": "^20.0.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/core": "^19.0.0",
24-
"@nx/angular": ">=20.0.0"
23+
"@angular/core": "^20.0.0",
24+
"@nx/angular": ">=21.2.0"
2525
},
2626
"main": "src/index.js",
2727
"schematics": "./collection.json",

0 commit comments

Comments
 (0)