Skip to content

Commit 6cda91b

Browse files
committed
wip: angular 20 pre-release update
1 parent ab09d94 commit 6cda91b

File tree

10 files changed

+3429
-2562
lines changed

10 files changed

+3429
-2562
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"build:examples-app": "lerna run build:examples-app && node packages/examples-app/prepare-examples-app.js"
2222
},
2323
"devDependencies": {
24-
"@angular/core": "^18.0.0",
25-
"@angular/cli": "^18.0.0",
24+
"@angular/core": "^20.0.0-next.4",
25+
"@angular/cli": "^20.0.0-next.4",
2626
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
2727
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
2828
"@istanbuljs/nyc-config-typescript": "^1.0.2",
@@ -46,7 +46,7 @@
4646
"ts-loader": "^9.5.1",
4747
"ts-node": "^10.4.0",
4848
"tslib": "^2.5.0",
49-
"typescript": "~5.5.0",
49+
"typescript": "~5.8.3",
5050
"webpack": "^5.78.0",
5151
"webpack-merge": "^5.10.0"
5252
}

packages/angular-material/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
]
6161
},
6262
"peerDependencies": {
63-
"@angular/animations": "^18.0.0 || ^19.0.0",
64-
"@angular/cdk": "^18.0.0 || ^19.0.0",
65-
"@angular/common": "^18.0.0 || ^19.0.0",
66-
"@angular/core": "^18.0.0 || ^19.0.0",
67-
"@angular/forms": "^18.0.0 || ^19.0.0",
68-
"@angular/material": "^18.0.0 || ^19.0.0",
69-
"@angular/platform-browser": "^18.0.0 || ^19.0.0",
70-
"@angular/router": "^18.0.0 || ^19.0.0",
63+
"@angular/animations": "^18.0.0 || ^19.0.0 || ^20.0.0",
64+
"@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0",
65+
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
66+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
67+
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
68+
"@angular/material": "^18.0.0 || ^19.0.0 || ^20.0.0",
69+
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0",
70+
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
7171
"@jsonforms/angular": "3.5.1",
7272
"@jsonforms/core": "3.5.1",
7373
"dayjs": "^1.11.10",
@@ -78,29 +78,29 @@
7878
"lodash": "^4.17.21"
7979
},
8080
"devDependencies": {
81-
"@angular-devkit/build-angular": "^18.0.0",
82-
"@angular-devkit/core": "^18.0.0",
83-
"@angular-eslint/eslint-plugin": "^18.0.0",
84-
"@angular-eslint/eslint-plugin-template": "^18.0.0",
85-
"@angular-eslint/schematics": "^18.0.0",
86-
"@angular-eslint/template-parser": "^18.0.0",
87-
"@angular/animations": "^18.0.0",
88-
"@angular/cdk": "^18.0.0",
89-
"@angular/common": "^18.0.0",
90-
"@angular/compiler": "^18.0.0",
91-
"@angular/compiler-cli": "^18.0.0",
92-
"@angular/core": "^18.0.0",
93-
"@angular/forms": "^18.0.0",
94-
"@angular/material": "^18.0.0",
95-
"@angular/platform-browser": "^18.0.0",
96-
"@angular/platform-browser-dynamic": "^18.0.0",
97-
"@angular/router": "^18.0.0",
81+
"@angular-devkit/build-angular": "^20.0.0-next.4",
82+
"@angular-devkit/core": "^20.0.0-next.4",
83+
"@angular-eslint/eslint-plugin": "^19.3.0",
84+
"@angular-eslint/eslint-plugin-template": "^19.3.0",
85+
"@angular-eslint/schematics": "^19.3.0",
86+
"@angular-eslint/template-parser": "^19.3.0",
87+
"@angular/animations": "^20.0.0-next.4",
88+
"@angular/cdk": "^20.0.0-next.4",
89+
"@angular/common": "^20.0.0-next.4",
90+
"@angular/compiler": "^20.0.0-next.4",
91+
"@angular/compiler-cli": "^20.0.0-next.4",
92+
"@angular/core": "^20.0.0-next.4",
93+
"@angular/forms": "^20.0.0-next.4",
94+
"@angular/material": "^20.0.0-next.4",
95+
"@angular/platform-browser": "^20.0.0-next.4",
96+
"@angular/platform-browser-dynamic": "^20.0.0-next.4",
97+
"@angular/router": "^20.0.0-next.4",
9898
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
9999
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
100100
"@jsonforms/angular": "workspace:*",
101101
"@jsonforms/core": "workspace:*",
102102
"@jsonforms/examples": "workspace:*",
103-
"@ngtools/webpack": "^18.0.0",
103+
"@ngtools/webpack": "^20.0.0-next.4",
104104
"@types/jasmine": "~3.8.0",
105105
"@types/lodash": "4.14.149",
106106
"@types/node": "^22.13.8",
@@ -124,7 +124,7 @@
124124
"karma-jasmine-html-reporter": "^1.7.0",
125125
"karma-sourcemap-loader": "^0.3.8",
126126
"karma-webpack": "^5.0.0",
127-
"ng-packagr": "^18.0.0",
127+
"ng-packagr": "^20.0.0-next.4",
128128
"null-loader": "^0.1.1",
129129
"nyc": "^15.1.0",
130130
"prettier": "^2.8.4",
@@ -134,9 +134,9 @@
134134
"ts-loader": "^9.5.1",
135135
"tslib": "^2.5.0",
136136
"typedoc": "~0.25.3",
137-
"typescript": "~5.5.0",
137+
"typescript": "~5.8.3",
138138
"webpack": "^5.78.0",
139139
"yargs": "^17.7.2",
140-
"zone.js": "~0.14.10"
140+
"zone.js": "~0.15.0"
141141
}
142142
}

