Skip to content

chore: batch dependency upgrades#288

Merged
fasterthanlime merged 2 commits into
mainfrom
dep-upgrades
Apr 15, 2026
Merged

chore: batch dependency upgrades#288
fasterthanlime merged 2 commits into
mainfrom
dep-upgrades

Conversation

@fasterthanlime
Copy link
Copy Markdown
Contributor

@fasterthanlime fasterthanlime commented Apr 15, 2026

Summary

Consolidates all pending Renovate dependency upgrade PRs into one:

  • swift-nio 2.92.0 → 2.97.1 (both Package.swift files + Package.resolved)
  • @typescript/native-preview 7.0.0-dev.20260109.17.0.0-dev.20260414.1
  • oxlint ^1.41.0^1.60.0
  • tsdown ^0.20.0^0.21.0
  • pnpm-lock.yaml regenerated — absorbs ws, @playwright/test, @types/node, vite-plugin-wasm lockfile bumps
  • Cargo.lock — removes stale transitive entries no longer required

Closes #257, #258, #268, #269, #272, #273, #276, #278

- swift-nio: 2.92.0 → 2.97.1 (both Package.swift + Package.resolved)
- @typescript/native-preview: 7.0.0-dev.20260109.1 → 7.0.0-dev.20260414.1
- oxlint: ^1.41.0 → ^1.60.0
- tsdown: ^0.20.0 → ^0.21.0
- pnpm-lock.yaml: regenerated (ws, @playwright/test, @types/node,
  vite-plugin-wasm lockfile bumps absorbed)
- Cargo.lock: removed stale transitive entries no longer required
- tsconfig.base.json: bump lib to ES2023 so toReversed() is available
- vox-ws/transport.ts: cast Uint8Array to Uint8Array<ArrayBuffer> for
  WebSocket.send() — tsgo's stricter typing requires ArrayBuffer-backed
  views; browser WebSocket data is always ArrayBuffer-backed in practice
- ws-ts-server.ts: implement missing TestbedHandler methods (echoGnarly,
  echoBytes, echoBool, echoU64, echoOptionString, sumLarge, generateLarge,
  allColors, describePoint, echoShape, echoStatusV1, echoTagV1); also
  import GnarlyPayload and TaggedPoint types
@fasterthanlime fasterthanlime merged commit ec0cc7d into main Apr 15, 2026
13 checks passed
@fasterthanlime fasterthanlime deleted the dep-upgrades branch April 15, 2026 07: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.

1 participant