Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7716)
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.1`
->
`3.8.2`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.8.1/3.8.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`14.18.56` ->
`14.18.57`](https://renovatebot.com/diffs/npm/@types%2fnode/14.18.56/14.18.57)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/14.18.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/14.18.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/14.18.56/14.18.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/14.18.56/14.18.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

-
[#&#8203;10072](https://togithub.com/apollographql/apollo-client/pull/10072)
[`51045c336`](https://togithub.com/apollographql/apollo-client/commit/51045c336ff86befbdd598af6e7104ffe0d419d0)
Thanks [@&#8203;Huulivoide](https://togithub.com/Huulivoide)! - Fixes
race conditions in useReactiveVar that may prevent updates to the
reactive variable from propagating through the hook.

-
[#&#8203;11162](https://togithub.com/apollographql/apollo-client/pull/11162)
[`d9685f53c`](https://togithub.com/apollographql/apollo-client/commit/d9685f53c34483245e6ea21e91b669ef1180ae97)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! -
Ensures GraphQL errors returned in subscription payloads adhere to the
`errorPolicy` set in `client.subscribe(...)` calls.

-
[#&#8203;11134](https://togithub.com/apollographql/apollo-client/pull/11134)
[`96492e142`](https://togithub.com/apollographql/apollo-client/commit/96492e14279d78e2613c1381d31f88cdf5816f45)
Thanks [@&#8203;alessbell](https://togithub.com/alessbell)! - Use
separate type imports in useSuspenseQuery and useBackgroundQuery to
workaround SWC compiler issue.

-
[#&#8203;11117](https://togithub.com/apollographql/apollo-client/pull/11117)
[`6b8198109`](https://togithub.com/apollographql/apollo-client/commit/6b8198109bd9fe5eedf352421a0a773ac0acfb18)
Thanks [@&#8203;phryneas](https://togithub.com/phryneas)! - Adds a new
devtools registration mechanism and tweaks the mechanism behind the
    "devtools not found" mechanic.

-
[#&#8203;11186](https://togithub.com/apollographql/apollo-client/pull/11186)
[`f1d429f32`](https://togithub.com/apollographql/apollo-client/commit/f1d429f32ae8e896155b50f1fc7c51dfeb06c3ba)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Fix an
issue where race conditions when rapidly switching between variables
would sometimes result in the wrong `data` returned from the query.
Specifically this occurs when a query is triggered with an initial set
of variables (`VariablesA`), then triggers the same query with another
set of variables (`VariablesB`) but switches back to the `VariablesA`
before the response for `VariablesB` is returned. Previously this would
result in the data for `VariablesB` to be displayed while `VariablesA`
was active. The data is for `VariablesA` is now properly returned.

-
[#&#8203;11163](https://togithub.com/apollographql/apollo-client/pull/11163)
[`a8a9e11e9`](https://togithub.com/apollographql/apollo-client/commit/a8a9e11e917716538206eb7d5de21dbfd09630bd)
Thanks [@&#8203;bignimbus](https://togithub.com/bignimbus)! - Fix typo
in error message: "occured" -> "occurred"

-
[#&#8203;11180](https://togithub.com/apollographql/apollo-client/pull/11180)
[`7d9c481e5`](https://togithub.com/apollographql/apollo-client/commit/7d9c481e53f3c9577ec6ed6231c9e3db8c8b374b)
Thanks [@&#8203;jerelmiller](https://togithub.com/jerelmiller)! - Fixes
an issue where refetching from `useBackgroundQuery` via `refetch` with
an error after an error was already fetched would get stuck in a loading
state.

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent 1e8c339 commit 95828cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.1",
"@apollo/client": "3.8.2",
"@apollo/gateway": "2.5.4",
"@apollo/subgraph": "2.5.4",
"@apollo/utils.createhash": "2.0.1",
Expand All @@ -60,7 +60,7 @@
"@types/lodash.sumby": "4.6.7",
"@types/lodash.xorby": "4.7.7",
"@types/negotiator": "0.6.1",
"@types/node": "14.18.56",
"@types/node": "14.18.57",
"@types/node-fetch": "2.6.4",
"@types/qs-middleware": "1.0.2",
"@types/retry": "0.12.2",
Expand Down

0 comments on commit 95828cb

Please sign in to comment.