Skip to content

Deps/update all 2026 05 28#14

Open
stevesarmiento wants to merge 11 commits into
mainfrom
deps/update-all-2026-05-28
Open

Deps/update all 2026 05 28#14
stevesarmiento wants to merge 11 commits into
mainfrom
deps/update-all-2026-05-28

Conversation

@stevesarmiento

Copy link
Copy Markdown
Owner

No description provided.

- replace pnpm workspace files with `bun.lock` and Bun workspace config
- update docs, ignore files, and scripts to use Bun commands
- refresh ESLint and package/tooling dependencies across packages
@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pipeit-next-js Error Error Jul 6, 2026 11:11pm

Request Review

- Add new Phoenix and Flash InstructionPlan factories
- Update docs and lockfile for the new actions package deps
- Refresh build config for the expanded actions bundle
- Remove unnecessary memoization in pipeline visualization
- Keep motion effects aligned with prefers-reduced-motion
- Include only fastlane runtime files in Next.js tracing
- Exclude build and source directories that Vercel cannot package
- Update Turbo inputs for bunfig and Next config changes
- @solana/* kit packages 6.9.0 -> 6.10.0 across core, actions, next-js
- @solana/web3.js pin 1.98.2 -> 1.98.4 in actions (dedupes with next-js)
- @ellipsis-labs/rise 0.4.17 -> 0.4.62, flash-sdk 15.16.14 -> 15.17.2
- next-js: radix-ui, tanstack query, xyflow, motion, lucide, zustand, tailwind patch/minor bumps
- tooling: eslint 10.6.0, prettier 3.9.4, turbo 2.10.3, typescript-eslint 8.62.1, vitest 4.1.9, @napi-rs/cli 3.7.2

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Bump all @solana/* kit packages ^6.x -> ^7.0.0 across core, actions,
  next-js (deps, devDeps, and peerDependencies)
- Add root override forcing @solana/kit ^7.0.0: the @solana-program/*
  clients (compute-budget, system, token) still peer on kit ^6.x, which
  would otherwise nest a second kit 6 copy and break types. Their
  codegen'd APIs are unaffected by kit 7 breaking changes.
- Bump @solana-program/compute-budget ^0.15 -> ^0.16 and
  @solana-program/token ^0.13 -> ^0.14
- Expose maxInstructionsPerTransaction pass-through on executePlan:
  kit 7 planners default to 16 instructions per transaction (was 64);
  callers can restore the old ceiling with { maxInstructionsPerTransaction: 64 }

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- package.json conflicts: kept branch versions (strictly newer — kit 7,
  eslint 10.6, turbo 2.10, typescript 6, vitest 4 vs main's kit 6 stack)
- pnpm-lock.yaml: removed (branch migrated to Bun; bun.lock is canonical)
- main's pnpm override (globalthis -> @ungap/global-this) was NOT ported:
  es-iterator-helpers in the current eslint stack calls
  require('globalthis')() as a factory, which @ungap/global-this does not
  provide, breaking lint
- main's code changes (kit executor/TransactionPlanResult migration) were
  already present on this branch and auto-merged cleanly

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Add shared test helpers and coverage for flash and phoenix plan builders
- Clarify client reuse, onboarding prerequisites, and API behavior in README
- Bump @pipeit/actions to 0.2.0
- Avoid 12.2.0+ due to unconditional `tokio::net::UnixStream` import
- Keep Windows builds working until upstream fix lands
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