Giter Club home page Giter Club logo

dotansimha / graphql-code-generator Goto Github PK

View Code? Open in Web Editor NEW
10.6K 77.0 1.3K 88.23 MB

A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

Home Page: https://the-guild.dev/graphql/codegen/

License: MIT License

TypeScript 83.34% JavaScript 1.26% Shell 0.01% Rust 0.51% MDX 14.90%
graphql typescript schema code-generator graphql-schema codegen resolvers react angular csharp

graphql-code-generator's Introduction

CodeGen

npm version

https://the-guild.dev/graphql/codegen

GraphQL Code Generator is a tool that generates code out of your GraphQL schema. Whether you are developing a frontend or backend, you can utilize GraphQL Code Generator to generate output from your GraphQL Schema and GraphQL Documents (query/mutation/subscription/fragment).

By analyzing the schema and documents and parsing it, GraphQL Code Generator can output code at a wide variety of formats, based on pre-defined templates or based on custom user-defined ones. Regardless of the language that you're using, GraphQL Code Generator has you covered.

GraphQL Code Generator lets you choose the output that you need, based on plugins, which are very flexible and customizable. You can also write your plugins to generate custom outputs that match your needs.

You can try this tool live on your browser and see some useful examples. Check out GraphQL Code Generator Live Examples.

We currently support and maintain these plugins (TypeScript, Flow, React, Angular, MongoDB, Stencil, Reason, and some more), and there is an active community that writes and maintains custom plugins.

Quick Start

You can find the complete instructions in GraphQL Code Generator website.

Start by installing the basic deps of GraphQL Codegen:

yarn add graphql
yarn add -D @graphql-codegen/cli

GraphQL Code Generator lets you setup everything by simply running the following command:

yarn graphql-codegen init

Question by question, it will guide you through the whole process of setting up a schema, selecting plugins, picking a destination of a generated file, and a lot more.

If you wish to manually setup codegen, follow these instructions.

Links

Besides our docs page, feel free to go through our published Medium articles to get a better grasp of what GraphQL Code Generator is all about:

Contributing

If this is your first time contributing to this project, please do read our Contributor Workflow Guide before you get started off.

Feel free to open issues and pull requests. We're always welcome support from the community.

For a contribution guide specific to this project, please refer to: http://the-guild.dev/graphql/codegen/docs/custom-codegen/contributing.

Code of Conduct

Help us keep GraphQL Code Generator open and inclusive. Please read and follow our Code of Conduct as adopted from Contributor Covenant

License

GitHub license

MIT

graphql-code-generator's People

Contributors

ardatan avatar beerose avatar borremosch avatar carlopalinckx avatar charlypoly avatar charpeni avatar dab0mb avatar dependabot[bot] avatar dimamachina avatar dotansimha avatar eddeee888 avatar fredyc avatar gilgardosh avatar github-actions[bot] avatar greenkeeper[bot] avatar jonaskello avatar kamilkisiela avatar leonardfactory avatar lucasavila00 avatar mvestergaard avatar n1ru4l avatar renovate-bot avatar renovate[bot] avatar saihaj avatar simenb avatar theguild-bot avatar tuvalsimha avatar tvvignesh avatar tzachs avatar yassineldeeb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graphql-code-generator's Issues

An in-range update of tslint is breaking the build 🚨

