Skip to content

v1.9.10

Choose a tag to compare

@utils-app utils-app released this 25 Oct 20:31
f024d46

1.9.10 (2025-10-25)

Bug Fixes

Miscellaneous

  • deps-dev: bump esbuild (#1364) (de870f8)
  • deps: switch to pnpm (c011f95)
  • deps: update esbuild to 0.25.2 (6b6941a)
  • prisma: import local generated PrismaClient instead of @prisma/client (4a44c67)
  • prisma: relocate generated client to prisma/generated and update references (7514e6a)

CI Changes

  • build: Add bundling option to run-esbuild.js (0125a57)
  • build: make dynamic imports extension-agnostic and correct plugins path; tidy server config (026bb1a)
  • build: remove external exclude for prisma/generated so generated client is bundled (e49e12b)
  • development: use pnpm (e80132f)
  • do not include generated prisma in builds (3073af4)
  • test: add extensive c8/lab ignore patterns for TS/runtime helpers (1bdce7e)

Refactored Code

  • migrato to eslint v9 (8684b75)
  • prisma: use Rust-free client (e491c9f)