From 92e922e0ed0edd4e100ac035f30cc298b5578f30 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 16 Jan 2024 13:36:41 -0500 Subject: [PATCH] chore: 13.6.3 (#28731) * chore: 13.6.3 * chore: remove pending * chore: add line break --- cli/CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c0a5ec8cb4c6..3dda104e7441 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,9 +1,10 @@ ## 13.6.3 -_Released 1/16/2024 (PENDING)_ +_Released 1/16/2024_ **Bugfixes:** + - Force `moduleResolution` to `node` when `typescript` projects are detected to correctly run Cypress. This change should not have a large impact as `commonjs` is already forced when `ts-node` is registered. This fix does not impact the ESM Typescript configuration loader. Fixes [#27731](https://github.com/cypress-io/cypress/issues/27731). - No longer wait for additional frames when recording a video for a spec that was skipped by the Cloud due to Auto Cancellation. Fixes [#27898](https://github.com/cypress-io/cypress/issues/27898). - Now `node_modules` will not be ignored if a project path or a provided path to spec files contains it. Fixes [#23616](https://github.com/cypress-io/cypress/issues/23616). diff --git a/package.json b/package.json index 7a3420515cf7..d023848fcfde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.6.2", + "version": "13.6.3", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {