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: develop@{1day}
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: develop
Choose a head ref
  • 9 commits
  • 56 files changed
  • 8 contributors

Commits on Sep 19, 2025

  1. chore: use circleci cli to package ci configurations (#32462)

    * add husky script to build circleci yml files
    
    * add circleci cli as a required tool for working with .circleci
    
    * break the original workflows.yml file into separate pieces, using circleci config pack to compose them into the main workflows.yml file
    
    * fix pull request workflow def
    
    * more robust precommit for circleci packing
    
    * even nicer stdout for precommit :)
    
    * allow pr pipeline on this branch
    
    * split up the config.yml to demonstrate more fully
    
    * fix conditional on pr pipeline
    
    * exit 1 if circleci cli not found and circleci config files staged for commit
    
    * use linux-x64 executor for unit-tests
    
    * try using ipv6 in contributor with correct executor
    
    * ensure node
    
    * update github action to update browser versions to point to the correct file
    
    * ensure node more times
    
    * fix export
    
    * reduce expected result count
    
    * run full workflow menu on this branch
    
    * bump config class to medium
    
    * index on use-pack-for-circle: a9bcbe8 run full workflow menu on this branch
    
    * index on use-pack-for-circle: a9bcbe8 run full workflow menu on this branch
    
    * index on use-pack-for-circle: a9bcbe8 run full workflow menu on this branch
    
    * revert to small for checkout code in config workflow; remove from multi branch trigger
    
    * fix incorrect conflict resolution for bettersqlite3 changes w/ electron update
    
    * make path to circleci workflows file more explicit, comment why it is that file
    
    ---------
    
    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    cacieprins and cypress-bot[bot] authored Sep 19, 2025
    5 Configuration menu
    Copy the full SHA
    4afbf26 View commit details
    Browse the repository at this point in the history
  2. chore: updating v8 snapshot cache (#32533)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and cypress-bot[bot] authored Sep 19, 2025
    5 Configuration menu
    Copy the full SHA
    8b0c32b View commit details
    Browse the repository at this point in the history
  3. chore: updating v8 snapshot cache (#32534)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and cypress-bot[bot] authored Sep 19, 2025
    5 Configuration menu
    Copy the full SHA
    e2403dc View commit details
    Browse the repository at this point in the history
  4. chore: updating v8 snapshot cache (#32535)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
    github-actions[bot] and cypress-bot[bot] authored Sep 19, 2025
    5 Configuration menu
    Copy the full SHA
    623bcb9 View commit details
    Browse the repository at this point in the history
  5. 12 Configuration menu
    Copy the full SHA
    9367b43 View commit details
    Browse the repository at this point in the history
  6. chore: install circleci cli on gh action that updates browser versions (

    #32538)
    
    * chore: install circleci cli on browser version action so it can pack our ymls
    
    * rm unnecessary env def
    cacieprins authored Sep 19, 2025
    12 Configuration menu
    Copy the full SHA
    03b066b View commit details
    Browse the repository at this point in the history
  7. chore: Update Chrome (stable) to 140.0.7339.185 and Chrome (beta) to …

    …141.0.7390.30 (#32537)
    
    * chore: Update Chrome (stable) to 140.0.7339.185 and Chrome (beta) to 141.0.7390.30
    
    * empty commit
    
    ---------
    
    Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Jennifer Shehane <[email protected]>
    3 people authored Sep 19, 2025
    2 Configuration menu
    Copy the full SHA
    d35349b View commit details
    Browse the repository at this point in the history
  8. breaking: convert @cypress/grep to TypeScript and change what is expo…

    …rted
    
    BREAKING CHANGE: @cypress/grep now exports a register function that can be imported from the users spec file. Additionally, the plugin can be imported via @cypress/grep/plugin.
    AtofStryker committed Sep 19, 2025
    4 Configuration menu
    Copy the full SHA
    c83df82 View commit details
    Browse the repository at this point in the history
  9. chore: release @cypress/grep-v5.0.0

    [skip ci]
    semantic-release-bot committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    113425c View commit details
    Browse the repository at this point in the history
Loading