Skip to content

Commit

Permalink
chore(deps): update dependency graphql-http to v1.22.1 (#7879)
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.0` ->
`1.22.1`](https://renovatebot.com/diffs/npm/graphql-http/1.22.0/1.22.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-http/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-http/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-http/1.22.0/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-http/1.22.0/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.22.1`](https://redirect.github.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#1221-2024-04-10)

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

##### Bug Fixes

- **audit/render:** Omit `set-cookie` header and html body
([#&#8203;116](https://redirect.github.com/graphql/graphql-http/issues/116))
([1c5c744](https://redirect.github.com/graphql/graphql-http/commit/1c5c7447e4f981905917a1c849eb62142b92cd3d))
- **handler:** Support both utf-8 and utf8 charsets
([94100d6](https://redirect.github.com/graphql/graphql-http/commit/94100d6118301b55f89609019d993935ef31ed7e)),
closes
[#&#8203;120](https://redirect.github.com/graphql/graphql-http/issues/120)
- **use:** Set request readable encoding to utf-8
([50d3bcd](https://redirect.github.com/graphql/graphql-http/commit/50d3bcdee22c0b59d7e1bff254445a0b9a779113)),
closes
[#&#8203;118](https://redirect.github.com/graphql/graphql-http/issues/118)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==-->

---------

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 Oct 29, 2024
1 parent 68977e2 commit b0fb33b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-candles-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/server-integration-testsuite': patch
---

Update graphql-http dependency
20 changes: 12 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.0",
"graphql-http": "1.22.1",
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit b0fb33b

Please sign in to comment.