Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.
Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule
common
the NgSwitch directive now defaults to the === equality operator,
migrating from the previously used ==. NgSwitch expressions and / or
individual condition values need adjusting to this stricter equality
check. The added warning message should help pinpointing NgSwitch
usages where adjustements are needed.
core
Angular now required zone.js version ~0.14.0
Versions of TypeScript older than 5.2 are no longer supported.
The mutate method was removed from the WritableSignal interface and completely
dropped from the public API surface. As an alternative please use the update method and
make immutable changes to the object.
The mutate method was removed from the WritableSignal interface and completely
dropped from the public API surface. As an alternative please use the update method and
make immutable changes to the object.
OnPush components that are created dynamically now
only have their host bindings refreshed and ngDoCheck run during change
detection if they are dirty.
Previously, a bug in the change detection would result in the OnPush
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @angular/compiler-cli from 14.0.1 to 17.0.0.
Release notes
Sourced from
@angular/compiler-cli
's releases.... (truncated)
Changelog
Sourced from
@angular/compiler-cli
's changelog.... (truncated)
Commits
590c618
refactor(compiler): Fix two-way binding source maps (#52479)b44f2f9
refactor(compiler): Fix two-way bindings in template pipeline (#52479)a48d65c
refactor(compiler): Support extracting deps functions fordefer
in template...42899c5
refactor(compiler): Emit a template ref extractor onng-template
s with loca...2367b03
refactor(compiler): Add template pipeline golden for differing consts (#52479)d8eab6f
refactor(compiler): Add template pipeline goldens for some tests with const a...dab522f
refactor(compiler): Support defer triggers with no arguments in template pipe...8400533
refactor(compiler): SupportdeferWhen
instructions in template pipeline (#5...fa9bca2
refactor(compiler): Add support for ICUs as part of another i18n message (#52...83067b3
fix(compiler): ng-template directive invoke twice at the root of control flow...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show