chore: refresh devDependencies (changesets, typedoc, types, typescript)#35
Merged
Conversation
Bumps: - @changesets/cli 2.27.8 → 2.31.0 - @types/better-sqlite3 ^7.6.12 → ^7.6.13 - typedoc ^0.28.15 → ^0.28.19 - typescript ^5.7.3 → ^5.9.3 Vitest deliberately left at ^2.1.0 — bumping to v4.x has breaking changes (vi.fn ESM, transformer API, etc.) worth handling as a separate dedicated effort, not folded into a hygiene pass. All 66 tests still pass; tsc build clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: efbb7cc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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.
Pure devDep hygiene — no runtime/consumer impact.
Bumps
@changesets/cli@types/better-sqlite3typedoctypescriptDeferred
vitest^2.1.0 → latest 4.1.6 — two majors, has breaking changes (vi.fn ESM defaults, transformer API, snapshot format). Worth treating as a dedicated effort, not folded into a hygiene pass.typescriptv6.0.3 — brand new (released ~weeks ago). Holding at the latest v5 line (5.9.3) until the wider ecosystem catches up.Verification
pnpm install— cleanpnpm test— 66 / 66 passpnpm build—tsccleanChangeset
Added as a patch — no consumer-visible API change.
Companion to
better-sqlite3v11 → v12 (the Node 24 fix). Independent of this PR; merge order doesn't matter.🤖 Generated with Claude Code