Skip to content

Commit 0ce8ab9

Browse files
committed
Update dependencies (incl. Coder)
1 parent 550f617 commit 0ce8ab9

File tree

6 files changed

+107
-114
lines changed

6 files changed

+107
-114
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,19 +508,19 @@
508508
"@types/ua-parser-js": "0.7.39",
509509
"@types/vscode": "^1.95.0",
510510
"@types/ws": "^8.18.1",
511-
"@typescript-eslint/eslint-plugin": "^8.54.0",
512-
"@typescript-eslint/parser": "^8.54.0",
511+
"@typescript-eslint/eslint-plugin": "^8.55.0",
512+
"@typescript-eslint/parser": "^8.55.0",
513513
"@vitejs/plugin-react": "catalog:",
514514
"@vitest/coverage-v8": "^4.0.18",
515515
"@vscode/test-cli": "^0.0.12",
516516
"@vscode/test-electron": "^2.5.2",
517517
"@vscode/vsce": "^3.7.1",
518518
"babel-plugin-react-compiler": "catalog:",
519519
"bufferutil": "^4.1.0",
520-
"coder": "github:coder/coder#main",
520+
"coder": "catalog:",
521521
"concurrently": "^9.2.1",
522522
"dayjs": "^1.11.19",
523-
"electron": "^40.2.1",
523+
"electron": "^40.4.0",
524524
"esbuild": "^0.27.3",
525525
"eslint": "^9.39.2",
526526
"eslint-config-prettier": "^10.1.8",
@@ -537,7 +537,7 @@
537537
"react": "catalog:",
538538
"react-dom": "catalog:",
539539
"typescript": "catalog:",
540-
"typescript-eslint": "^8.54.0",
540+
"typescript-eslint": "^8.55.0",
541541
"utf-8-validate": "^6.0.6",
542542
"vite": "catalog:",
543543
"vitest": "^4.0.18"

packages/shared/src/tasks/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type LogsStatus = "ok" | "not_available" | "error";
3737
*/
3838
export interface TaskDetails extends TaskPermissions {
3939
task: Task;
40-
logs: TaskLogEntry[];
40+
logs: readonly TaskLogEntry[];
4141
logsStatus: LogsStatus;
4242
}
4343

0 commit comments

Comments
 (0)