Skip to content

fix: Unblock dependency updates - #421

Closed
erezrokah wants to merge 1 commit into
mainfrom
claude/unblock-dep-updates
Closed

fix: Unblock dependency updates#421
erezrokah wants to merge 1 commit into
mainfrom
claude/unblock-dep-updates

Conversation

@erezrokah

Copy link
Copy Markdown
Member

Fixes the source-level breakages that block the open Renovate PRs: null-guards the JSON scalar decode for @apache-arrow/esnext-esm 21.2.0, drops the redundant Promise.resolve return flagged by eslint-plugin-unicorn 72, and pins typescript below v7 until typescript-eslint supports it.

- Guard null buffer in JSON scalar toString, which @apache-arrow/esnext-esm
  21.2.0 rejects (TS2345 on TextDecoder.decode)
- Drop redundant Promise.resolve return in sync, flagged by
  eslint-plugin-unicorn 72
- Hold typescript at <7 until typescript-eslint supports it
@erezrokah erezrokah closed this Aug 3, 2026
@erezrokah
erezrokah deleted the claude/unblock-dep-updates branch August 3, 2026 14:35
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.

1 participant