React-Native-Web-TypeScript-Prettier-Boilerplate icon indicating copy to clipboard operation
React-Native-Web-TypeScript-Prettier-Boilerplate copied to clipboard

Update dependency apollo to v2.34.0

Open renovate[bot] opened this issue 6 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo 2.15.0 -> 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

v2.33.9

Compare Source

  • [email protected] / [email protected]
    • 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

v2.33.7

Compare Source

v2.33.6

Compare Source

v2.33.5

Compare Source

v2.33.4

Compare Source

v2.33.3

Compare Source

v2.33.2

Compare Source

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

v2.32.4

Compare Source

  • This version should not be used as it was published without depended-on packages. Please use [email protected] 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

  • [email protected]
    • 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

v2.30.0

Compare Source

  • [email protected]
    • 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. **

v2.29.0

Compare Source

v2.28.3

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

v2.27.2

Compare Source

v2.27.0

Compare Source

  • [email protected]
    • 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
  • [email protected]
    • Add json-modern target which adds typeNodes (ast type nodes) to codegen output #​1846

v2.26.0

Compare Source

  • [email protected]
    • 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
  • [email protected]
    • 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

v2.24.0

Compare Source

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

v2.22.0

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

  • [email protected]
    • 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
  • [email protected]
    • 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.
  • [email protected]
    • Fix client localSchemaFile for vscode stats command #​1634

v2.21.0

Compare Source

v2.20.0

Compare Source

v2.19.1

Compare Source

  • [email protected]
    • Support custom frontend and historic parameters for federated service:check
  • [email protected]
    • 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

  • [email protected]
    • 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
  • [email protected]
    • Improve performance of validation when client fields are present or not #​1559
  • [email protected]
    • 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.
  • [email protected]
    • Use reference-equality, rather than Function.prototype.name string comparison, when omitting validation rules within buildSchemaFromSDL. #​1551
  • [email protected]
    • 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
  • [email protected]
    • 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

v2.18.1

Compare Source

v2.18.0

Compare Source

v2.17.4

Compare Source

v2.17.3

Compare Source

v2.17.2

Compare Source

v2.17.1

Compare Source

  • [email protected]
    • Fixes issue where a server adding a new type the client doesn't know about can cause a crash

v2.17.0

Compare Source

  • [email protected]
    • 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

v2.16.0

Compare Source

  • [email protected]
    • 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
  • [email protected]
    • Update Swift codegen to add operation name to generated query classes #​1386
    • Append terminating newline character to generated files #​531
  • [email protected]
    • Allow template literal placeholders that span multiple rows#​1299
    • Add support for extracting GraphQL documents from Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304
  • [email protected]
    • Handle subscribe in buildServiceDefinition and add type in resolverMap #​1047
  • [email protected]
    • Add support for Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304

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[bot] avatar Jul 16 '19 00:07 renovate[bot]

Congratulations :tada:. DeepCode analyzed your code in 0.781 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !

If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin.

ghost avatar Sep 09 '19 14:09 ghost