Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cypress-io/cypress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.10.0
Choose a base ref
...
head repository: cypress-io/cypress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.11.0
Choose a head ref
  • 15 commits
  • 62 files changed
  • 15 contributors

Commits on May 22, 2024

  1. 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>
    cacieprins and jennifer-shehane authored May 22, 2024
    5 Configuration menu
    Copy the full SHA
    c8ec30c View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and jennifer-shehane authored May 22, 2024
    5 Configuration menu
    Copy the full SHA
    a73d300 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. 4 Configuration menu
    Copy the full SHA
    95ce0ab View commit details
    Browse the repository at this point in the history
  2. 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>
    github-actions[bot] and github-actions[bot] authored May 23, 2024
    4 Configuration menu
    Copy the full SHA
    fe78847 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore: Update Chrome (stable) to 125.0.6422.112 (#29565)

    Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored May 24, 2024
    5 Configuration menu
    Copy the full SHA
    ba992bd View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 24, 2024
    5 Configuration menu
    Copy the full SHA
    2cf5cf8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. 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>
    AtofStryker and mschile authored May 29, 2024
    5 Configuration menu
    Copy the full SHA
    cf6b29d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e6b422c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: move questions-remain into cypress repo (#29542)

    * chore: move questions-remain into cypress repo
    
    * to js file
    
    * SLASH!
    jennifer-shehane authored Jun 3, 2024
    5 Configuration menu
    Copy the full SHA
    ea83415 View commit details
    Browse the repository at this point in the history
  2. 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>
    github-actions[bot] and github-actions[bot] authored Jun 3, 2024
    5 Configuration menu
    Copy the full SHA
    41faa7e View commit details
    Browse the repository at this point in the history
  3. 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>
    3 people authored Jun 3, 2024
    4 Configuration menu
    Copy the full SHA
    f2894c4 View commit details
    Browse the repository at this point in the history
  4. 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>
    4 people authored Jun 3, 2024
    4 Configuration menu
    Copy the full SHA
    687eb60 View commit details
    Browse the repository at this point in the history
  5. 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>
    3 people authored Jun 3, 2024
    5 Configuration menu
    Copy the full SHA
    4ccdd86 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. 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>
    4 people authored Jun 4, 2024
    4 Configuration menu
    Copy the full SHA
    e790891 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    09c6876 View commit details
    Browse the repository at this point in the history
Loading