Releases: joggrdocs/fastify-prisma
Releases · joggrdocs/fastify-prisma
v6.1.0
Changes
- build(deps): bump the npm_and_yarn group across 2 directories with 1 update @dependabot[bot] (#284)
🧰 Chore
- chore: upgrade
yarn
to latest @zrosenbauer (#301)
📦 Dependencies
- deps: upgrade
biome
tov2
@zrosenbauer (#303) - deps:
pkgroll
,primsa/*
and others @zrosenbauer (#302) - chore: upgrade
yarn
to latest @zrosenbauer (#301)
Contributors
@dependabot[bot], @scotty-robot, @zrosenbauer and dependabot[bot]
v6.0.0
Changes
‼️ Breaking Changes ‼️
- 🐛 bugfix: Migrate to new
output
prisma client @zrosenbauer (#279)
🐛 Bugfixes
- 🐛 bugfix: Migrate to new
output
prisma client @zrosenbauer (#279)
📦 Dependencies
- build(deps): bump the npm_and_yarn group across 2 directories with 1 update @dependabot[bot] (#277)
- build(deps): bump vite from 6.2.5 to 6.3.5 in the npm_and_yarn group across 1 directory @dependabot[bot] (#278)
- 📦 deps:
prisma/client
,typescript
and others @zrosenbauer (#276)
Contributors
@dependabot[bot], @scotty-robot, @zrosenbauer and dependabot[bot]
v5.2.0
Changes
- build(deps-dev): bump pkgroll from 2.11.2 to 2.12.1 @dependabot[bot] (#256)
- build(deps): bump vite from 6.2.3 to 6.2.5 in the npm_and_yarn group @dependabot[bot] (#258)
- build(deps-dev): bump typescript from 5.8.2 to 5.8.3 @dependabot[bot] (#259)
- build(deps-dev): bump vitest from 3.0.9 to 3.1.1 @dependabot[bot] (#260)
- build(deps): bump the npm_and_yarn group across 2 directories with 1 update @dependabot[bot] (#262)
- build(deps): bump vite from 6.2.0 to 6.2.3 in the npm_and_yarn group @dependabot[bot] (#255)
- build(deps-dev): bump @prisma/client from 6.4.1 to 6.5.0 @dependabot[bot] (#253)
- build(deps-dev): bump vitest from 3.0.7 to 3.0.9 @dependabot[bot] (#254)
- build(deps-dev): bump fastify from 5.2.1 to 5.2.2 @dependabot[bot] (#257)
Contributors
@dependabot[bot], @scotty-robot, @zrosenbauer and dependabot[bot]
v5.1.0
Changes
📦 Dependencies
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates @dependabot[bot] (#249)
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group @dependabot[bot] (#250)
- 📦 deps: Upgrades to
prisma/client
and others @zrosenbauer (#248)
Contributors
@dependabot[bot], @scotty-robot, @zrosenbauer and dependabot[bot]
v5.0.0
Changes
‼️ Breaking Changes ‼️
- ⚙️ chore: migrate to prisma
v6
&pkgroll
builds @zrosenbauer (#232)
🧰 Chore
- ⚙️ chore: migrate to prisma
v6
&pkgroll
builds @zrosenbauer (#232)
📦 Dependencies
- ⚙️ chore: migrate to prisma
v6
&pkgroll
builds @zrosenbauer (#232)
Contributors
v4.1.0
Changes
📦 Dependencies
- build(deps): bump rollup from 4.21.3 to 4.28.1 in the npm_and_yarn group across 1 directory @dependabot (#231)
- 📦 deps: Multiple upgrades (
fastify
,swc
etc.) @zrosenbauer (#230)
Contributors
@dependabot, @dependabot[bot], @scotty-robot and @zrosenbauer
v4.0.0
Changes
‼️ Breaking Changes ‼️
- 🦄 feature: Remove support for
[email protected]
&@prisma/[email protected]
in peerDeps @zrosenbauer (#213) - 🦄 feature: Upgrade to support Fastify v5 (& drop v4 support) @zrosenbauer (#209)
🦄 Enhancements
- 🦄 feature: Remove support for
[email protected]
&@prisma/[email protected]
in peerDeps @zrosenbauer (#213) - 🦄 feature: Upgrade to support Fastify v5 (& drop v4 support) @zrosenbauer (#209)
📦 Dependencies
- 📦 deps: Upgrade
yarn
to 4.5 @zrosenbauer (#212) - build(deps): bump the npm_and_yarn group with 2 updates @dependabot (#210)
- 📦 deps: Upgrades
@prisma/client
,swc
and more @zrosenbauer (#211) - build(deps-dev): bump husky from 9.1.5 to 9.1.6 @dependabot (#199)
- build(deps): bump vite from 5.4.6 to 5.4.9 in the npm_and_yarn group across 1 directory @dependabot (#208)
- build(deps): bump vite from 5.4.0 to 5.4.6 in the npm_and_yarn group @dependabot (#202)
- build(deps-dev): bump vitest from 2.0.5 to 2.1.2 @dependabot (#205)
- build(deps-dev): bump typescript from 5.5.4 to 5.6.3 @dependabot (#206)
- build(deps-dev): bump @swc/core from 1.7.22 to 1.7.35 @dependabot (#207)
- build(deps-dev): bump @prisma/client from 5.19.0 to 5.20.0 @dependabot (#203)
- build(deps-dev): bump husky from 9.1.4 to 9.1.5 @dependabot (#193)
- build(deps-dev): bump @prisma/client from 5.18.0 to 5.19.0 @dependabot (#194)
- build(deps-dev): bump @swc/core from 1.7.18 to 1.7.22 @dependabot (#195)
Contributors
@dependabot, @dependabot[bot], @scotty-robot and @zrosenbauer
v3.1.0
Changes
📦 Dependencies
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group @dependabot (#191)
Contributors
@dependabot, @dependabot[bot] and @scotty-robot
v3.0.0
Changes
‼️ Breaking Changes ‼️
- #189: Allow for
esm
modules to import (usingesModuleInterop
by usingexport = plugin
@zrosenbauer (#190)
🦄 Enhancements
- #189: Allow for
esm
modules to import (usingesModuleInterop
by usingexport = plugin
@zrosenbauer (#190)
📦 Dependencies
- build(deps-dev): bump vite-tsconfig-paths from 4.3.2 to 5.0.1 @dependabot (#184)
- build(deps-dev): bump vite from 5.3.5 to 5.4.0 @dependabot (#185)
- build(deps-dev): bump vite-plugin-dts from 4.0.0 to 4.0.2 @dependabot (#186)
Contributors
@dependabot, @dependabot[bot], @scotty-robot and @zrosenbauer