22title: Changelog
33---
44
5+ ## 12.14.0
6+
7+ _Released 06/07/2023_
8+
9+ **Features:**
10+
11+ - A new testing type switcher has been added to the Spec Explorer to make it
12+ easier to move between E2E and Component Testing. An informational overview of
13+ each type is displayed if it hasn't already been configured to help educate
14+ and onboard new users to each testing type. Addresses
15+ [#26448](https://github.com/cypress-io/cypress/issues/26448),
16+ [#26836](https://github.com/cypress-io/cypress/issues/26836) and
17+ [#26837](https://github.com/cypress-io/cypress/issues/26837).
18+
19+ **Bugfixes:**
20+
21+ - Fixed an issue to now correctly detect Angular 16 dependencies
22+ ([@angular/cli](https://www.npmjs.com/package/@angular/cli),
23+ [@angular-devkit/build-angular](https://www.npmjs.com/package/@angular-devkit/build-angular),
24+ [@angular/core](https://www.npmjs.com/package/@angular/core),
25+ [@angular/common](https://www.npmjs.com/package/@angular/common),
26+ [@angular/platform-browser-dynamic](https://www.npmjs.com/package/@angular/platform-browser-dynamic))
27+ during Component Testing onboarding. Addresses
28+ [#26852](https://github.com/cypress-io/cypress/issues/26852).
29+ - Ensures Git-related messages on the
30+ [Runs page](/guides/core-concepts/cypress-app#Runs) remain dismissed.
31+ Addresses [#26808](https://github.com/cypress-io/cypress/issues/26808).
32+
33+ **Dependency Updates:**
34+
35+ - Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from
36+ `1.4.1` to `1.4.7` to address this
37+ [Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security
38+ vulnerability. Addressed in
39+ [#26906](https://github.com/cypress-io/cypress/pull/26906).
40+ - Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile)
41+ from `4.0.0` to `4.3.2` to address security vulnerabilities within
42+ sub-dependencies. Addressed in
43+ [#26912](https://github.com/cypress-io/cypress/pull/26912).
44+
545## 12.13.0
646
747_Released 05/23/2023_
@@ -11,7 +51,7 @@ _Released 05/23/2023_
1151- Adds Git-related messages for the
1252 [Runs page](/guides/core-concepts/cypress-app#Runs) and
1353 [Debug page](/guides/cloud/runs#Debug) when users aren't using Git or there
14- are no recorded runs for the current branch. Fixes
54+ are no recorded runs for the current branch. Addresses
1555 [#26680](https://github.com/cypress-io/cypress/issues/26680).
1656
1757**Bugfixes:**
0 commit comments