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 dependency apollo to v2 #14

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 30, 2020

This PR contains the following updates:

Package Type Update Change
apollo devDependencies major 1.9.2 -> 2.31.0

Release Notes

apollographql/apollo-tooling

v2.31.0

Compare Source

v2.30.3

Compare Source

v2.30.2

Compare Source

  • apollo-codegen-core
    • Add new unionTypes and interfaceTypes properties to the exported IR JSON (when using the json-modern target), that list all unions and their types, as well as all interfaces and their implementing types #​2050.

v2.30.1

Compare Source

  • apollo-codegen-swift@0.37.7
    • Generate JSON file including fragments when --operationIds option is provided #​2017

v2.30.0

Compare Source

  • apollo@2.30.0
    • Allow flags for --branch and --author in service:check command. This will permit users to group changes using the --branch flag and indicate an author, via a string value using the --author flag.

v2.29.1

Compare Source

** Note: this release is an immediate follow-up to the previous release. apollo-graphql should've been updated but it was unfortunately missed. **

  • apollo-graphql@0.5.0
    • Add support for graphql version ^15 #​1743

v2.29.0

Compare Source

  • apollo@2.29.0
    • Add support for graphql version ^15 #​1743
  • apollo-language-server@1.23.0
    • Fix definition navigation for vscode using localSchemaFile #​1996
    • Add support for graphql version ^15 #​1743
  • vscode-apollo@1.16.4
    • Fix definition navigation for vscode using localSchemaFile #​1996
    • Fix 'Apollo: Show Status' command. #​2004

v2.28.3

Compare Source

  • apollo@2.28.3
    • Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. Drop --frontend flag. #​1990
  • apollo-language-server@1.22.3
    • Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. #​1990

v2.28.2

Compare Source

  • apollo@2.28.2
    • Prevent cli from sending some git credentials #​1988

v2.28.1

Compare Source

  • apollo@2.28.1
    • Fix silent codegen errors on syntax errors #​1899
  • apollo-language-server@1.22.1
    • Remove error from the case with old and new api keys present #​1893
    • Add Elixir support for vscode #​1971
  • vscode-apollo@1.61.1
    • Add Elixir support for vscode #​1971

v2.28.0

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

  • apollo@2.27.4
    • Change json-modern target to use legacy IR as base, similar to json target #​1916.
    • Update json-modern IR to expose typeNodes on typesUsed #​1916
  • apollo-codegen-core@0.36.9
    • Change json-modern target to use legacy IR as base, similar to json target #​1916.
    • Update json-modern IR to expose typeNodes on typesUsed #​1916

v2.27.2

Compare Source

  • apollo@2.27.2
    • Setup automatically creating a GitHub release #​1876

v2.27.0

Compare Source

  • apollo@2.27.0
    • downgrade mkdirp to keep node 8 working as expected 63f0773
    • Remove "hidden: true" from --variant in service:push #​1865
    • update ENGINE_API_KEY deprecation message to give alternative #​1866
    • Add json-modern codegen target which adds typeNodes (ast type nodes) to codegen output #​1846
  • apollo-codegen-core@0.36.6
    • Add json-modern target which adds typeNodes (ast type nodes) to codegen output #​1846

v2.26.0

Compare Source

  • apollo@2.26.0
    • Support APOLLO_KEY and deprecate ENGINE_API_KEY for .env support #​1851
    • Support --graph/-v flag for specifying graph manager id without requiring a config file #​1858
    • Support graph@variant parsing under the service.name key in config files, similar to client configs #​1858
    • Update all commands that supported --tag to prefer --variant and indicate a deprecation warning for --tag #​1849
    • Updates of --help messages #​1849
    • Bug fix of some apollo commands that did not work with graph@variant parsing within the apollo.config.js #​1849
    • Improved error messaging when a graph is not specified in either apollo.config.js or within the API key. #​1849
    • Added --ignoreFailures flag to service:check to exit with code 0 with check failures #​1856
    • Make Update "no service found to link..." error more consistent #​1847
    • Fix non-existent service message to use the actual service name that's being looked up #​1834
  • apollo-language-server@1.21.0
    • Support APOLLO_KEY and deprecate ENGINE_API_KEY for .env support #​1851
    • Support graph@variant parsing under the service.name key in config files, similar to client configs #​1858
    • Improved error messaging when a graph is not specified in either apollo.config.js or within the API key. #​1849
    • Make Update "no service found to link..." error more consistent #​1847
    • Fix non-existent service message to use the actual service name that's being looked up #​1834

