Skip to content

Conversation

@wilwade
Copy link

@wilwade wilwade commented Jul 29, 2025

Problem

Regular dependency updates

  • JS Packages all updated
  • Updated vendor'd parquet thrift file
  • Updated thrift generated js and ts files

export type WriteStreamMinimal = Pick<WriteStream, 'write' | 'end'>;

const WRITE = Symbol.for('write');
const READ = Symbol.for('read');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new generated parquet_types file swapped from using .read and .write to these symbols

"@eslint/js": "^9.20.0",
"@smithy/util-stream": "^4.1.1",
"@types/chai": "^5.0.1",
"@types/eslint__js": "^8.42.3",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer need the eslint types

@wilwade wilwade enabled auto-merge (squash) July 29, 2025 20:57
@wilwade wilwade force-pushed the chore/update-dependencies branch from 2ce256f to 973cbdd Compare August 21, 2025 13:55
@wilwade wilwade requested a review from shannonwells August 21, 2025 13:58
@wilwade wilwade merged commit 47089b0 into main Sep 2, 2025
4 checks passed
@wilwade wilwade deleted the chore/update-dependencies branch September 2, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants