Angular Compatibility Compiler (ngcc) has been removed and as a result Angular View Engine libraries will no longer work
Deprecated EventManager method addGlobalEventListener has been removed as it is not used by Ivy.
bazel
Several changes to the Angular Package Format (APF)
Removal of FESM2015
Replacing ES2020 with ES2022
Replacing FESM2020 with FESM2022
Several changes to the Angular Package Format (APF)
Removal of FESM2015
Replacing ES2020 with ES2022
Replacing FESM2020 with FESM2022
common
MockPlatformLocation is now provided by default in tests.
Existing tests may have behaviors which rely on
BrowserPlatformLocation instead. For example, direct access to the
window.history in either the test or the component rather than going
through the Angular APIs (Location.getState()). The quickest fix is to
update the providers in the test suite to override the provider again
TestBed.configureTestingModule({providers: [{provide: PlatformLocation, useClass: BrowserPlatformLocation}]}).
The ideal fix would be to update the code to instead be compatible with
MockPlatformLocation instead.
If the 'ngTemplateOutletContext' is different from the context, it will result in a compile-time error.
Before the change, the following template was compiling:
This version was pushed to npm by google-wombot, a new releaser for @angular/platform-server since your current version.
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 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/platform-server from 2.1.1 to 16.0.0.
Release notes
Sourced from
@angular/platform-server
's releases.... (truncated)
Changelog
Sourced from
@angular/platform-server
's changelog.... (truncated)
Commits
5ea624f
fix(platform-server): remove dependency on `@angular/platform-browser-dynamic...b88421b
refactor(platform-server): avoid usingplatformDynamicServer
when `ngJitMod...4240f4a
refactor(core): improve error message when dom node is not found (#49977)a2b6b9d
refactor(platform-browser): log a warning when a custom or a noop ZoneJS is u...60fe29e
refactor(core): hydrate components of the same type used with and without ngS...21b834f
test(core): adding extra tests for hydration of view containers located after...aa24038
refactor(core): handle empty projection slots within\<ng-container>
during ...44243f8
refactor(core): insert special marker only when text node content is an empty...14d2747
test: refactor platform-server tests to use async/await (#49855)fedc756
fix(core): include inner ViewContainerRef anchor nodes into ViewRef.rootNodes...Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for
@angular/platform-server
since your current version.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 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)