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 7 updates in the / directory:

Package From To
@hono/node-server 1.19.2 1.19.3
@types/node 24.3.1 24.5.1
eslint-plugin-n 17.21.3 17.23.0
hono 4.9.6 4.9.7
memfs 4.39.0 4.42.0
puppeteer 24.20.0 24.21.0
typescript-eslint 8.43.0 8.44.0

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 24.3.1 to 24.5.1

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

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 puppeteer from 24.20.0 to 24.21.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.21.0

24.21.0 (2025-09-15)

Features

  • emulate navigator.platform in Page.setUserAgent (#14190) (a2397a6)

Bug Fixes

  • always pipe stdio and report process launch errors (#14210) (c17a64b)
  • do not change CDP state if interception was not toggled (#14203) (a4f166a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.9 to 2.10.10

puppeteer: v24.21.0

24.21.0 (2025-09-15)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.9 to 2.10.10
      • puppeteer-core bumped from 24.20.0 to 24.21.0
Changelog

Sourced from puppeteer's changelog.

24.21.0 (2025-09-15)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.9 to 2.10.10

Features

  • emulate navigator.platform in Page.setUserAgent (#14190) (a2397a6)

Bug Fixes

  • always pipe stdio and report process launch errors (#14210) (c17a64b)
  • do not change CDP state if interception was not toggled (#14203) (a4f166a)
Commits
  • fcbfb73 chore: release main (#14198)
  • 9df8fd2 chore(deps): Bump the dependencies group with 2 updates (#14205)
  • 7539f57 chore: keep more lines in case the browser is verbose (#14216)
  • 8235f86 ci: Revert "ci: temporarily enable dumpio in tests" (#14215)
  • 9ae7fd3 docs: fix link slashes (#14214)
  • 8304bdd fix: check previously received log lines in waitForLineOutput (#14213)
  • 3921cc4 ci: temporarily enable dumpio in tests (#14212)
  • c17a64b fix: always pipe stdio and report process launch errors (#14210)
  • 4f2ef0d chore(deps): Bump github/codeql-action from 3.30.1 to 3.30.3 in the all group...
  • 844b261 chore(deps): Bump node from 6fe2868 to afff6d8 in /docker in the all grou...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.43.0 to 8.44.0

Release notes

Sourced from typescript-eslint's releases.

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.44.0 (2025-09-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

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

…7 updates

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

| Package | From | To |
| --- | --- | --- |
| [@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) | `24.3.1` | `24.5.1` |
| [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` |
| [memfs](https://github.com/streamich/memfs) | `4.39.0` | `4.42.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.20.0` | `24.21.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.44.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 24.3.1 to 24.5.1
- [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)

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 `puppeteer` from 24.20.0 to 24.21.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.20.0...puppeteer-v24.21.0)

Updates `typescript-eslint` from 8.43.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/typescript-eslint)

---
updated-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: 24.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: memfs
  dependency-version: 4.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer
  dependency-version: 24.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 17, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2025
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Sep 17, 2025
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