Skip to content

chore: upgrade all dependencies to latest#36

Merged
aeharding merged 1 commit into
mainfrom
upgrade-deps
May 23, 2026
Merged

chore: upgrade all dependencies to latest#36
aeharding merged 1 commit into
mainfrom
upgrade-deps

Conversation

@aeharding
Copy link
Copy Markdown
Owner

Summary

Bumps every package — including the major ones — to latest:

Package From To
typescript 5.8.3 6.0.3
eslint 9.25.0 10.4.0
@eslint/js 9.29.0 10.0.1
eslint-config-unjs 0.4.2 0.6.2
eslint-plugin-perfectionist 4.15.0 5.9.0
vitest / @vitest/coverage-v8 3.1.1 4.1.7
zod 3.25.67 4.4.3
@types/node 22.14.1 25.9.1
openapi-fetch 0.14.0 0.17.0
typescript-eslint 8.34.1 8.59.4
prettier 3.7.4 3.8.3
unbuild 3.5.0 3.6.1

No source changes needed. Zod was already on the zod/v4-mini sub-export so the major bump landed cleanly.

Test plan

  • pnpm test:types clean
  • pnpm test — 19 / 19 pass
  • pnpm build succeeds
  • pnpm format:check clean
  • Live smoke against piefed.social — getSite + getPosts still parse correctly with zod 4

Notable major bumps:
- typescript 5.8 → 6.0
- eslint 9 → 10, @eslint/js 9 → 10, eslint-config-unjs 0.4 → 0.6,
  eslint-plugin-perfectionist 4 → 5
- vitest 3 → 4, @vitest/coverage-v8 3 → 4
- zod 3 → 4 (already used the v4-mini sub-export, so no source changes)
- @types/node 22 → 25
- openapi-fetch 0.14 → 0.17

No source changes were required; the existing schemas, type-checks,
build, and 19 tests all pass unmodified. Smoke-tested against the live
piefed.social to confirm runtime parsing still works.
@aeharding aeharding merged commit 1058be5 into main May 23, 2026
1 check passed
@aeharding aeharding deleted the upgrade-deps branch May 23, 2026 03:02
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