Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 6d3605e

Browse files
committed
chore(deps): update all packages to latest versions (#283)
* chore(deps): update all packages to latest versions chore(deps): pin minimatch@^3.1.2 for @types/glob compatibility Update yarn
1 parent cdf6504 commit 6d3605e

File tree

2 files changed

+1176
-588
lines changed

2 files changed

+1176
-588
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"gdb"
1414
],
1515
"engines": {
16-
"vscode": "^1.93.0"
16+
"vscode": "^1.101.0"
1717
},
1818
"categories": [
1919
"Other"
@@ -586,12 +586,12 @@
586586
"basic-ui-tests": "yarn prebasic-ui-tests && extest setup-and-run \"out/uiTests/main.js\" -m \"src/uiTests/configs/.mocharc-debug.js\" -s test-resources -c \"1.99.0\" ; yarn postbasic-ui-tests"
587587
},
588588
"devDependencies": {
589-
"@eslint/js": "^9.13.0",
590-
"@stylistic/eslint-plugin-ts": "^4.0.1",
591-
"@types/chai": "^5.0.1",
589+
"@eslint/js": "^9.29.0",
590+
"@stylistic/eslint-plugin-ts": "^4.4.1",
591+
"@types/chai": "^5.2.2",
592592
"@types/glob": "^8.1.0",
593-
"@types/mocha": "^10.0.8",
594-
"@types/node": "^22.5.5",
593+
"@types/mocha": "^10.0.10",
594+
"@types/node": "^24.0.4",
595595
"@types/source-map-support": "^0.5.10",
596596
"@types/ssh2": "^1.15.1",
597597
"@types/vscode": "^1.93.0",
@@ -606,23 +606,23 @@
606606
"mocha": "^11.1.0",
607607
"mocha-junit-reporter": "^2.2.1",
608608
"mocha-multi-reporters": "^1.5.1",
609-
"node-ssh": "^13.2.0",
610-
"react": "^19.0.0",
609+
"node-ssh": "^13.2.1",
610+
"react": "^19.1.0",
611611
"source-map-support": "^0.5.21",
612-
"type-fest": "^4.26.1",
613-
"typescript": "^5.6.2",
614-
"typescript-eslint": "^8.11.0",
615-
"vscode-extension-tester": "^8.7.0"
612+
"type-fest": "^4.41.0",
613+
"typescript": "^5.8.3",
614+
"typescript-eslint": "^8.35.0",
615+
"vscode-extension-tester": "^8.15.0"
616616
},
617617
"repository": {
618618
"type": "git",
619619
"url": "https://github.com/intel/vscode-oneapi-gdb-debug.git"
620620
},
621621
"dependencies": {
622622
"@vscode/codicons": "^0.0.36",
623-
"@vscode/debugadapter": "^1.67.0",
624-
"@vscode/debugprotocol": "^1.67.0",
623+
"@vscode/debugadapter": "^1.68.0",
624+
"@vscode/debugprotocol": "^1.68.0",
625625
"@vscode/webview-ui-toolkit": "^1.4.0"
626626
},
627-
"packageManager": "yarn@4.6.0"
627+
"packageManager": "yarn@4.9.2"
628628
}

0 commit comments

Comments
 (0)