Skip to content

chore(deps): bump patch + minor dev dependencies#167

Merged
williamzujkowski merged 1 commit into
mainfrom
chore/deps-patches
May 12, 2026
Merged

chore(deps): bump patch + minor dev dependencies#167
williamzujkowski merged 1 commit into
mainfrom
chore/deps-patches

Conversation

@williamzujkowski
Copy link
Copy Markdown
Collaborator

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.

Package From To Why
vitest 4.1.2 4.1.6 patch, all 8 packages
@typescript-eslint/{parser,eslint-plugin,typescript-eslint} 8.57.2 8.59.3 patch
eslint 10.1.0 10.3.0 patch
zod 4.3.6 4.4.3 patch
fast-xml-parser 5.7.3 5.8.0 minor
@astrojs/check 0.9.0 0.9.9 patch
pagefind 1.4.0 1.5.2 minor
svelte 5.55.0 5.55.5 patch

Deferred (separate PRs)

  • turbo 2.4 → 2.9.12 — 5 minor versions; isolated so cache/task-graph regressions are bisectable.
  • astro 6.1.6 → 6.3.1 + @astrojs/svelte 8.0.4 → 8.1.0 — framework pair; visual spot-check required after build.
  • TypeScript 5.8 → 6.0, @commitlint 20 → 21, pnpm 9 → 11, Node 22 → 24 — major bumps; each needs independent eval.
  • tailwindcss / @tailwindcss/vite — pinned at 4.1.18 due to known ESM cache loader bug in 4.2.2 (commit 4fff6e8). Needs build verification before unpinning.

Test plan

  • pnpm install produces a valid lockfile (no peer dep conflicts)
  • pnpm build passes (all 8 packages, 13 turbo tasks)
  • pnpm test passes (267 tests across 8 packages)
  • pnpm typecheck clean (0 errors, 0 warnings)
  • pnpm lint clean
  • CI passes on this PR

🤖 Generated with Claude Code

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>
@williamzujkowski williamzujkowski requested a review from a team as a code owner May 12, 2026 11:13
@williamzujkowski williamzujkowski merged commit f0f4fa0 into main May 12, 2026
1 check passed
@williamzujkowski williamzujkowski deleted the chore/deps-patches branch May 12, 2026 11:36
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant