chore: Update v8 snapshot cache#34280
Open
cypress-bot[bot] wants to merge 7 commits into
Open
Conversation
Collaborator
|
cypress
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
update-v8-snapshot-cache-on-release/16.0.0
|
| Run status |
|
| Run duration | 14m 56s |
| Commit |
|
| Committer | Matt Schile |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
1
|
|
|
5
|
|
|
1116
|
|
|
0
|
|
|
27811
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
64.47%
|
|
|---|---|
|
|
27
|
|
|
49
|
Accessibility
99.03%
|
|
|---|---|
|
|
0 critical
3 serious
2 moderate
0 minor
|
|
|
18
|
Tests for review

cypress/e2e/commands/navigation.cy.js • 1 failed test • 5x-driver-chrome
| Test | Artifacts | |
|---|---|---|
| src/cy/commands/navigation > #page load > sets initial=true and then removes |
Test Replay
|
|

issues/28527.cy.ts • 1 flaky test • 5x-driver-electron
| Test | Artifacts | |
|---|---|---|
| issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
|

commands/waiting.cy.js • 1 flaky test • 5x-driver-chrome:beta
| Test | Artifacts | |
|---|---|---|
| ... > errors > throws when waiting for 2nd response to route |
Test Replay
|
|

issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome:beta
| Test | Artifacts | |
|---|---|---|
| issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
|

issues/28527.cy.ts • 1 flaky test • 5x-driver-firefox
| Test | Artifacts | |
|---|---|---|
| issue 28527 > fails and then retries and verifies about:blank is not displayed |
Screenshots
|
|

issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome
| Test | Artifacts | |
|---|---|---|
| issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
|
mschile
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated by the update-v8-snapshot-cache github action.
Note
Low Risk
Build-time snapshot metadata only; no runtime logic changes in this diff, though a stale or wrong cache could affect startup if the generator is out of sync.
Overview
Regenerates the V8 startup snapshot module lists for darwin, linux, and win32 so they match the current dependency graph and newly bundled Cypress code.
The meaningful Cypress additions are server internal routing (
internal-routes.ts,serve-internal-routes.ts) and proxy synthetic HTTP handling (synthetic-express-context.ts,synthetic-proxy-codec.ts). The rest of the diff is mostly Babel module path churn (e.g.@babel/preset-typescriptnested copies replacing top-level@babel/plugin-transform-typescript/ commonjs entries, plusread-input-source-map-file.jsunder several nested@babel/coretrees).deferredHashvalues are updated for the currentyarn.lockon each platform.Reviewed by Cursor Bugbot for commit 2f97e34. Bugbot is set up for automated code reviews on this repo. Configure here.