Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ioredis to v5.4.1 #10583

Merged
merged 5 commits into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis 5.3.2 -> 5.4.1 age adoption passing confidence

Release Notes

luin/ioredis (ioredis)

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) May 15, 2024 23:24
@Josh-Walker-GM
Copy link
Collaborator

We list it as a dependency and an optional peer dependency? Hmm doesn't quite seem right does it...

"dependencies": {
"@envelop/live-query": "7.0.0",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "10.1.2",
"@graphql-yoga/plugin-defer-stream": "3.2.0",
"@graphql-yoga/plugin-graphql-sse": "3.2.0",
"@graphql-yoga/redis-event-target": "3.0.0",
"@graphql-yoga/subscription": "5.0.0",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"graphql": "16.8.1",
"ioredis": "^5.3.2"

"peerDependencies": {
"ioredis": "^5.3.2"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
}
},

@renovate renovate bot enabled auto-merge (squash) May 15, 2024 23:58
@renovate renovate bot enabled auto-merge (squash) May 16, 2024 04:46
Copy link
Contributor Author

renovate bot commented May 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Josh-Walker-GM Josh-Walker-GM added this to the next-release milestone May 16, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels May 16, 2024
@Josh-Walker-GM Josh-Walker-GM merged commit 333219b into main May 16, 2024
45 of 46 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the renovate/ioredis-5.x-lockfile branch May 16, 2024 16:52
Josh-Walker-GM added a commit that referenced this pull request May 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ioredis](https://togithub.com/luin/ioredis) | [`5.3.2` ->
`5.4.1`](https://renovatebot.com/diffs/npm/ioredis/5.3.2/5.4.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ioredis/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ioredis/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ioredis/5.3.2/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ioredis/5.3.2/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>luin/ioredis (ioredis)</summary>

[`v5.4.1`](https://togithub.com/luin/ioredis/blob/HEAD/CHANGELOG.md#541-2024-04-17)

[Compare
Source](https://togithub.com/luin/ioredis/compare/v5.4.0...v5.4.1)

- remove console.log
([558497c](https://togithub.com/luin/ioredis/commit/558497cba8dc7487c06c7765ddbe12b479bd9b9b))

[`v5.4.0`](https://togithub.com/luin/ioredis/blob/HEAD/CHANGELOG.md#540-2024-04-16)

[Compare
Source](https://togithub.com/luin/ioredis/compare/v5.3.2...v5.4.0)

- when `refreshSlotsCache` is callback concurrently, call the callback
only when the refresh process is done
([#&#8203;1881](https://togithub.com/luin/ioredis/issues/1881))
([804ee07](https://togithub.com/luin/ioredis/commit/804ee071cab4326d1d69eec0e9d156aac4aa89f4))

- add support for `socketTimeout` in `Redis`
([#&#8203;1882](https://togithub.com/luin/ioredis/issues/1882))
([673ac77](https://togithub.com/luin/ioredis/commit/673ac77d9d88bd461110da7b4a8b2b98fb45f845))

(2023-04-15)

- add types for known events
([#&#8203;1694](https://togithub.com/luin/ioredis/issues/1694))
([1a87b23](https://togithub.com/luin/ioredis/commit/1a87b237e8f43f1dee44dcab8e9da6855bbf772a))

(2023-02-12)

- Fix commands not resend on reconnect in edge cases
([#&#8203;1720](https://togithub.com/luin/ioredis/issues/1720))
([fe52ff1](https://togithub.com/luin/ioredis/commit/fe52ff1c6f4cb1beb0c9e999299248ba380d5cde)),
closes [#&#8203;1718](https://togithub.com/luin/ioredis/issues/1718)
- Fix db parameter not working with auto pipelining
([#&#8203;1721](https://togithub.com/luin/ioredis/issues/1721))
([d9b1bf1](https://togithub.com/luin/ioredis/commit/d9b1bf1a2868344eaff71cc39c790e98043fff53))

</details>

---

📅 **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com>
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v7.6.0 May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant