Skip to content

chore(deps-dev): bump @types/node from 26.0.0 to 26.1.2 - #435

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.1.2
Open

chore(deps-dev): bump @types/node from 26.0.0 to 26.1.2#435
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-26.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 26.0.0 to 26.1.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.0.0 to 26.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 5, 2026 17:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

📊 Bilingual Coverage Impact

PR Changes

  • Paired EN/ES files modified: 0
  • New EN files needing ES translation: 0

Repository Coverage

Metric Value
Total EN files 527
Total ES files 501
Paired files 0
Coverage 0%

Good: All EN changes have ES counterparts.


Generated by GitHub Actions

beyondnetPeru added a commit that referenced this pull request Aug 21, 2026
…pendabot PRs touch (#631)

Dependabot has five pull requests open (#435-#439) and they cover nestjs,
opentelemetry, types/node and eslint-plugin-boundaries. The seven open alerts are
about three other packages entirely, so merging all five would have closed none
of them.

- `@hono/node-server` 1.19.14 -> 1.19.15 (alerts 80, 81)
- `esbuild` ^0.24.2 -> ^0.25.0 (alert 82)
- `hono` 4.12.27 -> 4.12.34 via a root override (alerts 75, 77, 78, 79):
  ReDoS in CORS middleware, `memo()` retaining SSR output across requests,
  Proxy Helper leaking `Connection`-listed headers, and complexity DoS in the
  language middleware

`hono` needs the override rather than a bump: it is transitive, reached through
`@modelcontextprotocol/sdk` (`^4.11.4`) and as a peer of `@hono/node-server`
(`^4`), so neither consumer's range forces the patched version. Changing
`overrides` alone did not move it -- npm leaves an already-locked package where it
is -- so the lock entry was re-resolved deliberately and its `resolved` and
`integrity` restored from the registry, since dropping those would break `npm ci`.

Verified, not assumed:

- `npm ci` from a clean directory with only the manifests present: 1303 packages,
  hono 4.12.34 installed, **0 vulnerabilities**
- esbuild 0.25 still vendors the ESM dependencies the packaged binary needs
  (GT-707): `dist/vendor/clack.cjs` 107 kB / 59 exports, `dist/vendor/conf.cjs`
  410 kB / 1 export, and the built CLI answers `--version` and `rulesets`
- tests on the three workspaces that touch hono: agent-runtime-api 86 passed,
  agent-runtime 483 passed, CLI 133 passed

Signed-off-by: aarroyo <beyondnet.peru@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
beyondnetPeru added a commit that referenced this pull request Aug 21, 2026
…pendabot PRs touch (#631)

Dependabot has five pull requests open (#435-#439) and they cover nestjs,
opentelemetry, types/node and eslint-plugin-boundaries. The seven open alerts are
about three other packages entirely, so merging all five would have closed none
of them.

- `@hono/node-server` 1.19.14 -> 1.19.15 (alerts 80, 81)
- `esbuild` ^0.24.2 -> ^0.25.0 (alert 82)
- `hono` 4.12.27 -> 4.12.34 via a root override (alerts 75, 77, 78, 79):
  ReDoS in CORS middleware, `memo()` retaining SSR output across requests,
  Proxy Helper leaking `Connection`-listed headers, and complexity DoS in the
  language middleware

`hono` needs the override rather than a bump: it is transitive, reached through
`@modelcontextprotocol/sdk` (`^4.11.4`) and as a peer of `@hono/node-server`
(`^4`), so neither consumer's range forces the patched version. Changing
`overrides` alone did not move it -- npm leaves an already-locked package where it
is -- so the lock entry was re-resolved deliberately and its `resolved` and
`integrity` restored from the registry, since dropping those would break `npm ci`.

Verified, not assumed:

- `npm ci` from a clean directory with only the manifests present: 1303 packages,
  hono 4.12.34 installed, **0 vulnerabilities**
- esbuild 0.25 still vendors the ESM dependencies the packaged binary needs
  (GT-707): `dist/vendor/clack.cjs` 107 kB / 59 exports, `dist/vendor/conf.cjs`
  410 kB / 1 export, and the built CLI answers `--version` and `rulesets`
- tests on the three workspaces that touch hono: agent-runtime-api 86 passed,
  agent-runtime 483 passed, CLI 133 passed

Signed-off-by: aarroyo <beyondnet.peru@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants