Uh oh!
There was an error while loading. Please reload this page.
test(angular): Fix failing canary test - #19639
Conversation
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
3dcb028 to
098e920CompareUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Uh oh!
There was an error while loading. Please reload this page.
ece849b to
cac1432CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| with: | ||
| version: 9.15.9 | ||
| - name: Set up Node | ||
| if: matrix.test-application != 'angular-20' |
There was a problem hiding this comment.
turns out this was no longer necessary at all. Now we just set Node 22 in the angular-21 package.json.
Uh oh!
There was an error while loading. Please reload this page.
The actual fail mostly "resolved itself" because Angular now also released `22.0.0-next.0` versions for the Angular CLI packages, in addition to the core angular packages. However, Angular 22 will [require](angular/angular-cli#32681) At least Node 22.22.0. So this PR makes a few modifications to fully fix Angular canary tests again: - set the node version to Node 22.22.0 for the canary test and the Angular 21 e2e test (which should be fine IMHO) - Use the `angular-21` app instead of the `angular-20` app for canary tests - Remove the optional canary test config in the `angular-20` app closes#19636
The actual fail mostly "resolved itself" because Angular now also released
22.0.0-next.0versions for the Angular CLI packages, in addition to the core angular packages. However, Angular 22 will require At least Node 22.22.0.So this PR makes a few modifications to fully fix Angular canary tests again:
angular-21app instead of theangular-20app for canary testsangular-20appcloses#19636