Skip to content

chore(deps): bump the npm-dependencies group across 1 directory with 46 updates#806

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/npm-dependencies-fe7dd9c8d0
Closed

chore(deps): bump the npm-dependencies group across 1 directory with 46 updates#806
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/npm-dependencies-fe7dd9c8d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 45 updates in the / directory:

Package From To
@grpc/grpc-js 1.14.3 1.14.4
@grpc/proto-loader 0.8.0 0.8.1
@types/node 22.18.6 26.0.1
chalk 2.4.2 5.6.2
dayjs 1.11.10 1.11.21
fast-xml-parser 5.7.0 5.9.3
form-data 4.0.5 4.0.6
got 11.8.6 15.0.6
long 4.0.0 5.3.2
lossless-json 4.0.1 4.3.0
p-cancelable 2.1.1 4.0.1
promise-retry 1.1.1 2.0.1
reflect-metadata 0.2.1 0.2.2
stack-trace 0.0.10 1.0.0
typed-duration 1.0.13 2.0.0
winston 3.14.2 3.19.0
@commitlint/cli 18.6.1 21.1.0
@commitlint/config-conventional 18.6.2 21.1.0
@semantic-release/npm 13.1.4 13.1.5
@semantic-release/release-notes-generator 14.1.0 14.1.1
@typescript-eslint/eslint-plugin 6.14.0 8.62.0
@typescript-eslint/parser 6.14.0 8.62.0
commitizen 4.3.1 4.3.2
cross-env 7.0.3 10.1.0
eslint-config-prettier 9.1.0 10.1.8
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-prettier 5.0.1 5.5.6
express 4.22.1 5.2.1
@types/express 4.17.21 5.0.6
get-port-please 3.1.2 3.2.0
husky 8.0.3 9.1.7
jsonwebtoken 9.0.2 9.0.3
@types/jsonwebtoken 9.0.6 9.0.10
lint-staged 16.4.0 17.0.8
pino 9.14.0 10.3.1
prettier 3.1.1 3.8.4
semantic-release 25.0.3 25.0.5
shx 0.3.4 0.4.0
tsd 0.31.0 0.33.0
typedoc 0.28.13 0.28.19
typedoc-plugin-include-example 2.1.2 3.0.2
typedoc-plugin-missing-exports 4.0.0 4.1.3
typescript 5.9.2 6.0.3
vitest 4.1.1 4.1.9
wtfnode 0.10.0 0.10.1

Updates @grpc/grpc-js from 1.14.3 to 1.14.4

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.4

Commits
  • a380735 Merge pull request #3052 from murgatroid99/grpc-js_1.14.4
  • 5b8d37b Merge commit from fork
  • 6a97456 Merge commit from fork
  • e5e0b1d grpc-js: Bump version to 1.14.4
  • 5029a26 Make compression error a static string
  • 2fe55fd Fix crashes when receiving malformed compressed data
  • 234f917 Fix server crash when handling invalid requests
  • acef8d4 Merge pull request #3043 from murgatroid99/rbac_types_change_fix_1.14
  • 4f3c58f grpc-js-xds: Update RBAC code to handle Node type change, pin @​types/node
  • See full diff in compare view

Updates @grpc/proto-loader from 0.8.0 to 0.8.1

Release notes

Sourced from @​grpc/proto-loader's releases.

