Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7729)
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 |
|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://togithub.com/apollographql/apollo-client)) | [`3.8.3`
->
`3.8.4`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.3/3.8.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.3/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.3/3.8.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [graphql](https://togithub.com/graphql/graphql-js) | [`16.8.0` ->
`16.8.1`](https://renovatebot.com/diffs/npm/graphql/16.8.0/16.8.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql/16.8.0/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql/16.8.0/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>apollographql/apollo-client (@&#8203;apollo/client)</summary>

###
[`v3.8.4`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#384)

[Compare
Source](https://togithub.com/apollographql/apollo-client/compare/v3.8.3...v3.8.4)

##### Patch Changes

-
[#&#8203;11195](https://togithub.com/apollographql/apollo-client/pull/11195)
[`9e59b251d`](https://togithub.com/apollographql/apollo-client/commit/9e59b251d4d63afb83d9821889f87c71c4adde0f)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - For
`invariant.log` etc., error arguments are now serialized correctly in
the link to the error page.

</details>

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

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

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

##### v16.8.1 (2023-09-19)

##### Bug Fix 🐞

- [#&#8203;3967](https://togithub.com/graphql/graphql-js/pull/3967)
OverlappingFieldsCanBeMergedRule: Fix performance degradation
([@&#8203;AaronMoat](https://togithub.com/AaronMoat))

##### Committers: 1

-   Aaron Moat([@&#8203;AaronMoat](https://togithub.com/AaronMoat))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 30b48f1 commit 45afc76
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"npm": ">=8.5.0"
},
"devDependencies": {
"@apollo/client": "3.8.3",
"@apollo/client": "3.8.4",
"@apollo/gateway": "2.5.5",
"@apollo/subgraph": "2.5.5",
"@apollo/utils.createhash": "2.0.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"eslint": "8.49.0",
"eslint-plugin-import": "2.28.1",
"express": "4.18.2",
"graphql": "16.8.0",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"jest": "29.7.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.8.0",
"graphql": "16.8.1",
"make-fetch-happen": "13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 45afc76

Please sign in to comment.