You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove Angular 17 support ([#31446](https://github.com/cypress-io/cypress/issues/31446)) ([971b7ae](https://github.com/cypress-io/cypress/commit/971b7ae3d7d3aa0fd608550e9d896b3d2b8c8634))
7
+
8
+
9
+
### Features
10
+
11
+
* allow for @cypress/webpack-batteries-included-preprocessor to fully resolve the user tsconfig compiler options ([#31590](https://github.com/cypress-io/cypress/issues/31590)) ([f369f50](https://github.com/cypress-io/cypress/commit/f369f50045685648b94d05ab6426099ee80d1245))
12
+
13
+
14
+
### BREAKING CHANGES
15
+
16
+
* Removed support for Angular 17. Only Angular 18 and 19 are now supported. This change affects the @cypress/angular package. Addresses #31303.
17
+
18
+
* empty commit to kick CI
19
+
20
+
* update changelog references to make it clearer on where angular 17 packages live historically
21
+
22
+
* fix cy framework errors app test to use angualr 18 and 19
23
+
24
+
* fix issue where di was not discoverable in resolved system tests config
25
+
26
+
* fix scaffold dependencies to use angular 18 and 19 and not 17 and 18
0 commit comments