v2.25.0

Compare Source

  • apollo@2.25.0
    • Add confirmation check when deleting services #​1826

v2.24.0

Compare Source

  • apollo@2.24.0
    • Correctly fail on duplicate operations in client projects #​1812
  • apollo-language-server@1.20.0
    • Correctly fail on duplicate operations in client projects #​1812

v2.23.0

Compare Source

  • apollo
    • Fix rendering of unexpected composition errors throwing a table cell error #​1806
    • Add ability to define schema download output path that doesn't exist yet #​1807

v2.22.1

Compare Source

  • apollo@2.22.1
    • Update shortlinks to use go.apollo.dev instead of bitly #​1790
  • apollo-codegen-flow@0.34.1
  • apollo-codegen-scala@0.35.1
  • apollo-codegen-swift@0.36.1
  • apollo-codegen-typescript@0.36.1

v2.22.0

Compare Source

  • apollo@2.22.0
    • Support disabling literal stripping when extracting queries. 1703

v2.21.3

Compare Source

  • apollo-codegen-swift@0.35.10
    • Add documentation to input structs' constructors #​1619
  • apollo-env@0.6.1
  • apollo-language-server@1.18.0
    • Adds support for ReasonML to the language server #​1488
  • vscode-apollo@1.13.0
    • Adds syntax highlighting for ReasonML #​1488

v2.21.2

