Skip to content

Commit 6df878a

Browse files
committed
Add syncpack lint job
1 parent 32b482e commit 6df878a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test-and-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
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)

.syncpackrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

packages/mcp-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"agents": "0.0.62",
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": {

0 commit comments

Comments
 (0)