-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: cypress-io/cypress
base: v13.10.0
head repository: cypress-io/cypress
compare: v13.11.0
- 15 commits
- 62 files changed
- 15 contributors
Commits on May 22, 2024
-
fix: preserve navigation functionality when
unload
event is depreca……ted (#29525) * chore: Force deprecation of unload event * empty commit * use pagehide instead of unload event * tslint * bump cache * some debugging * rm debug * comment out forced deprecation of unload - tbd how to enable * rm more unnecessary debug * changelog * rename event callback from onUnload -> onPageHide * comment on discrepency of event naming for end of page lifecycle events * use pagehide in chrome, unload elsewhere * comment on chromium-specific pagehide behavior * changelog --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
5Configuration menu - View commit details
-
Copy full SHA for c8ec30c - Browse repository at this point
Copy the full SHA c8ec30cView commit details -
chore(deps): update dependency vite-4 to ^4.5.3 [security] (#29550)
* chore(deps): update dependency vite-4 to ^4.5.3 [security] * empty commit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
5Configuration menu - View commit details
-
Copy full SHA for a73d300 - Browse repository at this point
Copy the full SHA a73d300View commit details
Commits on May 23, 2024
-
4
Configuration menu - View commit details
-
Copy full SHA for 95ce0ab - Browse repository at this point
Copy the full SHA 95ce0abView commit details -
chore: Update Chrome (stable) to 125.0.6422.76 and Chrome (beta) to 1…
…26.0.6478.17 (#29555) * chore: Update Chrome (stable) to 125.0.6422.76 * chore: Update Chrome (stable) to 125.0.6422.76 and Chrome (beta) to 126.0.6478.17 --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
4Configuration menu - View commit details
-
Copy full SHA for fe78847 - Browse repository at this point
Copy the full SHA fe78847View commit details
Commits on May 24, 2024
-
chore: Update Chrome (stable) to 125.0.6422.112 (#29565)
Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
5Configuration menu - View commit details
-
Copy full SHA for ba992bd - Browse repository at this point
Copy the full SHA ba992bdView commit details -
chore(deps): Security upgrade micromatch from 4.0.4 to 4.0.6 (#29559)
* fix: packages/data-context/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 * yarn lock --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
5Configuration menu - View commit details
-
Copy full SHA for 2cf5cf8 - Browse repository at this point
Copy the full SHA 2cf5cf8View commit details
Commits on May 29, 2024
-
feat: support Next.JS version 14 (#29558)
* feat: support Next.JS version 14 [run ci] * bump circle cache [run ci] * Update npm/webpack-dev-server/cypress/e2e/next.cy.ts Co-authored-by: Matt Schile <mschile@cypress.io> * Update cli/CHANGELOG.md Co-authored-by: Matt Schile <mschile@cypress.io> --------- Co-authored-by: Matt Schile <mschile@cypress.io>
5Configuration menu - View commit details
-
Copy full SHA for cf6b29d - Browse repository at this point
Copy the full SHA cf6b29dView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6b422c - Browse repository at this point
Copy the full SHA e6b422cView commit details
Commits on Jun 3, 2024
-
chore: move questions-remain into cypress repo (#29542)
* chore: move questions-remain into cypress repo * to js file * SLASH!
5Configuration menu - View commit details
-
Copy full SHA for ea83415 - Browse repository at this point
Copy the full SHA ea83415View commit details -
chore: Update Chrome (stable) to 125.0.6422.141 and Chrome (beta) to …
…126.0.6478.26 (#29594) * chore: Update Chrome (beta) to 126.0.6478.26 * chore: Update Chrome (stable) to 125.0.6422.141 and Chrome (beta) to 126.0.6478.26 --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
5Configuration menu - View commit details
-
Copy full SHA for 41faa7e - Browse repository at this point
Copy the full SHA 41faa7eView commit details -
perf: optimize reduce in wrapConsoleProps (#29501)
* fix: optimize reduce in wrapConsoleProps * Added changelog notes * Update changelog entry --------- Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
4Configuration menu - View commit details
-
Copy full SHA for f2894c4 - Browse repository at this point
Copy the full SHA f2894c4View commit details -
fix: Launchpad perpetual loading state, in certain circumstances (#29597
) * fix: refetch current project on geometric delay in Main.vue if config has not yet loaded * adds test for config file load behavior in Main.vue * changelog * fix extraneous refetches when config is in error state * Update packages/launchpad/src/Main.vue Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update packages/launchpad/src/Main.vue Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update cli/CHANGELOG.md Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update packages/launchpad/cypress/e2e/project-setup.cy.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update packages/launchpad/cypress/e2e/project-setup.cy.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> --------- Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Bill Glesias <bglesias@gmail.com>
4Configuration menu - View commit details
-
Copy full SHA for 687eb60 - Browse repository at this point
Copy the full SHA 687eb60View commit details -
misc: Add generic types to net-stubbing for use in intercept and wait (…
…#29508) * misc: Add generic types to net-stubbing for use in intercept and wait * misc: Add changelog entry (#29507) * misc: Revert to `any` for Interception type of multiple waits (#29507) The nested types were apparently not supported (as written) before TypeScript ~4.1.Remove them in favour of just using `Interception<any, any>` in this overload of `wait`. * misc: Move changelog entry (#29507) --------- Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
5Configuration menu - View commit details
-
Copy full SHA for 4ccdd86 - Browse repository at this point
Copy the full SHA 4ccdd86View commit details
Commits on Jun 4, 2024
-
feat: add option to ignore chrome preferences (#29447)
* feat: add option to ignore chrome preferences * build binary on this branch * adds explanation comment and test * update changelog from dev * Update packages/server/lib/browsers/chrome.ts Co-authored-by: Matt Schile <mschile@cypress.io> * put disableRestorePagesPrompt back in promise list in browser open * Update cli/CHANGELOG.md * ensure we skip writing to chrome prefs when env is set * changelog update * Update packages/server/lib/browsers/chrome.ts Co-authored-by: Matt Schile <mschile@cypress.io> * more fully ignore chrome preferences when env var is set --------- Co-authored-by: Cacie Prins <cacie@cypress.io> Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com> Co-authored-by: Matt Schile <mschile@cypress.io>
4Configuration menu - View commit details
-
Copy full SHA for e790891 - Browse repository at this point
Copy the full SHA e790891View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 09c6876 - Browse repository at this point
Copy the full SHA 09c6876View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v13.10.0...v13.11.0