packages/angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@
6767
"lodash": "^4.17.21"
6868
},
6969
"peerDependencies": {
70-
"@angular/core": "^18.0.0 || ^19.0.0",
71-
"@angular/forms": "^18.0.0 || ^19.0.0",
70+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
71+
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
7272
"@jsonforms/core": "3.5.1",
7373
"rxjs": "^6.6.0 || ^7.4.0"
7474
},
7575
"devDependencies": {
76-
"@angular-eslint/eslint-plugin": "^18.0.0",
77-
"@angular-eslint/eslint-plugin-template": "^18.0.0",
78-
"@angular-eslint/schematics": "^18.0.0",
79-
"@angular-eslint/template-parser": "^18.0.0",
80-
"@angular/compiler": "^18.0.0",
81-
"@angular/compiler-cli": "^18.0.0",
82-
"@angular/core": "^18.0.0",
83-
"@angular/forms": "^18.0.0",
76+
"@angular-eslint/eslint-plugin": "^19.3.0",
77+
"@angular-eslint/eslint-plugin-template": "^19.3.0",
78+
"@angular-eslint/schematics": "^19.3.0",
79+
"@angular-eslint/template-parser": "^19.3.0",
80+
"@angular/compiler": "^20.0.0-next.4",
81+
"@angular/compiler-cli": "^20.0.0-next.4",
82+
"@angular/core": "^20.0.0-next.4",
83+
"@angular/forms": "^20.0.0-next.4",
8484
"@jsonforms/core": "workspace:*",
8585
"@typescript-eslint/eslint-plugin": "^5.54.1",
8686
"@typescript-eslint/parser": "^5.54.1",
@@ -90,14 +90,14 @@
9090
"eslint-config-prettier": "^8.7.0",
9191
"eslint-plugin-import": "^2.27.5",
9292
"eslint-plugin-prettier": "^4.2.1",
93-
"ng-packagr": "^18.0.0",
93+
"ng-packagr": "^20.0.0-next.4",
9494
"nyc": "^15.1.0",
9595
"prettier": "^2.8.4",
9696
"rimraf": "^3.0.2",
9797
"rxjs": "^6.6.0",
9898
"source-map-support": "^0.5.21",
9999
"tslib": "^2.3.0",
100100
"typedoc": "~0.25.3",
101-
"typescript": "~5.5.0"
101+
"typescript": "~5.8.3"
102102
}
103103
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"ts-node": "^10.4.0",
9797
"tslib": "^2.5.0",
9898
"typedoc": "~0.25.3",
99-
"typescript": "~5.5.0"
99+
"typescript": "~5.8.3"
100100
}
101101
}

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"rollup-plugin-visualizer": "^5.4.1",
6767
"tslib": "^2.5.0",
6868
"typedoc": "~0.25.3",
69-
"typescript": "~5.5.0"
69+
"typescript": "~5.8.3"
7070
}
7171
}

packages/material-renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"ts-loader": "^9.5.1",
138138
"tslib": "^2.5.0",
139139
"typedoc": "~0.25.3",
140-
"typescript": "~5.5.0",
140+
"typescript": "~5.8.3",
141141
"webpack": "^5.78.0",
142142
"webpack-cli": "^5.1.4",
143143
"webpack-dev-server": "^4.15.1"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
"ts-jest": "^27.1.4",
128128
"tslib": "^2.5.0",
129129
"typedoc": "~0.25.3",
130-
"typescript": "~5.5.0"
130+
"typescript": "~5.8.3"
131131
}
132132
}

packages/vue-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"symlink-dir": "^5.0.0",
8989
"tslib": "^2.5.0",
9090
"typedoc": "~0.25.3",
91-
"typescript": "~5.5.0",
91+
"typescript": "~5.8.3",
9292
"vue": "^3.4.21",
9393
"vue-jest": "^5.0.0-0"
9494
},

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"ts-jest": "^27.1.5",
8282
"tslib": "^2.5.0",
8383
"typedoc": "~0.25.3",
84-
"typescript": "~5.5.0",
84+
"typescript": "~5.8.3",
8585
"vue": "^3.4.21"
8686
},
8787
"peerDependencies": {

0 commit comments

Comments
 (0)