Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typegraphql-prisma 0.23.2 -> 0.23.5 age adoption passing confidence

Release Notes

MichalLytek/typegraphql-prisma

v0.23.5: 0.23.5

Compare Source

Changelog

  1. Supported Prisma version has been bumped to v4.10.0 💪
    No changes in DMMF detected, so no generated code should be affected.

  2. Support for overriding object type decorator (#​345) has been added 🚀
    More info in docs: https://prisma.typegraphql.com/docs/advanced/overriding-object-decorator

v0.23.4: 0.23.4

Compare Source

Changelog

  1. Support for relations count in nested relation has been added (#​354 ) 🎉
    Previously it was possible to run such queries as the below one, but it was returning null for _count:
    query GetPostsWithAuthorAndPostsCount {
      posts {
        uuid
        content
        author {
          id
          email
          _count {
            posts
          }
        }
      }
    }
    Now when relationResolvers are used, it returns proper data 🚀

v0.23.3: 0.23.3

Compare Source

Changelog

  1. Supported Prisma version has been bumped to v4.9.0 💪
    No changes in DMMF detected, so no generated code should be affected.

  2. There is now a new generator option called emitRedundantTypesInfo. It allows you use other compilers that does not support emitDecoratorMetadata setting.
    You can read more about that in the docs: https://prisma.typegraphql.com/docs/advanced/emit-redundant-types-info


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate renovate bot label Dec 11, 2022
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch 3 times, most recently from 39024bf to 60aa52b Compare December 17, 2022 02:26
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.1 Update dependency typegraphql-prisma to v0.23.2 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from 60aa52b to 88c9892 Compare December 21, 2022 13:42
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from 88c9892 to bff7e73 Compare January 3, 2023 01:04
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch 2 times, most recently from 882238f to 906fffe Compare January 14, 2023 15:48
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.2 Update dependency typegraphql-prisma to v0.23.2 - autoclosed Jan 14, 2023
@renovate renovate bot closed this Jan 14, 2023
@renovate renovate bot deleted the renovate/typegraphql-prisma-0.x branch January 14, 2023 19:06
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.2 - autoclosed Update dependency typegraphql-prisma to v0.23.2 Jan 18, 2023
@renovate renovate bot reopened this Jan 18, 2023
@renovate renovate bot restored the renovate/typegraphql-prisma-0.x branch January 18, 2023 17:00
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from 906fffe to a9ba8bd Compare January 18, 2023 20:28
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.2 Update dependency typegraphql-prisma to v0.23.3 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from a9ba8bd to 1a3d6f9 Compare February 1, 2023 14:47
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.3 Update dependency typegraphql-prisma to v0.23.4 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from 1a3d6f9 to d3e25d3 Compare February 8, 2023 16:06
@renovate renovate bot changed the title Update dependency typegraphql-prisma to v0.23.4 Update dependency typegraphql-prisma to v0.23.5 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/typegraphql-prisma-0.x branch from d3e25d3 to 31897fa Compare February 10, 2023 18:58
@bichikim bichikim deleted the branch dev January 26, 2024 04:12
@bichikim bichikim closed this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate renovate bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants