Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7998)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://redirect.github.com/apollographql/apollo-client)) |
[`3.12.0` ->
`3.12.2`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.12.0/3.12.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.12.0/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.12.0/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [express](http://expressjs.com/)
([source](https://redirect.github.com/expressjs/express)) | [`4.21.1` ->
`4.21.2`](https://renovatebot.com/diffs/npm/express/4.21.1/4.21.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.21.1/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.21.1/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.12.2`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3122)

[Compare
Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.1...v3.12.2)

##### Patch Changes

-
[#&#8203;12175](https://redirect.github.com/apollographql/apollo-client/pull/12175)
[`84af347`](https://redirect.github.com/apollographql/apollo-client/commit/84af347d53bc31df4a6a90a55e7c98413144376a)
Thanks [@&#8203;jerelmiller](https://redirect.github.com/jerelmiller)! -
Update peer deps to allow for React 19 stable release.

###
[`v3.12.1`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3121)

[Compare
Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.0...v3.12.1)

##### Patch Changes

-
[#&#8203;12171](https://redirect.github.com/apollographql/apollo-client/pull/12171)
[`e1efe74`](https://redirect.github.com/apollographql/apollo-client/commit/e1efe74c61b5f31fdd122ff8f4ce01012d0f5398)
Thanks [@&#8203;phryneas](https://redirect.github.com/phryneas)! - Fix
import extension in masking entry point.

</details>

<details>
<summary>expressjs/express (express)</summary>

###
[`v4.21.2`](https://redirect.github.com/expressjs/express/compare/4.21.1...1faf228935aa0a13111f92c28ee795be64ce3f0f)

[Compare
Source](https://redirect.github.com/expressjs/express/compare/4.21.1...4.21.2)

</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 87e095d commit 042d5a0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
53 changes: 29 additions & 24 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.12.0",
"@apollo/client": "3.12.2",
"@apollo/gateway": "2.9.3",
"@apollo/subgraph": "2.9.3",
"@apollo/utils.createhash": "2.0.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"cspell": "6.31.3",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"express": "4.21.1",
"express": "4.21.2",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
Expand Down

0 comments on commit 042d5a0

Please sign in to comment.