Skip to content

Commit 7f6558d

Browse files
author
Marvin Zhang
committed
chore: update pnpm version to 10.15.0 across configuration files
1 parent ceedf5c commit 7f6558d

File tree

8 files changed

+7
-90
lines changed

8 files changed

+7
-90
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"forwardPorts": [3000, 3001, 5000, 5173, 8080],
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
18-
"postCreateCommand": "npm install -g pnpm@10.13.1 && pnpm install && pnpm build:types",
18+
"postCreateCommand": "npm install -g pnpm@10.15.0 && pnpm install && pnpm build:types",
1919

2020
// Configure tool-specific properties.
2121
"customizations": {

.github/scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sets up Node.js environment and installs dependencies with pnpm.
1919
```bash
2020
./.github/scripts/setup-node.sh [node_version] [pnpm_version]
2121
```
22-
- **Default**: Node.js 20, pnpm 10.13.1
22+
- **Default**: Node.js 20, pnpm 10.15.0
2323
- **Used in**: All workflows that need Node.js
2424

2525
#### `build-packages.sh`

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
REGISTRY: ghcr.io
2323
IMAGE_NAME: ${{ github.repository }}
2424
NODE_VERSION: 22
25-
PNPM_VERSION: 10.13.1
25+
PNPM_VERSION: 10.15.0
2626

2727
jobs:
2828
# Phase 1: Build and Test

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.13.1
24+
version: 10.15.0
2525
run_install: false
2626

2727
- name: Install dependencies

.github/workflows/vscode-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup pnpm
4646
uses: pnpm/action-setup@v4
4747
with:
48-
version: 10.13.1
48+
version: 10.15.0
4949
run_install: false
5050

5151
- name: Generate cache key

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Next.js web interface for visual devlog management:
7777

7878
### Prerequisites
7979
- Node.js 18+
80-
- pnpm 10.13.1+
80+
- pnpm 10.15.0+
8181

8282
### Installation
8383

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
"dotenv": "16.5.0",
7171
"tsx": "^4.0.0"
7272
},
73-
"packageManager": "pnpm@10.13.1"
73+
"packageManager": "pnpm@10.15.0"
7474
}

packages/mcp/src/config/mcp-config.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)