ryanleecode / War3Keys

Hotkeys Customizer for Warcraft III
GNU General Public License v3.0
9 stars 0 forks source link

An in-range update of @graphql-codegen/cli is breaking the build 🚨 #14

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency @graphql-codegen/cli was updated from 1.9.0 to 1.9.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@graphql-codegen/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v1.9.1

core/cli

  • fixed issues with missing dependencies in published bundle (#3023)
  • Update dependencies
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 1.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.11.1

core/cli

  • Update to latest version of graphql-config to make sure it's compatible with graphql-cli codegen plugin.
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.12.1

core/cli

  • Updated graphql-toolkit in order to fix Cannot read property 'location' of null errors (#3407)
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.12.2

πŸš€ πŸš€ NEW PLUGIN: typescript-generic-sdk πŸš€ πŸš€ (thanks @akozhemiakin)

core/cli

  • Update dependencies

near-operation-file

  • Fix missing FragmentDoc import (#3436)

typescript-resolvers

  • Generate type for directive args (#3435)

flow-resolvers

  • Generate type for directive args (#3435)

typescript-apollo-angular

  • nested import 'apollo-angular/types' (#3446)

docs/website

  • remove duplicated text in base visitor doc #3313
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.13.2
  • Come talk to us directly on our Discord channel
  • Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
    Contact us here: the-guild.dev/connected-build

core/cli

  • Update graphql-toolkit to fix issues with #import syntax
  • Fix issues with missing descriptions and comments when schema is loaded from a url source (#3804 )
  • Added support for GraphQL v15
  • Remove unused deps (#3658)
  • Update all internal build/test/pack scripts (thanks @standy )
  • Run prettier on code base (#3705, thanks @SimenB )
  • Remove prettier as a cli dependency
  • Simplify generate examples script (#3764, thanks @standy )
  • Fixed issues with hidden errors in CLI (#3816, thanks @kamilkisiela )
  • Allow a range of dependencies for @graphql-toolkit packages.

typescript-graphql-request

typescript-react-apollo

  • Additional type argument to allow custom config.name for react-apollo HOCs (#3744, thanks @valerybugakov )

typescript-generic-sdk

near-operation-file preset

  • Improved near-operation-file fragment imports (#3771, thanks @wassim-k )

typescript

typescript-compatibility

flow

docs/website

  • Fix addDocBlocks documentation
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.13.4
  • Come talk to us directly on our Discord channel
  • Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
    Contact us here: the-guild.dev/connected-build

core/cli

  • Update deps
  • Align asterisks in jsdoc (fix jsdoc-format tslint error) (#3844, thanks @KrzysztofKarol)

typescript

  • Fixes for wrapping field with arrays (#3938)
  • Added support for Relay's futureProofEnums option (#3721, thanks @c0m1t)

typescript-operations

  • New option onlyOperationTypes for typescript and flow (#3760, thanks @standy)

flow

  • Fixes for wrapping field with arrays (#3938)

flow-operations

  • New option onlyOperationTypes for typescript and flow (#3760, thanks @standy)
  • Fix optional types in queries (#3926, thanks @rizkyario)

java

  • Set java default class for scalar to Object (#3930, thanks ducthienbui97)
  • Update Java plugin: Omit extra 'Input' suffix from an input's class name if the input type's name ends in Input (#3699, @ataylormays)

website / docs

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.14.0
  • Come talk to us directly on our Discord channel
  • Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Code Generator commit so we'll make sure not to break your app?
    Contact us here: the-guild.dev/connected-build

πŸš€ πŸš€ NEW PLUGIN: new plugin for generating operations names object to be used with Apollo Client (#4039)

core/cli

  • Updated dependencies
  • Updated graphql-toolkit to fix issues with undefined extensions error (#3865)
  • Watch mode will now invalidate require.cache when a file has changed (#3560)

java

kotlin

fragment-matcher

typescript-operations

  • Fix __typename indentation if immutableTypes is false (#4007, thanks @marcoreni )

docs/website

  • Updated live support chat to use Crisp
  • Updated getting started and installation docs
  • Updated some plugins docs
  • Fix typescript-resolvers doc (#4022, thanks @anault)
  • Fix link to plugin docs (#3988, @j2L4e )
  • Update broken link to All available plugins (#3987, @ChrisMalherbe )
  • Fix 404 links
  • Add apollo-typed-documents to plugin docs (#3971, thanks @rubengrill )
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.15.0

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

πŸš€ πŸš€ NEW PLUGIN: Generate JSDoc based on your GraphQL schema (#3223, thanks @CarloPalinckx )

core/cli

time

website / docs

  • Update the way we generate automatic documentation for plugins, it should look better now - Add links to typescript-oclif plugin (#4050, thanks @ryanwersal)
  • fix broken link (#4073, thanks @divyanshu013 )