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 devDependencies #12

Merged
merged 1 commit into from
Nov 9, 2019
Merged

Update devDependencies #12

merged 1 commit into from
Nov 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2019

This PR contains the following updates:

Package Type Update Change
@graphql-codegen/cli devDependencies minor 1.3.1 -> 1.8.1
@graphql-codegen/fragment-matcher devDependencies minor 1.3.1 -> 1.8.1
@graphql-codegen/introspection devDependencies minor 1.3.1 -> 1.8.1
@graphql-codegen/typescript devDependencies minor 1.3.1 -> 1.8.1
@graphql-codegen/typescript-operations devDependencies minor 1.3.1 -> 1.8.1
@graphql-codegen/typescript-react-apollo devDependencies minor 1.3.1 -> 1.8.1
@types/graphql devDependencies patch 14.2.2 -> 14.2.3
@types/node devDependencies minor 12.0.10 -> 12.11.1
@types/react devDependencies minor 16.8.22 -> 16.9.7
@types/react-dom devDependencies minor 16.8.4 -> 16.9.2
@types/yaml devDependencies minor 1.0.2 -> 1.2.0
dotenv devDependencies minor 8.0.0 -> 8.2.0
ts-node devDependencies minor 8.3.0 -> 8.4.1
typescript (source) devDependencies minor 3.5.2 -> 3.6.4
yaml (source) devDependencies minor 1.6.0 -> 1.7.2

Release Notes

dotansimha/graphql-code-generator

v1.8.1

Compare Source

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

