Skip to content

Commit

Permalink
chore(deps): update dependency graphql-http to v1.22.3 (#7984)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.22.3`](https://redirect.github.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#1223-2024-11-20)

[Compare
Source](https://redirect.github.com/graphql/graphql-http/compare/v1.22.2...v1.22.3)

##### Bug Fixes

- **handler:** Response options `status` and `statusText` are optional
([38a0191](https://redirect.github.com/graphql/graphql-http/commit/38a019179e5ee0322344ca6c31103e7bb6643fa0)),
closes
[#&#8203;133](https://redirect.github.com/graphql/graphql-http/issues/133)

###
[`v1.22.2`](https://redirect.github.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#1222-2024-11-07)

[Compare
Source](https://redirect.github.com/graphql/graphql-http/compare/v1.22.1...v1.22.2)

##### Bug Fixes

- **use/koa:** Use the parsed request body rather than ctx.body
([#&#8203;132](https://redirect.github.com/graphql/graphql-http/issues/132))
([9f8b1f1](https://redirect.github.com/graphql/graphql-http/commit/9f8b1f1e3b979d6d57fa5c3033a1ffae0c20d0e8))

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/apollo-server).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Glasser <[email protected]>
  • Loading branch information
renovate[bot] and glasser authored Jan 2, 2025
1 parent cdd9dc3 commit 3478a96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/afraid-papayas-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
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 @@ -33,7 +33,7 @@
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"express": "^4.21.1",
"graphql-http": "1.22.1",
"graphql-http": "1.22.3",
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit 3478a96

Please sign in to comment.