From f127deb763298b49a599a692c6939fb90a630678 Mon Sep 17 00:00:00 2001 From: Zachary Williams Date: Thu, 26 Jan 2023 12:23:01 -0600 Subject: [PATCH] chore: bump package.json to 12.4.1 [run ci] (#25593) --- cli/CHANGELOG.md | 15 ++++----------- guides/release-process.md | 2 +- package.json | 2 +- packages/example/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 9 insertions(+), 16 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8403830c2e87..ad46843a6a23 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,23 +1,16 @@ ## 12.4.1 -_Released 01/31/2023 (PENDING)_ +_Released 01/26/2023_ **Bugfixes:** -- Fixed a regression from Cypress 12.4.0 where Cypress was not exiting properly when running multiple Component Testing specs in `electron` in `run` mode. - Fixes [#25568](https://github.com/cypress-io/cypress/issues/25568). -- Fixed an issue where alternative Microsoft Edge Beta and Canary binary names were not being discovered by Cypress. - Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455). +- Fixed a regression from Cypress [12.4.0](https://docs.cypress.io/guides/references/changelog#12-4-0) where Cypress was not exiting properly when running multiple Component Testing specs in `electron` in `run` mode. Fixes [#25568](https://github.com/cypress-io/cypress/issues/25568). +- Fixed an issue where alternative Microsoft Edge Beta and Canary binary names were not being discovered by Cypress. Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455). **Dependency Updates:** -- Upgraded [`ua-parser-js`](https://github.com/faisalman/ua-parser-js) from `0.7.24` - to `0.7.33` to address this - [security vulnerability](https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3) - where crafting a very-very-long user-agent string with specific pattern, an attacker can turn the script to - get stuck processing for a very long time which results in a denial of service (DoS) condition. - Addressed in [#25561](https://github.com/cypress-io/cypress/pull/25561). +- Upgraded [`ua-parser-js`](https://github.com/faisalman/ua-parser-js) from `0.7.24` to `0.7.33` to address this [security vulnerability](https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3) where crafting a very-very-long user-agent string with specific pattern, an attacker can turn the script to get stuck processing for a very long time which results in a denial of service (DoS) condition. Addressed in [#25561](https://github.com/cypress-io/cypress/pull/25561). ## 12.4.0 diff --git a/guides/release-process.md b/guides/release-process.md index 65f326179b81..5d28b07cdc5d 100644 --- a/guides/release-process.md +++ b/guides/release-process.md @@ -28,7 +28,7 @@ The `@cypress/`-namespaced NPM packages that live inside the [`/npm`](../npm) di - Set up the following environment variables: - For the `release-automations` steps, you will need setup the following envs: - - GitHub token - generated yourself in github. + - GitHub token - Found in 1Password. - [ZenHub API token](https://app.zenhub.com/dashboard/tokens) to interact with Zenhub. Found in 1Password. - The `cypress-bot` GitHub app credentials. Found in 1Password. ```text diff --git a/package.json b/package.json index 048f385700a6..a4d138bf7128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "12.4.0", + "version": "12.4.1", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": { diff --git a/packages/example/package.json b/packages/example/package.json index a296bb529684..21a77789f73e 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -23,7 +23,7 @@ "devDependencies": { "chai": "3.5.0", "cross-env": "6.0.3", - "cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799", + "cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e", "gulp": "4.0.2", "gulp-clean": "0.4.0", "gulp-gh-pages": "0.6.0-6", diff --git a/yarn.lock b/yarn.lock index 04bfd843b537..199bb2fc27dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12128,9 +12128,9 @@ cypress-each@^1.11.0: resolved "https://registry.yarnpkg.com/cypress-each/-/cypress-each-1.11.0.tgz#013c9b43a950f157bcf082d4bd0bb424fb370441" integrity sha512-zeqeQkppPL6BKLIJdfR5IUoZRrxRudApJapnFzWCkkrmefQSqdlBma2fzhmniSJ3TRhxe5xpK3W3/l8aCrHvwQ== -"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799": +"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e": version "0.0.0-development" - resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799" + resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#d7150632ac15268f2c7a50110cadf039a248ac4e" dependencies: npm-run-all "^4.1.2" serve "11.3.0"