Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

chore(deps-dev): bump prisma-nestjs-graphql from 9.0.0 to 10.0.2 #81

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps prisma-nestjs-graphql from 9.0.0 to 10.0.2.

Release notes

Sourced from prisma-nestjs-graphql's releases.

v10.0.2

10.0.2 (2021-03-13)

Bug Fixes

  • Added more keywords for detection model name (51c836e)

v10.0.1

10.0.1 (2021-03-04)

Bug Fixes

  • BigInt property type in lower (19ace4e)
  • Conflict with models ending with Output (a08d4c4), closes #10

v10.0.0

10.0.0 (2021-03-01)

Bug Fixes

  • Generate correct json graphql type (c6d8d46)

  • Json type changed to Record<string, any> (2877be7)

  • Renamed config option (d989cfe)

  • refactor!: Renamed token in outputFilePattern template (95d4629)

  • refactor!: Removed renameZooTypes config option (71bfb68)

  • chore!: Renamed config option atomicNumberOperation to noAtomicOperations (6078eb9)

Code Refactoring

Features

  • Ability to hide field in schema (a222955), closes #8

Performance Improvements

BREAKING CHANGES

... (truncated)

Changelog

Sourced from prisma-nestjs-graphql's changelog.

10.0.2 (2021-03-13)

Bug Fixes

  • Added more keywords for detection model name (51c836e)

10.0.1 (2021-03-04)

Bug Fixes

  • BigInt property type in lower (19ace4e)
  • Conflict with models ending with Output (a08d4c4), closes #10

10.0.0 (2021-03-01)

Bug Fixes

  • Generate correct json graphql type (c6d8d46)

  • Json type changed to Record<string, any> (2877be7)

  • Renamed config option (d989cfe)

  • refactor!: Renamed token in outputFilePattern template (95d4629)

  • refactor!: Removed renameZooTypes config option (71bfb68)

  • chore!: Renamed config option atomicNumberOperation to noAtomicOperations (6078eb9)

Code Refactoring

Features

  • Ability to hide field in schema (a222955), closes #8

Performance Improvements

BREAKING CHANGES

  • Renamed token {feature} to {model} in outputFilePattern template pattern
  • Removed renameZooTypes config option
  • Config option combineScalarFilters is false by default

... (truncated)

Commits
  • ed98590 chore(release): 10.0.2 [skip ci]
  • 51c836e fix: Added more keywords for detection model name
  • cf35fa5 ci: Updated semantic release config
  • 5dbdecd chore: Updated packages
  • 9b21377 chore(release): 10.0.1 [skip ci]
  • 41b3a7f test: Test: Use explicit relations
  • 19ace4e fix: BigInt property type in lower
  • 52e458a chore: Fix prisma package version
  • a08d4c4 fix: Conflict with models ending with Output
  • f22632a refactor: Events are pascal cased
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prisma-nestjs-graphql-10.0.2 branch from 6912b4e to 09f111c Compare March 15, 2021 02:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prisma-nestjs-graphql-10.0.2 branch from 09f111c to a2e7bd8 Compare March 15, 2021 04:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #107.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma-nestjs-graphql-10.0.2 branch March 22, 2021 04:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 10 seems to break on prisma 2.18 Release 9 does not Ignore field generation
0 participants