-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cacie/chore/upgrade electron 27 #28544
Conversation
… a given electron version
Co-authored-by: Cacie Prins <[email protected]>
cli/CHANGELOG.md
Outdated
- Updated `@cypress/unique-selector` to include a performance optimization. It's possible this could improve performance of the selector playground. Addressed in [#28571](https://github.com/cypress-io/cypress/pull/28571). | ||
- Upgraded `electron` from `25.8.4` to `27.1.3` | ||
- Upgraded bundled Node.js version from `18.15.0` to `18.17.0` | ||
- Upgraded bundled Chromium version from `114.0.5735.289` to `116.0.5845.228` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chromium version is v18.17
-- https://www.electronjs.org/docs/latest/tutorial/electron-timelines / showing in System Tests output as well
@@ -211,7 +212,7 @@ | |||
"yarn-deduplicate": "3.1.0" | |||
}, | |||
"engines": { | |||
"node": ">=18.15.0", | |||
"node": ">=18.17.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be non-passive to bump for yarn projects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait -- my bad -- this is our for our development version. This is fine. I mistook this for cli/package.json.
Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
* chore(deps): update dependency vite [security] * empty commit to trigger CI --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
… from a support file (#28748) * fix: issue with service workers in test replay when they're initiated from a support file * add changelog * Update cli/CHANGELOG.md Co-authored-by: Bill Glesias <[email protected]> * PR comment * get prerelease * PR comments * Update .circleci/workflows.yml * Update .circleci/workflows.yml Co-authored-by: Matt Schile <[email protected]> --------- Co-authored-by: Bill Glesias <[email protected]> Co-authored-by: Matt Schile <[email protected]>
* chore: update octokit packages to latest. removals/deprecations do not impact us and most breaking changes are dropped support for Node <18 * test binary comment task [run ci] * chore: update arm64 image is it is deprecated * run ci
Closing this PR due to botched merge/rebase- PR that continues the process at #28792 |
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?