Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
webpack-dev-middleware 7.4.3 7.4.5
@eslint/markdown 7.2.0 7.3.0
@hono/node-server 1.19.2 1.19.4
@types/node 24.3.1 24.5.2
babel-jest 30.1.2 30.2.0
eslint 9.35.0 9.36.0
eslint-plugin-n 17.21.3 17.23.1
hono 4.9.6 4.9.9
jest 30.1.3 30.2.0
puppeteer 24.20.0 24.22.3
typescript-eslint 8.43.0 8.44.1

Updates webpack-dev-middleware from 7.4.3 to 7.4.5

Release notes

Sourced from webpack-dev-middleware's releases.

v7.4.5

7.4.5 (2025-09-24)

Bug Fixes

v7.4.4

7.4.4 (2025-09-23)

Bug Fixes

Changelog

Sourced from webpack-dev-middleware's changelog.

7.4.5 (2025-09-24)

Bug Fixes

7.4.4 (2025-09-23)

Bug Fixes

Commits
  • ec97e06 chore(release): 7.4.5
  • c9a0e68 fix: unpin memfs (#2176)
  • 0c87e95 chore(deps-dev): bump the dependencies group across 1 directory with 6 update...
  • 8f40f5f chore(release): 7.4.4
  • 044d691 fix: pin memfs version (#2174)
  • 253c7e1 chore(deps-dev): bump the dependencies group with 3 updates (#2170)
  • 2535262 chore(deps): bump the dependencies group across 1 directory with 5 updates (#...
  • 6b7531e chore: remove CODEOWNERS, too spammy (#2167)
  • be10aa6 chore(deps): remove strip-ansi (#2166)
  • 0c4431b chore(deps): update
  • Additional commits viewable in compare view

Updates @eslint/markdown from 7.2.0 to 7.3.0

Release notes

Sourced from @​eslint/markdown's releases.

v7.3.0

7.3.0 (2025-09-22)

Features

  • add allowLabels option to no-missing-label-refs (#513) (f6d6b76)
  • add no-reference-like-urls rule (#433) (65251ec)
  • export types from main entry point (#520) (915837c)
  • fix false positives and negatives for consecutive backslashes (#490) (3067607)

Bug Fixes

  • exactOptionalPropertyTypes causes type errors when using plugins (#524) (15014a4)
  • handle consecutive backslashes in no-reference-like-urls (#523) (762712d)
  • no-*-definitions rules show original label and identifier (#515) (f80a9e1)
  • report locations with <CR> linebreaks in no-reference-like-urls (#525) (28723c2)
  • wrong location reporting in fenced-code-language (#518) (c532194)
Changelog

Sourced from @​eslint/markdown's changelog.

7.3.0 (2025-09-22)

Features

  • add allowLabels option to no-missing-label-refs (#513) (f6d6b76)
  • add no-reference-like-urls rule (#433) (65251ec)
  • export types from main entry point (#520) (915837c)
  • fix false positives and negatives for consecutive backslashes (#490) (3067607)

Bug Fixes

  • exactOptionalPropertyTypes causes type errors when using plugins (#524) (15014a4)
  • handle consecutive backslashes in no-reference-like-urls (#523) (762712d)
  • no-*-definitions rules show original label and identifier (#515) (f80a9e1)
  • report locations with <CR> linebreaks in no-reference-like-urls (#525) (28723c2)
  • wrong location reporting in fenced-code-language (#518) (c532194)
Commits
  • 92851b2 chore: release 7.3.0 🚀 (#516)
  • 28723c2 fix: report locations with <CR> linebreaks in no-reference-like-urls (#525)
  • 3ab4442 chore: update actions/download-artifact action to v5 (#531)
  • 2eeaffb chore: update dependency globals to v16 (#530)
  • 5706820 chore: update actions/setup-node action to v5 (#529)
  • b102104 chore: update actions/checkout action to v5 (#528)
  • 15014a4 fix: exactOptionalPropertyTypes causes type errors when using plugins (#524)
  • b4a31d3 ci: centralize renovate config
  • 762712d fix: handle consecutive backslashes in no-reference-like-urls (#523)
  • f80a9e1 fix: no-*-definitions rules show original label and identifier (#515)
  • Additional commits viewable in compare view

Updates @hono/node-server from 1.19.2 to 1.19.4

Release notes

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

v1.19.4

What's Changed

New Contributors

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

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.2

Commits

Updates babel-jest from 30.1.2 to 30.2.0

Release notes

Sourced from babel-jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.
Changelog

Sourced from babel-jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.
Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits

Updates eslint-plugin-n from 17.21.3 to 17.23.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.1

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

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.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

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
  • 42d1597 chore(master): release 17.23.1 (#482)
  • fe94432 fix(node-builtins-modules/tls.js): Update minimal version (#484)
  • 92ea876 docs: improve clarity of no-missing-import and no-missing-require (#455)
  • 92abbc9 chore(master): release 17.23.0 (#481)
  • 6516414 feat: Support latest node v23.x ✨ (#478)
  • cfeed38 Update es-syntax.md (#480)
  • bb77606 chore(master): release 17.22.0 (#469)
  • 0ab562b feat: support latest node 22 (#474)
  • fd0c192 feat: Add missing features from node 20.19.0 (#473)
  • 844155c fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are support...
  • Additional commits viewable in compare view

Updates hono from 4.9.6 to 4.9.9

Release notes

Sourced from hono's releases.

v4.9.9

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.9.8...v4.9.9

v4.9.8

What's Changed

New Contributors

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

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
  • 16eb882 4.9.9
  • 81bda2e feat(helper/route): enable to get route path at specific index (#4423)
  • 393ded9 fix(service-worker): correct generics for handle (#4421)
  • 3f89b6f fix(service-worker): Update service-worker fire() to accept generic variants ...
  • ba98aa2 4.9.8
  • 3fe60f1 fix(request): return empty string for empty catch-all param (#4395)
  • 9987081 refactor(types): fix the type definitions in hono-base (#4407)
  • 0af31fa refactor(types): remove SimplifyDeepArray from json types (#4406)
  • f8c9b6e fix(types): JSONParsed infer unknown values (#4405)
  • 5ece995 4.9.7
  • Additional commits viewable in compare view

Updates jest from 30.1.3 to 30.2.0

Release notes

Sourced from jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)
Changelog

Sourced from jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)
Commits

Updates memfs from 4.39.0 to 4.47.0

Release notes

Sourced from memfs's releases.

v4.47.0

4.47.0 (2025-09-27)

Features

  • align openAsBlob errors with Node.js behavior (1f1afb7)

v4.46.1

4.46.1 (2025-09-25)

Bug Fixes

  • handle Uint8Array byteOffset and byteLength in readSync (bba8729)

v4.46.0

4.46.0 (2025-09-24)

Features

  • implement inline inspect and format functions to replace node:util imports (894819e)
  • inline inherits and promisify implementations, remove all node:util dependencies (4e628bf)

v4.45.0

4.45.0 (2025-09-24)

Bug Fixes

  • 🐛 inline Buffer and URL (0b6c43a)

Features

  • inline fs.ts types to remove node:fs dependency (22886c3)

v4.44.0

4.44.0 (2025-09-24)

Bug Fixes

  • 🐛 remove dependence on "assert" module (c7c6f6c)

Features

  • move internal files to vendor/node/internal and cleanup unused error codes (3a9ee47)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.47.0 (2025-09-27)

Features

  • align openAsBlob errors with Node.js behavior (1f1afb7)

4.46.1 (2025-09-25)

Bug Fixes

  • handle Uint8Array byteOffset and byteLength in readSync (bba8729)

4.46.0 (2025-09-24)

Features

  • implement inline inspect and format functions to replace node:util imports (894819e)
  • inline inherits and promisify implementations, remove all node:util dependencies (4e628bf)

4.45.0 (2025-09-24)

Bug Fixes

  • 🐛 inline Buffer and URL (0b6c43a)

Features

  • inline fs.ts types to remove node:fs dependency (22886c3)

4.44.0 (2025-09-24)

Bug Fixes

  • 🐛 remove dependence on "assert" module (c7c6f6c)

Features

  • move internal files to vendor/node/internal and cleanup unused error codes (3a9ee47)

4.43.1 (2025-09-24)

Bug Fixes

... (truncated)

Commits
  • 5644415 chore(release): 4.47.0 [skip ci]
  • cb22922 Merge pull request #1203 from streamich/copilot/fix-034679f8-18f4-45dd-9d8d-7...
  • 1f1afb7 feat: align openAsBlob errors with Node.js behavior
  • 6892aa3 Initial plan
  • 929969d chore(release): 4.46.1 [skip ci]
  • 7929289 Merge pull request #1184 from mattfysh/patch-1
  • 1ca9b33 prettier
  • 10143fe chore(release): 4.46.0 [skip ci]
  • 4d47ede Merge pull request #1200 from streamich/copilot/fix-1199
  • e9018d9 chore(release): 4.45.0 [skip ci]
  • Additional commits viewable in compare view

Updates puppeteer from 24.20.0 to 24.22.3

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.22.3

24.22.3 (2025-09-24)

Bug Fixes

puppeteer: v24.22.3

24.22.3 (2025-09-24)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.2 to 24.22.3

puppeteer-core: v24.22.2

24.22.2 (2025-09-23)

Bug Fixes

  • pipes: concat buffers instead of string concatenation (#14236) (21e54b6)

puppeteer: v24.22.2

24.22.2 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.1 to 24.22.2

puppeteer-core: v24.22.1

24.22.1 (2025-09-23)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.22.3 (2025-09-24)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.2 to 24.22.3

Bug Fixes

24.22.2 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.1 to 24.22.2

Bug Fixes

  • pipes: concat buffers instead of string concatenation (#14236) (21e54b6)

24.22.1 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

... (truncated)

Commits

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `7.4.3` | `7.4.5` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `7.2.0` | `7.3.0` |
| [@hono/node-server](https://github.com/honojs/node-server) | `1.19.2` | `1.19.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `24.5.2` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.1.2` | `30.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.21.3` | `17.23.1` |
| [hono](https://github.com/honojs/hono) | `4.9.6` | `4.9.9` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.3` | `30.2.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.20.0` | `24.22.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.44.1` |



Updates `webpack-dev-middleware` from 7.4.3 to 7.4.5
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v7.4.3...v7.4.5)

Updates `@eslint/markdown` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v7.2.0...v7.3.0)

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

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

Updates `babel-jest` from 30.1.2 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest)

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `eslint-plugin-n` from 17.21.3 to 17.23.1
- [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.1)

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

Updates `jest` from 30.1.3 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `memfs` from 4.39.0 to 4.47.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.47.0)

Updates `puppeteer` from 24.20.0 to 24.22.3
- [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.22.3)

Updates `typescript-eslint` from 8.43.0 to 8.44.1
- [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.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-version: 7.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@eslint/markdown"
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel-jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hono
  dependency-version: 4.9.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: memfs
  dependency-version: 4.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer
  dependency-version: 24.22.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.44.1
  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 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-809366bee5 branch September 30, 2025 02:03
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