Bump dependencies to latest#133
Merged
Merged
Conversation
- @aws-sdk/client-s3 3.1053.0 → 3.1074.0 - @aws-sdk/credential-provider-ini 3.972.43 → 3.972.56 - hyparquet 1.26.0 → 1.26.1 - hyparquet-writer 0.15.6 → 0.16.1 - hypvector 0.1.1 → 0.2.0 Pin hyparquet + hyparquet-writer in `overrides` so icebird@0.8.10 (wants 0.15.6 / 1.26.0) and hypvector@0.2.0 (wants 0.16.1 / 1.26.1) resolve to a single version across the tree. hyparquet-writer 0.16.x lands the upstream write-side fix for the 16-char string-stats truncation bug (conservative max round-up + exactness flags), so newly-written parquet is correct on read. Verified: lint, typecheck, 1320/1320 tests, and the cache/iceberg/parquet/vector smokes. Co-Authored-By: Claude Opus 4.8 (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.
Summary
Bumps all dependencies to their latest published versions.
@aws-sdk/client-s3@aws-sdk/credential-provider-inihyparquethyparquet-writerhypvectorAlready at latest (unchanged):
hyparquet-compressors1.1.1,icebird0.8.10,squirreling0.12.24,@types/node26.0.0,typescript6.0.3.Overrides
icebird@0.8.10pinshyparquet-writer@0.15.6/hyparquet@1.26.0, whilehypvector@0.2.0pins0.16.1/1.26.1. To avoid two copies of these format-sensitive libs,overridesnow pins both to the newer line so the whole tree resolves to a singlehyparquet-writer@0.16.1+hyparquet@1.26.1(verified: no duplicate nested copies).Note on the 16-char stats-prune bug
hyparquet-writer@0.16.xlands the upstream write-side fix for the known 16-charsession_idstats-prune bug: it rounds the truncated max stat up to a valid upper bound and sets theis_*_value_exactflags. Parquet newly written by HypAware is therefore correct on read. (The reader still ignores the flags, so pre-existing 0.15.6-written cache files would only benefit from a rewrite — that's the live cache, not this repo.)Verification
npm run lint— 385 files cleannpm run typecheck— exit 0npm test— 1320/1320 pass (1 skipped)cache_roundtrip,iceberg_export_local_fs,vector_search_local_fixture— oklocal_parquet_exportsmoke fails — but fails identically on the pre-bump baseline deps, so it's a pre-existing, deps-independent failure (not caused by this change).🤖 Generated with Claude Code