Skip to content

Commit ee56d7e

Browse files
committed
AG-16185 - Remove Angular 17 support.
1 parent d1ca4e7 commit ee56d7e

File tree

6 files changed

+2713
-1478
lines changed

6 files changed

+2713
-1478
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"tests/vue-package-tests"
153153
],
154154
"nohoist": [
155+
"**/lru-cache",
155156
"**/tinypool",
156157
"**/@vue/**",
157158
"**/vue",

packages/ag-charts-angular/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"tslib": "^2.3.0"
3838
},
3939
"devDependencies": {
40-
"@angular-devkit/build-angular": "^17.0.0",
41-
"@angular/cli": "^17.0.0",
42-
"@angular/compiler-cli": "^17.0.0",
43-
"@angular/animations": "^17.0.0",
44-
"@angular/common": "^17.0.0",
45-
"@angular/compiler": "^17.0.0",
46-
"@angular/core": "^17.0.0",
47-
"@angular/forms": "^17.0.0",
48-
"@angular/platform-browser": "^17.0.0",
49-
"@angular/platform-browser-dynamic": "^17.0.0",
50-
"@angular/router": "^17.0.0",
40+
"@angular-devkit/build-angular": "^18.0.0",
41+
"@angular/cli": "^18.0.0",
42+
"@angular/compiler-cli": "^18.0.0",
43+
"@angular/animations": "^18.0.0",
44+
"@angular/common": "^18.0.0",
45+
"@angular/compiler": "^18.0.0",
46+
"@angular/core": "^18.0.0",
47+
"@angular/forms": "^18.0.0",
48+
"@angular/platform-browser": "^18.0.0",
49+
"@angular/platform-browser-dynamic": "^18.0.0",
50+
"@angular/router": "^18.0.0",
5151
"@types/jasmine": "~4.0.0",
5252
"@types/node": "^18.18.10",
5353
"jasmine-core": "~4.3.0",
@@ -56,13 +56,13 @@
5656
"karma-coverage": "~2.2.0",
5757
"karma-jasmine": "~5.1.0",
5858
"karma-jasmine-html-reporter": "~2.0.0",
59-
"ng-packagr": "^17.3.0",
59+
"ng-packagr": "^18.0.0",
6060
"rxjs": "~7.5.0",
61-
"typescript": "~5.2.2",
61+
"typescript": "~5.4.5",
6262
"zone.js": "~0.14.10"
6363
},
6464
"peerDependencies": {
65-
"@angular/common": ">= 17.0.0",
66-
"@angular/core": ">= 17.0.0"
65+
"@angular/common": ">= 18.0.0",
66+
"@angular/core": ">= 18.0.0"
6767
}
6868
}

packages/ag-charts-angular/projects/ag-charts-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"homepage": "https://www.ag-grid.com/charts/",
2020
"peerDependencies": {
21-
"@angular/common": ">= 17.0.0",
22-
"@angular/core": ">= 17.0.0"
21+
"@angular/common": ">= 18.0.0",
22+
"@angular/core": ">= 18.0.0"
2323
},
2424
"dependencies": {
2525
"ag-charts-community": "12.3.1",

packages/ag-charts-website/src/content/docs/supported-frameworks/index.mdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ There are no version compatibility requirements for AG Charts when using the Jav
2525

2626
| Angular Version | AG Charts Version |
2727
| --------------- | ----------------- |
28-
| 20 | 11.3.2 - 12+ |
29-
| 19 | 11 - 12+ |
30-
| 18 | 10 - 12+ |
31-
| 17 | 10 - 12+ |
28+
| 20 | 11.3.2 - 13+ |
29+
| 19 | 11 - 13+ |
30+
| 18 | 10 - 13+ |
31+
| 17 | 10 - 12 |
3232
| 16 | 10 |
3333
| 15 | 9 |
3434
| 14 | 9 |

tests/angular-package-tests/project.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,16 @@
99
"inputs": [],
1010
"outputs": [],
1111
"dependsOn": [
12-
"test:package:local-17",
1312
"test:package:local-18",
1413
"test:package:local-19",
1514
"test:package:local-20",
1615
"test:package:local-latest",
17-
"test:package:production-19"
16+
"test:package:production-20"
1817
],
1918
"configurations": {
2019
"update": {}
2120
}
2221
},
23-
"test:package:local-17": {
24-
"dependsOn": ["^pack"],
25-
"command": "{projectRoot}/run.sh 17",
26-
"configurations": {
27-
"update": {
28-
"command": "{projectRoot}/run.sh -u 17"
29-
}
30-
}
31-
},
3222
"test:package:local-18": {
3323
"dependsOn": ["^pack"],
3424
"command": "{projectRoot}/run.sh 18",
@@ -47,13 +37,22 @@
4737
}
4838
}
4939
},
50-
"test:package:production-19": {
40+
"test:package:local-20": {
41+
"dependsOn": ["^pack"],
42+
"command": "{projectRoot}/run.sh 20",
43+
"configurations": {
44+
"update": {
45+
"command": "{projectRoot}/run.sh -u 20"
46+
}
47+
}
48+
},
49+
"test:package:production-20": {
5150
"dependsOn": ["^pack"],
52-
"command": "{projectRoot}/run.sh -p 19",
51+
"command": "{projectRoot}/run.sh -p 20",
5352
"cache": false,
5453
"configurations": {
5554
"update": {
56-
"command": "{projectRoot}/run.sh -p -u 19"
55+
"command": "{projectRoot}/run.sh -p -u 20"
5756
}
5857
}
5958
},

0 commit comments

Comments
 (0)