@​grpc/proto-loader 0.8.1

  • Bump dependency on protobufjs to the newest version to pick up security fixes (#3048 contributed by @​tawni-dev)
Commits
  • a558430 Merge pull request #3049 from murgatroid99/proto-loader_v0.8.1
  • 753fbc1 proto-loader: Bump to version 0.8.1
  • 1589dda Merge pull request #3048 from tawni-dev/fix/protobufjs-7.5.5-security-bump
  • 736a45c fix: bump protobufjs to ^7.5.5 to address GHSA-xq3m-2v4x-88gg
  • 2670b37 Merge pull request #3046 from zarinn3pal/feat/health_check_example
  • 37af6c0 Merge pull request #3045 from hfhchan-plb/patch-1
  • fd67ca6 feat: Added health check example
  • d7dac60 unroll loop and remove unnecessary check
  • 99028d3 Fix lipo extract command for M1 macs
  • 0af3c67 Merge pull request #3044 from zarinn3pal/fix/psm-interop-node
  • Additional commits viewable in compare view

Updates @types/node from 22.18.6 to 26.0.1

Commits

Updates chalk from 2.4.2 to 5.6.2

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

chalk/chalk@v5.5.0...v5.6.0

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

chalk/chalk@v5.4.1...v5.5.0

v5.4.1

  • Fix navigator not defined ReferenceError (#642) 4ebb62d

chalk/chalk@v5.4.0...v5.4.1

v5.4.0

  • Update CIRCLECI environments to return level 3 color support f838120

chalk/chalk@v5.3.0...v5.4.0

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

chalk/chalk@v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

chalk/chalk@v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

chalk/chalk@v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

... (truncated)

Commits

Updates dayjs from 1.11.10 to 1.11.21

Release notes

Sourced from dayjs's releases.

v1.11.21

1.11.21 (2026-05-26)

Bug Fixes

v1.11.20

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118

v1.11.19

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

... (truncated)

Changelog

Sourced from dayjs's changelog.

1.11.21 (2026-05-26)

Bug Fixes

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for dayjs since your current version.


Updates fast-xml-parser from 5.7.0 to 5.9.3

Release notes

Sourced from fast-xml-parser's releases.

v5.9.3

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.2...v5.9.3

v5.9.2

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.1...v5.9.2

v5.9.1

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.0...v5.9.1

update strnum, use is-unsafe

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

update strnum, FXB. Use xml-naming for DOCTYPE

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname because of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is by deault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

fix minor old bugs and update builder

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

backward compatibility for numerical external entity, fix #705, #817

  • allow numerical external entity for backward compatibility
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

upgrade @​nodable/entities and FXB

  • Use @nodable/entities v2.1.0
    • breaking changes
      • single entity scan. You're not allowed to use entity value to form another entity name.
      • you cant add numeric external entity
      • entity error message when expantion limit is crossed might change
    • typings are updated for new options related to process entity
    • please follow documentation of @nodable/entities for more detail.
    • performance

... (truncated)

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion

*5.9.3 / 2026-06-19

  • update strnum

*5.9.2 / 2026-06-17

  • dummy release to test changes in github action

*5.9.1 / 2026-06-17

  • dummy release to test release from github action

*5.9.0 / 2026-06-15

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

*5.8.0 / 2026-05-12

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname becaue of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is bydeault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

5.7.3 / 2006-05-05

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

5.7.2 / 2026-04-25

  • allow numerical external entity for backward compatibility
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

5.7.1 / 2026-04-20

  • fix typo in CJS typing file

5.7.0 / 2026-04-17

  • Use @nodable/entities v2.1.0
    • breaking changes
      • single entity scan. You're not allowed to user entity value to form another entity name.
      • you cant add numeric external entity
      • entity error message when expantion limit is crossed might change

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for fast-xml-parser since your current version.


Updates form-data from 4.0.5 to 4.0.6

Changelog

Sourced from form-data's changelog.

v4.0.6 - 2026-06-12

Commits

  • [Fix] escape CR, LF, and " in field names and filenames 8dff42c
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape f31d21e
  • [Deps] update hasown, mime-types 92ae0eb
  • [Dev Deps] update js-randomness-predictor 67b0f65
Commits
  • 64190db v4.0.6
  • 92ae0eb [Deps] update hasown, mime-types
  • f31d21e [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape
  • 8dff42c [Fix] escape CR, LF, and " in field names and filenames
  • 67b0f65 [Dev Deps] update js-randomness-predictor
  • See full diff in compare view

Updates got from 11.8.6 to 15.0.6

Release notes

Sourced from got's releases.

v15.0.6

  • Fix searchParams setter dropping the value when a URL is set (#2454) 5772bf2

sindresorhus/got@v15.0.5...v15.0.6

v15.0.5

  • Fix: Handle abort signals added by handlers 74e3167

sindresorhus/got@v15.0.4...v15.0.5

v15.0.4

  • Fix aborting during download progress 11a2202

sindresorhus/got@v15.0.3...v15.0.4

v15.0.3

  • Fix false ReadError on responses without Content-Length 071ea07

sindresorhus/got@v15.0.2...v15.0.3

v15.0.2

  • Fix stream cookie jar completion race b170125

sindresorhus/got@v15.0.1...v15.0.2

v15.0.1

  • Fix init types 20633bc

sindresorhus/got@v15.0.0...v15.0.1

v15.0.0

Breaking changes

  • Require Node.js 22 b933476
  • Remove promise cancel API a06ac6c
  • Remove isStream option c241c6c
    • Use got.stream() directly.

... (truncated)

Commits

Updates long from 4.0.0 to 5.3.2

Release notes

Sourced from long's releases.

v5.3.2

Bug fixes

  • Call correct function when using Long.fromValue with a bigInt (#134) (e1bcb4f65096465b69f0fd67e68fc2a79a67ade9)

Other

  • Update dependency (a45797aef9ee6bb92325891004b1b4344dd678bd)

v5.3.1

Bug fixes

  • Separate ESM and UMD type definitions (be983d36b47a51bc150a1dc04305e800fa48ab0e)

Other

  • Update node version used in CI (12f39881e769cb5cd54b621283ae5e8811022c8f)
  • Update workflows, add stale action (86d3f0e366b4d8bfc35efce8f0b6c5c399ff8bea)
  • Update UMD fallback (516961cf75857c93c2981b5e0d950ebb276cb057)
  • Format with prettier (785a5d4b73f2eba133fc2fbf67fd101db6d45ea3)
  • Add FUNDING.yml fwiw (7e79358268c8ec25676badf13b093d10911ebcc5)

v5.3.0

New features

  • Support conversion from/to BigInt (1760d02e138f790805ece2634fb9a284e2ec4053)
  • Add isSafeInteger to test if a Long can be safely represented as a JS number (2eb79a4f64f40528fbe9263bd033a88c0c839111)

Other

  • Comment Wasm blob (167d391bd71dfec986d48fafe47f4dfd1d4f05b1)
  • Move types to dedicated declaration file (ae485013d6d00ea4ac42126b003970369f568787)
  • Update Wasm source (d0f7475836e2f0640730b81b3dc369486d3af5f4)

v5.2.5

Bug fixes

  • Use explicit file extension in relative ECMAScript import (848353325cad861b4ada2345750e9529cc1db5ba)

Other

  • Update badges (09224712e3b111512dc8ff1ee7f63d57ba37ca24)

v5.2.4

Bug fixes

  • Change source of truth for types to umd/index.d.ts to resolve issue with typescript import in 5.x (#130) (d5ab8f6ce5f20fe9edcb9d2fc38e8dad39d50469)

v5.2.3

... (truncated)

Commits
  • e1bcb4f fix: Call correct function when using Long.fromValue with a bigInt (#134)
  • a45797a Update dependency
  • be983d3 fix: Separate ESM and UMD type definitions
  • 12f3988 Update node version used in CI
  • 86d3f0e Update workflows, add stale action
  • 516961c Update UMD fallback
  • 785a5d4 Format with prettier
  • 7e79358 Add FUNDING.yml fwiw
  • 2eb79a4 Add isSafeInteger to test if a Long can be safely represented as a JS number
  • 167d391 Comment Wasm blob
  • Additional commits viewable in compare view

Updates lossless-json from 4.0.1 to 4.3.0

Changelog

Sourced from lossless-json's changelog.

4.3.0 (2025-10-03)

Features

4.2.0 (2025-08-28)

Features

  • #268 make isSafeNumber compatible with Number.isSafeInteger (#269) (df63f20)

4.1.1 (2025-06-23)

Bug Fixes

4.1.0 (2025-05-19)

Features

  • implement helper functions splitNumber, compareNumber, and compareLosslessNumber (9b9497e)
  • improve the performance of util functions toLosslessNumber, isSafeNumber, and others (3796e12)

4.0.2 (2024-09-18)

Bug Fixes

  • use Number.parseFloat, Number.parseInt, etc and use string templates consistently (af946b1)
Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates p-cancelable from 2.1.1 to 4.0.1

Release notes

Sourced from p-cancelable's releases.

v4.0.1

  • Fix: Ensure the state is only changed if the promise was pending (#34) 31fbf8f

sindresorhus/p-cancelable@v4.0.0...v4.0.1

v4.0.0

Breaking

  • Require Node.js 14 10fdb08

Improvements

  • Improve the message error when attaching onCancel after the promise settled (#31) aab3b8d

sindresorhus/p-cancelable@v3.0.0...v4.0.0

v3.0.0

Breaking

  • Require Node.js 12.20 d44ac23
  • This package is now pure ESM. Please read this.

sindresorhus/p-cancelable@v2.1.1...v3.0.0

Commits

Updates promise-retry from 1.1.1 to 2.0.1

Commits
Maintainer changes

This version was pushed to npm by achingbrain, a new releaser for promise-retry since your current version.


Updates reflect-metadata from 0.2.1 to 0.2.2

Commits

Updates stack-trace from 0.0.10 to 1.0.0

Release notes

Sourced from stack-trace's releases.

v1.0.0

What's Changed

New Contributors

Full Changelog: felixge/node-stack-trace@v0.0.10...v1.0.0

1.0.0-pre2

What's Changed

New Contributors

Full Changelog: felixge/node-stack-trace@1.0.0-pre1...1.0.0-pre2

1.0.0-pre1

What's Changed

New Contributors

... (truncated)

Commits
  • 68ba537 bump version
  • dc0109b Address PR #66 review comments, verify and close issues #13, #25 (#67)
  • e19d06c Migrate tests to native node:test, remove Babel/Jest tooling, and clarify lon...
  • 2f11520 fix(tests): make stack frame comparison test environment-independent for Jest...
  • 5b67838 Fixed lock file
  • dabeee2 chore: migrate from Travis CI to GitHub Actions
  • 1d6b4c7 Fixed url
  • 5933e73 chore: update .npmignore (#58)
  • 6afc300 Bump minimatch from 3.0.4 to 3.1.2 (#43)

…46 updates

Bumps the npm-dependencies group with 45 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.14.3` | `1.14.4` |
| [@grpc/proto-loader](https://github.com/grpc/grpc-node) | `0.8.0` | `0.8.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.6` | `26.0.1` |
| [chalk](https://github.com/chalk/chalk) | `2.4.2` | `5.6.2` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.10` | `1.11.21` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.7.0` | `5.9.3` |
| [form-data](https://github.com/form-data/form-data) | `4.0.5` | `4.0.6` |
| [got](https://github.com/sindresorhus/got) | `11.8.6` | `15.0.6` |
| [long](https://github.com/dcodeIO/long.js) | `4.0.0` | `5.3.2` |
| [lossless-json](https://github.com/josdejong/lossless-json) | `4.0.1` | `4.3.0` |
| [p-cancelable](https://github.com/sindresorhus/p-cancelable) | `2.1.1` | `4.0.1` |
| [promise-retry](https://github.com/IndigoUnited/node-promise-retry) | `1.1.1` | `2.0.1` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.2.1` | `0.2.2` |
| [stack-trace](https://github.com/felixge/node-stack-trace) | `0.0.10` | `1.0.0` |
| [typed-duration](https://github.com/jwulf/typed-duration) | `1.0.13` | `2.0.0` |
| [winston](https://github.com/winstonjs/winston) | `3.14.2` | `3.19.0` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `18.6.1` | `21.1.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `18.6.2` | `21.1.0` |
| [@semantic-release/npm](https://github.com/semantic-release/npm) | `13.1.4` | `13.1.5` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `14.1.0` | `14.1.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.14.0` | `8.62.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.14.0` | `8.62.0` |
| [commitizen](https://github.com/commitizen/cz-cli) | `4.3.1` | `4.3.2` |
| [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.1.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.32.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.5.6` |
| [express](https://github.com/expressjs/express) | `4.22.1` | `5.2.1` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.6` |
| [get-port-please](https://github.com/unjs/get-port-please) | `3.1.2` | `3.2.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.1.7` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.6` | `9.0.10` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.4.0` | `17.0.8` |
| [pino](https://github.com/pinojs/pino) | `9.14.0` | `10.3.1` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.8.4` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.3` | `25.0.5` |
| [shx](https://github.com/shelljs/shx) | `0.3.4` | `0.4.0` |
| [tsd](https://github.com/tsdjs/tsd) | `0.31.0` | `0.33.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.13` | `0.28.19` |
| [typedoc-plugin-include-example](https://github.com/ferdodo/typedoc-plugin-include-example) | `2.1.2` | `3.0.2` |
| [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) | `4.0.0` | `4.1.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.1` | `4.1.9` |
| [wtfnode](https://github.com/myndzi/wtfnode) | `0.10.0` | `0.10.1` |



Updates `@grpc/grpc-js` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.3...@grpc/grpc-js@1.14.4)

Updates `@grpc/proto-loader` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.8.0...@grpc/proto-loader@0.8.1)

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

Updates `chalk` from 2.4.2 to 5.6.2
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v2.4.2...v5.6.2)

Updates `dayjs` from 1.11.10 to 1.11.21
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.10...v1.11.21)

Updates `fast-xml-parser` from 5.7.0 to 5.9.3
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.7.0...v5.9.3)

Updates `form-data` from 4.0.5 to 4.0.6
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

Updates `got` from 11.8.6 to 15.0.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.6...v15.0.6)

Updates `long` from 4.0.0 to 5.3.2
- [Release notes](https://github.com/dcodeIO/long.js/releases)
- [Commits](dcodeIO/long.js@4.0.0...v5.3.2)

Updates `lossless-json` from 4.0.1 to 4.3.0
- [Changelog](https://github.com/josdejong/lossless-json/blob/main/CHANGELOG.md)
- [Commits](josdejong/lossless-json@v4.0.1...v4.3.0)

Updates `p-cancelable` from 2.1.1 to 4.0.1
- [Release notes](https://github.com/sindresorhus/p-cancelable/releases)
- [Commits](sindresorhus/p-cancelable@v2.1.1...v4.0.1)

Updates `promise-retry` from 1.1.1 to 2.0.1
- [Commits](IndigoUnited/node-promise-retry@1.1.1...v2.0.1)

Updates `reflect-metadata` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

Updates `stack-trace` from 0.0.10 to 1.0.0
- [Release notes](https://github.com/felixge/node-stack-trace/releases)
- [Commits](felixge/node-stack-trace@v0.0.10...v1.0.0)

Updates `typed-duration` from 1.0.13 to 2.0.0
- [Commits](https://github.com/jwulf/typed-duration/commits/2.0.0)

Updates `winston` from 3.14.2 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.19.0)

Updates `@commitlint/cli` from 18.6.1 to 21.1.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.1.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 18.6.2 to 21.1.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.1.0/@commitlint/config-conventional)

Updates `@semantic-release/npm` from 13.1.4 to 13.1.5
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v13.1.4...v13.1.5)

Updates `@semantic-release/release-notes-generator` from 14.1.0 to 14.1.1
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v14.1.0...v14.1.1)

Updates `@typescript-eslint/eslint-plugin` from 6.14.0 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.14.0 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/parser)

Updates `commitizen` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](commitizen/cz-cli@v4.3.1...v4.3.2)

Updates `cross-env` from 7.0.3 to 10.1.0
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/cross-env@v7.0.3...v10.1.0)

Updates `eslint` from 8.55.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/v8.57.1/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.57.1)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)

Updates `eslint-plugin-import` from 2.29.1 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0)

Updates `eslint-plugin-prettier` from 5.0.1 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.5.6)

Updates `express` from 4.22.1 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.1...v5.2.1)

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

Updates `get-port-please` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/unjs/get-port-please/releases)
- [Changelog](https://github.com/unjs/get-port-please/blob/main/CHANGELOG.md)
- [Commits](unjs/get-port-please@v3.1.2...v3.2.0)

Updates `husky` from 8.0.3 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

Updates `jsonwebtoken` from 9.0.2 to 9.0.3
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3)

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

Updates `lint-staged` from 16.4.0 to 17.0.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.4.0...v17.0.8)

Updates `pino` from 9.14.0 to 10.3.1
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.14.0...v10.3.1)

Updates `prettier` from 3.1.1 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.8.4)

Updates `semantic-release` from 25.0.3 to 25.0.5
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v25.0.3...v25.0.5)

Updates `shx` from 0.3.4 to 0.4.0
- [Release notes](https://github.com/shelljs/shx/releases)
- [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md)
- [Commits](shelljs/shx@v0.3.4...v0.4.0)

Updates `tsd` from 0.31.0 to 0.33.0
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.31.0...v0.33.0)

Updates `typedoc` from 0.28.13 to 0.28.19
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.13...v0.28.19)

Updates `typedoc-plugin-include-example` from 2.1.2 to 3.0.2
- [Commits](https://github.com/ferdodo/typedoc-plugin-include-example/commits)

Updates `typedoc-plugin-missing-exports` from 4.0.0 to 4.1.3
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-missing-exports@v4.0.0...v4.1.3)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v6.0.3)

Updates `vitest` from 4.1.1 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

Updates `wtfnode` from 0.10.0 to 0.10.1
- [Commits](https://github.com/myndzi/wtfnode/commits)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@grpc/proto-loader"
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: chalk
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: fast-xml-parser
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: got
  dependency-version: 15.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: long
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: lossless-json
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: p-cancelable
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: promise-retry
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: reflect-metadata
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: stack-trace
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: typed-duration
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@commitlint/cli"
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@semantic-release/npm"
  dependency-version: 13.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-version: 14.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: commitizen
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cross-env
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 8.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/express"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: get-port-please
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: jsonwebtoken
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/jsonwebtoken"
  dependency-version: 9.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: pino
  dependency-version: 10.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: semantic-release
  dependency-version: 25.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: shx
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: tsd
  dependency-version: 0.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typedoc-plugin-include-example
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: typedoc-plugin-missing-exports
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: wtfnode
  dependency-version: 0.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-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 Jun 25, 2026
@emilyoram

Copy link
Copy Markdown
Contributor

Closing: dependency version updates have moved from Dependabot to Renovate (see the switch-to-renovate PR in this repo). Renovate will open its own PR for this update if it is still applicable.

@emilyoram emilyoram closed this Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/npm-dependencies-fe7dd9c8d0 branch July 1, 2026 23:26
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