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 Apollo GraphQL packages #11

Merged
merged 1 commit into from
Jul 31, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2020

This PR contains the following updates:

Package Type Update Change
@apollo/client (source) dependencies minor 3.0.2 -> 3.1.1
apollo devDependencies minor 2.17.1 -> 2.30.1
apollo devDependencies minor 2.1.8 -> 2.30.1
apollo devDependencies minor 2.28.3 -> 2.30.1
apollo-datasource dependencies minor ^0.1.3 -> ^0.7.0
apollo-datasource-rest dependencies minor ^0.1.5 -> ^0.9.0
apollo-link devDependencies patch 1.2.13 -> 1.2.14
apollo-link devDependencies patch 1.2.3 -> 1.2.14
apollo-link-http devDependencies patch 1.5.16 -> 1.5.17
apollo-link-http devDependencies patch 1.5.5 -> 1.5.17

Release Notes

apollographql/apollo-client

v3.1.1

Compare Source

v3.1.0

Compare Source

apollographql/apollo-tooling

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

apollographql/apollo-server

v0.7.2

Compare Source

  • Fix include passHeader field that was accidentally removed

v0.7.1

Compare Source

  • Fix graphiql fetcher to use endpointURL parameter instead of hardcoded URI.#​365

v0.7.0

Compare Source

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

v0.5.0

Compare Source

v0.4.0

Compare Source

v0.3.1

Compare Source

  • Fixed dependency issue with boom package that affected the hapi integration. (@​sammkj in #​150)

v0.3.0

Compare Source

v0.2.2

Compare Source

  • Log server events such as request start etc. with logFunction (@​helfer in #​78)

v0.2.1

Compare Source

  • Complete refactor of Apollo Server using TypeScript. PR #​41
  • Added Hapi integration (@​nnance in #​46)
  • Added Koa integration (@​HriBB in #​59)
  • Changed express integration to support connect as well (@​helfer in #​58)
  • Dropped express-graphql dependency
  • Dropped support for GET requests, only POST requests are allowed now
  • Split GraphiQL into a separate middleware
  • Factored out core to support Hapi, Koa and connect implementations
  • Added support for query batching
  • Added support for query whitelisting / stored queries
  • Removed body parsing from express integration. Body must be parsed outside of apollo now
  • Added formatRequest and formatResponse functions to apollo options.
  • Removed support for shorthand schema definitions, connectors and mocks (use graphql-tools instead)

v0.2.0

Compare Source

apollographql/apollo-link

v1.2.14

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 123bb54 to 2177894 Compare July 30, 2020 15:20
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 2177894 to 930e7c7 Compare July 30, 2020 16:01
@ka2jun8 ka2jun8 merged commit d22722e into master Jul 31, 2020
@ka2jun8 ka2jun8 deleted the renovate/apollo-graphql-packages branch July 31, 2020 00:18
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