Skip to content

Commit a0c6802

Browse files
renovate[bot]ascorbicclaude
authored
chore(deps): update angular monorepo to v21 (major) (#792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 51a46b3 commit a0c6802

File tree

5 files changed

+4625
-3257
lines changed

5 files changed

+4625
-3257
lines changed

examples/angular/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^19.0.3",
13-
"@angular/common": "^19.0.3",
14-
"@angular/compiler": "^19.0.3",
15-
"@angular/core": "^19.0.3",
16-
"@angular/forms": "^19.0.3",
17-
"@angular/platform-browser": "^19.0.3",
18-
"@angular/platform-browser-dynamic": "^19.0.3",
19-
"@angular/router": "^19.0.3",
12+
"@angular/animations": "^21.0.3",
13+
"@angular/common": "^21.0.3",
14+
"@angular/compiler": "^21.0.3",
15+
"@angular/core": "^21.0.3",
16+
"@angular/forms": "^21.0.3",
17+
"@angular/platform-browser": "^21.0.3",
18+
"@angular/platform-browser-dynamic": "^21.0.3",
19+
"@angular/router": "^21.0.3",
2020
"@unpic/angular": "workspace:^",
21-
"rxjs": "~7.8.1",
21+
"rxjs": "^7.8.1",
2222
"tslib": "^2.6.2",
23-
"zone.js": "~0.15.0"
23+
"zone.js": "~0.16.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.0.4",
27-
"@angular/cli": "~19.0.4",
28-
"@angular/compiler-cli": "^19.0.3",
29-
"@testing-library/angular": "^14.5.1",
30-
"@types/jasmine": "~4.3.6",
31-
"jasmine-core": "~4.6.0",
26+
"@angular-devkit/build-angular": "^21.0.2",
27+
"@angular/cli": "^21.0.2",
28+
"@angular/compiler-cli": "^21.0.3",
29+
"@testing-library/angular": "^17.3.6",
30+
"@types/jasmine": "~5.1.0",
31+
"jasmine-core": "~5.6.0",
3232
"karma": "~6.4.3",
33-
"karma-chrome-launcher": "~3.1.1",
33+
"karma-chrome-launcher": "~3.2.0",
3434
"karma-coverage": "~2.2.1",
3535
"karma-jasmine": "~5.1.0",
36-
"karma-jasmine-html-reporter": "~2.0.0",
37-
"typescript": "5.5.4"
36+
"karma-jasmine-html-reporter": "~2.1.0",
37+
"typescript": "~5.9.0"
3838
}
3939
}

examples/angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "node",
17+
"moduleResolution": "bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

packages/angular/package.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,38 @@
1515
"files": [
1616
"dist"
1717
],
18-
"module": "dist/fesm2022/unpic-angular.mjs",
19-
"typings": "dist/index.d.ts",
20-
"exports": {
21-
"./package.json": {
22-
"default": "./package.json"
23-
},
24-
".": {
25-
"types": "./dist/index.d.ts",
26-
"default": "./dist/fesm2022/unpic-angular.mjs"
27-
}
28-
},
2918
"repository": {
3019
"type": "git",
3120
"url": "https://github.com/ascorbic/unpic-img",
3221
"directory": "packages/angular"
3322
},
3423
"devDependencies": {
35-
"@angular-devkit/build-angular": "^19.1.2",
36-
"@angular/cli": "~19.1.2",
37-
"@angular/compiler-cli": "^19.1.1",
38-
"@angular/core": "^19.1.1",
39-
"ng-packagr": "^19.1.0",
24+
"@angular-devkit/build-angular": "^21.0.2",
25+
"@angular/cli": "^21.0.2",
26+
"@angular/compiler": "^21.0.3",
27+
"@angular/compiler-cli": "^21.0.3",
28+
"@angular/core": "^21.0.3",
29+
"ng-packagr": "^21.0.0",
4030
"publint": "^0.3.2",
41-
"typescript": "5.7.3"
31+
"typescript": "~5.9.0"
4232
},
4333
"dependencies": {
4434
"@unpic/core": "workspace:^",
4535
"tslib": "^2.8.1"
36+
},
37+
"module": "./dist/fesm2022/unpic-angular.mjs",
38+
"typings": "./dist/types/unpic-angular.d.ts",
39+
"exports": {
40+
"./package.json": {
41+
"default": "./package.json"
42+
},
43+
".": {
44+
"types": "./dist/types/unpic-angular.d.ts",
45+
"default": "./dist/fesm2022/unpic-angular.mjs"
46+
}
47+
},
48+
"sideEffects": false,
49+
"peerDependencies": {
50+
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
4651
}
4752
}

packages/angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sourceMap": true,
1818
"declaration": false,
1919
"experimentalDecorators": true,
20-
"moduleResolution": "node",
20+
"moduleResolution": "bundler",
2121
"importHelpers": true,
2222
"target": "ES2022",
2323
"module": "ES2022",

0 commit comments

Comments
 (0)