Skip to content

Commit 96a396c

Browse files
authored
Angular v21 Support Attempt 2 (#6369)
New MR with verified commits to support angular v21 Closes #6275
2 parents 08bd2ef + cef447b commit 96a396c

4 files changed

Lines changed: 4874 additions & 180 deletions

File tree

.changeset/quiet-hounds-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@uppy/angular": minor
3+
---
4+
5+
Add support for Angular 21

packages/@uppy/angular/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^19.2.17",
13-
"@angular/common": "^19.2.17",
14-
"@angular/compiler": "^19.2.18",
15-
"@angular/core": "^19.2.18",
16-
"@angular/forms": "^19.2.17",
17-
"@angular/platform-browser": "^19.2.17",
18-
"@angular/platform-browser-dynamic": "^19.2.17",
19-
"@angular/router": "^19.2.17",
20-
"rxjs": "~7.8.2",
21-
"tslib": "^2.8.1",
12+
"@angular/animations": "^21.2.10",
13+
"@angular/common": "^21.2.10",
14+
"@angular/compiler": "^21.2.10",
15+
"@angular/core": "^21.2.10",
16+
"@angular/forms": "^21.2.10",
17+
"@angular/platform-browser": "^21.2.10",
18+
"@angular/platform-browser-dynamic": "^21.2.10",
19+
"@angular/router": "^21.2.10",
20+
"rxjs": "~7.8.0",
21+
"tslib": "^2.3.0",
2222
"zone.js": "~0.15.0"
2323
},
2424
"devDependencies": {
25-
"@angular-devkit/build-angular": "^19.0.0",
26-
"@angular/cli": "^19.0.0",
27-
"@angular/compiler-cli": "^19.2.17",
25+
"@angular-devkit/build-angular": "^21.2.8",
26+
"@angular/cli": "^21.2.8",
27+
"@angular/compiler-cli": "^21.2.10",
2828
"@types/jasmine": "~5.1.0",
2929
"jasmine-core": "~5.1.0",
3030
"karma": "~6.4.0",
3131
"karma-chrome-launcher": "~3.2.0",
3232
"karma-coverage": "~2.2.0",
3333
"karma-jasmine": "~5.1.0",
3434
"karma-jasmine-html-reporter": "~2.1.0",
35-
"ng-packagr": "^19.0.0",
36-
"typescript": "~5.5.4"
35+
"ng-packagr": "^21.2.3",
36+
"typescript": "~5.9.0"
3737
}
3838
}

packages/@uppy/angular/projects/uppy/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"tslib": "^2.8.1"
2626
},
2727
"peerDependencies": {
28-
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
29-
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
28+
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
29+
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
3030
"@uppy/core": "workspace:^",
3131
"@uppy/dashboard": "workspace:^",
3232
"@uppy/status-bar": "workspace:^"

0 commit comments

Comments
 (0)