Skip to content

Commit 490f849

Browse files
authored
chore(ecosystem-ci): bump cnpmcore hash to v4.32.1 (#5866)
1 parent 09222b7 commit 490f849

6 files changed

Lines changed: 7 additions & 8 deletions

File tree

.e2e-trigger

Whitespace-only changes.

ecosystem-ci/repo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cnpmcore": {
33
"repository": "https://github.com/cnpm/cnpmcore.git",
44
"branch": "master",
5-
"hash": "e82df3f4093c0ec9fd5354563605e60f7f613035"
5+
"hash": "98463c33188bbd32513a74e6c3a2c4cc559ef5da"
66
},
77
"examples": {
88
"repository": "https://github.com/eggjs/examples.git",

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
"devDependencies": {
4949
"@eggjs/bin": "workspace:*",
5050
"@eggjs/tsconfig": "workspace:*",
51+
"@types/content-type": "catalog:",
5152
"@types/js-yaml": "catalog:",
53+
"@types/koa-compose": "catalog:",
5254
"@types/node": "catalog:",
5355
"@typescript/native-preview": "catalog:",
5456
"@vitest/coverage-v8": "catalog:",

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ catalog:
1919
'@fengmk2/ps-tree': ^2.0.1
2020
'@oclif/core': ^4.2.0
2121
'@oxc-node/core': ^0.0.35
22-
typebox: ^1.0.65
2322
'@swc-node/register': ^1.11.1
2423
'@swc/core': ^1.15.1
2524
'@types/accepts': ^1.3.7
@@ -131,9 +130,9 @@ catalog:
131130
http-errors: ^2.0.0
132131
humanize-ms: ^2.0.0
133132
husky: ^9.1.7
133+
iconv-lite: ^0.6.3
134134
inflection: ^3.0.0
135135
ini: ^6.0.0
136-
iconv-lite: ^0.6.3
137136
ioredis: ^5.4.2
138137
ioredis-mock: ^8.13.1
139138
is-type-of: ^2.2.0
@@ -177,8 +176,8 @@ catalog:
177176
oss-client: ^2.5.1
178177
oxc-minify: ^0.105.0
179178
oxfmt: ^0.20.0
180-
oxlint: ^1.32.0
181-
oxlint-tsgolint: ^0.11.0
179+
oxlint: ^1.60.0
180+
oxlint-tsgolint: ^0.18.1
182181
parseurl: ^1.3.3
183182
path-to-regexp: ^6.3.0
184183
performance-ms: ^1.1.0
@@ -208,6 +207,7 @@ catalog:
208207
tsx: 4.20.6
209208
type-fest: ^5.0.1
210209
type-is: ^2.0.0
210+
typebox: ^1.0.65
211211
typescript: ^5.9.3
212212
unplugin-unused: ^0.5.4
213213
urijs: ^1.19.11

tegg/plugin/controller/src/lib/impl/mcp/MCPControllerRegister.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { isInitializeRequest, isJSONRPCRequest } from '@modelcontextprotocol/sdk
2323
import type { JSONRPCMessage, MessageExtraInfo } from '@modelcontextprotocol/sdk/types.js';
2424
// @ts-expect-error await-event is not typed
2525
import awaitEvent from 'await-event';
26-
// @ts-expect-error content-type is not typed
2726
import contentType from 'content-type';
2827
import type { Application, Context, Router } from 'egg';
2928
import compose from 'koa-compose';

tegg/plugin/mcp-proxy/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ import { StreamableHTTPServerTransport } from '@modelcontextprotocol/sdk/server/
1313
import awaitEvent from 'await-event';
1414
// @ts-expect-error cluster-client is not typed
1515
import { APIClientBase } from 'cluster-client';
16-
// @ts-expect-error content-type is not typed
1716
import contentType from 'content-type';
1817
import type { Application, Context } from 'egg';
1918
import type { EggLogger } from 'egg';
2019
import { EventSourceParserStream } from 'eventsource-parser/stream';
21-
// @ts-expect-error koa-compose is not typed
2220
import compose from 'koa-compose';
2321
import getRawBody from 'raw-body';
2422

0 commit comments

Comments
 (0)