Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps the dependencies group with 5 updates in the / directory:

Package From To
memfs 4.39.0 4.42.0
@hono/node-server 1.19.2 1.19.3
@types/node 22.18.1 22.18.5
eslint-plugin-n 17.21.3 17.23.0
hono 4.9.6 4.9.7

Updates memfs from 4.39.0 to 4.42.0

Release notes

Sourced from memfs's releases.

v4.42.0

4.42.0 (2025-09-16)

Features

  • 🎸 implement .openAsBlob() for FsaNodeFs (26068e8)

v4.41.0

4.41.0 (2025-09-16)

Features

  • update TypeScript and related packages to latest versions (988710d)

v4.40.0

4.40.0 (2025-09-16)

Features

  • update Node.js types and add node: prefix to imports (c3f32bc)
Changelog

Sourced from memfs's changelog.

4.42.0 (2025-09-16)

Features

  • 🎸 implement .openAsBlob() for FsaNodeFs (26068e8)

4.41.0 (2025-09-16)

Features

  • update TypeScript and related packages to latest versions (988710d)

4.40.0 (2025-09-16)

Features

  • update Node.js types and add node: prefix to imports (c3f32bc)
Commits
  • fa3af4a chore(release): 4.42.0 [skip ci]
  • d66876f Merge pull request #1189 from streamich/fsa-to-node-blob
  • b8eafe4 docs ✏️ update JsDoc
  • 26068e8 feat: 🎸 implement .openAsBlob() for FsaNodeFs
  • 31901f1 chore(release): 4.41.0 [skip ci]
  • 3acc707 Merge pull request #1188 from streamich/copilot/fix-1187
  • 988710d feat: update TypeScript and related packages to latest versions
  • f5d3dce chore(release): 4.40.0 [skip ci]
  • 1b656ea Initial plan
  • 1e5b7c3 Merge pull request #1186 from streamich/copilot/fix-1185
  • Additional commits viewable in compare view

Updates @hono/node-server from 1.19.2 to 1.19.3

Release notes

Sourced from @​hono/node-server's releases.

v1.19.3

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.2...v1.19.3

Commits

Updates @types/node from 22.18.1 to 22.18.5

Commits

Updates eslint-plugin-n from 17.21.3 to 17.23.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.0

17.23.0 (2025-09-15)

🌟 Features

v17.22.0

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Changelog

Sourced from eslint-plugin-n's changelog.

17.23.0 (2025-09-15)

🌟 Features

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Commits

Updates hono from 4.9.6 to 4.9.7

Release notes

Sourced from hono's releases.

v4.9.7

Security

  • Fixed an issue in the bodyLimit middleware where the body size limit could be bypassed when both Content-Length and Transfer-Encoding headers were present. If you are using this middleware, please update immediately. Security Advisory

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.9.6...v4.9.7

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [memfs](https://github.com/streamich/memfs) | `4.39.0` | `4.42.0` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.2` | `1.19.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.1` | `22.18.5` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.21.3` | `17.23.0` |
| [hono](https://github.com/honojs/hono) | `4.9.6` | `4.9.7` |



Updates `memfs` from 4.39.0 to 4.42.0
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.39.0...v4.42.0)

Updates `@hono/node-server` from 1.19.2 to 1.19.3
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.2...v1.19.3)

Updates `@types/node` from 22.18.1 to 22.18.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-n` from 17.21.3 to 17.23.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.21.3...v17.23.0)

Updates `hono` from 4.9.6 to 4.9.7
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.9.6...v4.9.7)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.18.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hono
  dependency-version: 4.9.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Sep 17, 2025
@alexander-akait alexander-akait merged commit 2535262 into main Sep 18, 2025
15 checks passed
@alexander-akait alexander-akait deleted the dependabot/npm_and_yarn/dependencies-32c75f13e9 branch September 18, 2025 12:28
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.

1 participant