Skip to content

Update dependency apollo to v2.15.0 - autoclosed#332

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/controller-apollo-2.x
Closed

Update dependency apollo to v2.15.0 - autoclosed#332
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/controller-apollo-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 5, 2019

This PR contains the following updates:

Package Type Update Change
apollo devDependencies minor 2.5.3 -> 2.15.0

Release Notes

apollographql/apollo-tooling

v2.15.0

Compare Source

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

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 if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 26 times, most recently from 6216589 to a0fd031 Compare March 12, 2019 23:02
@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 2 times, most recently from afaaf5f to 8d08ba4 Compare March 13, 2019 14:24
@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 14 times, most recently from b12cc5c to a35f73a Compare March 27, 2019 22:00
@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 7 times, most recently from 2e98c67 to 8b05183 Compare April 2, 2019 16:49
@renovate renovate Bot changed the title Update dependency apollo to v2.6.2 Update dependency apollo to v2.7.0 Apr 2, 2019
@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 3 times, most recently from ebcd96c to 45594f7 Compare April 3, 2019 20:40
@renovate renovate Bot changed the title Update dependency apollo to v2.7.0 Update dependency apollo to v2.8.0 Apr 3, 2019
@renovate renovate Bot force-pushed the renovate/controller-apollo-2.x branch 2 times, most recently from c91b872 to 448e1c0 Compare April 3, 2019 23:57
@renovate renovate Bot changed the title Update dependency apollo to v2.8.0 Update dependency apollo to v2.8.1 Apr 4, 2019
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.

1 participant