Skip to content

Commit af8523b

Browse files
committed
fix: adapt install generator to libraries without project.json
BREAKING CHANGE: drop support for Nx 16, 17 and 18
1 parent 48904fd commit af8523b

File tree

19 files changed

+2395
-1375
lines changed

19 files changed

+2395
-1375
lines changed

.github/workflows/backwards-compatibility-test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,8 @@ jobs:
2828
- nx-version: '19.8.14'
2929
node-version: 18
3030

31-
- nx-version: '18.3.5'
32-
node-version: 20
33-
- nx-version: '18.3.5'
34-
node-version: 18
35-
36-
- nx-version: '17.3.2'
37-
node-version: 20
38-
- nx-version: '17.3.2'
39-
node-version: 18
40-
41-
- nx-version: '16.10.0'
42-
node-version: 20
43-
- nx-version: '16.10.0'
44-
node-version: 18
45-
4631
name: Backwards Compatibility Test
4732
uses: ./.github/workflows/smoke-test-nx-workspace.yml
4833
with:
4934
nx-version: ${{matrix.nx-version}}
5035
node-version: ${{matrix.node-version}}
51-
verbose: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ For testing: Run through without making any changes. Execute with `--dry-run`, a
241241

242242
| Version | Nx Workspace Version |
243243
| ------- | -------------------- |
244-
| v8.5.0 | `>=16.x <21.x` |
244+
| v9.0.0 | `>=19.x <21.x` |
245245
| v8.4.0 | `>=16.x <20.x` |
246246
| v8.2.0 | `>=16.x <19.x` |
247247
| v8.1.0 | `>=16.x <18.x` |

migrations.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)