Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump prisma-kysely from 1.0.8 to 1.8.0 #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps prisma-kysely from 1.0.8 to 1.8.0.

Release notes

Sourced from prisma-kysely's releases.

v1.8.0

Minor Changes

  • 4526321: Added support for the Kysely SQL Server dialect Awesome work from @​dylel 🎊

Patch Changes

  • 04de4dc: Fixed automatic relation code generation bug. Thanks @​Bayezid1989 🥳

v1.7.1

Patch Changes

  • 22a1e5c: Fixes array types (Thanks Karrui! 🥳🇸🇬)
  • 21980b2: Updates dependencies that were throwing deprectaion warnings. (Thank you @​delight! 🍺)

v1.7.0

Minor Changes

  • bf0ccf6: Implicit many to many relations are finally fixed thanks to @​dextertanyj 🇸🇬🎉🥂. Huge thanks to him!

v1.6.0

Minor Changes

  • defb3fa: Update typescript to 5 and migrate from ttypescript to ts-patch (Thank you @​alandotcom! 🎉)

v1.5.0

Minor Changes

  • 3ec4465: Support multiSchema preview feature. (Thanks to @​duniul 🇸🇪🪅)

Patch Changes

  • 7923981: Adds per field type overrides
  • 6a50fe8: Respect mapped names for fields with enum types. (Thank you @​fehnomenal 🇩🇪🎉)
  • 3ec4465: Sort DB properties by table name instead of type name. (Thank you @​duniul 🇸🇪🪅)

v1.4.2

Patch Changes

  • 744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts. Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter. Thank you @​Aulos! 🍻

v1.4.1

Patch Changes

  • 36393b6: Bugfix: revert to own generated type, that supports ColumnType

v1.4.0

Minor Changes

... (truncated)

Changelog

Sourced from prisma-kysely's changelog.

1.8.0

Minor Changes

  • 4526321: Added support for the Kysely SQL Server dialect Awesome work from @​dylel 🎊

Patch Changes

  • 04de4dc: Fixed automatic relation code generation bug. Thanks @​Bayezid1989 🥳

1.7.1

Patch Changes

  • 22a1e5c: Fixes array types (Thanks Karrui! 🥳🇸🇬)
  • 21980b2: Updates dependencies that were throwing deprectaion warnings. (Thank you @​delight! 🍺)

1.7.0

Minor Changes

  • bf0ccf6: Implicit many to many relations are finally fixed thanks to @​dextertanyj 🇸🇬🎉🥂. Huge thanks to him!

1.6.0

Minor Changes

  • defb3fa: Update typescript to 5 and migrate from ttypescript to ts-patch (Thank you @​alandotcom! 🎉)

1.5.0

Minor Changes

  • 3ec4465: Support multiSchema preview feature. (Thanks to @​duniul 🇸🇪🪅)

Patch Changes

  • 7923981: Adds per field type overrides
  • 6a50fe8: Respect mapped names for fields with enum types. (Thank you @​fehnomenal 🇩🇪🎉)
  • 3ec4465: Sort DB properties by table name instead of type name. (Thank you @​duniul 🇸🇪🪅)

1.4.2

Patch Changes

  • 744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.

    Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter.

1.4.1

... (truncated)

Commits
  • 0f27e41 Version Packages (#92)
  • 04de4dc Changed compared key from name to type in generateJoinFields (#87)
  • 4526321 Adds Support for SQL Server Dialect (#68)
  • 3351dd9 Create FUNDING.yml
  • 574a8c0 Version Packages (#79)
  • 6fcde71 Update lockfile
  • 21980b2 chore: dependecy updates to get rid of deprectation warnings (#76)
  • 22a1e5c fix: correctly generate array types with defaults in prisma schema (#75)
  • 88fd7bc Version Packages (#72)
  • bf0ccf6 fix: implicit many to many relation generation (#71)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prisma-kysely](https://github.com/valtyr/prisma-kysely) from 1.0.8 to 1.8.0.
- [Release notes](https://github.com/valtyr/prisma-kysely/releases)
- [Changelog](https://github.com/valtyr/prisma-kysely/blob/main/CHANGELOG.md)
- [Commits](valtyr/prisma-kysely@v1.0.8...v1.8.0)

---
updated-dependencies:
- dependency-name: prisma-kysely
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants