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

Update prisma-binding to the latest version 🚀 #20

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 10, 2018

Version 2.0.0 of prisma-binding was just published.

Dependency prisma-binding
Current Version 1.5.19
Type dependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of prisma-binding.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

2.0.0 (2018-05-10)

Bug Fixes

Features

BREAKING CHANGES

  • The Typescript types are not compatible with 1.x
Commits

The new version differs by 41 commits.

There are 41 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1

2.0.1 (2018-05-22)

Bug Fixes

  • build: force semantic patch release (277273c)
Commits

The new version differs by 5 commits.

  • 277273c fix(build): force semantic patch release
  • 5d7d772 Fix CircleCI badge, add ❤️ OSS image
  • b896546 Merge pull request #163 from Vakrim/fix/exists
  • a7ead20 Update README.md
  • 6e57c09 fix exists - add missing object with "where" key

See the full diff

greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Release Notes v2.0.2

2.0.2 (2018-05-25)

Bug Fixes

  • schema: support import syntax upon codegen (98fcca4), closes #168
Commits

The new version differs by 3 commits.

  • b91834b Merge pull request #169 from alvis/import
  • fbaea79 Create CONTRIBUTING.md
  • 98fcca4 fix(schema): support import syntax upon codegen

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes v2.1.0

2.1.0 (2018-06-13)

Bug Fixes

  • Json typing, bump graphql-binding version (#185) (e2788a4)

Features

Commits

The new version differs by 4 commits.

  • e2788a4 fix: Json typing, bump graphql-binding version (#185)
  • e1042c4 feat: Adds Codegen Support for Flow Types (#170)
  • 15cede1 Fixed readme.md code typo
  • ef44998 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 2.1.1 just got published.

Update to this version instead 🚀

Release Notes v2.1.1

2.1.1 (2018-07-17)

Bug Fixes

  • deps: update dependency graphql-tools to v3.0.2 (e9402d8)
  • duplicate Prisma export in flow generator (#189) (4a77db7)
Commits

The new version differs by 8 commits.

  • 9aa2d51 Merge pull request #173 from prismagraphql/renovate/graphql-tools-3.x
  • 1ed3b17 Merge with master
  • fc203c9 bump graphql-tools dep to 3.0.5
  • 4a77db7 fix: duplicate Prisma export in flow generator (#189)
  • 6d67881 Merge with master
  • 7466b6a Update README.md
  • e764823 Update README.md
  • e9402d8 fix(deps): update dependency graphql-tools to v3.0.2

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2018

Version 2.1.2 just got published.

Update to this version instead 🚀

Release Notes v2.1.2

2.1.2 (2018-08-02)

Bug Fixes

  • deps: update dependency graphql-tools to v3.1.0 (ab2417b)
Commits

The new version differs by 2 commits.

  • 3c4d7b9 Merge pull request #219 from prismagraphql/renovate/graphql-tools-3.x
  • ab2417b fix(deps): update dependency graphql-tools to v3.1.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2018

Version 2.1.3 just got published.

Update to this version instead 🚀

Release Notes v2.1.3

2.1.3 (2018-08-02)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 806301a fix: add missing dep (#220)
  • 8c20232 Merge pull request #161 from prismagraphql/renovate/graphql-0.x
  • 10ca5fb chore(deps): update dependency @types/graphql to v0.13.3

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2018

Version 2.1.4 just got published.

Update to this version instead 🚀

Release Notes v2.1.4

2.1.4 (2018-08-10)

Bug Fixes

  • request error handling by bumping graphql-binding (a64cae0)
Commits

The new version differs by 2 commits.

  • 7c5ff8c Merge pull request #225 from divyenduz/fix_request_error_handling
  • a64cae0 fix: request error handling by bumping graphql-binding

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2018

Version 2.1.5 just got published.

Update to this version instead 🚀

Release Notes v2.1.5

2.1.5 (2018-08-28)

Bug Fixes

  • deps: update dependency graphql-binding to v2.2.4 (2fd0090)
Commits

The new version differs by 2 commits.

  • 7c68697 Merge pull request #228 from prisma/renovate/graphql-binding-2.x
  • 2fd0090 fix(deps): update dependency graphql-binding to v2.2.4

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants