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

chore: merge develop to feat/protocol #26626

Merged
merged 21 commits into from
May 1, 2023

Commits on Apr 17, 2023

  1. 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 <mjhenkes@gmail.com>
    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 <ryanm@cypress.io>
    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 <mjhenkes@gmail.com>
    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 <ryanm@cypress.io>
    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 <leosvel.perez.espinosa@gmail.com>
    Co-authored-by: astone123 <adams@cypress.io>
    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 <mark@cypress.io>
    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 <mike-plummer@users.noreply.github.com>
    
    * better comments
    
    Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
    
    * 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 <mark@cypress.io>
    
    ---------
    
    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Mike Plummer <mike-plummer@users.noreply.github.com>
    Co-authored-by: Mike Plummer <mikep@cypress.io>
    Co-authored-by: Mark Noonan <mark@cypress.io>
    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

Commits on Apr 27, 2023

  1. 5 Configuration menu
    Copy the full SHA
    ac50b97 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    8ed09aa View commit details
    Browse the repository at this point in the history
  3. chore: Update Vite to 4.3.0 (#26553)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people authored Apr 27, 2023
    4 Configuration menu
    Copy the full SHA
    91cbc67 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. 4 Configuration menu
    Copy the full SHA
    296342c View commit details
    Browse the repository at this point in the history
  2. refactor: migrate from windi to tailwind (#26516)

    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    Co-authored-by: Stokes Player <stokes.player@gmail.com>
    Co-authored-by: astone123 <adams@cypress.io>
    Co-authored-by: Stokes Player <stokes@cypress.io>
    5 people authored Apr 28, 2023
    4 Configuration menu
    Copy the full SHA
    8f75b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd8979d View commit details
    Browse the repository at this point in the history