Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-yoga/plugin-persisted-operation…
Browse files Browse the repository at this point in the history
…s to v3.6.3 (#11213)

[![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-yoga/plugin-persisted-operations](https://github.com/dotansimha/graphql-yoga)
([source](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/plugins/persisted-operations))
| [`3.6.2` ->
`3.6.3`](https://renovatebot.com/diffs/npm/@graphql-yoga%2fplugin-persisted-operations/3.6.2/3.6.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-yoga%2fplugin-persisted-operations/3.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-yoga%2fplugin-persisted-operations/3.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-yoga%2fplugin-persisted-operations/3.6.2/3.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-yoga%2fplugin-persisted-operations/3.6.2/3.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotansimha/graphql-yoga
(@&#8203;graphql-yoga/plugin-persisted-operations)</summary>

###
[`v3.6.3`](https://github.com/dotansimha/graphql-yoga/blob/HEAD/packages/plugins/persisted-operations/CHANGELOG.md#363)

[Compare
Source](https://github.com/dotansimha/graphql-yoga/compare/@graphql-yoga/plugin-persisted-operations@3.6.2...@graphql-yoga/plugin-persisted-operations@3.6.3)

##### Patch Changes

-   Updated dependencies

\[[`0866c1b`](https://github.com/dotansimha/graphql-yoga/commit/0866c1be8868eb891a0a62e36c9270d87f205330)]:
    -   graphql-yoga@5.6.3

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 7c17343 commit 7bab3a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.3.4",
"@graphql-yoga/plugin-persisted-operations": "3.6.2",
"@graphql-yoga/plugin-persisted-operations": "3.6.3",
"@opentelemetry/api": "1.8.0",
"@redwoodjs/api": "workspace:*",
"@redwoodjs/context": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4725,14 +4725,14 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/plugin-persisted-operations@npm:3.6.2":
version: 3.6.2
resolution: "@graphql-yoga/plugin-persisted-operations@npm:3.6.2"
"@graphql-yoga/plugin-persisted-operations@npm:3.6.3":
version: 3.6.3
resolution: "@graphql-yoga/plugin-persisted-operations@npm:3.6.3"
peerDependencies:
"@graphql-tools/utils": ^10.0.0
graphql: ^15.2.0 || ^16.0.0
graphql-yoga: ^5.6.2
checksum: 10c0/b664531d3dbfce80f76bdb4697671b6f54a267d11bdd3554c8b70f159d404611877dd311b87aad63402b716abfd190f98522e22e276913b09308b4da3b6c2611
graphql-yoga: ^5.6.3
checksum: 10c0/5461394dadd80a0928fa29f01b3c8db9eb53d90689d31bc5710ac5ec3db53f2f6b370c902a1c7d212256994459d9d4bb1f4595afa5d3c422a43552730f90bf51
languageName: node
linkType: hard

Expand Down Expand Up @@ -8187,7 +8187,7 @@ __metadata:
"@graphql-tools/merge": "npm:9.0.4"
"@graphql-tools/schema": "npm:10.0.4"
"@graphql-tools/utils": "npm:10.3.4"
"@graphql-yoga/plugin-persisted-operations": "npm:3.6.2"
"@graphql-yoga/plugin-persisted-operations": "npm:3.6.3"
"@opentelemetry/api": "npm:1.8.0"
"@redwoodjs/api": "workspace:*"
"@redwoodjs/context": "workspace:*"
Expand Down

0 comments on commit 7bab3a4

Please sign in to comment.