Deps/update all 2026 05 28#14
Open
stevesarmiento wants to merge 11 commits into
Open
Conversation
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- 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
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.
No description provided.