chore(deps): bump patch + minor dev dependencies#167
Merged
Conversation
Workspace-wide bumps within existing semver ranges. No major bumps;
turbo, astro, and @astrojs/svelte deliberately deferred to follow-up
PRs for isolated bisectability.
- vitest 4.1.2 → 4.1.6 (patch, all 8 packages)
- @typescript-eslint/{parser,eslint-plugin,typescript-eslint} 8.57.2 → 8.59.3
- eslint 10.1.0 → 10.3.0
- zod 4.3.6 → 4.4.3 (types, transformer, annotator)
- fast-xml-parser 5.7.3 → 5.8.0 (transformer)
- @astrojs/check 0.9.0 → 0.9.9 (web)
- pagefind 1.4.0 → 1.5.2 (web)
- svelte 5.55.0 → 5.55.5 (web)
Verified locally: pnpm install, build, test (267 tests), typecheck,
lint all green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 12, 2026
williamzujkowski
added a commit
that referenced
this pull request
May 12, 2026
Five-minor turbo bump isolated to its own PR so any task-graph or cache behavior regression is bisectable independent of the framework/test dependency churn in #167. Verified locally with a clean `.turbo` cache on top of post-#167 main: pnpm build, test (267 passing), typecheck, lint all green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
williamzujkowski
added a commit
that referenced
this pull request
May 12, 2026
Framework pair isolated to its own PR for clean visual spot-check post-merge (these touch the page-render path). Astro 6.3 patch notes: HMR + content-collection rendering fixes; no breaking changes from 6.1.x. @astrojs/svelte 8.1.0 is a minor over 8.0. Verified locally on top of post-#167 main: pnpm build, test (267 passing), typecheck (0 errors 0 warnings 27 hints — same baseline as pre-bump), lint all green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
williamzujkowski
added a commit
that referenced
this pull request
May 12, 2026
Five-minor turbo bump isolated to its own PR so any task-graph or cache behavior regression is bisectable independent of the framework/test dependency churn in #167. Verified locally with a clean `.turbo` cache on top of post-#167 main: pnpm build, test (267 passing), typecheck, lint all green. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
williamzujkowski
added a commit
that referenced
this pull request
May 12, 2026
…#169) Framework pair isolated to its own PR for clean visual spot-check post-merge (these touch the page-render path). Astro 6.3 patch notes: HMR + content-collection rendering fixes; no breaking changes from 6.1.x. @astrojs/svelte 8.1.0 is a minor over 8.0. Verified locally on top of post-#167 main: pnpm build, test (267 passing), typecheck (0 errors 0 warnings 27 hints — same baseline as pre-bump), lint all green. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Workspace-wide patch + minor bumps within existing semver ranges. All deferred bumps surface as separate follow-up PRs so any regression is bisectable to a single dimension.
Deferred (separate PRs)
Test plan
pnpm installproduces a valid lockfile (no peer dep conflicts)pnpm buildpasses (all 8 packages, 13 turbo tasks)pnpm testpasses (267 tests across 8 packages)pnpm typecheckclean (0 errors, 0 warnings)pnpm lintclean🤖 Generated with Claude Code