revert(deps): @hono/node-server vuelve a 1.19.15 — 2.x exige Node 20 y el CLI promete Node 18 - #716
Merged
Merged
Conversation
…_yarn/hono/node-server-2.1.1" This reverts commit 23ee670, restoring @hono/node-server 1.19.15. @hono/node-server 2.1.1 declares `engines.node >=20`, and it is a direct dependency of @beyondnet/evolith-cli, which declares `engines.node >=18.0.0` and whose front page promises «Node ≥ 18». A consumer on Node 18 with engine-strict installs would be unable to install the CLI, and nothing in CI runs on 18 to catch it. 1.19.15 (node >=18.14.1) carries no open advisory. Raising the CLI's floor to Node 20 is a product decision with its own doc trail; until it is taken, the dependency stays on the 1.x line and dependabot is told to ignore the 2.x major. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
beyondnetPeru
added a commit
that referenced
this pull request
Sep 15, 2026
sync: traer a develop el revert de @hono/node-server 2.x (#716)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revierte el merge de #698. Hallazgo del bot de revisión en #715, verificado:
@hono/node-server@2.1.1declaraengines.node >=20y es dependencia directa de@beyondnet/evolith-cli(src/sdk/cli/package.json:78), que declara>=18.0.0y cuya portada dice «You need Node ≥ 18». Un consumidor en Node 18 con engines estrictos no podría instalar el CLI, y ningún job de CI corre en 18 para verlo.1.19.15(node >=18.14.1), que no tiene advisories abiertas (fix(deps): close the seven open advisories (hono, @hono/node-server, esbuild) #631 lo dejó ahí a propósito).ignore this major versionen chore(deps): bump @hono/node-server from 1.19.15 to 2.1.1 #698 para que no reabra 2.x.engines, versión del CLI): queda como pendiente para el owner, no se toma aquí.#715 (back-merge
main→develop) recoge este revert automáticamente porque su cabeza esmain.🤖 Generated with Claude Code