Skip to content

Commit c26c0bc

Browse files
committed
Merge remote-tracking branch 'origin/npm-20250826'
2 parents 4151d2b + 4f77de1 commit c26c0bc

File tree

4 files changed

+225
-146
lines changed

4 files changed

+225
-146
lines changed

src/.claude/settings.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@
1919
"Bash(npm show:*)",
2020
"Bash(npm view:*)",
2121
"Bash(npx tsc:*)",
22+
"Bash(pnpm add:*)",
23+
"Bash(pnpm audit:*)",
2224
"Bash(pnpm build:*)",
2325
"Bash(pnpm i18n:*)",
26+
"Bash(pnpm info:*)",
2427
"Bash(pnpm list:*)",
28+
"Bash(pnpm remove:*)",
29+
"Bash(pnpm run:*)",
2530
"Bash(pnpm ts-build:*)",
2631
"Bash(pnpm tsc:*)",
32+
"Bash(pnpm view:*)",
2733
"Bash(pnpm update:*)",
2834
"Bash(pnpm why:*)",
2935
"Bash(prettier -w:*)",
@@ -34,11 +40,13 @@
3440
"mcp__cclsp__find_definition",
3541
"mcp__cclsp__find_references",
3642
"mcp__github__get_issue",
37-
"mcp__github__get_pull_request_comments",
38-
"mcp__github__get_pull_request",
3943
"mcp__github__get_issue_comments",
44+
"mcp__github__get_pull_request",
45+
"mcp__github__get_pull_request_comments",
4046
"mcp__github__get_pull_request_comments",
41-
"mcp__cclsp__find_definition"
47+
"mcp__github__get_pull_request_status",
48+
"mcp__github__list_workflow_runs",
49+
"mcp__github__list_workflows"
4250
],
4351
"deny": []
4452
}

src/packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"lodash": "^4.17.21",
8080
"lru-cache": "^7.18.3",
8181
"ms": "2.1.2",
82-
"next": "15.3.4",
82+
"next": "15.5.0",
8383
"next-rest-framework": "6.0.0-beta.4",
8484
"next-translate": "^2.6.2",
8585
"password-hash": "^1.2.2",
@@ -102,7 +102,7 @@
102102
"@types/node": "^18.16.14",
103103
"@types/react": "^19.1.10",
104104
"@uiw/react-textarea-code-editor": "^3.1.1",
105-
"next-rspack": "^15.4.6",
105+
"next-rspack": "^15.5.0",
106106
"node-mocks-http": "^1.14.1"
107107
}
108108
}

0 commit comments

Comments
 (0)