Commit Graph

21913 Commits

Author SHA1 Message Date
Bill Glesias c96115df0f feat: support Angular 20 (#32198)
* feat: support angular 20

* chore: update cypress/schematic dev deps
2025-08-13 18:23:48 -04:00
Jennifer Shehane a1f8caea72 chore: fix failure of update-browser-versions running (#32239) 2025-08-13 16:41:44 -04:00
renovate[bot] 602cf8a442 chore(deps): update dependency react-dom-16.0.0 to v16.0.1 [security] (#32222)
* chore(deps): update dependency react-dom-16.0.0 to v16.0.1 [security]

* empty commit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
2025-08-13 15:05:43 -04:00
renovate[bot] cc989d9b72 chore(deps): update dependency multer to v2.0.2 [security] (#32221)
* chore(deps): update dependency multer to v2.0.2 [security]

* empty commit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
2025-08-13 13:16:13 -04:00
Cacie Prins 53c32e61b1 chore: partial eslint migration (mount-utils, cypress-schematic, puppeteer) (#32113)
* puppeteer eslint

* mount-utils

* cypress-schematic

* update guide with status

* fix import of eslint config, add nonstandard build artifact pattern to schematic ignores

* fix lint staged on chunk 1
2025-08-13 11:29:53 -04:00
Mike McCready 59dfa5c9c8 docs: add new guides to contributor guides readme (#32220) 2025-08-13 10:15:11 -04:00
github-actions[bot] 2c6eae9c52 chore: updating v8 snapshot cache (#32217)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-13 10:12:51 -04:00
github-actions[bot] 7494688ac3 chore: updating v8 snapshot cache (#32216)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-13 10:12:40 -04:00
github-actions[bot] 490f54aa30 chore: updating v8 snapshot cache (#32215)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-13 10:12:28 -04:00
github-actions[bot] a5c3beabaa chore: updating v8 snapshot cache (#32211)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-12 16:15:42 -05:00
github-actions[bot] b6465de432 chore: updating v8 snapshot cache (#32210)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-12 16:15:31 -05:00
github-actions[bot] 94df68853e chore: updating v8 snapshot cache (#32209)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-12 16:15:21 -05:00
Bill Glesias 19df26c279 chore: update babel to latest (#32203) 2025-08-12 15:07:23 -04:00
Adam Stone-Lord 0f4384bed1 internal: (studio) persist telemetry session ID in URL (#32170)
* internal: (studio) persist telemetry session ID in URL

* update sessionId name, update assertions

* fix url params

* fix test

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* Update packages/app/src/store/studio-store.ts

Co-authored-by: Matt Schile <mschile@cypress.io>

* update variable names

---------

Co-authored-by: Matt Schile <mschile@cypress.io>
2025-08-12 14:35:26 -04:00
Chris Breiding c46b3c3165 internal: Add support for Studio first use instructions (#32197)
* add support for studioFirstUseInstructionsDismissed

* add support for setting global or project saved state

* add get:app:state socket event

* handle getSavedState errors

* check that config is initialized
2025-08-12 08:17:49 -04:00
Adam Stone-Lord e59949fb79 internal: (studio) fix studio and runner states during opening, closing, and refreshing (#32153)
* internal: (studio) fix studio states during opening, closing, and refreshing

* test title

* fix tests

* feedback

* add test coverage

* Update packages/app/cypress/e2e/studio/studio.cy.ts

* Update packages/app/src/store/studio-store.ts
2025-08-11 16:32:04 -04:00
Adam Alston b2992fe233 docs: update cspell config and fix spelling issues (#32190)
* fix: update cspell config and fix spelling issues in changelog

* revert: undo extensions config change
2025-08-11 10:57:52 -04:00
Mike McCready 03b073bdbc docs: update view dist-tags instructions (#32193) 2025-08-11 10:53:48 -04:00
Mike McCready ff5b6a4005 docs: correct target location for changelog.mdx (#32191) 2025-08-11 10:52:38 -04:00
Bill Glesias b7f6888ded chore: update build dependencies to vite 6 (#32041)
* chore: update build dependencies to vite 6

* empty commit

* update snapshots
2025-08-11 10:36:21 -04:00
mabela416 d28bc0efa0 internal: fix assertion menu not displayed in the correct location (#32172)
* handle 0 offsets for selector highlight styles

* use the child element for the rest of the calculations

* add test

* add percy snapshot

* does the placement of the percysnapshot show the menu?

* assert position of the menu
2025-08-11 09:42:07 -04:00
Bill Glesias ed8987dea7 chore: clean up develop after release/15.0.0 merge (#32189) 2025-08-08 17:03:17 -04:00
semantic-release-bot 666e0880b9 chore: release @cypress/webpack-preprocessor-v7.0.0
[skip ci]
@cypress/webpack-preprocessor-v7.0.0
2025-08-08 16:31:40 -04:00
semantic-release-bot cc0dddc34e chore: release @cypress/webpack-dev-server-v5.0.0
[skip ci]
@cypress/webpack-dev-server-v5.0.0
2025-08-08 16:31:24 -04:00
semantic-release-bot b671261ee0 chore: release @cypress/webpack-batteries-included-preprocessor-v4.0.0
[skip ci]
@cypress/webpack-batteries-included-preprocessor-v4.0.0
2025-08-08 16:31:10 -04:00
semantic-release-bot 2634464bff chore: release @cypress/vite-dev-server-v7.0.0
[skip ci]
@cypress/vite-dev-server-v7.0.0
2025-08-08 16:30:56 -04:00
semantic-release-bot e2a5da4eaa chore: release @cypress/grep-v4.1.1
[skip ci]
@cypress/grep-v4.1.1
2025-08-08 16:30:38 -04:00
semantic-release-bot 9cbde2635a chore: release @cypress/schematic-v4.0.0
[skip ci]
@cypress/schematic-v4.0.0
2025-08-08 16:30:17 -04:00
semantic-release-bot f1153064e3 chore: release @cypress/angular-v4.0.0
[skip ci]
@cypress/angular-v4.0.0
2025-08-08 16:30:00 -04:00
Bill Glesias 63c9bccbe2 Merge pull request #31408 from cypress-io/release/15.0.0
breaking: 15.0.0 Release
2025-08-08 15:35:58 -04:00
Jennifer Shehane f2a381ca55 Merge branch 'develop' into release/15.0.0 2025-08-08 12:58:43 -04:00
Jennifer Shehane 5fde494831 add npm grep tests to run in ci (#32187) 2025-08-08 12:58:25 -04:00
Adam Alston 39c175976f fix: return raw fixture when encoding is specified (#32155)
* fix: return raw fixture when encoding is specified

* revert: revert test change

---------

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
2025-08-08 12:28:37 -04:00
Adam Alston 317953b096 fix: update fixture cache to prevent encoding conflicts (#32151)
* fix: update fixture cache to prevent encoding conflicts

* feat: add changelog entry

* empty commmit

* refactor: update separator

* Update packages/driver/src/cy/commands/fixtures.ts

---------

Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
2025-08-08 11:52:35 -04:00
Jennifer Shehane 1e7d456406 Merge branch 'develop' into release/15.0.0 2025-08-08 09:26:55 -04:00
github-actions[bot] 4205770c07 chore: updating v8 snapshot cache (#32186)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:25:27 -04:00
github-actions[bot] 09f61ade91 chore: updating v8 snapshot cache (#32185)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:25:17 -04:00
github-actions[bot] b66e6c8694 chore: updating v8 snapshot cache (#32184)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:25:05 -04:00
github-actions[bot] 9057edaa2b chore: updating v8 snapshot cache (#32183)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:24:52 -04:00
github-actions[bot] 5e80e99cb5 chore: updating v8 snapshot cache (#32182)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:24:41 -04:00
github-actions[bot] bb8d64dbcf chore: updating v8 snapshot cache (#32181)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2025-08-08 09:24:16 -04:00
Bill Glesias 4ab9ff0c95 Merge branch 'develop' into release/15.0.0 2025-08-07 17:57:24 -04:00
Bill Glesias 4fcb4fd4e7 Merge pull request #32159 from cypress-io/merge_develop_15
chore: merge `develop` into `release/15.0.0`
2025-08-07 17:54:15 -04:00
github-actions[bot] 17a9ceb4c6 chore: Update Chrome (stable) to 139.0.7258.66 and Chrome (beta) to 140.0.7339.5 (#32165)
* chore: Update Chrome (stable) to 139.0.7258.66

* empty commit

* chore: Update Chrome (stable) to 139.0.7258.66 and Chrome (beta) to 140.0.7339.5

* update png

* fix

---------

Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
2025-08-07 16:51:33 -04:00
Cacie Prins 06f9cbec34 test: remove redundant and flaky system test (#32169)
* test: remove redundant & flaky system test

* rm legacy snapshot for removed system test
2025-08-07 16:50:52 -04:00
Bill Glesias d1667d7d63 Merge branch 'release/15.0.0' into merge_develop_15 2025-08-07 15:49:56 -04:00
Bill Glesias b6f3eead33 Merge branch 'develop' into merge_develop_15 2025-08-07 15:45:04 -04:00
Bill Glesias 99055ec6ac fix: make sure legacy output spies work as intended (#32158) 2025-08-07 15:29:32 -04:00
Mike McCready ed89b8dba6 dependency: update tmp to ~0.2.4 (#32177) 2025-08-07 14:39:56 -04:00
Bill Glesias 3cbfbe76b0 chore: release app 14.5.4 (#32179) v14.5.4 2025-08-07 11:32:22 -04:00