vijaykrishnavanshi / express-graphql-boilerplate

Boilerplate code to setup graphql with express middlewares
https://express-gql.herokuapp.com/
MIT License
1 stars 1 forks source link

Bump graphql from 15.0.0 to 15.1.0 #211

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps graphql from 15.0.0 to 15.1.0.

Release notes

Sourced from graphql's releases.

v15.1.0 (2020-06-07)

New Feature πŸš€

Bug Fix 🐞

Polish πŸ’…

19 PRs were merged

Internal 🏠

28 PRs were merged ... (truncated)
Commits
  • f7061fd 15.1.0
  • 66eb945 TS: add TData template argument to ExecutionResult type (#2626)
  • 64c0ed6 TS: made GraphQLError constructor's second argument optional (#2625)
  • 7bf4daf ci: fail CI if coverage is not 100% but still upload to codecov (#2624)
  • 20a8f55 TS: sync TS typings with Flow typings (#2623)
  • e4ecbe0 getOperationAST: make operationName optional (#2622)
  • f2c2b78 Moved Maybe to jsutils folder and remove tsutils (#2621)
  • ba2216c inline-invariant: stop inserting // istanbul ignore next comments (#2620)
  • daf628d Improve formatting of 'istanbul ignore' comments (#2619)
  • b4682e0 schema-parser-test: Fix order of properties in expect chain (#2617)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=graphql&package-manager=npm_and_yarn&previous-version=15.0.0&new-version=15.1.0)](https://dependabot.com/compatibility-score/?dependency-name=graphql&package-manager=npm_and_yarn&previous-version=15.0.0&new-version=15.1.0) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)