Skip to content

Update dependencies - #78

Merged
owjs3901 merged 1 commit into
mainfrom
owjs3901/update-dependencies
Aug 24, 2026
Merged

Update dependencies#78
owjs3901 merged 1 commit into
mainfrom
owjs3901/update-dependencies

Conversation

@owjs3901

Copy link
Copy Markdown
Contributor

Ran bunx @dependency-check-updates/cli -d -u --rm, which upgrades every manifest to
latest and wipes all lockfiles and node_modules so the tree is regenerated from
scratch (591 MiB removed, then reinstalled).

Major bumps

package from to
typescript ^6 ^7
@types/node ^25 ^26
vite-plugin-dts ^4.5 ^5.0
actions/checkout v5 v7
codecov/codecov-action v5 v7

Minor / patch bumps

@biomejs/biome 2.4 → 2.5, vite 8.0 → 8.2, zod 4.3 → 4.4, react / react-dom
19.2.4 → 19.2.8, next 16.2.2 → 16.3.2, @vitejs/plugin-react 6.0.1 → 6.1.0,
happy-dom 20.8 → 20.11, @hookform/resolvers >=5.2.2 → >=5.9.1, react-hook-form

=7.72.1 → >=7.86.0, @tanstack/react-query >=5.0.0 → >=5.102.2.

Two follow-ups the upgrade required

1. TypeScript 7 broke vite-plugin-dts. @devup-api/hookform and @devup-api/ui
failed to build:

Error: [unplugin-dts] The installed "typescript" package does not provide the JavaScript
Compiler API (this happens with TypeScript 7+), and the fallback
"@typescript/typescript6" was not found.

TypeScript 7 is the native port and no longer ships the JS Compiler API that
vite-plugin-dts uses for declaration emit. Added the official compatibility package
@typescript/typescript6 as a devDependency to the two packages that use
vite-plugin-dts. All 12 packages build again.

2. Biome 2.5 changed formatting. It now breaks test.each([...])(...) calls across
lines, so 19 test files were reformatted via bun run lint:fix. Cosmetic only, no
behavioral change.

Verification

  • bun run build — all 12 packages exit 0
  • bun test — 1117 pass / 0 fail
  • bun run lint — clean

Version bump

Patch for all 12 published packages: TypeScript 7 regenerates the declaration output for
every package, and hookform / react-query / zod additionally changed
dependencies / peerDependencies ranges.

@github-actions

Copy link
Copy Markdown

Changepacks

@devup-api/core@0.1.19 → 0.1.20 - packages/core/package.json

Patch

  • Update dependencies

@devup-api/fetch@0.1.22 → 0.1.23 - packages/fetch/package.json

Patch

  • Update dependencies

@devup-api/generator@0.1.25 → 0.1.26 - packages/generator/package.json

Patch

  • Update dependencies

@devup-api/hookform@0.1.6 → 0.1.7 - packages/hookform/package.json

Patch

  • Update dependencies

@devup-api/next-plugin@0.1.14 → 0.1.15 - packages/next-plugin/package.json

Patch

  • Update dependencies

@devup-api/react-query@0.1.16 → 0.1.17 - packages/react-query/package.json

Patch

  • Update dependencies

@devup-api/rsbuild-plugin@0.1.14 → 0.1.15 - packages/rsbuild-plugin/package.json

Patch

  • Update dependencies

@devup-api/ui@0.1.3 → 0.1.4 - packages/ui/package.json

Patch

  • Update dependencies

@devup-api/utils@0.1.11 → 0.1.12 - packages/utils/package.json

Patch

  • Update dependencies

@devup-api/vite-plugin@0.1.14 → 0.1.15 - packages/vite-plugin/package.json

Patch

  • Update dependencies

@devup-api/webpack-plugin@0.1.14 → 0.1.15 - packages/webpack-plugin/package.json

Patch

  • Update dependencies

@devup-api/zod@0.1.4 → 0.1.5 - packages/zod/package.json

Patch

  • Update dependencies

@owjs3901
owjs3901 merged commit 9152bc5 into main Aug 24, 2026
2 checks passed
@owjs3901
owjs3901 deleted the owjs3901/update-dependencies branch August 24, 2026 17:23
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