Skip to content

Commit de66cc1

Browse files
committed
Upgrade dependencies again
1 parent 5f71b99 commit de66cc1

File tree

5 files changed

+1188
-1343
lines changed

5 files changed

+1188
-1343
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ Some dependencies are not directly used in the source but are required anyway.
207207
The coder client is vendored from coder/coder. Every now and then, we should be running `pnpm update coder`
208208
to make sure we're using up to date versions of the client.
209209

210+
After running `pnpm update`, always run `pnpm dedupe` to consolidate duplicate
211+
package versions across the workspace. Without this, workspace packages can
212+
resolve to different versions of the same dependency, causing issues like broken
213+
React context propagation when two copies of a library are loaded.
214+
210215
## Releasing
211216

212217
For both stable and pre-releases:

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
"semver": "^7.7.4",
517517
"strip-ansi": "^7.2.0",
518518
"ua-parser-js": "^1.0.41",
519-
"ws": "^8.19.0",
519+
"ws": "^8.20.0",
520520
"zod": "^4.3.6"
521521
},
522522
"devDependencies": {
@@ -529,18 +529,18 @@
529529
"@testing-library/react": "^16.3.2",
530530
"@tsconfig/node22": "^22.0.5",
531531
"@types/mocha": "^10.0.10",
532-
"@types/node": "^22",
532+
"@types/node": "^22.19.15",
533533
"@types/proper-lockfile": "^4.1.4",
534534
"@types/react": "catalog:",
535535
"@types/react-dom": "catalog:",
536536
"@types/semver": "^7.7.1",
537537
"@types/ua-parser-js": "0.7.39",
538538
"@types/vscode": "1.106.0",
539539
"@types/ws": "^8.18.1",
540-
"@typescript-eslint/eslint-plugin": "^8.57.1",
541-
"@typescript-eslint/parser": "^8.57.1",
540+
"@typescript-eslint/eslint-plugin": "^8.57.2",
541+
"@typescript-eslint/parser": "^8.57.2",
542542
"@vitejs/plugin-react": "catalog:",
543-
"@vitest/coverage-v8": "^4.1.0",
543+
"@vitest/coverage-v8": "^4.1.1",
544544
"@vscode/test-cli": "^0.0.12",
545545
"@vscode/test-electron": "^2.5.2",
546546
"@vscode/vsce": "^3.7.1",
@@ -551,23 +551,23 @@
551551
"dayjs": "^1.11.20",
552552
"electron": "37.7.0",
553553
"esbuild": "^0.27.4",
554-
"eslint": "^10.0.3",
554+
"eslint": "^10.1.0",
555555
"eslint-config-prettier": "^10.1.8",
556556
"eslint-import-resolver-typescript": "^4.4.4",
557557
"eslint-plugin-import-x": "^4.16.2",
558558
"eslint-plugin-package-json": "^0.91.0",
559559
"globals": "^17.4.0",
560-
"jsdom": "^29.0.0",
560+
"jsdom": "^29.0.1",
561561
"jsonc-eslint-parser": "^3.1.0",
562-
"memfs": "^4.56.11",
562+
"memfs": "^4.57.1",
563563
"prettier": "^3.8.1",
564564
"react": "catalog:",
565565
"react-dom": "catalog:",
566566
"typescript": "catalog:",
567-
"typescript-eslint": "^8.57.1",
567+
"typescript-eslint": "^8.57.2",
568568
"utf-8-validate": "^6.0.6",
569569
"vite": "catalog:",
570-
"vitest": "^4.1.0"
570+
"vitest": "^4.1.1"
571571
},
572572
"extensionPack": [
573573
"ms-vscode-remote.remote-ssh"

0 commit comments

Comments
 (0)