Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

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

Package From To
schema-utils 4.3.2 4.3.3
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.5
@types/node 24.3.1 24.6.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.23.0
typescript 5.9.2 5.9.3
typescript-eslint 8.43.0 8.45.0
webpack 5.101.3 5.102.0

Updates schema-utils from 4.3.2 to 4.3.3

Release notes

Sourced from schema-utils's releases.

v4.3.3

4.3.3 (2025-10-02)

Bug Fixes

  • reexport ValidationErrorConfiguration type (#204) (49af922)
Changelog

Sourced from schema-utils's changelog.

4.3.3 (2025-10-02)

Bug Fixes

  • reexport ValidationErrorConfiguration type (#204) (49af922)
Commits

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

Release notes

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

v1.19.5

What's Changed

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

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.6.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.48.1

Release notes

Sourced from memfs's releases.

v4.48.1

4.48.1 (2025-10-01)

Bug Fixes

  • 🐛 throw EISDIR when writing over folder (d20095e)

v4.48.0

4.48.0 (2025-10-01)

Features

  • handle EEXIST error when creating directories in parallel (3c9b2c8)

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)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.48.1 (2025-10-01)

Bug Fixes

  • 🐛 throw EISDIR when writing over folder (d20095e)

4.48.0 (2025-10-01)

Features

  • handle EEXIST error when creating directories in parallel (3c9b2c8)

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)

... (truncated)

Commits
  • 333e9f0 chore(release): 4.48.1 [skip ci]
  • b70b2e4 Merge pull request #1206 from streamich/fix-write-over-dir
  • d20095e fix: 🐛 throw EISDIR when writing over folder
  • 337a2c1 ci: run tests on Node.js 22.x and 24.x
  • 43c51b4 chore(release): 4.48.0 [skip ci]
  • 363e253 Merge pull request #1205 from streamich/copilot/fix-97ba9c15-6996-496b-a9a0-a...
  • c23c521 refactor: 💡 get reference to fs early
  • 3c9b2c8 feat: handle EEXIST error when creating directories in parallel
  • 5365112 Initial plan
  • 5644415 chore(release): 4.47.0 [skip ci]
  • Additional commits viewable in compare view

Updates puppeteer from 24.20.0 to 24.23.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.23.0

24.23.0 (2025-10-01)

Features

Bug Fixes

  • roll to Firefox 143.0.3 (#14274) (4890265)
  • webdriver: don't intercept non blocked requests (#14262) (

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [schema-utils](https://github.com/webpack/schema-utils) | `4.3.2` | `4.3.3` |
| [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.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `24.6.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.23.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.45.0` |
| [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.102.0` |



Updates `schema-utils` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/webpack/schema-utils/releases)
- [Changelog](https://github.com/webpack/schema-utils/blob/main/CHANGELOG.md)
- [Commits](webpack/schema-utils@v4.3.2...v4.3.3)

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.5
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.2...v1.19.5)

Updates `@types/node` from 24.3.1 to 24.6.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.48.1
- [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.48.1)

Updates `puppeteer` from 24.20.0 to 24.23.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.23.0)

Updates `typescript` from 5.9.2 to 5.9.3
- [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.9.2...v5.9.3)

Updates `typescript-eslint` from 8.43.0 to 8.45.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.45.0/packages/typescript-eslint)

Updates `webpack` from 5.101.3 to 5.102.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.101.3...v5.102.0)

---
updated-dependencies:
- dependency-name: schema-utils
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.6.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.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer
  dependency-version: 24.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: webpack
  dependency-version: 5.102.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 Oct 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

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

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-cee8bd8d97 branch October 6, 2025 02:04
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.

2 participants