File tree Expand file tree Collapse file tree 8 files changed +177
-75
lines changed Expand file tree Collapse file tree 8 files changed +177
-75
lines changed Original file line number Diff line number Diff line change 37
37
"moo" : " ^0.5.2" ,
38
38
"nearley" : " ^2.20.1" ,
39
39
"talon-snippets" : " ^1.3.0" ,
40
- "uuid" : " ^12 .0.0" ,
40
+ "uuid" : " ^13 .0.0" ,
41
41
"zod" : " ^4.1.11"
42
42
},
43
43
"devDependencies" : {
47
47
"@types/moo" : " ^0.5.10" ,
48
48
"@types/nearley" : " ^2.11.5" ,
49
49
"@types/sinon" : " ^17.0.4" ,
50
- "@types/uuid" : " ^10.0.0" ,
51
50
"js-yaml" : " ^4.1.0" ,
52
51
"mocha" : " ^11.7.4" ,
53
52
"sinon" : " ^21.0.0"
Original file line number Diff line number Diff line change 37
37
"@types/chai" : " ^5.2.2" ,
38
38
"@types/js-yaml" : " ^4.0.9" ,
39
39
"@types/lodash" : " ^4.17.20" ,
40
- "@types/uuid" : " ^10.0.0" ,
41
40
"lodash" : " ^4.17.21" ,
42
41
"neovim" : " ^5.4.0" ,
43
42
"vscode-uri" : " ^3.1.0"
Original file line number Diff line number Diff line change 46
46
"dependencies" : {
47
47
"@algolia/client-search" : " ^5.39.0" ,
48
48
"@cursorless/common" : " workspace:*" ,
49
- "@docsearch/react" : " ^3.9 .0" ,
49
+ "@docsearch/react" : " ^4.1 .0" ,
50
50
"@docusaurus/core" : " ^3.9.1" ,
51
51
"@docusaurus/preset-classic" : " ^3.9.1" ,
52
52
"@docusaurus/theme-classic" : " ^3.9.1" ,
Original file line number Diff line number Diff line change 1291
1291
"semver" : " ^7.7.2" ,
1292
1292
"talon-snippets" : " ^1.3.0" ,
1293
1293
"trie-search" : " ^2.2.0" ,
1294
- "uuid" : " ^12 .0.0" ,
1294
+ "uuid" : " ^13 .0.0" ,
1295
1295
"vscode-uri" : " ^3.1.0"
1296
1296
},
1297
1297
"devDependencies" : {
1302
1302
"@types/node" : " ^24.6.2" ,
1303
1303
"@types/semver" : " ^7.7.1" ,
1304
1304
"@types/sinon" : " ^17.0.4" ,
1305
- "@types/uuid" : " ^10.0.0" ,
1306
1305
"@types/vscode" : " 1.95.0" ,
1307
1306
"esbuild" : " ^0.25.10" ,
1308
1307
"fast-xml-parser" : " ^5.2.5" ,
Original file line number Diff line number Diff line change 29
29
"lodash-es" : " ^4.17.21" ,
30
30
"normalize-path" : " ^3.0.0" ,
31
31
"path-exists" : " ^5.0.0" ,
32
- "type-fest" : " ^4.41.0 "
32
+ "type-fest" : " ^5.0.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"@types/js-yaml" : " ^4.0.9" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@types/lodash" : " ^4.17.20" ,
34
- "@types/uuid" : " ^10.0.0" ,
35
34
"@types/vscode" : " 1.95.0"
36
35
}
37
36
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
35
35
// we don't have to update the branch protection rules every time we bump
36
36
// the legacy VSCode version.
37
37
38
- const vscodeVersion = useLegacyVscode ? "1.82.0 " : "stable" ;
38
+ const vscodeVersion = useLegacyVscode ? "1.95.3 " : "stable" ;
39
39
const vscodeExecutablePath = await downloadAndUnzipVSCode ( vscodeVersion ) ;
40
40
const [ cli , ...args ] =
41
41
resolveCliArgsFromVSCodeExecutablePath ( vscodeExecutablePath ) ;
You can’t perform that action at this time.
0 commit comments