Angular v21 Support Attempt 2 (#6369)

New MR with verified commits to support angular v21

Closes https://github.com/transloadit/uppy/issues/6275
This commit is contained in:
Prakash 2026-07-06 20:36:03 +05:30 committed by GitHub
commit 96a396cf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4860 additions and 166 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/angular": minor
---
Add support for Angular 21

View file

@ -9,22 +9,22 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^19.2.17", "@angular/animations": "^21.2.10",
"@angular/common": "^19.2.17", "@angular/common": "^21.2.10",
"@angular/compiler": "^19.2.18", "@angular/compiler": "^21.2.10",
"@angular/core": "^19.2.18", "@angular/core": "^21.2.10",
"@angular/forms": "^19.2.17", "@angular/forms": "^21.2.10",
"@angular/platform-browser": "^19.2.17", "@angular/platform-browser": "^21.2.10",
"@angular/platform-browser-dynamic": "^19.2.17", "@angular/platform-browser-dynamic": "^21.2.10",
"@angular/router": "^19.2.17", "@angular/router": "^21.2.10",
"rxjs": "~7.8.2", "rxjs": "~7.8.0",
"tslib": "^2.8.1", "tslib": "^2.3.0",
"zone.js": "~0.15.0" "zone.js": "~0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^19.0.0", "@angular-devkit/build-angular": "^21.2.8",
"@angular/cli": "^19.0.0", "@angular/cli": "^21.2.8",
"@angular/compiler-cli": "^19.2.17", "@angular/compiler-cli": "^21.2.10",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.1.0",
"karma": "~6.4.0", "karma": "~6.4.0",
@ -32,7 +32,7 @@
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.0.0", "ng-packagr": "^21.2.3",
"typescript": "~5.5.4" "typescript": "~5.9.0"
} }
} }

View file

@ -25,8 +25,8 @@
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
"@uppy/core": "workspace:^", "@uppy/core": "workspace:^",
"@uppy/dashboard": "workspace:^", "@uppy/dashboard": "workspace:^",
"@uppy/status-bar": "workspace:^" "@uppy/status-bar": "workspace:^"

4987
yarn.lock

File diff suppressed because it is too large Load diff