test(deps): update angular example to version 16.2.12 #474
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.
Issue
The Angular project in examples/angular-app is currently configured to use Angular
15.1.3
and this version is now unsupported. See Angular - Version compatibility.Compatibility
cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
image. PR ci(deps): update ct docker image to cypress/browsers:node-18.20.3 #473 updates tocypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
15.1.x
is compatible with Node.js^14.20.0 || ^16.13.0 || ^18.10.0
16.1.x || 16.2.x
are compatible with^16.14.0 || ^18.10.0
>=4.9.3 <5.2.0
Change
In examples/angular-app apply Angular Update Guide 15.0 to 16.0 to update from Angular
15.1.3
to16.2.12
Execute