chore(deps): bump @hono/node-server from 2.0.8 to 2.0.10 in /packages/x402-facilitator-node - #359
Conversation
clestons
left a comment
There was a problem hiding this comment.
PR-Daemon Review (2-round, pure dependency bump)
Change: @hono/node-server 2.0.8→2.0.10 (x402-facilitator-node)
Diff is limited to lockfile/manifest (or a single pinned-version bump in a workflow file, YAML-validated) — no source/logic/config touched. Per pr-daemon-loop policy, pure version bumps skip the Codex PK round.
Verdict: APPROVE
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 2.0.8 to 2.0.10. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v2.0.8...v2.0.10) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
e42d550 to
93e678f
Compare
clestons
left a comment
There was a problem hiding this comment.
✅ APPROVE — [2-round]
纯依赖 bump,@hono/node-server 2.0.8 → 2.0.10(patch),只动 package.json 的 specifier 和 pnpm-lock.yaml 对应的三处(importer specifier/version、包 resolution、snapshot key)。无源码改动。
机械核验
- integrity 与 npm registry 官方值逐字节一致:
sha512-ZcnNVhKTmyDJeg0UlnZjvM73JBsTAuhrH/J4fjwGOw59PwOW51r4J+p6CsKZWXdKSme4MFqU62CZMOsdDrU4CA==↔registry.npmjs.org/@hono/node-server/2.0.10返回的dist.integrity相同,tarball 指向https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.10.tgz。 - registry 没被换:整个 diff 里出现的 host 只有
registry.npmjs.org(这条专门查过——compress_diff默认会丢掉 lockfile,历史上就漏过一次 npmmirror→npmjs 的 registry 切换,所以这里是把 lockfile hunk 原样看过的)。 - 约束语义没变:
^2.0.8 → ^2.0.10,caret 范围收窄不放宽;engines: {node: '>=20'}和peerDependencies: hono ^4都未变动,hono@4.12.34不受影响。 - 没有传递依赖漂移:lockfile 里除
@hono/node-server自身的三行外没有任何其他包变化。
一条提醒(不阻塞):#366(all-dependencies group,5 updates)改的是同一个 packages/x402-facilitator-node/pnpm-lock.yaml。两个 PR 谁先合,另一个的 lockfile 都会冲突,dependabot 会自动 rebase——注意别在 rebase 完成前合第二个。
2-round:R1a/R1b DeepSeek-v4-flash(均无 finding)+ 执行器裁决。纯版本号 bump 无 finding 可挑战,按既定规则跳过 Codex PK;改为用 registry 实查 integrity 作为机械证据。
Bumps @hono/node-server from 2.0.8 to 2.0.10.
Release notes
Sourced from @hono/node-server's releases.
Commits
7c1457e2.0.103a21938Merge commit from fork98420212.0.951f3bf5fix: recover complete request bodies after client disconnect (#375)fdb87bafix(serve-static): correct Range header parsing edge cases (#372)912e3fdfix(websocket): polyfill missing ErrorEvent global (#371)