Version 4.4.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 4.3.1
Type devDependency

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

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Release Notes v4.4.0
  • [new-rule] arrow-return-shorthand (#1972)
  • [new-rule] no-unbound-method (#2089)
  • [new-rule] no-boolean-literal-compare (#2013)
  • [new-rule] no-unsafe-any (#2047)
  • [new-rule] no-unnecessary-qualifier (#2008)
  • [new-rule] no-unnecessary-initializer (#2106)
  • [new-rule] await-promise (#2102)
  • [new-rule] no-floating-promises (#1632)
  • [new-rule] strict-type-predicates (#2046)
  • [new-rule] no-misused-new (#1963)
  • [new-rule] prefer-method-signature (#2028)
  • [new-rule] prefer-function-over-method (#2037)
  • [new-rule-option] allow-fast-null-checks added to no-unused-expression (#1638)
  • [new-rule-option] comment-format-rule adds ignore-words and ignore-pattern options (#1757)
  • [new-rule-option] whitespace adds check-preblock option (#2002)
  • [new-rule-option] strict-boolean-expressions adds allow-null-union, allow-undefined-union, allow-string, and allow-number and (#2033)
  • [new-fixer] align (#2097)
  • [new-fixer] no-trailing-whitespace (#2060)
  • [bugfix] no-magic-numbers false positive on default parameter values (#2004)
  • [bugfix] no-empty-interface allow empty interface with 2 or more parents (#2070)
  • [bugfix] no-trailing-whitespace fixed for comments and EOF (#2060)
  • [bugfix] no-empty no longer fails for private or protected constructor (#1976)
  • [bugfix] tslint:disable/tslint-enable now handles multiple rules and fixes what code is enabled/disabled (#2061)
  • [bugfix] no-inferrable-types now validates property declarations (#2081)
  • [bugfix] unified-signatures false positive (#2016)
  • [bugfix] whitespace finds all whitespace errors in JsxExpressions and TemplateExpressions (#2036)
  • [bugfix] comment-format no more false positives in JsxText (#2036)
  • [enhancement] --test option now accepts glob (#2079)

Thanks to our contributors!

  • Alexander Rusakov
  • Andrii Dieiev
  • @andy-ms
  • Andy Hanson
  • Josh Goldberg
  • Kei Son
  • Klaus Meinhardt
  • Krati Ahuja
  • Martin Probst
  • Mohsen Azimi
  • Romke van der Meulen
  • cameron-mcateer
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

cannot get typings for arguments

Hi,

i want to be able to get typings for arguments as well.
so for example, I have this scheme:

type Item {
  ...
}

type Query {
  search(string: String!, sort: Bool): [Item]
}

i would expect the generator to generate a type that can be used as arg,
so i can use them to write my resolver, so for the example above, it should look something like:

export interface QuerySearchArgs {
  string: string;
  sort?: boolean;
}

then i can use it in my resolver as the typings of the args parameter.

An in-range update of @types/node is breaking the build 🚨

Version 6.0.54 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 6.0.53
Type dependency

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

As @types/node is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of rimraf is breaking the build 🚨

Version 2.6.0 of rimraf just got published.

Branch Build failing 🚨
Dependency rimraf
Current Version 2.5.4
Type devDependency

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

As rimraf is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Commits

The new version differs by 5 commits .

  • 5b661e4 v2.6.0
  • c09915f update tap
  • d53235d Make rimraf.sync 10000% more reliable on Windows
  • e8b10a7 Retry on EBUSY et al on non-windows platforms as well
  • 0fac5f7 Add --no-glob option to cli

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of request is breaking the build 🚨

Version 2.80.0 of request just got published.

Branch Build failing 🚨
Dependency request
Current Version 2.79.0
Type dependency

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

As request is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 10 failing files. Details

  • ❌ bitHound - Dependencies 1 failing dependency. Details

Commits

The new version differs by 31 commits .

  • f422111 2.80.0
  • bce66a5 Merge pull request #2571 from JamesMGreene/fix_ipv6_host_header
  • ff6d6c6 Correctly format the Host header for IPv6 addresses
  • 667e923 Merge pull request #2558 from request/FredKSchott-patch-1
  • 6862553 Merge pull request #2221 from calamarico/change_readme
  • 8d78bd0 Update README.md example snippet
  • 60f6a00 Merge pull request #2452 from nicjansma/master
  • da077f7 Merge pull request #2553 from request/issue-template
  • 921ebee small change to template wording
  • 256deea add ISSUE_TEMPLATE, move PR template
  • fec1f2b reorder PULL_REQUEST_TEMPLATE sections
  • 2046cf3 Merge pull request #2539 from request/FredKSchott-patch-1
  • 0ea3d47 Merge pull request #2524 from request/greenkeeper-caseless-0.12.0
  • 3f57975 Use performance-now instead of custom solution
  • a9ad38a Ensure only the properties we expect are there

There are 31 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

Version 16.0.3 of @types/jest just got published.

Branch Build failing 🚨
Dependency @types/jest
Current Version 16.0.2
Type devDependency

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

As @types/jest is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/graphql is breaking the build 🚨

Version 0.8.6 of @types/graphql just got published.

Branch Build failing 🚨
Dependency @types/graphql
Current Version 0.8.5
Type devDependency

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

As @types/graphql is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of tslint is breaking the build 🚨

Version 4.5.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 4.4.2
Type devDependency

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

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ bitHound - Dependencies 1 failing dependency. Details

  • ❌ bitHound - Code 10 failing files. Details

  • βœ… continuous-integration/travis-ci/push The Travis CI build passed Details

Release Notes v4.5.0
  • [new-rule] no-import-side-effect (#2155)
  • [new-rule] match-default-export-name (#2117)
  • [new-rule] no-non-null-assertion (#2221)
  • [new-rule] ban-types (#2175)
  • [new-rule] no-duplicate-super (#2038)
  • [new-rule] newline-before-return (#2173)
  • [new-rule-option] completed-docs adds options for location, type, and privacy. Also adds interfaces, enums, types (#2095)
  • [new-rule-option] no-inferrable-types adds option ignore-properties (#2178)
  • [new-rule-option] typedef adds options object-destructuring and array-destructuring options (#2146)
  • [new-rule-option] member-ordering adds option alphabetize (#2101)
  • [new-rule-option] no-trailing-whitespace adds option ignore-jsdoc (#2177)
  • [new-rule-option] no-trailing-whitespace adds option ignore-comments option (#2153)
  • [new-fixer] no-inferrable-types automatically remove inferrable type annotations (#2178)
  • [new-fixer] no-any (#2165)
  • [new-fixer] noConsecutiveBlankLines (#2201)
  • [new-fixer] object-literal-shorthand (#2165)
  • [bugfix] no-switch-case-fallthrough handle break, throw, continue and return nested in block, if-else and switch (#2218)
  • [bugfix] no-switch-case-fallthrough allow empty case clauses before default clause (#2218)
  • [bugfix] no-mergeable-namespace ignore property types that can't be merged (#2105)
  • [bugfix] object-literal-key-quotes no need to quote a float if its .toString() is the same. (#2144)
  • [bugfix] no-consecutive-blank-lines Correctly apply fixes at EOF (#2239)
  • [bugfix]: Fixes installation issue with node 7.5 (#2212)
  • [bugfix]: quotemark now handles escaped chars (#2224)
  • [enhancement] Don't exit when a rule requires type checking but type checking is not enabled (#2188)
  • [enhancement] no-switch-case-fallthrough allow single line comment // falls through (#2218)
  • [enhancement] no-unbound-method allows property access and binary expressions (#2143)
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 6.0.56 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 6.0.55
Type devDependency

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

As @types/node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

Version 16.0.5 of @types/jest just got published.

Branch Build failing 🚨
Dependency @types/jest
Current Version 16.0.4
Type devDependency

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

As @types/jest is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of tslint is breaking the build 🚨

Version 4.3.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 4.2.0
Type devDependency

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

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Release Notes v4.3.0
  • Enabled additional rules in tslint:latest configuration (#1981)
  • [new-rule] space-before-function-paren (#1897)
  • [new-rule] typeof-compare (#1927)
  • [new-rule] import-spacing (#1935)
  • [new-rule] unified-signatures (#1944)
  • [new-fixer] object-literal-key-quotes (#1953)
  • [new-fixer] no-angle-bracket-type-assertion (#1979)
  • [bugfix] adjacent-overload-signature now handles static/computed function names (#1831)
  • [bugfix] file-header now handles files with only comments (#1913)
  • [bugfix] no-consecutive-blank-lines now allows blank lines in template strings (#1886)
  • [bugfix] object-literal-key-quotes no longer throws exception when using rest operator (#1916)
  • [bugfix] restrict-plus-operands no longer shows false positive in ternary operation (#1925)
  • [bugfix] prefer-for-of now handles nested for loops with reused iterator (#1926)
  • [bugfix] Exit gracefully when tsconfig.json passed as --project argument doens't have files (#1933)
  • [bugfix] object-literal-key-quotes now handles shorthand and spread properties (#1945)
  • [bugfix] arrow-parens Allow binding patterns ([x, y]) => ... and ({x, y}) => ... to have parens (#1958)
  • [bugfix] semicolon fixer now handles comma separator in interfaces and indicates failure when commas are using in interfaces (#1856)
  • [bugfix] only-arrow-functions option allow-named-functions now allows function declarations (#1961)
  • [bugfix] prefer-for-of no longer shows false positive when array is in parentheses (#1986)
  • [bugfix] prefer-const now works for TypeScript versions < 2.1.0 (#1989)
  • [enhancement] member-access narrow location of error (#1964)

Thanks to our contributors!

  • Andrii Dieiev
  • @andy-ms
  • Andy Hanson
  • Josh Goldberg
  • Klaus Meinhardt
  • Linda_pp
  • Mohsen Azimi
  • Victor Grigoriu
  • Yuichi Nukiyama
  • cameron-mcateer
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 6.0.55 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 6.0.54
Type devDependency

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

As @types/node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 6.0.57 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 6.0.56
Type devDependency

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

As @types/node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of jest is breaking the build 🚨

Version 18.1.0 of jest just got published.

Branch Build failing 🚨
Dependency jest
Current Version 18.0.0
Type devDependency

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

As jest is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Add support for "--export" flag

Use a schema from a JavaScript file that exports the GraphQLSchema, to use with a local environment, and without starting a local server instance.
The flag will be in use instead of "--url" and "--file".

@DxCx , you wanted something like that, right?

An in-range update of @types/graphql is breaking the build 🚨

Version 0.8.5 of @types/graphql just got published.

Branch Build failing 🚨
Dependency @types/graphql
Current Version 0.8.4
Type optionalDependency

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

As @types/graphql is β€œonly” a optionalDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of conventional-changelog is breaking the build 🚨

Version 1.1.2 of conventional-changelog just got published.

Branch Build failing 🚨
Dependency conventional-changelog
Current Version 1.1.1
Type devDependency

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

As conventional-changelog is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 10 failing files. Details

  • ❌ bitHound - Dependencies 1 failing dependency. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.1.5 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.1.4
Type devDependency

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

As typescript is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Commits

The new version differs by 252 commits .

  • 2dbc531 Update LKG
  • c26f402 Merge pull request #13277 from Microsoft/fix13276
  • f412e10 Fix the emit when jsx attribute expression is empty
  • 32cec58 Update LKG
  • f330a7e Merge pull request #13220 from Microsoft/mergeMaster1229
  • cc306f6 Aggregate flags for ExpressionWithTypeArguments
  • bf7c51c Do not report helper module errors in ambient contexts for Rest helper
  • 708f9e5 Fix UMD header to work with r.js
  • 3eabf97 Updated baselines
  • b155b68 Improve SourceMap emit for down-level async functions
  • 150463e tsserver should use newline provided by the host (#13185) (#13186)
  • dde8411 Update LKG
  • 5f720c2 Merge pull request #13138 from Microsoft/mergeMaster1222
  • 50288d9 Check trace enabled befoe tracing
  • 2cf9979 Merge pull request #13105 from Microsoft/Fix12921

There are 250 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

Version 16.0.4 of @types/jest just got published.

Branch Build failing 🚨
Dependency @types/jest
Current Version 16.0.3
Type devDependency

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

As @types/jest is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… continuous-integration/travis-ci/push The Travis CI build passed Details

  • βœ… codecov/project 40.63% (+0.00%) compared to fdc3910 Details

  • βœ… codecov/patch Coverage not affected when comparing fdc3910...445b2c9 Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 7.0.5 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.4
Type devDependency

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

As @types/node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Code 13 failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.1.6 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.2.0
Type devDependency

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

As typescript is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ bitHound - Code 13 failing files. Details

Commits

The new version differs by 169 commits (ahead by 169, behind by 565).

  • 496e7ab Merge pull request #13945 from Microsoft/upateLKGrelease-2.1
  • 064a997 Update LKG
  • 54220a8 Merge pull request #13943 from Microsoft/runtests
  • d99901f Do not run npm update
  • db30899 Merge pull request #13938 from Microsoft/vladima/port-13937
  • 504e143 Update version
  • ba81c6c disable fs watcher for UNC paths on Windows (#13937)
  • b611dce Merge pull request #13824 from Microsoft/billti/updateLKG
  • 3b54f29 Update LKG
  • 870e44f Merge pull request #13818 from Microsoft/release-2.1_ata
  • d5f5d78 Use "ts2.1" NPM tag in typingsInstaller
  • 2dbc531 Update LKG
  • c26f402 Merge pull request #13277 from Microsoft/fix13276
  • f412e10 Fix the emit when jsx attribute expression is empty
  • 32cec58 Update LKG

There are 169 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @types/handlebars is breaking the build 🚨

Version 4.0.32 of @types/handlebars just got published.

Branch Build failing 🚨
Dependency @types/handlebars
Current Version 4.0.31
Type devDependency

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

As @types/handlebars is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 1 failing dependency. Details

  • ❌ bitHound - Code 10 failing files. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Add support for external custom template

Add support to pass a custom local directory with template config for --template flag.

The idea is to add the ability to generate schema with custom template, without the need to PR this package or wait for a release.

Add generator template for Swift

Must have:

  • Generate Models
  • Generate documents
  • Inline fragments
  • Fragments spread
  • Optional/required field
  • Arrays
  • Aliases
  • Sort schema fields and generate the correct combinations of optional inputs

Later:

  • Interface
  • Union

An in-range update of @types/node is breaking the build 🚨

Version 7.0.6 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.5
Type devDependency

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

As @types/node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 1 failing dependency. Details

  • ❌ bitHound - Code 10 failing files. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.