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.34.0 #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 5, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo 2.5.1 -> 2.34.0 age adoption passing confidence

Release Notes

apollographql/apollo-tooling (apollo)

v2.34.0

Compare Source

Minor Changes

v2.33.11

Compare Source

  • This release includes a number of updates for dependencies within this repo's projects. Behavior changes aren't expected and should be considered reportable issues.

  • apollo-language-server

    • Remove moment as a dependency #​2595

v2.33.10

Compare Source

  • This release includes a number of patch updates for dependencies within the following packages. Behavior changes aren't expected and should be considered reportable issues.

    • apollo-codegen-core@0.40.8
    • apollo-codegen-flow@0.38.8
    • apollo-codegen-scala@0.39.8
    • apollo-codegen-swift@0.40.8
    • apollo-codegen-typescript@0.40.8
    • apollo-graphql@0.9.6
    • apollo-language-server@1.26.8
    • @​apollographql/apollo-tools@​0.5.3
    • apollo@2.33.10
  • apollo-tools@0.5.3

    • Add undeclared peer dependency graphql #​2049

v2.33.9

Compare Source

  • apollo-language-server@1.26.7 / apollo-codegen-core@0.40.7
    • Adjust apollo-codegen-core to use the same withTypenameFieldAddedWhereNeeded utility as apollo-language-server, to make sure modified operations align between codegen and anything leveraging the language server utility functions (like the client:push command).

      @​hwillson in #​2473

v2.33.8

Compare Source

  • apollo-graphql@0.9.5
    • Export useful operation sanitization transforms PR #​2057
    • Preserve directive usages on SchemaDefinition nodes in buildSchemaFromSDL PR #​2457

v2.33.7

Compare Source

  • apollo-graphql@0.9.4
    • Add support for interface on interfaces to transformSchema. PR #​2456

v2.33.6

Compare Source

v2.33.5

Compare Source

  • apollo@2.33.5

  • apollo-tools@0.5.1

    • Remove dependency on apollo-env, so using this package no longer installs polyfills.
  • apollo-graphql@0.9.3

v2.33.4

Compare Source

v2.33.3

Compare Source

v2.33.2

Compare Source

  • apollo@2.33.2

  • apollo-env@0.10.0

    • deps: Updated node-fetch to v2.6.1
  • apollo-graphql@0.9.2

  • apollo-env@0.9.0

    • The following utility functions are no longer exported from apollo-env and can now be found in the apollo-graphql library:
      • createHash
      • isNodeLike
      • mapValues
      • isNotNullOrDefined
  • apollo-graphql@0.9.0

    • This package no longer depends on apollo-env to avoid the side-effects of its polyfills.

v2.33.1

Compare Source

  • This release includes a number of updates for dependencies within this repo's projects. Behavior changes aren't expected and should be considered reportable issues.

  • apollo-language-server

    • Remove moment as a dependency #​2595

v2.33.0

Compare Source

v2.32.13

Compare Source

v2.32.12

Compare Source

v2.32.11

Compare Source

v2.32.10

Compare Source

v2.32.8

Compare Source

v2.32.5

Compare Source

  • apollo@2.32.5

    • Bump version of env-ci #​1754 Issue #​2219

      Due to human error during the release process, the following packages also had their versions bumped, despite having no known significant changes. (Apologies, from that human.)

      • apollo-codegen-core@0.39.3
      • apollo-codegen-flow@0.37.3
      • apollo-codegen-scala@0.38.3
      • apollo-codegen-swift@0.39.3
      • apollo-codegen-typescript@0.39.3
      • apollo-env@0.6.6
      • apollo-graphql@0.6.1
      • apollo-language-server@1.25.2
      • @apollographql/apollo-tools@0.4.9
      • vscode-apollo@1.18.2

v2.32.4

Compare Source

  • This version should not be used as it was published without depended-on packages. Please use apollo@2.32.5 instead.

v2.32.1

Compare Source

  • apollo-codegen-swift
    • Fix issue where a query referencing many fragments caused type checking for queryDocument to time out #​2198

v2.32.0

Compare Source

  • apollo@2.32.0
    • Support the standard HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables for using an HTTP proxy. #​2181

v2.31.2

Compare Source

  • apollo-codegen-swift
    • Fix bug in generated compound type names that lead to structName being inconsistent throughout codegen #​2170

v2.31.1

Compare Source

  • Update CLI default API domain from engine-graphql.apollographql.com to graphql.api.apollographql.com.
    Users that have set up support for corporate proxies or firewalls may need to update configurations.
  • Accept GitLab remote URLs when fetching git info for service:check and service:push #​2104
  • --commitId in service:check and service:push overrides the current commit ID otherwise read through env-ci.
  • service:push now takes --author and --branch matching service:check.

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
  • 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency apollo to v2.6.0 Update dependency apollo to v2.6.1 Mar 13, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from c9b1809 to 13698eb Compare March 13, 2019 14:25
