You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.5
Update dependency @angular/platform-browser to v18.0.5 - autoclosed
Jun 29, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.5 - autoclosed
Update dependency @angular/platform-browser to v18.0.5
Jul 3, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.5
Update dependency @angular/platform-browser to v18.0.6
Jul 4, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.6
Update dependency @angular/platform-browser to v18.0.6 - autoclosed
Jul 5, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.6 - autoclosed
Update dependency @angular/platform-browser to v18.0.6
Jul 10, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.0.6
Update dependency @angular/platform-browser to v18.1.0
Jul 10, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.1.0
Update dependency @angular/platform-browser to v18.1.1
Jul 17, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.1.1
Update dependency @angular/platform-browser to v18.1.2
Jul 24, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.1.2
Update dependency @angular/platform-browser to v18.1.3
Jul 31, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.1.3
Update dependency @angular/platform-browser to v18.1.4
Aug 7, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.1.4
Update dependency @angular/platform-browser to v18.2.0
Aug 14, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.0
Update dependency @angular/platform-browser to v18.2.1
Aug 22, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.1
Update dependency @angular/platform-browser to v18.2.2
Aug 29, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.2
Update dependency @angular/platform-browser to v18.2.3
Sep 4, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.3
Update dependency @angular/platform-browser to v18.2.4
Sep 11, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.4
Update dependency @angular/platform-browser to v18.2.5
Sep 18, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.5
Update dependency @angular/platform-browser to v18.2.6
Sep 25, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.6
Update dependency @angular/platform-browser to v18.2.7
Oct 2, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.7
Update dependency @angular/platform-browser to v18.2.8
Oct 10, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.8
Update dependency @angular/platform-browser to v18.2.9
Oct 23, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.9
Update dependency @angular/platform-browser to v18.2.10
Oct 30, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.10
Update dependency @angular/platform-browser to v18.2.11
Nov 6, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.11
Update dependency @angular/platform-browser to v18.2.12
Nov 14, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.12
Update dependency @angular/platform-browser to v18.2.13
Nov 26, 2024
renovatebot
changed the title
Update dependency @angular/platform-browser to v18.2.13
Update dependency @angular/platform-browser to v18.2.14
Sep 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.0.6→18.2.14Release Notes
angular/angular (@angular/platform-browser)
v18.2.14Compare Source
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
After:
A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit
8bf80c9)core
BootstrapContextfor improved server bootstrapping (#63640)v18.2.13Compare Source
migrations
v18.2.12Compare Source
compiler-cli
v18.2.11Compare Source
core
v18.2.10Compare Source
compiler
localize
v18.2.9Compare Source
compiler-cli
v18.2.8Compare Source
compiler
compiler-cli
core
platform-server
PlatformRefwhen error happens during thebootstrap()phase (#58112) (#58135)v18.2.7Compare Source
common
compiler-cli
core
http
migrations
upgrade
v18.2.6Compare Source
v18.2.5Compare Source
compiler-cli
core
@letdeclaration with array whenpreparingForHydration(#57816)migrations
v18.2.4Compare Source
compiler
migrations
v18.2.3Compare Source
http
v18.2.2Compare Source
core
http
router
upgrade
v18.2.1Compare Source
Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
After:
A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.(cherry picked from commit
8bf80c9)core
BootstrapContextfor improved server bootstrapping (#63640)v18.2.0Compare Source
compiler
compiler-cli
jit: trueopt-out (#56892)@NgModuleclasses withjit: true(#57212)core
language-service
migrations
router
v18.1.5Compare Source
compiler-cli
core
v18.1.4Compare Source
compiler
compiler-cli
interpolatedSignalNotInvokedextended diagnostic (#57291)language-service
v18.1.3Compare Source
compiler
compiler-cli
core
v18.1.2Compare Source
compiler
compiler-cli
core
afterNextRenderhooks return that callback value. (#57031)v18.1.1Compare Source
common
compiler
compiler-cli
core
migrations
v18.1.0Compare Source
common
compiler
compiler-cli
| Commit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.