breaking: remove the cypress/angular-signals test harness. The changes incorporated in @cypress/angular-signals are now merged upstream into @cypress/angular and the package is no longer needed #30540
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.
Additional details
merges the
angular-signals
test harness implemented in #29621 upstream intocypress/angular
and deleted theangular-signals
test harness as we no longer need it.When starting Cypress 14, and a user is pulling in
cypress/angular-signals
, an error is thrown as we no longer ship this with the binary. This is covered in the migration guidechanging the import from
cypress/angular-signals
tocypress/angular
works as expected and signals is natively supported incypress/angular
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
? chore: update angular documentation with supported versions from Cypress 14 cypress-documentation#5983@cypress/angular-signals
test harness with a message that it has merged upstream (added to release checklist)type definitions
?