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: v12.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: v12.11.0
Choose a head ref
  • 16 commits
  • 212 files changed
  • 14 contributors

Commits on Apr 17, 2023

  1. chore: Reduce dependencies and binary size, add circle ci detector (#…

    …26522)
    
    * chore: add circle ci detector
    
    * update deps
    
    * adjust deps and cleanup binary?
    
    * Add Tests
    
    * fix tests, keep artifact
    
    * Apply suggestions from code review
    
    Co-authored-by: Bill Glesias <[email protected]>
    
    ---------
    
    Co-authored-by: Bill Glesias <[email protected]>
    mjhenkes and AtofStryker authored Apr 17, 2023
    5 Configuration menu
    Copy the full SHA
    2a8d078 View commit details
    Browse the repository at this point in the history
  2. fix: Treat Video compression 0 as false. (#26503)

    * chore: disable video compression
    
    * system test updates
    
    * moar system test fixes
    
    * a couple of telemetry tweaks
    
    * more intelligent defaults, don't touch firefox.
    
    * trying this
    
    * probably finally fix firefox system tests
    
    * unformat plz
    
    * ugh, also add a test
    
    * plz stop formatting that file
    
    * re-enable firefox tests
    
    * Change log
    
    * don't save videos to artifacts
    
    * this will be fixed in another pr
    
    * quoth the raven, quotes matter don't mess them up
    mjhenkes authored Apr 17, 2023
    5 Configuration menu
    Copy the full SHA
    3d0a2b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore: upgrade vm2 (#26495)

    Co-authored-by: Matt Henkes <[email protected]>
    ryanthemanuel and mjhenkes authored Apr 18, 2023
    4 Configuration menu
    Copy the full SHA
    ddf7204 View commit details
    Browse the repository at this point in the history
  2. chore: Update v8 snapshot cache (#26476)

    * chore: updating v8 snapshot cache
    
    * chore: updating v8 snapshot cache
    
    * chore: updating v8 snapshot cache
    
    * chore: updating v8 snapshot cache
    
    ---------
    
    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Ryan Manuel <[email protected]>
    3 people authored Apr 18, 2023
    5 Configuration menu
    Copy the full SHA
    1bbe212 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    45ca2fa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. chore: update vm2 to 3.9.17 (#26534)

    Co-authored-by: Matt Henkes <[email protected]>
    ryanthemanuel and mjhenkes authored Apr 19, 2023
    4 Configuration menu
    Copy the full SHA
    c0b37ff View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    4963893 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. 4 Configuration menu
    Copy the full SHA
    365630d View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    c86a97e View commit details
    Browse the repository at this point in the history
  3. chore: Update v8 snapshot cache (#26537)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Ryan Manuel <[email protected]>
    3 people authored Apr 21, 2023
    5 Configuration menu
    Copy the full SHA
    80f550f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. chore: upgrade Vue to 3.2.47 (#26555)

    * chore: upgrade Vue to 3.2.47
    
    * [run ci]
    
    * fix types
    
    * update assertion
    
    * remove unnecessary ? access
    astone123 authored Apr 24, 2023
    5 Configuration menu
    Copy the full SHA
    4d6da9c View commit details
    Browse the repository at this point in the history
  2. chore: add support for Angular 16 (#26052)

    * feat(angular): add support for Angular 16
    
    * chore: update angular 16 pre-release version
    
    * feat: handle getStylesConfig returning a Promise in Angular 16 (#26559)
    
    * chore: remove next from deps to prepare for release
    
    * remove .only, add angular-16 to webpack-dev-server e2e tests
    
    ---------
    
    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    Co-authored-by: astone123 <[email protected]>
    3 people authored Apr 24, 2023
    4 Configuration menu
    Copy the full SHA
    e2439b1 View commit details
    Browse the repository at this point in the history
  3. chore: try triggering mouseleave on buttons to ensure that tooltips a…

    …ren't showing (#26524)
    
    Co-authored-by: Mark Noonan <[email protected]>
    astone123 and marktnoonan authored Apr 24, 2023
    5 Configuration menu
    Copy the full SHA
    d6f525c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. chore: implement experimental ESM stub/spy for Vite (#26536)

    * wip - no verify
    
    * add tests
    
    * remove old files
    
    * old code
    
    * fix bug with illegal property def
    
    * update config
    
    * spies
    
    * update
    
    * fix bugs
    
    * caching
    
    * update name of package
    
    * fix bug
    
    * debugging
    
    * rename
    
    * handle edge cases with more advanced syntax
    
    * apply transform globally
    
    * rename package
    
    * revert name change
    
    * update readme
    
    * add test for other assets
    
    * update yarn.lock
    
    * chore: updating v8 snapshot cache
    
    * revert lock file
    
    * add test command
    
    * chore: updating v8 snapshot cache
    
    * chore: updating v8 snapshot cache
    
    * update README
    
    Co-authored-by: Mike Plummer <[email protected]>
    
    * better comments
    
    Co-authored-by: Mike Plummer <[email protected]>
    
    * update package.json
    
    * handle edge case for new class instances
    
    * add edge case
    
    * Fix function prototype edge case
    
    * Copy function prototypes across when proxying
    * Add more debug logging, ensure logs are guarded by `debug` flag
    * Improve perf of constructor function detection
    * Fix potential nil access during spy detection
    * Fix logger name
    
    * Handle wildcard import syntax
    
    * edge case for arrays
    
    * ignore list
    
    * log
    
    * add notes
    
    * add edge case
    
    * add docs on known issues
    
    * docs
    
    * lock version
    
    * update name
    
    * fix comments
    
    * Update README
    
    * Apply suggestions from code review
    
    Co-authored-by: Mark Noonan <[email protected]>
    
    ---------
    
    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Mike Plummer <[email protected]>
    Co-authored-by: Mike Plummer <[email protected]>
    Co-authored-by: Mark Noonan <[email protected]>
    5 people authored Apr 25, 2023
    7 Configuration menu
    Copy the full SHA
    466155c View commit details
    Browse the repository at this point in the history
  2. chore: 12.11.0 release (#26582)

    * chore: 12.11.0 release
    
    * chore: remove 12.10.1
    
    * chore: remove whitespace from changelog
    
    * chore: add empty line break after each changelog heading
    jordanpowell88 authored Apr 25, 2023
    5 Configuration menu
    Copy the full SHA
    9517def View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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