|
21 | 21 | "build": "pnpm build:webviews && tsc --noEmit && node esbuild.mjs", |
22 | 22 | "build:production": "NODE_ENV=production pnpm build:webviews && tsc --noEmit && node esbuild.mjs --production", |
23 | 23 | "build:webviews": "pnpm -r --filter \"./packages/*\" build", |
24 | | - "fmt": "prettier --write --cache --cache-strategy content .", |
25 | | - "fmt:check": "prettier --check --cache --cache-strategy content .", |
| 24 | + "format": "prettier --write --cache --cache-strategy content .", |
| 25 | + "format:check": "prettier --check --cache --cache-strategy content .", |
26 | 26 | "lint": "eslint --cache --cache-strategy content .", |
27 | 27 | "lint:fix": "pnpm lint --fix", |
28 | 28 | "package": "vsce package --no-dependencies", |
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:ci": "pnpm test", |
32 | 32 | "test:extension": "ELECTRON_RUN_AS_NODE=1 electron node_modules/vitest/vitest.mjs --project extension", |
33 | | - "test:integration": "tsc -p test --outDir out && node esbuild.mjs && vscode-test", |
| 33 | + "test:integration": "tsc -p test --outDir out --noCheck && node esbuild.mjs && vscode-test", |
34 | 34 | "test:webview": "vitest --project webview", |
| 35 | + "typecheck": "concurrently -g \"tsc --noEmit\" \"tsc --noEmit -p test\"", |
35 | 36 | "vscode:prepublish": "pnpm build:production", |
36 | | - "watch": "pnpm watch:all", |
37 | | - "watch:all": "concurrently -n extension,webviews \"pnpm watch:extension\" \"pnpm watch:webviews\"", |
| 37 | + "watch": "concurrently -n extension,webviews \"pnpm watch:extension\" \"pnpm watch:webviews\"", |
38 | 38 | "watch:extension": "node esbuild.mjs --watch", |
39 | 39 | "watch:webviews": "pnpm -r --filter \"./packages/*\" --parallel dev" |
40 | 40 | }, |
|
448 | 448 | }, |
449 | 449 | "dependencies": { |
450 | 450 | "@peculiar/x509": "^1.14.3", |
451 | | - "axios": "1.13.4", |
| 451 | + "axios": "1.13.5", |
452 | 452 | "date-fns": "^4.1.0", |
453 | 453 | "eventsource": "^4.1.0", |
454 | 454 | "find-process": "^2.0.0", |
|
466 | 466 | "@eslint/js": "^9.39.2", |
467 | 467 | "@eslint/markdown": "^7.5.1", |
468 | 468 | "@testing-library/react": "^16.3.2", |
469 | | - "@tsconfig/node20": "^20.1.8", |
| 469 | + "@tsconfig/node20": "^20.1.9", |
470 | 470 | "@types/mocha": "^10.0.10", |
471 | 471 | "@types/node": "^20", |
472 | 472 | "@types/proper-lockfile": "^4.1.4", |
|
476 | 476 | "@types/ua-parser-js": "0.7.39", |
477 | 477 | "@types/vscode": "^1.95.0", |
478 | 478 | "@types/ws": "^8.18.1", |
479 | | - "@typescript-eslint/eslint-plugin": "^8.53.1", |
480 | | - "@typescript-eslint/parser": "^8.53.1", |
| 479 | + "@typescript-eslint/eslint-plugin": "^8.54.0", |
| 480 | + "@typescript-eslint/parser": "^8.54.0", |
481 | 481 | "@vitejs/plugin-react-swc": "catalog:", |
482 | | - "@vitest/coverage-v8": "^4.0.16", |
| 482 | + "@vitest/coverage-v8": "^4.0.18", |
483 | 483 | "@vscode/test-cli": "^0.0.12", |
484 | 484 | "@vscode/test-electron": "^2.5.2", |
485 | 485 | "@vscode/vsce": "^3.7.1", |
486 | 486 | "bufferutil": "^4.1.0", |
487 | 487 | "coder": "github:coder/coder#main", |
488 | 488 | "concurrently": "^9.2.1", |
489 | 489 | "dayjs": "^1.11.19", |
490 | | - "electron": "^40.0.0", |
491 | | - "esbuild": "^0.27.2", |
| 490 | + "electron": "^40.2.1", |
| 491 | + "esbuild": "^0.27.3", |
492 | 492 | "eslint": "^9.39.2", |
493 | 493 | "eslint-config-prettier": "^10.1.8", |
494 | 494 | "eslint-import-resolver-typescript": "^4.4.4", |
495 | 495 | "eslint-plugin-import-x": "^4.16.1", |
496 | 496 | "eslint-plugin-package-json": "^0.88.2", |
497 | | - "eslint-plugin-react": "^7.37.0", |
498 | | - "eslint-plugin-react-hooks": "^5.0.0", |
499 | | - "globals": "^17.0.0", |
500 | | - "jsdom": "^27.4.0", |
| 497 | + "eslint-plugin-react": "^7.37.5", |
| 498 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 499 | + "globals": "^17.3.0", |
| 500 | + "jsdom": "^28.0.0", |
501 | 501 | "jsonc-eslint-parser": "^2.4.2", |
502 | 502 | "memfs": "^4.56.10", |
503 | | - "prettier": "^3.7.4", |
| 503 | + "prettier": "^3.8.1", |
504 | 504 | "react": "catalog:", |
505 | 505 | "react-dom": "catalog:", |
506 | 506 | "typescript": "catalog:", |
507 | | - "typescript-eslint": "^8.53.1", |
| 507 | + "typescript-eslint": "^8.54.0", |
508 | 508 | "utf-8-validate": "^6.0.6", |
509 | 509 | "vite": "catalog:", |
510 | | - "vitest": "^4.0.16" |
| 510 | + "vitest": "^4.0.18" |
511 | 511 | }, |
512 | 512 | "extensionPack": [ |
513 | 513 | "ms-vscode-remote.remote-ssh" |
514 | 514 | ], |
515 | | - "packageManager": "pnpm@10.27.0", |
| 515 | + "packageManager": "pnpm@10.28.2", |
516 | 516 | "engines": { |
517 | 517 | "vscode": "^1.95.0", |
518 | 518 | "node": ">= 20" |
|
0 commit comments