Skip to content

Commit bc8d191

Browse files
committed
chore: upgrade to Angular 21
- Update @angular/* packages to 21.0.8 - Update @angular/cli and build tools to 21.0.5 - Update ng-packagr to 21.0.1 - Update angular-eslint to 21.1.0 - Update README to reflect Angular 16-21 support
1 parent e1ea5a7 commit bc8d191

File tree

3 files changed

+1649
-1652
lines changed

3 files changed

+1649
-1652
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The internationalization (i18n) library for Angular.
44
<br/>
55

6-
## Angular 16 - 20
6+
## Angular 16 - 21
77

88
The new [documentation](https://ngx-translate.org/) now covers installation on
99
Angular 16+ and is divided into smaller, more readable sections, making it

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular-devkit/build-angular": "^20.3.14",
20-
"@angular/common": "20.3.12",
21-
"@angular/compiler": "20.3.12",
22-
"@angular/core": "20.3.12",
23-
"@angular/forms": "20.3.12",
24-
"@angular/platform-browser": "20.3.12",
25-
"@angular/router": "20.3.12",
19+
"@angular-devkit/build-angular": "^21.0.5",
20+
"@angular/common": "21.0.8",
21+
"@angular/compiler": "21.0.8",
22+
"@angular/core": "21.0.8",
23+
"@angular/forms": "21.0.8",
24+
"@angular/platform-browser": "21.0.8",
25+
"@angular/router": "21.0.8",
2626
"rxjs": "7.8.2",
2727
"tslib": "2.8.1",
2828
"zone.js": "0.15.1"
2929
},
3030
"devDependencies": {
31-
"@angular/build": "20.3.10",
32-
"@angular/cli": "20.3.10",
33-
"@angular/compiler-cli": "20.3.12",
31+
"@angular/build": "21.0.5",
32+
"@angular/cli": "21.0.5",
33+
"@angular/compiler-cli": "21.0.8",
3434
"@commitlint/cli": "20.1.0",
3535
"@commitlint/config-conventional": "20.0.0",
3636
"@types/jasmine": "5.1.13",
37-
"angular-eslint": "^20.7.0",
37+
"angular-eslint": "^21.1.0",
3838
"eslint": "9.39.1",
3939
"eslint-config-prettier": "10.1.8",
4040
"husky": "9.1.7",
@@ -46,7 +46,7 @@
4646
"karma-jasmine-html-reporter": "2.1.0",
4747
"karma-mocha-reporter": "2.2.5",
4848
"lint-staged": "16.2.6",
49-
"ng-packagr": "20.3.2",
49+
"ng-packagr": "21.0.1",
5050
"prettier": "3.6.2",
5151
"ts-mocks": "3.0.1",
5252
"typescript": "5.9.3",

0 commit comments

Comments
 (0)