🚀 NEW PLUGIN: typescript-graphql-request (#​2688)

v1.8.0

Compare Source

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 dependencies
  • feat(core): add option for disabling document validation (#​2567, thanks @​n1ru4l)
  • Prepare for federation on top of plugins (#​2591)
  • Recognize Federation in all plugins (#​2508)
  • Separate the cli bin and cli execution - now it's possible to execute the codegen cli using programatic API (b4e56da)
  • Removed peer dependency for @types/graphql from plugins and core (#​2488, thanks lifeiscontent)
  • Fix comments escaping (#​2484)
  • Bump graphql-toolkit version and fix performance issue (#​2655)
  • Remove dependency for @types/graphql (since GraphQL now has it's own typings)

🚀 NEW PLUGIN: java-apollo-android

Generates a ready-to-use parser and mappers for Apollo Android developers with Java.

More info: #​1924

🚀 NEW PLUGIN: kotlin

More info here: #​2598

Thanks @​tristanlins ❤️

typescript-operations

  • fix for enumPrefix and enums in variables (#​2622)
  • Break fragment spread into sub-types and allow accurate type detection according to __typename - now it reflects the exact returns value from a GraphQL engine (#​2540, #​2490, thanks @​n1ru4l )
  • fix issue with inline fragments without typeCondition (#​2532)
  • fix for enumPrefix and enums in variables (#​2622)

flow-operations

  • fix for enumPrefix and enums in variables (#​2622)
  • set exact=true as default in flow types (#​2613)
  • Improve Flow types using spread operator (#​2602)
  • Break fragment spread into sub-types and allow accurate type detection according to __typename - now it reflects the exact returns value from a GraphQL engine (#​2540, #​2490, thanks @​n1ru4l )
  • fix issue with inline fragments without typeCondition (#​2532)
  • fix for enumPrefix and enums in variables (#​2622)

flow

  • set exact=true as default in flow types (#​2613)
  • Improve Flow types using spread operator (#​2602)

flow-resolvers

  • Fix for incorrect usage of SubscriptionSubscriberObject and SubscriptionObject (#​2533)
  • Added missing Origin to $Diff declaration (#​2533)

near-operation-file

  • Fixes for near-operation-file and fragment spread sub-types (#​2620)
  • Remove file extensions from generated imports when it's not really needed (#​2599)
  • Fix documents validations with near operation file (#​2531)
  • Fixes for missing Types imports (#​2529, #​2497)
  • fix issues with near-operation-files and import-types (#​2667)

typescript-resolvers

  • Adjust resolver type of __resolveReference field (federation) (#​2618)
  • Fix getTypeToUse within parent resolvers type (#​2557, thanks @​blakeembrey)
  • fix for unused GraphQLScalarTypeConfig in resolvers (federation) (#​2564)
  • fix: do not strip properties from federation resolvers parents (#​2534, thanks @​ForbesLindesay)

typescript-react-apollo

typescript-apollo-angular

  • Fix issues with scalars mapping as string (to map all scalars into a single file) (#​2600)

typescript-urql

  • Fix issues with scalars mapping as string (to map all scalars into a single file) (#​2600)

typescript-stencil

  • Fix issues with scalars mapping as string (to map all scalars into a single file) (#​2600)

Docs

v1.7.0

Compare Source

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

  • Fixes issues with documents validation - now it's more strict and will also check for fragment usages and fragment spreads.
  • Ignore generated files, also on Windows.
  • Fixed issues with require.cache that caused loading from schema to remain the same without updating.
  • Update dependencies

typescript

typescript-operations

  • Fix missing readonly for __typename with immutableTypes (#​2459)
  • Fix union/interface types with same selection set field name but different type (#​2436, thanks @​n1ru4l)
  • fix: do not omit fragment spread nodes (#​2409, @​n1ru4l)

typescript-react-apollo

flow-operations

  • Fix missing readonly for __typename with immutableTypes (#​2459)
  • Fix union/interface types with same selection set field name but different type (#​2436, thanks @​n1ru4l)
  • fix: do not omit fragment spread nodes (#​2409, @​n1ru4l)

flow

near-operation-files

  • Fix for enums are not namespaced properly (#​2458)
  • Fix for unused imports are generated when using fragment (#​2416)
  • Add sub-folder param to near-operation-file (#​2429, thanks @​fforres)

typescript-type-graphql

v1.6.1

Compare Source

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 dependencies
  • Fixed issues with graphql-toolkit - not it will no longer try to require code files when looking for operations.

v1.6.0

Compare Source

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 dependencies
  • Sort documents by file-path in order to avoid inconsistency coming from globy (#​2311)
  • Fix issues with swallowed errors when schema/documents are loaded (#​2318)
  • Introduce Lifecycle hooks (#​2361), make sure to read the latest docs in order to use Prettier now.
  • Removed prettify option (not a breaking change because it only apply to code beautify - you can now use lifecycle hooks for that)
  • Fix for issues with output file not being ignored correctly
  • Move normalize method to plugin-helpers lib
  • Able to provide custom fetch implementation (#​2369)
  • Allow to load schema and documents from node_modules
  • Fixes for issues with exported schema from code file that has scalars.
  • Support extend input.
  • Improvements for watch mode: avoid triggering the codegen when not need, added hash calculation to avoid file-system access when not needed, trigger reload when the config file changes.

typescript-react-apollo

typescript-operations

  • Generate correct union/interface type definitions (#​2248, thanks @​n1ru4l)
  • Fixed issue with missing Types import when variables are set for queries (when used with near-operation-file preset)
  • Fix issues with non-boolean avoidOptionals - now only true will be considered as true value, and not object.
  • Fix issues with preResolveTypes and enums (#​2385)

flow-operations

  • Generate correct union/interface type definitions (#​2248, thanks @​n1ru4l)
  • Fixed issue with missing Types import when variables are set for queries (when used with near-operation-file preset)
  • Fix issues with preResolveTypes and enums (#​2385)

typescript

typescript-resolvers

  • Fix SubscriptionSubscribeFn interface (#​2346, thanks @​const86)
  • Support namespaces in mappers (#​2352)
  • Include NonNull argument as required (#​2348)
  • Some resolver query arguments are generated as optional but are required in schema #​2323

near-operation-file

docs/website

v1.5.0

Compare Source

Core

  • Update dependencies
  • Fixes for process.env.DEBUG - not it's possible to mute it if needed (#​2227, thanks @​Qeneke)
  • Minor type changes for visitor-plugin-common (#​2266, thanks @​james2mid)
  • Allow plugin's addToSchema to be a function that depends on plugin config.
  • Fix for prettier parsers (use latest instead of deprecated).
  • Upgrade graphql-toolkit and use globby for easier glob (#​2283) - not it's easier to exclude documents of schema files using negative glob.
  • Add newline character at the first line of multiline comments (#​2291)

typescript

  • Fixed issue with enumValues as string (import all enums from a single file and introspection types - now they are ignored) (#​2181)
  • Fix external enums to be re-exported from the generated file when they are imported from external file (#​2233)
  • Added enumPrefix configuration - you can now disable the typesPrefix for enums (#​2267)
  • Added missing dependency in package.json (ae47c71)
  • [TypeScript] Added support for generating output with no export (#​2278)
  • Fixes for issues with js objects and scalars config (#​2286)

flow

  • Fixed issue with enumValues as string (import all enums from a single file and introspection types - now they are ignored) (#​2181)
  • Fix external enums to be re-exported from the generated file when they are imported from external file (#​2233)
  • Added enumPrefix configuration - you can now disable the typesPrefix for enums (#​2267)
  • Added support for generating output with no export (#​2278)

typescript-react-apollo

  • Added support for React-Apollo V3 (#​2182)
  • Remove Partial from ReactApollo HOC (#​2297)
  • Fix custom HOC data props type names (#​2166)
  • Add withResultType and withMutationOptionsType options (#​2172, thanks @​eddeee888)
  • Fix issues with unused fragments imports with noGraphQLTag (#​2260)
  • Allow for skip to be a boolean type (#​2251, thanks @​boom)
  • Fix issues with react-apollo plugin and compatibility plugin (#​2285)
  • Add option to import document nodes from an external file (#​2261, thanks @​eddeee888)

documents-nodes

  • Fixed issue with missing fragments (#​2295)

typescript-operations

  • Fix for issues with RequireFields that caused invalid usage of generics (#​2169)
  • Introduce dedupeOperationSuffix to operations plugin - allow you to make sure the operation suffix is not duplicated (#​2258)
  • Introduce a new way to use avoidOptionals - now you can specify when to use it (#​2191, thanks @​ekfn)
  • Fixes for missing modifiers with preResolveType (#​2175) (#​2270)
  • Added support for generating output with no export (#​2278)
  • Fixes for enums and preResolveTypes - now enums values will be pre-resolved as well (#​2284)

near-operation-files preset

  • Allow duplicate operations when near-operation-file is used (#​2269)

typescript-resolvers

  • Added support for Apollo Federation (#​2275)
  • Allow to customize ResolverTypeWrapper (#​2254)

add

  • Fixed issues with multiline string (#​2169)

typescript-urql

  • Add variables type parameter to urql useMutation hook (#​2171)
  • Fix issues with unused fragments imports with noGraphQLTag (#​2260)
  • Add option to import document nodes from an external file (#​2261, thanks @​eddeee888)

typescript-apollo-angular

  • Fix issues with unused fragments imports with noGraphQLTag (#​2260)
  • Add option to import document nodes from an external file (#​2261, thanks @​eddeee888)

🚀🚀🚀 NEW PLUGIN: @​graphql-codegen/type-graphql

#​2177, thanks @​borremosch

Documentation

Thanks @​glenwinters for the help with the docs!

v1.4.0

Compare Source

Core

NEW PLUGIN: typescript-document-nodes

With this plugin, you can easily compile your GraphQL document files into a .ts file that exports DocumentNode (so no need to do that on runtime).
Thanks @​dex4er !

typescript plugin

  • You can now pre-resolve types, and avoid using Pick in your generated output (#​2107)
  • Added addUnderscoreToArgsType - set this to true if you have a conflicts with generates Args types (#​2111, thanks @​mxstbr)
  • Fix the combination of typesPrefix and enumValues (#​2121)
  • Allow to use a single file for all enums with enumValues (#​2121)
  • Added graphql as peerDependency (#​2142)

flow plugin

  • You can now pre-resolve types, and avoid using $Pick in your generated output (#​2107)
  • Fix the combination of typesPrefix and enumValues (#​2121)
  • Allow to use a single file for all enums with enumValues (#​2121)

near-operation-file preset

  • Use the proper output filename when invoking prettier (#​2071, thanks @​mvestergaard)
  • Fixed fragments imports and eliminate all unnecessary imports (#​2099)
  • Fixed: before declare fragment for .graphql files causes self imports and duplicated declarations as a result (#​2099)
  • Fixes issue where base types file is not referenced (#​2137, thanks @​mvestergaard)
  • Guard against duplicate fragment names in near-operations-file (#​2139, thanks @​mvestergaard)

typescript-operations plugin

  • Fixed issues with fragments and noGraphQlTag (#​2106)
  • Added queryResponseSuffix that allow you to customize the suffix of the generated result type (#​2116, thanks @​jlkiri)

typescript-compatibility plugin

  • Fixes issues with interfaces (d4804df)

typescript-react-apollo plugin

  • new option reactApolloVersion- allow you to get the correct output according to the version of React-Apollo you prefer to use (#​2077, thanks @​ken0x0a )
  • Generate HookResult type (#​2133)

typescript-stencil plugin

  • Added support for Stencil v1 (#​2075)

schema-ast plugin

typescript-urql plugin

  • Fix generics for operation props to match the latest api (#​2132)

typescript-resolvers plugin

  • Strip all extraneous type import characters (#​2090, thanks @​blakeembrey)
  • Override optional declaration of arguments type when used with default values (#​2122)

flow-resolvers plugin

  • Strip all extraneous type import characters (#​2090, thanks @​blakeembrey)
  • Override optional declaration of arguments type when used with default values (#​2122)

Docs & Website

motdotla/dotenv

v8.2.0

Compare Source

v8.1.0

Compare Source

TypeStrong/ts-node

v8.4.1

Compare Source

Fixed

  • Revert "List all files in memory cache improves perf 1.4x" 87a6e2c

v8.4.0

Compare Source

Added

Fixed

Microsoft/TypeScript

v3.6.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.5.3

Compare Source

This update fixes an issue with declaration emit when exported entities have function properties assigned to them.

Downloads are available on:

eemeli/yaml

v1.7.2

Compare Source

  • During schema.createNode, accept Nodes as input (#​128)
  • Update dependencies

v1.7.1

Compare Source

  • Empty collection items only grab inline comments (#​125, #​126)
  • Set CST Node#context as non-enumerable, to simplify logging

v1.7.0

Compare Source

New Features
  • Add optional id, customTags arguments to Document#setSchema()
  • Keep explicit keys with block scalar values as such
  • Add simpleKeys option (#​122)
Improved Errors & Warnings
  • Add more context to pretty error messages
  • Improve error for missing flow collection terminator char
  • Use offset when prettifying flow collection character errors
  • Add warning when stringifying map/seq-valued keys for JS Object
  • Use process.emitWarning rather than console.warn in YAML.parse if possible
Bugfixes
  • Fix aliased anchors on null-value nodes (6KGN)
  • Fix stringification of timestamp-like strings in a YAML 1.1 context (fixes #​119)
  • Consider input ending after implicit map key : as valid (Fixes #​120)

Renovate configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 1feb508 to d09697d Compare August 19, 2019 20:24
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from abc2483 to 5a85c2a Compare September 3, 2019 19:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 383033f to 387411c Compare September 16, 2019 00:39
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 88b6fed to 2091588 Compare September 30, 2019 16:25
@renovate renovate bot force-pushed the renovate/devdependencies branch 10 times, most recently from 1303673 to e5149f1 Compare October 8, 2019 20:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 482fb4e to 99951ac Compare October 14, 2019 20:29
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from e536a2b to 1087ac3 Compare October 16, 2019 00:02
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1087ac3 to d3243d9 Compare October 16, 2019 01:53
@heavenshell heavenshell merged commit ab85286 into master Nov 9, 2019
@heavenshell heavenshell deleted the renovate/devdependencies branch November 9, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants