Skip to content

Commit 5cede12

Browse files
Bump Angular SDK version in angular-ts template (#5139)
# Description of Changes - Bump Angular to ^21.2.12 in angular-ts template + sdk devDeps <!-- Please describe your change, mention any related tickets, and so on here. --> # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk 1 <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [ ] <!-- maybe a test you want to do --> - [ ] <!-- maybe a test you want a reviewer to do, so they can check it off when they're satisfied. --> --------- Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
1 parent 96a7cd1 commit 5cede12

3 files changed

Lines changed: 1136 additions & 1387 deletions

File tree

crates/bindings-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
}
215215
},
216216
"devDependencies": {
217-
"@angular/compiler": "^21.1.0",
218-
"@angular/core": "^21.1.0",
217+
"@angular/compiler": "^21.2.12",
218+
"@angular/core": "^21.2.12",
219219
"@eslint/js": "^9.17.0",
220220
"@size-limit/file": "^11.2.0",
221221
"@tanstack/react-query": "^5.90.19",

0 commit comments

Comments
 (0)