chore: refresh deps (@upstash/redis, abstract-level patch, devDep hygiene)#20
Open
kulesy wants to merge 1 commit into
Open
chore: refresh deps (@upstash/redis, abstract-level patch, devDep hygiene)#20kulesy wants to merge 1 commit into
kulesy wants to merge 1 commit into
Conversation
Runtime: - @upstash/redis 1.24.3 → ^1.38.0 (minor) - abstract-level 1.0.3 → ^1.0.4 (patch within v1 line — stuck on v1 for ecosystem compat with other Tina-owned Level adapters) DevDeps (latest minor/patch within each major): - @changesets/cli 2.24.3 → 2.31.0 - @types/jest ^29.5.13 → ^29.5.14 - @types/node ^22.5.5 → ^22.19.19 (staying on v22 to match Node 22 target) - @types/tape ^5.6.4 → ^5.8.1 - ts-jest ^29.2.5 → ^29.4.9 - typescript ^5.6.2 → ^5.9.3 Pinned: - @tinacms/scripts ^1.2.1 → exact 1.2.1. Newer 1.3+ releases regress the TS jest-runner transform (TS type annotations fail to parse with a babel "Unexpected token" error). Worth investigating in @tinacms/scripts separately; exact pin prevents a fresh install silently picking up the broken newer release. Deferred (major bumps, separate effort): jest v30, typescript v6, @types/node v25. Verified: pnpm install clean, pnpm types passes, pnpm build passes, pnpm test compiles (existing tests need docker-compose Redis to run end-to-end, which is pre-existing state). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Open
7 tasks
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.
Hygiene pass on outdated deps. No source-code changes; all consumer-visible behaviour unchanged.
Bumps
Runtime
@upstash/redis1.24.3^1.38.0abstract-level1.0.3^1.0.4DevDeps (latest within compatible major)
@changesets/cli2.24.32.31.0@types/jest^29.5.13^29.5.14@types/node^22.5.5^22.19.19@types/tape^5.6.4^5.8.1ts-jest^29.2.5^29.4.9typescript^5.6.2^5.9.3Pinned (regression upstream)
@tinacms/scripts^1.2.11.2.1(key: string)). Caret^1.2.1would otherwise silently resolve to the broken 1.6.x on a fresh install. Worth investigating in@tinacms/scriptsseparately; exact pin here keeps this PR shippable today.Deferred (breaking-change majors)
jestv30 — separate effort (we're on the latest v29.7.0)typescriptv6 — brand new, ecosystem isn't there yet@types/nodev25 — staying on v22 to match Node 22 runtime targetVerification
pnpm install— clean (one warning about@tinacms/scripts 1.6.1 availableis intentional, per the pin)pnpm types(tsc) — cleanpnpm build(tinacms-scripts build) — clean (Vite build, both ESM + CJS outputs)pnpm test— TS transform works; integration tests needdocker-compose upfor a Redis instance (pre-existing state, not changed by this PR)Changeset
Added as a patch — runtime API surface is identical.
🤖 Generated with Claude Code