Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:24-trixie@sha256:0cbad76d1987fd35fd78cbc58cbe8c2aa93a8daa45411e52c6c6b63ea2dae202
FROM mcr.microsoft.com/devcontainers/typescript-node:24-trixie@sha256:b55b444f6658dd2370d430c12d4bc9540c8ed0d3d5b05e4c247161173666954f

# VS Code/Electron share Chromium's native library requirements; playwright
# install-deps tracks that list upstream. Electron also requires libgtk-3-0t64
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ runs:
# Needed for git-based deps (e.g. github:coder/coder) so pnpm can clone without SSH.
run: git config --global url."https://github.com/".insteadOf "git@github.com:"

- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: "22"
cache: "pnpm"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
"@opentelemetry/api-logs": "^0.221.0",
"@peculiar/x509": "^2.0.0",
"@repo/shared": "workspace:*",
"axios": "^1.18.1",
"axios": "^1.19.0",
"date-fns": "catalog:",
"eventsource": "^4.1.0",
"fflate": "^0.8.3",
Expand All @@ -785,12 +785,12 @@
"semver": "^7.8.5",
"strip-ansi": "^7.2.0",
"ua-parser-js": "^1.0.41",
"ws": "^8.21.1",
"ws": "^8.21.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@coder/pixel-storybook": "^0.2.2",
"@eslint-react/eslint-plugin": "^5.18.0",
"@coder/pixel-storybook": "^0.3.0",
"@eslint-react/eslint-plugin": "^5.18.1",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.3",
"@repo/mocks": "workspace:*",
Expand All @@ -807,13 +807,13 @@
"@types/proper-lockfile": "^4.1.4",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/semver": "^7.7.1",
"@types/semver": "^7.8.0",
"@types/ua-parser-js": "0.7.39",
"@types/vscode": "1.105.0",
"@types/vscode-webview": "catalog:",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"@vitejs/plugin-react": "catalog:",
"@vitest/coverage-v8": "^4.1.10",
"@vscode/codicons": "catalog:",
Expand All @@ -834,26 +834,26 @@
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-package-json": "^1.6.2",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-storybook": "^10.5.5",
"globals": "^17.8.0",
"jsdom": "^29.1.1",
"eslint-plugin-storybook": "^10.5.6",
"globals": "^17.9.0",
"jsdom": "^30.0.1",
"jsonc-eslint-parser": "^3.1.0",
"memfs": "^4.64.0",
"playwright-core": "^1.62.0",
"memfs": "^4.67.0",
"playwright-core": "^1.62.1",
"prettier": "^3.9.6",
"react": "catalog:",
"react-dom": "catalog:",
"storybook": "^10.5.5",
"storybook": "^10.5.6",
"typescript": "catalog:",
"typescript-eslint": "^8.65.0",
"typescript-eslint": "^8.66.0",
"utf-8-validate": "^6.0.6",
"vite": "catalog:",
"vitest": "^4.1.10"
},
"extensionPack": [
"ms-vscode-remote.remote-ssh"
],
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72",
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"engines": {
"vscode": "^1.105.0",
"node": ">= 22"
Expand Down
1 change: 1 addition & 0 deletions packages/mocks/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export function template(overrides: Partial<Template> = {}): Template {
icon: "/icon.svg",
default_ttl_ms: 0,
activity_bump_ms: 0,
time_til_autostop_notify_ms: 0,
autostop_requirement: { days_of_week: [], weeks: 0 },
autostart_requirement: { days_of_week: [] },
created_by_id: "user-1",
Expand Down
Loading