Skip to content

chore(deps): bump the dependencies group across 1 directory with 4 updates #2136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the dependencies group with 4 updates in the / directory: memfs, @hono/node-server, hono and typescript.

Updates memfs from 4.24.0 to 4.36.0

Release notes

Sourced from memfs's releases.

v4.36.0

4.36.0 (2025-08-03)

Features

  • 🎸 harden WritableStream usage (155b023)

v4.35.0

4.35.0 (2025-08-02)

Bug Fixes

  • directory timestamp handling - correctly distinguish access vs modification operations (db0e6ce)
  • increase setTimeout delay in directory timestamp tests from 1ms to 10ms to improve reliability on Mac systems (65051af)

Features

  • add comprehensive test coverage for appendFile path validation (0baa763)
  • add test case for appendFile with dots in path (ab544ca)
  • fix directory timestamp handling - correctly distinguish access vs modification operations (5d88334)

v4.34.0

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

v4.33.0

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

v4.32.1

4.32.1 (2025-08-01)

Bug Fixes

... (truncated)

Changelog

Sourced from memfs's changelog.

4.36.0 (2025-08-03)

Features

  • 🎸 harden WritableStream usage (155b023)

4.35.0 (2025-08-02)

Bug Fixes

  • directory timestamp handling - correctly distinguish access vs modification operations (db0e6ce)
  • increase setTimeout delay in directory timestamp tests from 1ms to 10ms to improve reliability on Mac systems (65051af)

Features

  • add comprehensive test coverage for appendFile path validation (0baa763)
  • add test case for appendFile with dots in path (ab544ca)
  • fix directory timestamp handling - correctly distinguish access vs modification operations (5d88334)

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes

  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

4.32.0 (2025-08-01)

... (truncated)

Commits
  • 25dc4d0 chore(release): 4.36.0 [skip ci]
  • 4d979d7 Merge pull request #1159 from streamich/harden-ws-usage
  • 81ec71f style: 💄 run Prettier
  • 155b023 feat: 🎸 harden WritableStream usage
  • f50a4d1 chore(release): 4.35.0 [skip ci]
  • db0e6ce fix: directory timestamp handling - correctly distinguish access vs modificat...
  • 65051af fix: increase setTimeout delay in directory timestamp tests from 1ms to 10ms ...
  • dafc289 refactor: convert directory timestamp tests to async/await with fs.promises API
  • 3930a84 test: add comprehensive test coverage for appendFile path validation with dots
  • 54b0994 chore(release): 4.34.0 [skip ci]
  • Additional commits viewable in compare view

Updates @hono/node-server from 1.17.1 to 1.18.1

Release notes

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

v1.18.1

What's Changed

Full Changelog: honojs/node-server@v1.18.0...v1.18.1

v1.18.0

What's Changed

Full Changelog: honojs/node-server@v1.17.1...v1.18.0

Commits

Updates hono from 4.8.10 to 4.8.12

Release notes

Sourced from hono's releases.

v4.8.12

What's Changed

Full Changelog: honojs/hono@v4.8.11...v4.8.12

v4.8.11

What's Changed

Full Changelog: honojs/hono@v4.8.10...v4.8.11

Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

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 4 updates in the / directory: [memfs](https://github.com/streamich/memfs), [@hono/node-server](https://github.com/honojs/node-server), [hono](https://github.com/honojs/hono) and [typescript](https://github.com/microsoft/TypeScript).


Updates `memfs` from 4.24.0 to 4.36.0
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.24.0...v4.36.0)

Updates `@hono/node-server` from 1.17.1 to 1.18.1
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.17.1...v1.18.1)

Updates `hono` from 4.8.10 to 4.8.12
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.8.10...v4.8.12)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hono/node-server"
  dependency-version: 1.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hono
  dependency-version: 4.8.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Aug 4, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@alexander-akait alexander-akait merged commit 918afe6 into master Aug 4, 2025
15 checks passed
@alexander-akait alexander-akait deleted the dependabot/npm_and_yarn/dependencies-a6efcb87de branch August 4, 2025 14:34
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