Skip to content

Commit 4822923

Browse files
authored
Fix TypeScript capitalization in Changelog (#5842)
* Fix TypeScript capitalization in Changelog * Correct TypeScript in 13.12.0 changelog
1 parent 3d445f7 commit 4822923

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/guides/references/changelog.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _Released 6/18/2024_
1414

1515
- We now trigger `input` and `change` events when typing `{upArrow}` and `{downArrow}` via `.type()` on `input[type=number]` elements. Fixes [#29611](https://github.com/cypress-io/cypress/issues/29611).
1616
- Fixed an issue where auto scrolling the reporter would sometimes be disabled without the user's intent. Fixes [#25084](https://github.com/cypress-io/cypress/issues/25084).
17-
- Fixed an issue where `inlineSourceMaps` was still being used when `sourceMaps` was provided in a user's typescript config for typescript version 5. Fixes [#26203](https://github.com/cypress-io/cypress/issues/26203).
17+
- Fixed an issue where `inlineSourceMaps` was still being used when `sourceMaps` was provided in a user's TypeScript config for TypeScript version 5. Fixes [#26203](https://github.com/cypress-io/cypress/issues/26203).
1818
- When capture protocol script fails verification, an appropriate error is now displayed. Previously, an error regarding Test Replay archive location was shown. Addressed in [#29603](https://github.com/cypress-io/cypress/pull/29603).
1919
- Fixed an issue where receiving HTTP responses with invalid headers raised an error. Now Cypress removes the invalid headers and gives a warning in the console with debug mode on. Fixes [#28865](https://github.com/cypress-io/cypress/issues/28865).
2020

@@ -266,7 +266,7 @@ _Released 1/16/2024_
266266

267267
**Bugfixes:**
268268

269-
- 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).
269+
- 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).
270270
- 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).
271271
- 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).
272272
- Updated display of assertions and commands with a URL argument to escape markdown formatting so that values are displayed as is and assertion values display as bold. Fixes [#24960](https://github.com/cypress-io/cypress/issues/24960) and [#28100](https://github.com/cypress-io/cypress/issues/28100).
@@ -310,7 +310,7 @@ _Released 12/26/2023_
310310

311311
**Dependency Updates:**
312312

313-
- Updated ts-node from `10.9.1` to `10.9.2`. Cypress will longer error during `cypress run` or `cypress open` when using Typescript 5.3.2+ with `extends` in `tsconfig.json`. Addresses [#28385](https://github.com/cypress-io/cypress/issues/28385).
313+
- Updated ts-node from `10.9.1` to `10.9.2`. Cypress will longer error during `cypress run` or `cypress open` when using typescript 5.3.2+ with `extends` in `tsconfig.json`. Addresses [#28385](https://github.com/cypress-io/cypress/issues/28385).
314314

315315
## 13.6.1
316316

@@ -521,7 +521,7 @@ Refer to the [v13 Migration Guide](/guides/references/migration-guide#Migrating-
521521
- Automation performance is now improved by switching away from websockets to direct CDP calls for Chrome and Electron browsers. Addressed in [#27592](https://github.com/cypress-io/cypress/issues/27592).
522522
- Edge cases where `cy.intercept` would not properly intercept have been addressed. Addressed in [#27592](https://github.com/cypress-io/cypress/issues/27592).
523523
- Node 14 support has been removed and Node 16 support has been deprecated. Node 16 may continue to work with Cypress `v13`, but will not be supported moving forward to closer coincide with [Node 16's end-of-life](https://nodejs.org/en/blog/announcements/nodejs16-eol) schedule. It is recommended that users update to at least Node 18.
524-
- The minimum supported Typescript version is `4.x`.
524+
- The minimum supported TypeScript version is `4.x`.
525525

526526
**Features:**
527527

@@ -583,7 +583,7 @@ _Released 07/10/2023_
583583
**Bugfixes:**
584584

585585
- Fixed invalid stored preference when enabling in-app notifications that could cause the application to crash. Fixes [#27228](https://github.com/cypress-io/cypress/issues/27228).
586-
- Fixed an issue with the Typescript types of [`cy.screenshot()`](/api/commands/screenshot). Fixed in [#27130](https://github.com/cypress-io/cypress/pull/27130).
586+
- Fixed an issue with the TypeScript types of [`cy.screenshot()`](/api/commands/screenshot). Fixed in [#27130](https://github.com/cypress-io/cypress/pull/27130).
587587

588588
**Dependency Updates:**
589589

@@ -604,7 +604,7 @@ _Released 07/06/2023_
604604
- Fixed an issue where chrome was not recovering from browser crashes properly. Fixes [#24650](https://github.com/cypress-io/cypress/issues/24650).
605605
- Fixed a race condition that was causing a GraphQL error to appear on the [Debug page](/guides/cloud/recorded-runs#Debug) when viewing a running Cypress Cloud build. Fixed in [#27134](https://github.com/cypress-io/cypress/pull/27134).
606606
- Fixed a race condition in electron where the test window exiting prematurely during the browser launch process was causing the whole test run to fail. Addressed in [#27167](https://github.com/cypress-io/cypress/pull/27167).
607-
- Fixed minor issues with Typescript types in the CLI. Fixes [#24110](https://github.com/cypress-io/cypress/issues/24110).
607+
- Fixed minor issues with TypeScript types in the CLI. Fixes [#24110](https://github.com/cypress-io/cypress/issues/24110).
608608
- Fixed an issue where a value for the Electron debug port would not be respected if defined using the `ELECTRON_EXTRA_LAUNCH_ARGS` environment variable. Fixes [#26711](https://github.com/cypress-io/cypress/issues/26711).
609609

610610
**Dependency Updates:**
@@ -1401,7 +1401,7 @@ _Released 12/20/2022_
14011401
[`sourceRoot`](https://angular.io/guide/workspace-config#project-configuration-options)
14021402
configuration would not be respected. Fixes
14031403
[#24827](https://github.com/cypress-io/cypress/issues/24827).
1404-
- Fixed Typescript typings for [`cy.nextUntil()`](/api/commands/nextuntil) to
1404+
- Fixed TypeScript typings for [`cy.nextUntil()`](/api/commands/nextuntil) to
14051405
include the `filter` parameter. Fixes
14061406
[#24772](https://github.com/cypress-io/cypress/issues/24772).
14071407

@@ -2581,7 +2581,7 @@ _Released 6/28/2022_
25812581
- Fix styling issue observed when long text was entered in the search when
25822582
filtering specs in the Cypress runner. Fixes
25832583
[#21686](https://github.com/cypress-io/cypress/issues/21686).
2584-
- Corrected the Typescript types to include `baseUrl` as a valid test config
2584+
- Corrected the TypeScript types to include `baseUrl` as a valid test config
25852585
override option. Fixes
25862586
[#22374](https://github.com/cypress-io/cypress/issues/22374) and
25872587
[#22072](https://github.com/cypress-io/cypress/issues/22072).
@@ -3261,10 +3261,10 @@ _Released 4/11/2022_
32613261
sometimes throw an expected error on navigation with `cy.back()` and
32623262
`cy.go()`. Fixed [#19749](https://github.com/cypress-io/cypress/issues/19749)
32633263
and [#20539](https://github.com/cypress-io/cypress/issues/20539).
3264-
- Corrected the Typescript type for a cookie which was incorrectly typed as
3264+
- Corrected the TypeScript type for a cookie which was incorrectly typed as
32653265
`any` when the correct type is `Cookie`. Fixed in
32663266
[#20513](https://github.com/cypress-io/cypress/pull/20513).
3267-
- Added the missing `Cypress.Command.addAll()` Typescript types. Fixed
3267+
- Added the missing `Cypress.Command.addAll()` TypeScript types. Fixed
32683268
[#18886](https://github.com/cypress-io/cypress/issues/18886).
32693269
- Fixed an uncommon error observed in `cy.session()` where an error was thrown
32703270
when no cookies had been set for the session and the user clicks the session

0 commit comments

Comments
 (0)