Matthieu Riegler
Matthieu Riegler
We'll need you to drop that merge commit, the change needs to be a single commit to be merged.
We'll need you to drop that merge commit, the change needs to be a single commit to be merged.
Beside the nit, could you please reword the commit and drop the scope. There is no need for a scope for documentation changes. Thank you.
The control flow migration schematic can be re-run with `ng update @angular/core --migrate-only --from=19 --to=20`
`ng update @angular/core --name=control-flow-migration` can only be run on a v20 project. This is to re-run the schematics on a project that has already been updated to v20. Also with...
We don't have details on that issue, I'll close this.
Micromatch doesn't have a pined dependency on braces. if you remove your lock file, you'll get the latest version of braces with the fix
`package-lock.json`, `yarn.lock` or `pnpm-lock.yaml`.
Fwiw, we decided to not introduce that behavior in the `events` observable for a similar reason: It's a "value changes" event stream not a reactive value of the form. Signal...
Confirming that we won't be introducing that behavior.