Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#6974)
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.6.9`
->
`3.6.10`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.6.9/3.6.10)
|
[![age](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.6.10/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.6.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.6.10/compatibility-slim/3.6.9)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@apollo%2fclient/3.6.10/confidence-slim/3.6.9)](https://docs.renovatebot.com/merge-confidence/)
|
| [@apollo/protobufjs](https://togithub.com/apollographql/protobuf.js) |
[`1.2.4` ->
`1.2.5`](https://renovatebot.com/diffs/npm/@apollo%2fprotobufjs/1.2.4/1.2.5)
|
[![age](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.5/compatibility-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.5/confidence-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>apollographql/apollo-client</summary>

###
[`v3.6.10`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#Apollo-Client-3610-2022-09-29)

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

##### Improvements

- The client options (`variables`, `context`, etc.) used for `mutation`
calls are now available as the second argument to the `onCompleted` and
`onError` callback functions. <br/>
[@&#8203;MrDoomBringer](https://togithub.com/MrDoomBringer) in
[#&#8203;10052](https://togithub.com/apollographql/apollo-client/pull/10052)

</details>

<details>
<summary>apollographql/protobuf.js</summary>

###
[`v1.2.5`](https://togithub.com/apollographql/protobuf.js/blob/HEAD/CHANGELOG.md#&#8203;125-httpsgithubcomapollographqlprotobufjsreleasestag125)

[Compare
Source](https://togithub.com/apollographql/protobuf.js/compare/d0443831c03d9d545221334be1fe228018896705...61c4705936c69a0c3e4a28c51fcfb45c3dde6ee3)

#### New


[:hash:](https://togithub.com/apollographql/protobuf.js/commit/0774f3ab66f902f4cafa55d61c469d7413d92bfb)
Add .npmignore to drop package-lock files<br />

</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, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 30, 2022
1 parent e4102e3 commit 63ef4b7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
59 changes: 42 additions & 17 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
Expand Up @@ -52,7 +52,7 @@
"apollo-server-types": "file:packages/apollo-server-types"
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.6.10",
"@graphql-codegen/cli": "2.6.4",
"@graphql-codegen/typescript-operations": "2.5.3",
"@graphql-tools/mock": "8.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-reporting-protobuf/package.json
Expand Up @@ -28,6 +28,6 @@
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"dependencies": {
"@apollo/protobufjs": "1.2.4"
"@apollo/protobufjs": "1.2.5"
}
}

0 comments on commit 63ef4b7

Please sign in to comment.