@renovate renovate bot changed the title Update dependency apollo to v2.6.1 Update dependency apollo to v2.6.2 Mar 15, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 13698eb to 8c26791 Compare March 15, 2019 21:22
@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 from 8c26791 to b6b6e65 Compare April 2, 2019 16:50
@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 from b6b6e65 to 852c074 Compare April 3, 2019 23:28
@renovate renovate bot changed the title Update dependency apollo to v2.8.0 Update dependency apollo to v2.8.1 Apr 4, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 852c074 to c839e87 Compare April 4, 2019 01:56
@renovate renovate bot changed the title Update dependency apollo to v2.8.1 Update dependency apollo to v2.8.2 Apr 8, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from c839e87 to 1ae153c Compare April 8, 2019 18:23
@renovate renovate bot changed the title Update dependency apollo to v2.8.2 Update dependency apollo to v2.8.3 Apr 11, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 1ae153c to 173caf7 Compare April 11, 2019 00:35
@renovate renovate bot changed the title Update dependency apollo to v2.8.3 Update dependency apollo to v2.9.0 May 4, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 173caf7 to 68746d8 Compare May 4, 2019 14:04
@renovate renovate bot changed the title Update dependency apollo to v2.9.0 Update dependency apollo to v2.11.0 May 12, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch 2 times, most recently from f4bb5d7 to e5c202f Compare May 19, 2019 05:58
@renovate renovate bot changed the title Update dependency apollo to v2.11.0 Update dependency apollo to v2.12.0 May 19, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from e5c202f to 4aa6628 Compare May 22, 2019 14:01
@renovate renovate bot changed the title Update dependency apollo to v2.12.0 Update dependency apollo to v2.12.2 May 22, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 4aa6628 to b3aabc8 Compare May 25, 2019 19:55
@renovate renovate bot changed the title Update dependency apollo to v2.12.2 Update dependency apollo to v2.12.3 May 25, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from b3aabc8 to f26a1fb Compare June 1, 2019 11:03
@renovate renovate bot changed the title Update dependency apollo to v2.12.3 Update dependency apollo to v2.12.5 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from f26a1fb to 54e68e8 Compare June 19, 2019 12:57
@renovate renovate bot changed the title Update dependency apollo to v2.12.5 Update dependency apollo to v2.13.1 Jun 19, 2019
@renovate renovate bot changed the title Update dependency apollo to v2.28.3 Update dependency apollo to v2.30.2 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 98407d8 to d7b0848 Compare October 27, 2020 08:52
@renovate renovate bot changed the title Update dependency apollo to v2.30.2 Update dependency apollo to v2.31.0 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from d7b0848 to ce790de Compare November 27, 2020 10:05
@renovate renovate bot changed the title Update dependency apollo to v2.31.0 Update dependency apollo to v2.31.1 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from ce790de to a350e64 Compare December 11, 2020 07:02
@renovate renovate bot changed the title Update dependency apollo to v2.31.1 Update dependency apollo to v2.31.2 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from a350e64 to 3661b9a Compare January 7, 2021 17:54
@renovate renovate bot changed the title Update dependency apollo to v2.31.2 Update dependency apollo to v2.32.0 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 3661b9a to 0aad8b8 Compare January 24, 2021 10:02
@renovate renovate bot changed the title Update dependency apollo to v2.32.0 Update dependency apollo to v2.32.1 Jan 24, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 0aad8b8 to 5db65e8 Compare April 26, 2021 16:07
@renovate renovate bot changed the title Update dependency apollo to v2.32.1 Update dependency apollo to v2.32.8 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 5db65e8 to 27d5042 Compare May 9, 2021 23:35
@renovate renovate bot changed the title Update dependency apollo to v2.32.8 Update dependency apollo to v2.33.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 27d5042 to 727072f Compare May 15, 2021 21:27
@renovate renovate bot changed the title Update dependency apollo to v2.33.1 Update dependency apollo to v2.33.2 May 15, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 727072f to 5abd8aa Compare June 6, 2021 22:12
@renovate renovate bot changed the title Update dependency apollo to v2.33.2 Update dependency apollo to v2.33.4 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 5abd8aa to 90ecd84 Compare October 18, 2021 15:40
@renovate renovate bot changed the title Update dependency apollo to v2.33.4 Update dependency apollo to v2.33.6 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 90ecd84 to 74df164 Compare March 7, 2022 08:46
@renovate renovate bot changed the title Update dependency apollo to v2.33.6 Update dependency apollo to v2.33.9 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 74df164 to 4926427 Compare April 24, 2022 21:06
@renovate renovate bot changed the title Update dependency apollo to v2.33.9 Update dependency apollo to v2.33.10 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 4926427 to 76c2256 Compare May 16, 2022 00:35
@renovate renovate bot changed the title Update dependency apollo to v2.33.10 Update dependency apollo to v2.33.11 May 16, 2022
@renovate renovate bot force-pushed the renovate/controller-apollo-2.x branch from 76c2256 to c2ddebc Compare June 18, 2022 16:54
@renovate renovate bot changed the title Update dependency apollo to v2.33.11 Update dependency apollo to v2.34.0 Jun 18, 2022
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.

0 participants