chore: bump packages - #435
Merged
Merged
Conversation
Bump external npm dependencies to their latest aged versions, the pinned pnpm to 11.17.0, and every pinned GitHub Action SHA to its latest release.
🦋 Changeset detectedLatest commit: 98535c4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Which Linear task is linked to this PR?
N/A — routine dependency maintenance.
Why was it implemented this way?
Routine dependency refresh across the workspace, plus a pass over the pinned GitHub Action SHAs.
npm dependencies
All bumps are patch /
>=1.xminor — no majors, nothing held back by pnpm's 24h release-age floor, no deprecated packages flagged.@lifi/types(sdk)viem(ethereum)@mysten/sui(sui)@lifi/data-types(all)@biomejs/biome@changesets/clikniptsdownPackage manager: pnpm 11.10.0 → 11.17.0 (latest). CI derives pnpm from
packageManager, so no workflow change is needed.GitHub Actions
All pinned SHAs re-resolved against each action's newest release; the
# vX.Y.Zcomment next to every pin was updated in lockstep.actions/checkoutactions/setup-nodelinear/linear-release-actionpnpm/action-setupchangesets/actionOn the
actions/setup-nodemajor (v6 → v7) — applied deliberately, and it is lower-risk than the major implies:node24runner runtime, so v7 is not a runtime jump. The major is the internal ESM refactor (#1574).NODE_AUTH_TOKENexport. This is a net positive here: we setregistry-urland publish via npm OIDC trusted publishing, and the dummy value was exactly what could inject a non-functional token into.npmrcduring an OIDC publish.cache-primary-key,cache-matched-key).Other changes
pnpm check:writereformatted three*.unit.spec.tsfiles. These are formatter-only changes from the biome 2.5.3 → 2.5.5 bump (it now breaks.each([...])(...)call arguments differently) — no test logic was touched.fast-urito 3.1.4, resolving alert #236 ("fast-uri vulnerable to host confusion via literal backslash authority delimiter", vulnerable>=3.0.0 <=3.1.3). It reaches us transitively and dev-only, via@commitlint/cli → @commitlint/load → @commitlint/config-validator → ajv, so it never shipped in a published tarball.fix:-level changeset (patch) is included for the three packages with runtime dependency changes:@lifi/sdk,@lifi/sdk-provider-ethereum,@lifi/sdk-provider-sui. The remaining providers cascade automatically from the@lifi/sdkbump (updateInternalDependencies: "patch"), so they are deliberately not declared.Notes / left alone
pnpm-workspace.yamlminimumReleaseAgeExcludestill lists exact-version entries (tsdown@0.22.7,rolldown-plugin-dts@0.27.8, the@yuku-*0.6.1 bindings) that no longer match anything now thattsdownis at 0.22.14. Harmless dead entries — left untouched, worth a separate cleanup.deps.skipNodeModulesBundle is deprecated. Use deps.neverBundle: true instead.from all sixtsdown.config.tsfiles. Pre-existing — the same warning ships in tsdown 0.22.7 — so it's out of scope here, but it's a cheap follow-up.packages/*/src/version.tsfiles are stale onmain(checked in as4.0.0-beta.11; the real version is4.2.0).pnpm buildrewrites them, so they were discarded from this commit as usual — but every PR that builds will keep hitting the same dance, and staging them by accident would ship a wrongversionexport. Worth fixing separately.Visual showcase (Screenshots or Videos)
N/A
Checklist before requesting a review
Validation
Run locally against the bumped tree:
pnpm install --frozen-lockfile✅ ·pnpm build✅ ·pnpm check✅ ·pnpm check:types✅ (clean, no new errors) ·pnpm check:circular-deps✅ ·pnpm knip:check✅ ·pnpm test:unit✅ (91 files, 438 passed / 5 skipped)Scope of CI coverage for the action bumps: this PR's own
tests.yamlrun does exerciseactions/checkout@v7.0.1and thepnpm-installcomposite (actions/setup-node@v7.0.0withnode-version: '26') — i.e. the riskiest bump is covered.changesets/actionandlinear/linear-release-action@v0.14.6live only inpublish.yamland are not exercised by a pull request, so those two are verified by pin/tag correctness only.