Skip to content

Commit 72d905e

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/add-glob-pattern-support-copyfiles
* origin/main: build(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260128.1 to 7.0.0-dev.20260204.1 (#369) build(deps-dev): bump @types/node from 25.0.10 to 25.2.0 (#370) build(deps-dev): bump @biomejs/biome from 2.3.13 to 2.3.14 (#372) build(deps-dev): bump esbuild from 0.27.2 to 0.27.3 (#371) build(deps-dev): bump @types/node from 25.0.9 to 25.0.10 (#359) build(deps-dev): bump @modelcontextprotocol/inspector from 0.18.0 to 0.19.0 (#365) build(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.13 (#366) build(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260120.1 to 7.0.0-dev.20260128.1 (#364) build(deps): bump zod from 4.3.5 to 4.3.6 (#362) build(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260114.1 to 7.0.0-dev.20260120.1 (#363) build(deps): bump @modelcontextprotocol/sdk from 1.25.2 to 1.25.3 (#361) build(deps): bump oven-sh/setup-bun from 2.1.0 to 2.1.2 (#357) build(deps-dev): bump @types/node from 25.0.3 to 25.0.9 (#356) build(deps-dev): bump @typescript/native-preview from 7.0.0-dev.20260107.1 to 7.0.0-dev.20260114.1 (#355)
2 parents 9c0b1b3 + 4fdae50 commit 72d905e

File tree

7 files changed

+279
-275
lines changed

7 files changed

+279
-275
lines changed

.github/workflows/release-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: pnpm
3131

3232
- name: Set up Bun
33-
uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979
33+
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3
3434
with:
3535
bun-version: latest
3636

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aku11i/phantom-monorepo",
33
"version": "5.0.0",
4-
"packageManager": "pnpm@10.8.1",
4+
"packageManager": "pnpm@10.29.2",
55
"private": true,
66
"type": "module",
77
"scripts": {
@@ -23,13 +23,13 @@
2323
"node": ">=22.0.0"
2424
},
2525
"devDependencies": {
26-
"@biomejs/biome": "^2.3.11",
27-
"@types/node": "^25.0.3",
28-
"@typescript/native-preview": "7.0.0-dev.20260107.1",
29-
"esbuild": "^0.27.2",
26+
"@biomejs/biome": "^2.3.14",
27+
"@types/node": "^25.2.0",
28+
"@typescript/native-preview": "7.0.0-dev.20260204.1",
29+
"esbuild": "^0.27.3",
3030
"typescript": "^5.9.3"
3131
},
3232
"dependencies": {
33-
"zod": "^4.3.5"
33+
"zod": "^4.3.6"
3434
}
3535
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@aku11i/phantom-git": "workspace:*",
1414
"@aku11i/phantom-process": "workspace:*",
1515
"@aku11i/phantom-shared": "workspace:*",
16-
"zod": "^4.3.5"
16+
"zod": "^4.3.6"
1717
}
1818
}

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@aku11i/phantom-process": "workspace:*",
1616
"@aku11i/phantom-shared": "workspace:*",
1717
"@octokit/rest": "^22.0.1",
18-
"zod": "^4.3.5"
18+
"zod": "^4.3.6"
1919
}
2020
}

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@aku11i/phantom-github": "workspace:*",
1717
"@aku11i/phantom-process": "workspace:*",
1818
"@aku11i/phantom-shared": "workspace:*",
19-
"@modelcontextprotocol/sdk": "^1.25.2",
20-
"zod": "^4.3.5"
19+
"@modelcontextprotocol/sdk": "^1.25.3",
20+
"zod": "^4.3.6"
2121
},
2222
"devDependencies": {
23-
"@modelcontextprotocol/inspector": "^0.18.0"
23+
"@modelcontextprotocol/inspector": "^0.19.0"
2424
}
2525
}

0 commit comments

Comments
 (0)