Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v16.7.1 (#7618)
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](https://togithub.com/graphql/graphql-js) | [`16.7.0` ->
`16.7.1`](https://renovatebot.com/diffs/npm/graphql/16.7.0/16.7.1) |
[![age](https://badges.renovateapi.com/packages/npm/graphql/16.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/graphql/16.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/graphql/16.7.1/compatibility-slim/16.7.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/graphql/16.7.1/confidence-slim/16.7.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>graphql/graphql-js</summary>

###
[`v16.7.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.1)

[Compare
Source](https://togithub.com/graphql/graphql-js/compare/v16.7.0...v16.7.1)

#### v16.7.1 (2023-06-22)

:loudspeaker: Big shout out to
[@&#8203;phryneas](https://togithub.com/phryneas), who managed to
reproduce this issue and come up with this fix.

##### Bug Fix 🐞

- [#&#8203;3923](https://togithub.com/graphql/graphql-js/pull/3923)
instanceOf: workaround bundler issue with `process.env`
([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov))

##### Committers: 1

- Ivan
Goncharov([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov))

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 24, 2023
1 parent 2dacef9 commit ddc0650
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-import": "2.27.5",
"express": "4.18.2",
"glob": "10.3.0",
"graphql": "16.7.0",
"graphql": "16.7.1",
"graphql-tag": "2.12.6",
"jest": "29.5.0",
"jest-config": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"graphql": "16.7.0",
"graphql": "16.7.1",
"make-fetch-happen": "11.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit ddc0650

Please sign in to comment.