feature: Angular v.21 update#680
Conversation
|
Thanks for the approval, there's still one test failing, I don't know why exactly. Might be worth it to replace Karma with Vitest as Karma is deprecated and Angular 21 has native support for Vitest. |
|
The Test also fails on the current master Branch. Would probably be smarter to just merge these Changes and then maybe switch to vitest in another PR. |
|
It will be cool to merge quickly this PR if tests also fails on main branch yes. |
|
@mauriciovigolo Hi, is it possible for you to review this PR (and the other one mentioned above) and possibly make a release afterwards please ? |
|
Hi @ArnaudFlaesch, |
| <div *ngIf="copyMessage$ | async as copyMessage" class="message-box"> | ||
| {{ copyMessage }} | ||
| </div> | ||
| @if (copyMessage$ | async; as copyMessage) { |
mauriciovigolo
left a comment
There was a problem hiding this comment.
Great work, @ArnaudFlaesch! 💯
Thanks :) |
|
The failing CI (npm ci) looks due to an out-of-sync package-lock.json. |
|
|
I will release the new version until Sunday, I updated the v21.0.0 milestone. Thanks! |
991ea4b
into
mauriciovigolo:feature/angular-21
|
@mauriciovigolo please release v21.0.0 milestone |
* feature: Angular v.21 update (#680) * chore(deps): update dependencies --------- Co-authored-by: Arnaud Flaesch <ArnaudFlaesch@users.noreply.github.com>
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information