chore: update dependencies and resolve security alerts - #150
Merged
Conversation
bashofmann
approved these changes
Jul 3, 2026
IvanPleshkov
added a commit
that referenced
this pull request
Aug 3, 2026
#150 raised openapi-typescript from ^6.2.6 to ^7.13.0 without regenerating the client, so the incompatibility with @qdrant/openapi-typescript-fetch@1.2.6 went unnoticed until this release regenerated. Put the range back exactly as it was before that bump rather than hard-pinning: it is a dev dependency, the lockfile still resolves 6.2.6, and the generated output is unchanged. Also drop the notes this branch added to how_to_release.md, leaving it as it is on master. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
IvanPleshkov
added a commit
that referenced
this pull request
Aug 3, 2026
Regenerate both clients from the qdrant `dev` branch and bump to 1.19.0. gRPC: memory placement (`Memory` enum on vector/index/quantization params, `PayloadStorageParams`), keyword prefix matching, `SliceCondition`, per-request IDF corpus, `Datatype::Turbo4`, `max_disk_usage_percent`, explicit no-stemming. The search/recommend/discover RPCs are marked deprecated upstream. REST: same feature set. Qdrant also dropped the eight deprecated search/recommend/discover endpoints from its OpenAPI spec (qdrant/qdrant#9982), so the generator no longer emits them, but the actix handlers still serve traffic. They are preserved by hand in `src/openapi/deprecated_*.ts` and marked `@deprecated` in `qdrant-client.ts`, matching the additive-only line the Rust and Go clients took for 1.19. Also: - Pin `openapi-typescript` back to 6.2.6. It was bumped to ^7.13.0 in #150 without regenerating; v7 emits `requestBody?: never`, which collapses `OpArgType` to `never` in `@qdrant/openapi-typescript-fetch@1.2.6` and breaks every call site. Later 6.x patches widen nullable `anyOf` fields such as `ScoredPoint.payload` to `unknown`. - Teach `generate_client_construction.ts` to skip semicolons inside doc comments; the rewritten `/readyz` description contains one and split an interface member in half. - Forward `payload` and `metadata` from `createCollection`/`recreateCollection` (`metadata` was missed in 1.18). - Cover the new API surface in the REST integration tests. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
IvanPleshkov
added a commit
that referenced
this pull request
Aug 3, 2026
#150 raised openapi-typescript from ^6.2.6 to ^7.13.0 without regenerating the client, so the incompatibility with @qdrant/openapi-typescript-fetch@1.2.6 went unnoticed until this release regenerated. Put the range back exactly as it was before that bump rather than hard-pinning: it is a dev dependency, the lockfile still resolves 6.2.6, and the generated output is unchanged. Also drop the notes this branch added to how_to_release.md, leaving it as it is on master. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the dependency stack to the latest compatible versions and resolves all 52 Dependabot alerts.
Notes
.eslintrc.jsonfiles.