File tree Expand file tree Collapse file tree 10 files changed +129
-792
lines changed Expand file tree Collapse file tree 10 files changed +129
-792
lines changed Original file line number Diff line number Diff line change 2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
24+ - name : Syncpack lint
25+ run : pnpm syncpack lint
2426 - name : Run linter
2527 run : pnpm check:turbo
2628 - name : Run linter (formatting)
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ const config = {
1414 {
1515 label : 'Sentry types that are compatible with toucan-js' ,
1616 dependencies : [ '@sentry/types' , '@sentry/tracing' ] ,
17- pinVersion : '7.76.0 ' ,
17+ pinVersion : '8.9.2 ' ,
1818 } ,
1919 {
2020 label : 'toucan-js that is compatible with pinned sentry types' ,
2121 dependencies : [ 'toucan-js' ] ,
22- pinVersion : '3.3 .1' ,
22+ pinVersion : '4.1 .1' ,
2323 } ,
2424 {
2525 label : 'pin vitest compatible with @cloudflare/vitest-pool-workers' ,
Original file line number Diff line number Diff line change 1212 "test" : " vitest run"
1313 },
1414 "dependencies" : {
15- "@cloudflare/workers-oauth-provider" : " 0.0.2 " ,
15+ "@cloudflare/workers-oauth-provider" : " 0.0.3 " ,
1616 "@hono/zod-validator" : " 0.4.3" ,
17- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
17+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
1818 "@repo/mcp-common" : " workspace:*" ,
1919 "@repo/mcp-observability" : " workspace:*" ,
20- "agents" : " 0.0.62 " ,
20+ "agents" : " 0.0.67 " ,
2121 "cloudflare" : " 4.2.0" ,
2222 "hono" : " 4.7.6" ,
2323 "mime" : " 4.0.6" ,
Original file line number Diff line number Diff line change 1818 "eval:ci" : " start-server-and-test --expect 404 eval:server http://localhost:8976 'vitest run --testTimeout=60000 --config vitest.config.evals.ts'"
1919 },
2020 "dependencies" : {
21- "@cloudflare/workers-oauth-provider" : " 0.0.2 " ,
21+ "@cloudflare/workers-oauth-provider" : " 0.0.3 " ,
2222 "@hono/node-server" : " 1.13.8" ,
2323 "@hono/zod-validator" : " 0.4.3" ,
24- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
24+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
2525 "@n8n/json-schema-to-zod" : " 1.1.0" ,
2626 "@repo/eval-tools" : " workspace:*" ,
2727 "@repo/mcp-common" : " workspace:*" ,
2828 "@repo/mcp-observability" : " workspace:*" ,
2929 "@types/node" : " 22.14.1" ,
30- "agents" : " 0.0.62 " ,
30+ "agents" : " 0.0.67 " ,
3131 "cron-schedule" : " 5.0.4" ,
3232 "esbuild" : " 0.25.1" ,
3333 "hono" : " 4.7.6" ,
3434 "mime" : " 4.0.6" ,
35- "octokit" : " 4.1.2" ,
36- "partyserver" : " 0.0.65" ,
3735 "simple-git-hooks" : " 2.12.1" ,
3836 "tsx" : " 4.19.3" ,
3937 "vitest-evals" : " 0.1.4" ,
40- "workers-mcp" : " 0.1.0-3" ,
4138 "zod" : " 3.24.2"
4239 },
4340 "devDependencies" : {
Original file line number Diff line number Diff line change 2222 "wrangler" : " 4.10.0"
2323 },
2424 "dependencies" : {
25- "@cloudflare/workers-oauth-provider" : " 0.0.2 " ,
26- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
25+ "@cloudflare/workers-oauth-provider" : " 0.0.3 " ,
26+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
2727 "@n8n/json-schema-to-zod" : " 1.1.0" ,
2828 "@repo/mcp-common" : " workspace:*" ,
2929 "@repo/mcp-observability" : " workspace:*" ,
30- "agents" : " 0.0.62 " ,
30+ "agents" : " 0.0.67 " ,
3131 "hono" : " 4.7.6" ,
3232 "zod" : " 3.24.2"
3333 }
Original file line number Diff line number Diff line change 1212 "test" : " vitest run"
1313 },
1414 "dependencies" : {
15- "@cloudflare/workers-oauth-provider" : " 0.0.2 " ,
15+ "@cloudflare/workers-oauth-provider" : " 0.0.3 " ,
1616 "@hono/zod-validator" : " 0.4.3" ,
17- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
17+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
1818 "@repo/mcp-common" : " workspace:*" ,
1919 "@repo/mcp-observability" : " workspace:*" ,
20- "agents" : " 0.0.62 " ,
20+ "agents" : " 0.0.67 " ,
2121 "cloudflare" : " 4.2.0" ,
2222 "hono" : " 4.7.6" ,
2323 "zod" : " 3.24.2"
Original file line number Diff line number Diff line change 5252 "overrides" : {
5353 "esbuild" : " 0.25.1"
5454 }
55- },
56- "dependencies" : {
57- "workers-observability" : " link:apps/workers-observability"
5855 }
5956}
Original file line number Diff line number Diff line change 1111 "test:coverage" : " run-vitest-coverage"
1212 },
1313 "dependencies" : {
14- "@cloudflare/workers-oauth-provider" : " 0.0.2 " ,
14+ "@cloudflare/workers-oauth-provider" : " 0.0.3 " ,
1515 "@hono/zod-validator" : " 0.4.3" ,
16- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
16+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
1717 "@repo/mcp-observability" : " workspace:*" ,
18- "agents" : " 0.0.62 " ,
18+ "agents" : " 0.0.67 " ,
1919 "cloudflare" : " 4.2.0" ,
2020 "hono" : " 4.7.6" ,
21- "toucan-js" : " ^ 4.1.1" ,
21+ "toucan-js" : " 4.1.1" ,
2222 "zod" : " 3.24.2"
2323 },
2424 "devDependencies" : {
Original file line number Diff line number Diff line change 1212 "bin" : " bin"
1313 },
1414 "dependencies" : {
15- "@modelcontextprotocol/sdk" : " 1.9.0 " ,
15+ "@modelcontextprotocol/sdk" : " 1.10.2 " ,
1616 "wrangler" : " 4.10.0" ,
1717 "zod" : " 3.24.2" ,
1818 "@types/node" : " 22.14.1"
You can’t perform that action at this time.
0 commit comments