Commit af7ca95
chore(deps): bump the other-dependencies group across 1 directory with 4 updates (#46)
* chore(deps): bump the other-dependencies group across 1 directory with 4 updates
Bumps the other-dependencies group with 4 updates in the / directory: [undici](https://github.com/nodejs/undici), [@vercel/ncc](https://github.com/vercel/ncc), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript](https://github.com/microsoft/TypeScript).
Updates `undici` from 7.12.0 to 7.16.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.12.0...v7.16.0)
Updates `@vercel/ncc` from 0.38.3 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.3...0.38.4)
Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)
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: undici
dependency-version: 7.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: other-dependencies
- dependency-name: "@vercel/ncc"
dependency-version: 0.38.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: other-dependencies
- dependency-name: ts-jest
dependency-version: 29.4.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: other-dependencies
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: other-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: remove maxRedirections for undici v7.16.0 compatibility
undici v7.16.0 removed the maxRedirections option from the request API.
The library now handles redirects safely by default.
Fixes the TypeScript compilation error:
TS2353: Object literal may only specify known properties, and
'maxRedirections' does not exist in type RequestOptions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: enomoto-kazuya <44221527+enomoto-kazuya@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent d482658 commit af7ca95
4 files changed
Lines changed: 4522 additions & 1752 deletions
0 commit comments