Skip to content

Commit

Permalink
chore: updating v8 snapshot cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cypress-bot[bot] committed May 5, 2023
1 parent ae3c1c6 commit 75c3e99
Show file tree
Hide file tree
Showing 8 changed files with 1,391 additions and 1,779 deletions.
1 change: 1 addition & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ _Released 05/09/2023 (PENDING)_
**Dependency Updates:**

- Upgraded [`plist`](https://www.npmjs.com/package/plist) from `3.0.5` to `3.0.6` to address [CVE-2022-26260](https://nvd.nist.gov/vuln/detail/CVE-2022-22912#range-8131646) NVD security vulnerability. Addressed in [#26631](https://github.com/cypress-io/cypress/pull/26631).
- Upgraded [`engine.io`](https://www.npmjs.com/package/engine.io) from `6.2.1` to `6.4.2` to address [CVE-2023-31125](https://github.com/socketio/engine.io/security/advisories/GHSA-q9mw-68c2-j6m5) NVD security vulnerability. Addressed in [#26664](https://github.com/cypress-io/cypress/pull/26664).
- Upgraded [`@vue/test-utils`](https://www.npmjs.com/package/@vue/test-utils) from `2.0.2` to `2.3.2`. Addresses [#26575](https://github.com/cypress-io/cypress/issues/26575).

## 12.11.0
Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"system-tests"
],
"useWorkspaces": true,
"useNx": true,
"version": "0.0.0"
}
6 changes: 6 additions & 0 deletions npm/vite-plugin-cypress-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @cypress/vite-plugin-cypress-esm-v1.0.0 (2023-05-04)


### Features

* initial release of cypress/vite-plugin-cypress-esm ([#26663](https://github.com/cypress-io/cypress/issues/26663)) ([42d4f83](https://github.com/cypress-io/cypress/commit/42d4f836cf30069a152cb45ac49af736155e7cc1))
4 changes: 2 additions & 2 deletions npm/vite-plugin-cypress-esm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export default defineConfig({
CypressEsm(),
]
}
),
)
}
},
}
}
})
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"inquirer": "3.3.0",
"inquirer-confirm": "2.0.3",
"lazy-ass": "1.6.0",
"lerna": "3.22.1",
"lerna": "5.4.3",
"lint-staged": "11.1.2",
"listr2": "3.8.3",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"circular-json": "0.5.9",
"engine.io": "6.2.1",
"engine.io": "6.4.2",
"engine.io-parser": "4.0.2",
"socket.io": "4.0.1",
"socket.io-client": "4.0.1"
Expand Down
123 changes: 62 additions & 61 deletions tooling/v8-snapshot/cache/linux/snapshot-meta.json

Large diffs are not rendered by default.

Loading

3 comments on commit 75c3e99

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c3e99 May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.11.1/linux-arm64/update-v8-snapshot-cache-on-develop-75c3e992701a3b344a3d234e5082ac4cf7a986e9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c3e99 May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.11.1/linux-x64/update-v8-snapshot-cache-on-develop-75c3e992701a3b344a3d234e5082ac4cf7a986e9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75c3e99 May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.11.1/darwin-arm64/update-v8-snapshot-cache-on-develop-75c3e992701a3b344a3d234e5082ac4cf7a986e9/cypress.tgz

Please sign in to comment.