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.0 - autoclosed #10

Closed
wants to merge 1 commit into from

Conversation

vingle-suzy
Copy link
Member

@vingle-suzy vingle-suzy commented Jun 25, 2019

This PR contains the following updates:

Package Type Update Change
apollo devDependencies minor 2.1.9 -> 2.14.0

Release Notes

apollographql/apollo-tooling

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

Renovate configuration

📅 Schedule: "every weekday" in timezone Asia/Seoul.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, 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

Available now for Enterprise: Renovate Pro with real-time webhook handling and priority job queue.

@vingle-suzy vingle-suzy force-pushed the renovate/apollo-2.x branch from b3fc32c to 92917dd Compare June 25, 2019 06:03
@vingle-suzy vingle-suzy force-pushed the renovate/apollo-2.x branch from 92917dd to 515a420 Compare June 25, 2019 17:03
@vingle-suzy vingle-suzy changed the title Update dependency apollo to v2.13.1 Update dependency apollo to v2.14.0 Jun 25, 2019
@vingle-suzy vingle-suzy changed the title Update dependency apollo to v2.14.0 Update dependency apollo to v2.14.0 - autoclosed Aug 29, 2019
@vingle-suzy vingle-suzy deleted the renovate/apollo-2.x branch August 29, 2019 21:26
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