From 2dd88e5cc37db271e16b89b7ad34ce6f4cbe809d Mon Sep 17 00:00:00 2001 From: Stokes Player Date: Tue, 6 Jun 2023 08:37:48 -0400 Subject: [PATCH 1/2] chore: fix changelog links --- cli/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c589b4648841..370cf3e3f752 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -13,8 +13,8 @@ _Released 06/06/2023 (PENDING)_ **Dependency Updates:** -- Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from `1.4.1` to `1.4.7` to address this [Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security vulnerability. Addressed in [#26631](https://github.com/cypress-io/cypress/pull/26906). -- Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile) from `4.0.0` to `4.3.2` to address security vulnerabilities within sub-dependencies. Addressed in [#26631](https://github.com/cypress-io/cypress/pull/26912). +- Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from `1.4.1` to `1.4.7` to address this [Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security vulnerability. Addressed in [#26906](https://github.com/cypress-io/cypress/pull/26906). +- Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile) from `4.0.0` to `4.3.2` to address security vulnerabilities within sub-dependencies. Addressed in [#26912](https://github.com/cypress-io/cypress/pull/26912). ## 12.13.0 From d9bae26ea138bf8d3a282546dd631edc3db4d030 Mon Sep 17 00:00:00 2001 From: Stokes Player Date: Tue, 6 Jun 2023 09:42:55 -0400 Subject: [PATCH 2/2] Another change log update --- cli/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 370cf3e3f752..809faee53b07 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,6 +10,7 @@ _Released 06/06/2023 (PENDING)_ **Bugfixes:** - Fixes issue not detecting Angular 16 dependencies in launchpad. Addresses [#26852](https://github.com/cypress-io/cypress/issues/26852) +- Make Git-related messages on the [Runs page](https://docs.cypress.io/guides/core-concepts/cypress-app#Runs) remain dismissed. Addresses [#26808](https://github.com/cypress-io/cypress/issues/26808) **Dependency Updates:** @@ -18,11 +19,6 @@ _Released 06/06/2023 (PENDING)_ ## 12.13.0 -_Pending_ - -**Bugfixes:** -- Make Git-related messages on the [Runs page](https://docs.cypress.io/guides/core-concepts/cypress-app#Runs) remain dismissed. Addresses [#26808](https://github.com/cypress-io/cypress/issues/26808) - _Released 05/23/2023_ **Features:**