Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress 14: Breaking changes #29925

Open
jennifer-shehane opened this issue Jul 26, 2024 · 8 comments
Open

Cypress 14: Breaking changes #29925

jennifer-shehane opened this issue Jul 26, 2024 · 8 comments
Labels
Cypress 14 Issues scoped for Cypress 14 Epic Requires breaking up into smaller issues type: breaking change Requires a new major release version

Comments

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Jul 26, 2024

What would you like?

This issue is to track breaking changes planned for a future Cypress 14 release.

Planned breaking changes

Breaking changes not in scope

Why is this needed?

Mostly this release's aim is to reduce the maintenance load on the current team with supporting older versions of dependencies.

@jennifer-shehane jennifer-shehane added type: breaking change Requires a new major release version Epic Requires breaking up into smaller issues labels Jul 26, 2024
@MikeMcC399
Copy link
Contributor

@jennifer-shehane / @AtofStryker

@MikeMcC399
Copy link
Contributor

@jennifer-shehane
Copy link
Member Author

We could include a higher minimum browser version in this release to suggest people use. There wouldn't be any actual code changes to accompany that.

@MikeMcC399
Copy link
Contributor

@jennifer-shehane

Since older Chrome versions are still available through existing Cypress Docker images cypress/browsers:node13.6.0-chrome-80-ff72 they could still be tested.

I'd suggest just bumping the Chrome minimum to 80, in line with your cypress-io/cypress-documentation#5446 (comment) which would be a code change.

// Chrome started exposing CDP 1.3 in 64
export const MIN_CHROME_VERSION = 64
// Firefox started exposing CDP in 86
export const MIN_FIREFOX_VERSION = 86
// Edge switched to Blink in 79
export const MIN_EDGE_VERSION = 79

@senpl
Copy link

senpl commented Aug 1, 2024

It would be nice to push browser visibility API into this as this might be breaking change for some users visibility checks.

@jennifer-shehane
Copy link
Member Author

jennifer-shehane commented Aug 1, 2024

@senpl Right, much of those changes are bordering on breaking changes that we could evaluate more freely with a breaking change release. Added it to list of consideration.

@MikeMcC399
Copy link
Contributor

@MikeMcC399
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cypress 14 Issues scoped for Cypress 14 Epic Requires breaking up into smaller issues type: breaking change Requires a new major release version
Projects
Status: Building
Development

No branches or pull requests

3 participants