Skip to content

Commit e8506d2

Browse files
authored
chore(deps): update dependency prisma-json-types-generator to v5 (#190)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prisma-json-types-generator](https://arthur.run/prisma-json-types-generator) ([source](https://redirect.github.com/arthurfiorette/prisma-json-types-generator)) | [`^4.1.1` → `^5.0.0`](https://renovatebot.com/diffs/npm/prisma-json-types-generator/4.1.1/5.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prisma-json-types-generator/5.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prisma-json-types-generator/4.1.1/5.0.0?slim=true) | --- ### Release Notes <details> <summary>arthurfiorette/prisma-json-types-generator (prisma-json-types-generator)</summary> ### [`v5.0.0`](https://redirect.github.com/arthurfiorette/prisma-json-types-generator/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/arthurfiorette/prisma-json-types-generator/compare/v4.1.1...v5.0.0) #### Important Changes - **We have installable agent skills now!** add them with `npx skills add arthurfiorette/prisma-json-types-generator` - `typescript@ˆ6` is now required. - `prisma@6` and older versions ma work but aren't supported anymore. #### What's Changed - feat: typescript v6 by [@&#8203;arthurfiorette](https://redirect.github.com/arthurfiorette) in [#&#8203;664](https://redirect.github.com/arthurfiorette/prisma-json-types-generator/pull/664) **Full Changelog**: <arthurfiorette/prisma-json-types-generator@v4.1.1...v5.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 12pm on Sunday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/wolfstar-project/wolfstar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2 parents 57eb626 + 262bb02 commit e8506d2

2 files changed

Lines changed: 212 additions & 188 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@
113113
"oxlint": "^1.63.0",
114114
"prettier": "^3.8.3",
115115
"prisma": "^7.8.0",
116-
"prisma-json-types-generator": "^4.1.1",
116+
"prisma-json-types-generator": "^5.0.0",
117117
"taze": "^19.11.0",
118118
"tsdown": "^0.21.10",
119-
"typescript": "~5.9.3",
119+
"typescript": "^6.0.2",
120120
"vitest": "^4.1.5"
121121
},
122122
"repository": {

0 commit comments

Comments
 (0)