Skip to content

Commit f1121ba

Browse files
sirkirbyclaude
andcommitted
deps: batch 21 Dependabot updates; hold TypeScript 7
Consolidates the 26 open Dependabot PRs into one change, same methodology as #726: versions applied declaratively and lockfiles regenerated. Landed: @anthropic-ai/sdk 0.115.0, @openai/agents 0.13.5, @tanstack/ react-query 5.101.4, @testing-library/jest-dom 7.0.0, jsdom 30.0.0, lucide-react 1.27.0, react 19.2.8, react-dom 19.2.8, smol-toml 1.7.1, @vitejs/plugin-react 6.0.4, agents 0.19.0, @cloudflare/workers-types 5.20260727.1. @openai/agents 0.13.5 lands where #726 held 0.13.2 — the harness modelSettings break is fixed upstream; the tests/agent/ coverage that caught it passes. react and react-dom move together, which resolves the peer mismatch that failed Dependabot's solo react bump. TypeScript 7.0.2 stays held at 6.0.3 across all five workspaces, as in #726 — now with a concrete break: the TS 7 package no longer exposes the compiler API Canopy's parser imports (canopy/parsers/typescript.ts), per Dependabot #692's own CI failure. That is a standalone migration. Gate: lint + fast suite 636 pass / 0 fail; build:verify OK. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 84b7529 commit f1121ba

12 files changed

Lines changed: 246 additions & 257 deletions

File tree

package-lock.json

Lines changed: 143 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"dependencies": {
3232
"@anthropic-ai/claude-agent-sdk": "^0.3.207",
33-
"@anthropic-ai/sdk": "^0.111.0",
33+
"@anthropic-ai/sdk": "^0.115.0",
3434
"@inquirer/prompts": "^8.5.2",
3535
"@modelcontextprotocol/sdk": "^1.28.0",
36-
"@openai/agents": "^0.12.0",
36+
"@openai/agents": "^0.13.5",
3737
"chokidar": "^5.0.0",
3838
"gray-matter": "^4.0.3",
3939
"openai": "^6.46.0",
@@ -43,20 +43,20 @@
4343
},
4444
"devDependencies": {
4545
"@cloudflare/vitest-pool-workers": "^0.18.4",
46-
"@tanstack/react-query": "^5.101.2",
46+
"@tanstack/react-query": "^5.101.4",
4747
"@testing-library/dom": "^10.4.1",
48-
"@testing-library/jest-dom": "^6.9.1",
48+
"@testing-library/jest-dom": "^7.0.0",
4949
"@testing-library/react": "^16.3.2",
5050
"@types/bun": "^1.3.14",
5151
"@types/node": "^26.1.1",
5252
"@types/semver": "^7.7.1",
5353
"@vscode/ripgrep": "1.18.0",
5454
"class-variance-authority": "^0.7.1",
5555
"clsx": "^2.1.1",
56-
"jsdom": "^29.1.1",
57-
"lucide-react": "^1.23.0",
58-
"react": "^19.2.7",
59-
"react-dom": "^19.2.7",
56+
"jsdom": "^30.0.0",
57+
"lucide-react": "^1.27.0",
58+
"react": "^19.2.8",
59+
"react-dom": "^19.2.8",
6060
"react-router-dom": "^7.18.1",
6161
"sqlite-vec": "^0.1.8",
6262
"tailwind-merge": "^3.6.0",

packages/myco-collective/ui/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/myco-collective/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.101.2",
11+
"@tanstack/react-query": "^5.101.4",
1212
"class-variance-authority": "^0.7.1",
1313
"clsx": "^2.1.1",
1414
"lucide-react": "^1.25.0",
15-
"react": "^19.2.7",
16-
"react-dom": "^19.2.7",
15+
"react": "^19.2.8",
16+
"react-dom": "^19.2.8",
1717
"react-router-dom": "^7.18.1",
1818
"tailwind-merge": "^3.6.0"
1919
},
2020
"devDependencies": {
2121
"@tailwindcss/vite": "^4.3.3",
2222
"@types/react": "^19.2.17",
2323
"@types/react-dom": "^19.0.0",
24-
"@vitejs/plugin-react": "^6.0.3",
24+
"@vitejs/plugin-react": "^6.0.4",
2525
"tailwindcss": "^4.3.3",
2626
"typescript": "^6.0.3",
2727
"vite": "^8.1.5"

packages/myco-collective/worker/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/myco-collective/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"check": "tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/workers-types": "^5.20260719.1",
13+
"@cloudflare/workers-types": "^5.20260727.1",
1414
"typescript": "^6.0.3",
1515
"wrangler": "^4.112.0"
1616
},
1717
"dependencies": {
1818
"@modelcontextprotocol/sdk": "^1.29.0",
19-
"agents": "^0.17.4",
19+
"agents": "^0.19.0",
2020
"zod": "^4.4.3"
2121
}
2222
}

packages/myco-team/worker/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/myco-team/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"check": "tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/workers-types": "^5.20260719.1",
13+
"@cloudflare/workers-types": "^5.20260727.1",
1414
"typescript": "^6.0.3",
1515
"wrangler": "^4.112.0"
1616
},
1717
"dependencies": {
1818
"@modelcontextprotocol/sdk": "^1.29.0",
19-
"agents": "^0.17.4",
19+
"agents": "^0.19.0",
2020
"zod": "^4.4.3"
2121
}
2222
}

0 commit comments

Comments
 (0)