Skip to content

Commit 1917899

Browse files
authored
test(angular): Bump TS version to 5.9.0 in Angular 20 e2e test (#17605)
Angular 21 will only support TS 5.9.0 or greater. This breaking change was introduced in the [`next.3` preview release](https://github.com/angular/angular/releases/tag/21.0.0-next.3) and was flagged in our Angular canary test. Bumping the TS version should be safe here since it will be required by NG21 and still fits into the [compatible range of NG20](https://angular.dev/reference/versions). closes #17603
1 parent 7647e72 commit 1917899

File tree

1 file changed

+9
-1
lines changed
  • dev-packages/e2e-tests/test-applications/angular-20

1 file changed

+9
-1
lines changed

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,17 @@
4444
"karma-coverage": "~2.2.0",
4545
"karma-jasmine": "~5.1.0",
4646
"karma-jasmine-html-reporter": "~2.1.0",
47-
"typescript": "~5.8.3"
47+
"typescript": "~5.9.0"
4848
},
4949
"volta": {
5050
"extends": "../../package.json"
51+
},
52+
"sentryTest": {
53+
"optionalVariants": [
54+
{
55+
"build-command": "pnpm test:build-canary",
56+
"label": "angular (canary)"
57+
}
58+
]
5159
}
5260
}

0 commit comments

Comments
 (0)