sync: traer a develop los tres bumps de dependabot que entraron por main - #715
Conversation
release: promocionar develop a main (a4968a9)
release: promocionar develop a main (e18da9a)
Bumps [globals](https://github.com/sindresorhus/globals) from 14.0.0 to 17.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v14.0.0...v17.12.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.12.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
release: promocionar develop a main (b20fde5)
release: promocionar develop a main (914d85b)
…obals-17.12.0 chore(deps-dev): bump globals from 14.0.0 to 17.12.0
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.15 to 2.1.1. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/commits/v2.1.1) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) from 0.79.0 to 0.80.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.80.0/packages/auto-instrumentations-node) --- updated-dependencies: - dependency-name: "@opentelemetry/auto-instrumentations-node" dependency-version: 0.80.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
release: promocionar develop a main (048478d)
…entelemetry/auto-instrumentations-node-0.80.0 chore(deps): bump @opentelemetry/auto-instrumentations-node from 0.79.0 to 0.80.0
…no/node-server-2.1.1 chore(deps): bump @hono/node-server from 1.19.15 to 2.1.1
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 23ee670978
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@beyondnet/evolith-sdk": "2.0.0", | ||
| "@clack/prompts": "1.5.1", | ||
| "@hono/node-server": "1.19.15", | ||
| "@hono/node-server": "2.1.1", |
There was a problem hiding this comment.
Preserve the CLI's advertised Node 18 support
The published CLI still declares engines.node: >=18.0.0 (and its architecture guide states the same), but the newly pinned @hono/node-server@2.1.1 declares node >=20 in the lockfile. Consumers on Node 18 that enforce package engines cannot install the CLI; retain a Node-18-compatible Hono server version or raise the CLI engine requirement and update its release documentation together.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Verificado: @hono/node-server es dependencia directa del CLI (src/sdk/cli/package.json:78), 2.1.1 exige Node ≥ 20 y el CLI declara >=18.0.0 (y lo promete en portada). Se revierte #698 en #716 (vuelve a 1.19.15, sin advisories; dependabot ignora 2.x). Este back-merge lo recoge al ser su cabeza main. Subir el suelo a Node 20 queda como decisión del owner con su rastro de docs.
release: promocionar develop a main (54e0344)
Back-merge
main→develop. Dependabot abre sus PR contra la rama por defecto (main), así que #695 (globals17.12.0), #697 (@opentelemetry/auto-instrumentations-node0.80.0) y #698 (@hono/node-server2.1.1) están enmainy no endevelop. Sin esto,developprueba con versiones que ya no son las de producción y la siguiente promoción arrastra la divergencia.git merge-tree develop main: sin conflictos (el lock de #704 y los de dependabot tocan entradas distintas).Mismo mecanismo que #678. Se mergea con merge commit;
mainno cambia.🤖 Generated with Claude Code