Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 5
ignore:
# undici >=8 dropped the legacy dispatch handler protocol, so its Agent
# cannot be used as a dispatcher for Node's built-in fetch on Node 22
# ("invalid onRequestStart method"). Stay on v7 until the REST client
# stops mixing npm undici with the built-in fetch.
- dependency-name: "undici"
update-types: ["version-update:semver-major"]
groups:
security-updates:
applies-to: security-updates
Expand Down
2 changes: 1 addition & 1 deletion packages/js-client-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@qdrant/openapi-typescript-fetch": "1.2.6",
"undici": "6.27.0"
"undici": "7.29.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.3",
Expand Down
155 changes: 83 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.