chore(deps): currency sweep — @types/node 26, ai-kit v0.6.2, CI actions v7 - #420
Merged
Conversation
…ns v7 Exact bumps: - @types/node ^20.19.43 -> ^26.4.0 - ai-kit github:bitbaum/ai-kit#v0.5.0 -> #v0.6.2 (lock re-resolved to the v0.6.2 tag sha; npm kept the old sha on plain install, forced with npm install ai-kit@github:bitbaum/ai-kit#v0.6.2) - CI actions: already at v7-era across all workflows (checkout@v7, setup-node@v7, upload-artifact@v7, cache@v6) — no workflow changes - node-version/engines untouched per wave constraints Breakage fixed: @types/node 26 drops crypto.createCipher/createDecipher (removed in Node 22; never supported GCM). src/lib/payments/security.ts now uses createCipheriv/createDecipheriv with the already-generated IV and a sha256-derived 32-byte key. Functions are unused outside the file and the old code threw at runtime, so no stored ciphertext is affected. Verified: lint 0 errors, typecheck clean, jest 541 suites / 7780 tests passed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
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.
Fleet-wide dependency currency sweep — evig slice.
Bumps
@types/node^20.19.43→^26.4.0ai-kitgithub:bitbaum/ai-kit#v0.5.0→#v0.6.2(lockfile re-resolved to the v0.6.2 tag sha; verifiednode_modules/ai-kit/package.jsonreports 0.6.2)node-version:/enginesdeliberately untouched (box runtime constraint, later wave)Breakage fixed
@types/node26 dropscrypto.createCipher/createDecipher(removed in Node 22, never supported GCM).src/lib/payments/security.tsnow usescreateCipheriv/createDecipherivwith the IV it already generated and a sha256-derived 32-byte key. The functions are unused outside the file and the old code threw at runtime, so no stored ciphertext depends on the old format.Verified
🤖 Generated with Claude Code
https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn