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

Bump graphql-request from 1.8.2 to 3.0.0 #215

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

Conversation

dependabot-preview[bot]
Copy link

Bumps graphql-request from 1.8.2 to 3.0.0.

Release notes

Sourced from graphql-request's releases.

v3.0.0

BREAKING CHANGES

  • e757927 accept DocumentNode input (#183)

    graphql-request now requires graphql version 14.x or 15.x as a peer dependency.

    graphql-request uses a TypeScript type from the graphql package such that if you are using TypeScript to build your project and you are using graphql-request but don't have graphql installed TypeScript build will fail. Details here. If you are a JS user then you do not technically need to install graphql. However if you use an IDE that picks up TS types even for JS (like VSCode) then its still in your interest to install graphql so that you can benefit from enhanced type safety during development.

Features

  • e757927 (breaking) accept DocumentNode input (#183)
  • ad5a403 Add timeout property to RequestInit interface (#173)
  • 5ceb388 add type param for variables (#143)
  • cf90a8e inline TypeScript fetch types
  • 1610d1e use cross-fetch as ponyfill

Fixes

  • 49187dd bump lodash from 4.17.15 to 4.17.19 (#179)
  • 4b02516 add missing DOM types

Improvements

  • ccaa5a1 docs: touchup readme
  • 7129cf5 refactor: ts strict mode
  • a3dad71 refactor: make src be root dir

Chores

  • 3ce22ab update dripip
  • 3f51dab mention setHeader (#171)
  • 3b25f6d fix ci, stop running lint script
  • 2dd655e use prepublishOnly script
  • f0284f4 fix readme workflow badge
  • af503af stop using tslint
  • 234165e fix tests
  • 9a8d1a3 use dripip for making releases
  • 483119e switch from ava to jest
  • 0bcaa05 upgrade typescript dep
  • a6ab58b improve semantic-release setup (#164)

v2.0.0

PLEASE NOTE:

This release was accidental. The breaking change will actually be undone in 2.1. However since this project was dormant for a long time, the 2.x version is still a safeguard against possible regressions/instability that new development will cause.

2.0.0 (2020-05-28)

Commits
  • 3ce22ab chore(deps): update dripip
  • e757927 feat!: accept DocumentNode input (#183)
  • 3f51dab chore(docs): mention setHeader (#171)
  • ad5a403 feat(types): Add timeout property to RequestInit interface (#173)
  • 5ceb388 feat(types): add type param for variables (#143)
  • 49187dd fix(deps): bump lodash from 4.17.15 to 4.17.19 (#179)
  • 4b02516 fix: add missing DOM types
  • 3b25f6d chore: fix ci, stop running lint script
  • 2dd655e chore: use prepublishOnly script
  • f0284f4 chore: fix readme workflow badge
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonkuhrt, a new releaser for graphql-request since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [graphql-request](https://github.com/prisma/graphql-request) from 1.8.2 to 3.0.0.
- [Release notes](https://github.com/prisma/graphql-request/releases)
- [Commits](jasonkuhrt/graphql-request@v1.8.2...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants