Skip to content

Commit d39eee3

Browse files
authored
chore: patch dtslint to work until we can find a replacement (#32383)
1 parent 309621b commit d39eee3

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.circleci/cache-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Bump this version to force CI to re-create the cache from scratch.
2-
8-19-2025
2+
8-28-2025-dtslint

cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
"import": "./index.mjs",
130130
"require": "./index.js"
131131
},
132+
"./types/net-stubbing": {
133+
"types": "./types/net-stubbing.d.ts"
134+
},
132135
"./vue": {
133136
"types": "./vue/dist/index.d.ts",
134137
"import": "./vue/dist/cypress-vue.esm-bundler.js",

cli/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Mike Woudenberg <https://github.com/mikewoudenberg>
55
// Robbert van Markus <https://github.com/rvanmarkus>
66
// Nicholas Boll <https://github.com/nicholasboll>
7-
// TypeScript Version: 4.3
7+
// TypeScript Version: 5.0
88
// Updated by the Cypress team: https://www.cypress.io/about/
99

1010
/// <reference path="./cy-blob-util.d.ts" />

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
"**/sharp": "0.29.3",
277277
"**/socket.io-parser": "4.0.5",
278278
"**/ua-parser-js": "0.7.33",
279+
"@definitelytyped/typescript-versions": "0.1.7",
279280
"@types/react": "18.3.12",
280281
"browserify-sign": "4.2.2",
281282
"devtools-protocol": "0.0.1459876",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,10 +2900,10 @@
29002900
"@types/parsimmon" "^1.10.1"
29012901
parsimmon "^1.13.0"
29022902

2903-
"@definitelytyped/typescript-versions@^0.0.71", "@definitelytyped/typescript-versions@latest":
2904-
version "0.0.71"
2905-
resolved "https://registry.yarnpkg.com/@definitelytyped/typescript-versions/-/typescript-versions-0.0.71.tgz#08c791e3bf3c2861611edee8f28c72d2db0fb02e"
2906-
integrity sha512-XJvyYfWQyntq+EdCqRinni9BwenPAoCXTZ3aaKfuir14bEbkIyeyQjuh1R0VkqdahIavyyAoGmYHe9OSYqFwTw==
2903+
"@definitelytyped/typescript-versions@0.1.7", "@definitelytyped/typescript-versions@^0.0.71", "@definitelytyped/typescript-versions@latest":
2904+
version "0.1.7"
2905+
resolved "https://registry.yarnpkg.com/@definitelytyped/typescript-versions/-/typescript-versions-0.1.7.tgz#bd7a50832a21ed5978c2513e558cf0ac0d80cece"
2906+
integrity sha512-sBzBi1SBn79OkSr8V0H+FzR7QumHk23syPyRxod/VRBrSkgN9rCliIe+nqLoWRAKN8EeKbp00ketnJNLZhucdA==
29072907

29082908
"@definitelytyped/utils@latest":
29092909
version "0.0.71"

0 commit comments

Comments
 (0)