|
29 | 29 | "package:prerelease": "vsce package --pre-release --no-dependencies", |
30 | 30 | "test": "CI=true pnpm test:extension && CI=true pnpm test:webview", |
31 | 31 | "test:extension": "ELECTRON_RUN_AS_NODE=1 electron node_modules/vitest/vitest.mjs --project extension", |
32 | | - "test:integration": "tsc -p test --outDir out --noCheck && node esbuild.mjs && vscode-test", |
| 32 | + "test:integration": "tsc -p test/integration --outDir out --noCheck && node esbuild.mjs && vscode-test", |
33 | 33 | "test:webview": "vitest --project webview", |
34 | 34 | "typecheck": "concurrently -g \"tsc --noEmit\" \"tsc --noEmit -p test\"", |
35 | 35 | "vscode:prepublish": "pnpm build:production", |
|
478 | 478 | "openpgp": "^6.3.0", |
479 | 479 | "pretty-bytes": "^7.1.0", |
480 | 480 | "proper-lockfile": "^4.1.2", |
481 | | - "proxy-agent": "^6.5.0", |
| 481 | + "proxy-agent": "^7.0.0", |
482 | 482 | "semver": "^7.7.4", |
483 | 483 | "strip-ansi": "^7.2.0", |
484 | 484 | "ua-parser-js": "^1.0.41", |
|
502 | 502 | "@types/ua-parser-js": "0.7.39", |
503 | 503 | "@types/vscode": "^1.95.0", |
504 | 504 | "@types/ws": "^8.18.1", |
505 | | - "@typescript-eslint/eslint-plugin": "^8.56.1", |
506 | | - "@typescript-eslint/parser": "^8.56.1", |
| 505 | + "@typescript-eslint/eslint-plugin": "^8.57.0", |
| 506 | + "@typescript-eslint/parser": "^8.57.0", |
507 | 507 | "@vitejs/plugin-react": "catalog:", |
508 | | - "@vitest/coverage-v8": "^4.0.18", |
| 508 | + "@vitest/coverage-v8": "^4.1.0", |
509 | 509 | "@vscode/test-cli": "^0.0.12", |
510 | 510 | "@vscode/test-electron": "^2.5.2", |
511 | 511 | "@vscode/vsce": "^3.7.1", |
512 | 512 | "babel-plugin-react-compiler": "catalog:", |
513 | 513 | "bufferutil": "^4.1.0", |
514 | 514 | "coder": "catalog:", |
515 | 515 | "concurrently": "^9.2.1", |
516 | | - "dayjs": "^1.11.19", |
517 | | - "electron": "^40.6.1", |
518 | | - "esbuild": "^0.27.3", |
519 | | - "eslint": "^10.0.2", |
| 516 | + "dayjs": "^1.11.20", |
| 517 | + "electron": "^41.0.0", |
| 518 | + "esbuild": "^0.27.4", |
| 519 | + "eslint": "^10.0.3", |
520 | 520 | "eslint-config-prettier": "^10.1.8", |
521 | 521 | "eslint-import-resolver-typescript": "^4.4.4", |
522 | | - "eslint-plugin-import-x": "^4.16.1", |
523 | | - "eslint-plugin-package-json": "^0.89.2", |
| 522 | + "eslint-plugin-import-x": "^4.16.2", |
| 523 | + "eslint-plugin-package-json": "^0.90.1", |
524 | 524 | "globals": "^17.4.0", |
525 | 525 | "jsdom": "^28.1.0", |
526 | 526 | "jsonc-eslint-parser": "^3.1.0", |
527 | | - "memfs": "^4.56.10", |
| 527 | + "memfs": "^4.56.11", |
528 | 528 | "prettier": "^3.8.1", |
529 | 529 | "react": "catalog:", |
530 | 530 | "react-dom": "catalog:", |
531 | 531 | "typescript": "catalog:", |
532 | | - "typescript-eslint": "^8.56.1", |
| 532 | + "typescript-eslint": "^8.57.0", |
533 | 533 | "utf-8-validate": "^6.0.6", |
534 | 534 | "vite": "catalog:", |
535 | | - "vitest": "^4.0.18" |
| 535 | + "vitest": "^4.1.0" |
536 | 536 | }, |
537 | 537 | "extensionPack": [ |
538 | 538 | "ms-vscode-remote.remote-ssh" |
539 | 539 | ], |
540 | | - "packageManager": "pnpm@10.30.3", |
| 540 | + "packageManager": "pnpm@10.32.1", |
541 | 541 | "engines": { |
542 | 542 | "vscode": "^1.95.0", |
543 | 543 | "node": ">= 20" |
|
0 commit comments