Compare Source

  • apollo@2.21.2
    • Rename "Engine" to "Apollo Graph Manager" in ouput #​1705
  • apollo-codegen-swift@0.35.14
    • Add additional type annotations to improve compile times. 1638
  • apollo-graphql@0.3.6
    • [#​1618] Fixes an issue when enums with a value of 0 fail to resolve when using a Federated Schema (#​1618)
  • apollo-language-server@1.17.2
    • Rename "Engine" to "Apollo Graph Manager" in ouput #​1705
    • Add helpful messages for common errors when introspecting schemas #​1713

v2.21.1

Compare Source

  • apollo@2.21.1
    • Add sdl download ability to client:download-schema #​1470
    • colors: use cyan instead of blue for text highlighting #​1598
    • Fix codegen --watch breaking out of watch mode on validation errors #​1627
  • apollo-env@0.6.0
    • POTENTIALLY BREAKING: Make apollo-env a standard TS package
      #​1611 This PR likely warrants a pre-major version bump so that it isn't accidentally upgraded to for dependents using the ^ range. If this breaks your project, please don't hesitate to let us know and revert back to v0.5.1. This PR removes the handwritten node-fetch types and instead
      just re-exports them. Internally, this drastically simplifies the existence of apollo-env within this monorepo, as it no longer requires a special build step that forces lerna and TS to work around it.
  • vscode-apollo@1.12.1
    • Fix client localSchemaFile for vscode stats command #​1634

v2.21.0

Compare Source

  • apollo@2.21.0
    • Add flag to omit deprecated enum cases for swift codegen #​1595
  • apollo-codegen-swift@0.35.7
    • Add flag to omit deprecated enum cases #​1595
    • Fix code generation for input fields with the value null #​1596

v2.20.0

Compare Source

  • apollo@2.20.0
    • Fix codegen --watch mode not writing changes for files #​1591
    • Fix service:check not outputing url
  • apollo-codegen-swift@0.35.11
    • Fix code generation for empty input objects / arrays #​1589
  • apollo-language-server@1.17.0
    • Improve autocomplete performance by fixing leading option and debounce threshold #​1593
    • Load ENV variables from both .env and .env.local for Vue CLI compatibility #​1525
  • vscode-apollo@1.12.0
    • Fix ctrl+space autocomplete with language-server imrovements #​1593
    • Watch both .env and .env.local for changes #​1525

v2.19.1

Compare Source

  • apollo@2.19.1
    • Support custom frontend and historic parameters for federated service:check
  • apollo-codegen-swift@0.35.10
    • Ensure fields named self don't cause compilation errors in the generated code #​1533
    • Preserve leading/trailing underscores on field names #​1533
    • Allow generated code to be compiled without a module umbrella header #​1248

v2.19.0

Compare Source

  • apollo@2.19.0
    • Improve performance of CLI when running projects by delaying or not calling validation unnecessarily #​1559
    • Use "table" package for tabular output and word wrap support #​1524
    • Use new single step mutation for checking federated service schemas #​1539
    • Add support for localSchemaFile for federated service commands #​1489
  • apollo-codegen-core@0.35.4
    • Improve performance of validation when client fields are present or not #​1559
  • apollo-codegen-swift@0.35.9
    • Switch operations and fragments to default to printing queries as multiline strings rather than including queries as multiline comments
    • Add --suppressSwiftMultilineStringLiterals flag to allow a version which strips unnecessary whitespace.
  • apollo-graphql@0.3.4
    • Use reference-equality, rather than Function.prototype.name string comparison, when omitting validation rules within buildSchemaFromSDL. #​1551
  • apollo-language-server@1.16.0
    • Replace old mutation used for checking partial service schemas to use checkPartialSchema #​1539
    • Remove old federation-info provider #​1489
    • Support using local schema files for checks/pushes of federated services #​1489
  • vscode-apollo@1.11.0
    • Improve performance of validation when client fields are present or not #​1559

v2.18.3

Compare Source

  • apollo
    • fix bad parsing of multiple localSchemaFiles #​1529

v2.18.2

Compare Source

  • apollo-codegen-core@0.35.2

  • apollo-codegen-flow@0.33.27

  • apollo-codegen-scala@0.34.27

  • apollo-codegen-swift@0.35.7

  • apollo-codegen-typescript@0.35.2

  • apollo-language-server@1.15.2

  • apollo@2.18.2

  • apollo

    • Support multiple localSchemaFiles #​1500
  • apollo-codegen-core

    • Replace instanceof checks with their respective predicates #​1518
  • apollo-codegen-flow

    • Replace instanceof checks with their respective predicates #​1518
  • apollo-codegen-scala

    • Replace instanceof checks with their respective predicates #​1518
  • apollo-codegen-swift

    • Replace instanceof checks with their respective predicates #​1518
    • Ensure types and strings are properly escaped in all generated code #​1515
    • Fix warning in Xcode 11 when enums have a none case #​1482
  • apollo-codegen-typescript

    • Replace instanceof checks with their respective predicates #​1518
  • apollo-language-server

    • Replace instanceof checks with their respective predicates #​1518
    • Support multiple localSchemaFiles #​1500

v2.18.1

Compare Source

  • apollo-codegen-core@0.35.1
  • apollo-codegen-flow@0.33.26
  • apollo-codegen-scala@0.34.26
  • apollo-codegen-swift@0.35.6
  • apollo-codegen-typescript@0.35.1
  • apollo-language-server@1.15.1
  • vscode-apollo@1.10.1
  • apollo@2.18.1
    • Shorten client:check and service:check output in CI #​1404
    • service:check add null check for validation config #​1471

v2.18.0

Compare Source

  • apollo-codegen-core@0.35.0
    • Add tsFileExtension option to allow custom file extension in ts (like d.ts) #​1130
  • apollo-codegen-typescript@0.35.0
    • Add tsFileExtension option to allow custom file extension in ts (like d.ts) #​1130
  • apollo-language-server@1.15.0
    • Add debugging util classes for better error/warning handling #​1429
    • Add error for duplicate client operation names #​1466
    • Add client schema support through autocomplete, hover information, validation rules, and code actions. #​1433
  • apollo@2.18.0
    • Add tsFileExtension flag to allow custom file extension in ts (like d.ts) #​1130
  • vscode-apollo@1.10.0
    • Improve the syntax highlighting of directives and their definitions. #​1433
    • Add debugging util class for better logging in vs code #​1429

v2.17.4

Compare Source

v2.17.3

Compare Source

v2.17.2

Compare Source

v2.17.1

Compare Source

  • apollo-codegen-swift@0.35.1
    • Fixes issue where a server adding a new type the client doesn't know about can cause a crash

v2.17.0

Compare Source

  • apollo-codegen-swift@0.35.0
    • Fix issue where type names were not being properly escaped iOS 193
    • Fix overcorrection on removing redundant modifiers #​1449
    • Added CaseIterable conformance so all known cases can be easily iterated.
    • Added comment to operationDefinition to show the original query
    • Stripped excess whitespace out of operationDefinition
    • Removed force-unwrap when the thing being unwrapped is a double optional

v2.16.3

Compare Source

v2.16.2

Compare Source

v2.16.1

Compare Source

  • apollo@2.16.1
    • Add ApolloConfig type to exports from apollo #​1413
  • apollo-language-server@1.13.1
    • Add error message for service lookup failure #​1413
  • vscode-apollo@1.8.1
    • Only activate extension on apollo.config.js/ts #​1411
    • Changed the status bar title to be "Apollo" to save space. #​1415

v2.16.0

Compare Source

  • apollo@2.16.0
    • Add service:list and tests #​1358 and header #​1377
    • Update service:list test to use a simulated time to prevent relative dates causing snapshot failures #​1374
    • Update service:check to support --markdown and --json flags for federated schema #​1378
    • Exit status code 1 after composition errors in service:push #​1403
    • Update service:check to include graphCompositionId in query params for UI #​1401
  • apollo-codegen-swift@0.34.0
    • Update Swift codegen to add operation name to generated query classes #​1386
    • Append terminating newline character to generated files #​531
  • apollo-language-server@1.13.0
    • Allow template literal placeholders that span multiple rows#​1299
    • Add support for extracting GraphQL documents from Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304
  • apollo-tools@0.4.0
    • Handle subscribe in buildServiceDefinition and add type in resolverMap #​1047
  • vscode-apollo@1.8.0
    • Add support for Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304

v2.15.0

Compare Source

  • apollo@2.15.0
    • Relax graphql version, resolve missing types "Boolean", "String" #​1355
  • apollo-language-server@1.12.0
    • Relax graphql version, resolve missing types "Boolean", "String" #​1355

v2.14.1

Compare Source

v2.14.0

Compare Source

  • apollo@2.14.0
    • Add integration tests to service:check #​1308
    • Add support for federated service to service:check #​1308
  • apollo-language-server@1.11.0
    • Add support for federated service to service:check #​1308
  • vscode-apollo@1.7.4
    • Fix bug causing some editor features to sometimes give stale results #​1361

v2.13.1

Compare Source

  • apollo@2.13.1
    • Remove federation warnings and update types #​1332
  • apollo-graphql@0.3.2
    • buildSchemaFromSDL - support meta fields on abstract types #​1330

v2.13.0

Compare Source

  • apollo@2.13.0
    • update client:push to pass the tag / graphVariant #​1307
  • apollo-language-server@1.10.0
    • Use offset equal to length of tagname when parsing JS documents#​1050
    • Allow template literal placeholders that span multiple rows#​1299

v2.12.5

Compare Source

v2.12.4

Compare Source

  • apollo@2.12.4
    • Update client:push command with new resolver and more output #​1290
  • apollo-language-server@1.9.0
    • update stats window types #​1292
    • Allow configuration of validation rules #​1288
  • vscode-apollo@1.7.0
    • Allow configuration of validation rules #​1288

v2.12.3

Compare Source

v2.12.2

Compare Source

v2.12.1

Compare Source

  • apollo@2.12.1
    • Add debugging logs to apollo client:push and apollo service:push # 1273
    • remove apollo service:info command, since it's undocumented and unused #​1274
  • apollo-language-server@1.8.3
    • Fix __typename addition for InlineFragments #​1286

v2.12.0

Compare Source

v2.11.1

Compare Source

  • apollo@2.11.1
    • Document engine requirements in client:check and client:push #​1077
  • apollo-language-server@1.8.1
    • Fix windows file paths by normalizing all URIs to a consistent format #​1213.
    • Fix positionToOffset to consider windows line endings #​1213.
  • vscode-apollo@1.6.9
    • Add env variable to silence TLS errors #​1212

v2.11.0

Compare Source

  • apollo@2.11.0
    • Leverage updates to apollo-language-server to support federated services #​1251
    • Add service:delete command for deleting federated services #​1251
  • apollo-env@0.5.0
  • apollo-graphql@0.3.0
    • Require graphql@^14.2.1 #​1251
    • Add buildSchemaFromSDL and related utilities for constructing partial schemas
      #​1251
    • Add transformSchema and related utilities for easily transforming schemas
      #​1251
  • apollo-language-server@1.8.0
    • Fix windows file paths by normalizing all URIs to a consistent format #​1213.
    • Fix positionToOffset to consider windows line endings #​1213.
    • Extend Engine API for federated schema uploads and checks #​1251
    • Reorganize files and exports #​1251

v2.10.3

Compare Source

  • apollo@2.10.3
    • Add service:check debuggability #​1250

v2.10.2

Compare Source

  • apollo@2.10.2

v2.10.1

Compare Source

  • apollo@2.10.1
    • Add service:push debuggability #​1244

v2.10.0

Compare Source

  • apollo@2.10.0
    • Add client:download-schema command to download schemas from engine to an output file #​1108

v2.9.0

Compare Source

  • apollo@2.9.0
    • Support local schema files in service:check #​1118
  • apollo-language-server@1.7.0
    • Fix on-hover bugs introduced by replacing visitWithTypeInfo #​1196
    • Add gql extension to the default includes configuration #​1176
    • Simple perf improvements (debouncer + cache) #​1206

v2.8.3

Compare Source

  • apollo@2.8.3
    • Update service:check output for errors and correct pluralization #​1178

v2.8.2

Compare Source

  • apollo@2.8.2
    • Update service:check's --markdown output to include clients affected, number of operations checked, pluralization improvements, and backticks around service and schema variant #​1164
    • Update service:check output to show failures before passes #​1168

v2.8.1

Compare Source

  • apollo@2.8.1
    • Add git info back to checkSchema to fix detail links#​1165
  • apollo-language-server@1.6.2

v2.8.0

Compare Source

  • apollo@2.8.0
    • Add --markdown output option to service:check #​1072
    • Enhance formatting for service:check output #​1146
  • apollo-language-server@1.6.1

v2.7.0

Compare Source

  • apollo@2.7.0
    • Update operation normalization technique to deterministically order fragments within operations. This update affects those users of the operation registry feature of the Apollo Platform. Anyone using the operation registry should re-register their operations with this new version of the apollo CLI via the apollo client:push command. Once all client operations are re-registered, the apollo-server-plugin-operation-manifest plugin within Apollo Server (which reads the manifest published with apollo client:push) should be updated to 0.1.0-alpha.1. #​1158
  • apollo-language-server@1.6.0
    • Stop loadConfig from looking up the tree when a --config location is defined #​1059
    • Refactored/documented/tested loadConfig #​1059
    • Add .vue file support for codegen:generate #​1160

v2.6.2

Compare Source

  • apollo@2.6.2
    • fix remoteUrl(remove slug) for service:check #​1121

v2.6.1

Compare Source

  • apollo@2.6.1
    • JSON flag for service:check output #​1079
  • apollo-env@0.4.0
    • Add environment-aware createHash function to apollo-env #​1110

v2.6.0

Compare Source

  • apollo@2.6.0
    • Use generated Typescript types via client:codegen #​1016
    • Remove default --tag=current for some client commands that used it #​1062
    • Add missing dependency @oclif/errors #​1068
    • Include targetUrl in the output of the service:check command #​1072
    • Import apollo-env utility types directly instead of treating them as globals #​1074
  • apollo-env@0.3.4
    • Import apollo-env utility types directly instead of treating them as globals #​1074
  • apollo-language-server@1.5.3
    • Import apollo-env utility types directly instead of treating them as globals #​1074
  • apollo-codegen-flow@0.32.9
    • Add missing dependencies @babel/generator, common-tags #​1071
  • apollo-codegen-scala@0.33.5
    • The keyword "type" is escaped when generating scala.js via client:codegen #​1066
    • Add missing dependencies @babel/generator, common-tags #​1071
  • apollo-codegen-swift@0.32.9
    • Add missing dependencies @babel/generator, common-tags #​1071
  • apollo-codegen-typescript@0.32.10
    • Add missing dependencies @babel/generator, common-tags #​1071
  • apollo-graphql@0.1.2
    • Expand the graphql peer dependency range of apollo-graphql to also include 0.13.x and 0.12.x in addition to 14.x, since the apollo-graphql package is relied upon by apollo-server-core which specifies those requirements itself. #​1076

v2.5.3

Compare Source

v2.5.2

Compare Source

  • apollo@2.5.2
    • Fix a bug where tagging a build will cause the tool to not be able to figure out where the git repo is #​944
    • Re-enable logging for codegen when in watch mode #​1039
  • apollo-language-server@1.5.1
    • Added a warning when there are 0 files found in a project #​1007
    • Allow relative paths in includes/excludes globs #​1007
  • vscode-apollo@1.5.1
    • Updated marketplace readme, color schemes, and icon to be prettier #​942

v2.5.1

Compare Source

v2.5.0

Compare Source

  • apollo@2.5.0
    • Support validation parameters for service:check #​953
    • Leverage nullability of validation parameters #​1006
    • Unpin graphql version #​1010
  • apollo-language-server@1.5.0
    • Better error handling in ApolloEngineClient #​953
    • Fix language server mis-reporting client identity for schema loading operation #​940
    • Unpin graphql version #​1010
  • vscode-apollo@1.5.0
    • Fix inline graphql highlighting in Vue <script> tags #​981
    • Fix graphql comments not being highlighted correctly #​907

v2.4.4

Compare Source

  • apollo@2.4.4
    • remove schemaDiff and change types from code/exports #​967
  • apollo-codegen-scala@0.33.0
    • Generate additional case-class like APIs for data containers #​943

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

  • apollo 2.4.1
    • Bump the apollo-engine-reporting version #​950

v2.4.0

Compare Source

  • apollo 2.4.0
    • Fix configuration loading and schema tag support #​925
    • Improve client:check output #​934
  • apollo-language-server 1.4.0
    • Replace checkOperations mutation with new validateOperations mutation #​934
    • Include config files into a project's fileSet #​897
    • Add hook into workspace for communicating out when configs are loaded or when errors are found #​897
    • Add fn to workspace for reloading a project with a given config URI #​897
    • Reload project when config file is changed #​897
    • Update error handling from within the server (send as message). This message can be listened for and handled by the consumer #​897
  • vscode-apollo 1.4.1
    • Update statusBar to reflect new possible "warning" states #​897

v2.3.1

Compare Source

  • apollo@2.3.1
    • Fixed path building issues on Windows #​917

v2.3.0

Compare Source

  • apollo@2.3.0
    • Fixed filesystem issues on Windows #​810
    • Fixed codegen for Scala users #​686
  • vscode-apollo@1.4.0
    • Added a status bar action to show service stats in client projects #​840
    • Added monorepo support for multiple projects open at once #​840
  • apollo-language-server@1.3.0
    • Added listener for getStats to provide service stats for extensions #​840

v2.1.9

Compare Source

  • apollo@2.1.9
    • Add fallback for git branch calculation #​871

v2.1.8

Compare Source

  • apollo@2.1.8
  • apollo-language-server@1.1.8
    • Load the env file earlier during configuration in order to infer the service name before it's required #​815
  • vscode-apollo@1.2.8
  • @apollographql/apollo-tools@0.2.9
    Pass directives from schema modules through buildServiceDefinition #​715

v2.1.7

Compare Source

  • apollo@2.1.7
  • apollo-language-server@1.1.7
    • Use tagName from config to extract documents. #​769
    • Fix --key flag/env variable precendece to prefer env variable when present #​770
  • vscode-apollo@1.2.7

v2.1.6

Compare Source

  • apollo@2.1.6
  • apollo-language-server@1.1.6
    • As

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@Tymbur Tymbur merged commit a15912f into master Sep 30, 2020
@renovate renovate bot deleted the renovate/major-apollo-graphql-packages branch September 30, 2020 14:03
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