Skip to content

Commit

Permalink
chore(deps): update dependency graphql-http to v1.21.0 (#7659)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [graphql-http](https://github.com/graphql/graphql-http) | [`1.20.0`
->
`1.21.0`](https://renovatebot.com/diffs/npm/graphql-http/1.20.0/1.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-http/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-http/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-http/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-http/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>graphql/graphql-http (graphql-http)</summary>

###
[`v1.21.0`](https://github.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#1210-2023-07-17)

[Compare
Source](https://github.com/graphql/graphql-http/compare/v1.20.0...v1.21.0)

##### Bug Fixes

- **client:** `graphql` module is not required for runtime
([#&#8203;102](https://github.com/graphql/graphql-http/issues/102))
([9049f31](https://github.com/graphql/graphql-http/commit/9049f31c0c9226e3c07f798d8ef01eff95139c87))

##### Features

- Use Netlify Functions
([#&#8203;96](https://github.com/graphql/graphql-http/issues/96))
([2b1ab14](https://github.com/graphql/graphql-http/commit/2b1ab142e32b524f4ac9a81b0a30bf0333f98761))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trevor Scheer <[email protected]>
  • Loading branch information
renovate[bot] and trevor-scheer authored Jul 24, 2023
1 parent 58e1460 commit 4784f46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/tough-buttons-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@apollo/server-integration-testsuite': patch
'@apollo/server': patch
---

Update graphql-http dependency
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@josephg/resolvable": "^1.0.1",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"graphql-http": "1.20.0",
"graphql-http": "1.21.0",
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit 4784f46

Please sign in to comment.