Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps prisma-kysely from 1.0.8 to 1.7.0.

Release notes

Sourced from prisma-kysely's releases.

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

  • 3288b72: Support @​map statement for enum values (Thank you @​jvandenaardweg 🔥🇳🇱)
  • 299de40: Adds support for Kysely's GeneratedAlways through a new config parameter readOnlyIds. The generated type file no longer includes and exports the Generated generic.
  • 66019e8: Brings back support for implicit many to many models after DMMF changes introduced in new version of Prisma

Patch Changes

  • 2659cc3: Now using narrower types for enum objects bringing prisma-kysely's enums in line with prisma-client-js (Thank you @​jvandenaardweg 🎉)

v1.3.0

Minor Changes

  • a96f2d7: Add option to output runtime enums to a separate file (Thank you @​juliusmarminge! 🇸🇪🎉)

v1.2.1

Patch Changes

... (truncated)

Changelog

Sourced from prisma-kysely's changelog.

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

Patch Changes

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

1.4.0

Minor Changes

  • 3288b72: Support @​map statement for enum values (Thank you @​jvandenaardweg 🔥🇳🇱)
  • 299de40: Adds support for Kysely's GeneratedAlways through a new config parameter readOnlyIds. The generated type file no longer includes and exports the Generated generic.
  • 66019e8: Brings back support for implicit many to many models after DMMF changes introduced in new version of Prisma

Patch Changes

  • 2659cc3: Now using narrower types for enum objects bringing prisma-kysely's enums in line with prisma-client-js (Thank you @​jvandenaardweg 🎉)

... (truncated)

Commits

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.7.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.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Apr 3, 2024

Superseded by #155.

@dependabot dependabot bot closed this Apr 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma-kysely-1.7.0 branch April 3, 2024 18:37
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