Skip to content

build(deps): bump redis from 5.8.1 to 5.8.2#155

Merged
Jeyso215 merged 1 commit intomainfrom
dependabot/npm_and_yarn/redis-5.8.2
Aug 20, 2025
Merged

build(deps): bump redis from 5.8.1 to 5.8.2#155
Jeyso215 merged 1 commit intomainfrom
dependabot/npm_and_yarn/redis-5.8.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps redis from 5.8.1 to 5.8.2.

Release notes

Sourced from redis's releases.

redis@5.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redis](https://github.com/redis/node-redis) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 20, 2025
@Jeyso215 Jeyso215 merged commit 7a8d44c into main Aug 20, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/redis-5.8.2 branch August 20, 2025 23:45
tiekoetter pushed a commit to tiekoetter/Wikiless that referenced this pull request Sep 5, 2025
Bumps [redis](https://github.com/redis/node-redis) from 5.8.1 to 5.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redis/node-redis/releases">redis's
releases</a>.</em></p>
<blockquote>
<h2>redis@5.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Clustering sendCommand docs by <a
href="https://github.com/nfriedly"><code>@​nfriedly</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3053">redis/node-redis#3053</a></li>
<li>Stop erasing <code>ErrorReply</code> stack by <a
href="https://github.com/dxg"><code>@​dxg</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3050">redis/node-redis#3050</a></li>
<li>Call out sendCommand cluster difference in readme by <a
href="https://github.com/nfriedly"><code>@​nfriedly</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3054">redis/node-redis#3054</a></li>
<li>fix(ts): xtrim threshold accepts string by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3058">redis/node-redis#3058</a></li>
<li>chore(tests): bump test container version 8.2.1-pre by <a
href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3057">redis/node-redis#3057</a></li>
<li>fix(sentinel): properly pass reconnectStrategy by <a
href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3063">redis/node-redis#3063</a></li>
<li>fix(search): properly decide if response has docs by <a
href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a
href="https://redirect.github.com/redis/node-redis/pull/3060">redis/node-redis#3060</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nfriedly"><code>@​nfriedly</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis/node-redis/pull/3053">redis/node-redis#3053</a></li>
<li><a href="https://github.com/dxg"><code>@​dxg</code></a> made their
first contribution in <a
href="https://redirect.github.com/redis/node-redis/pull/3050">redis/node-redis#3050</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2">https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/node-redis/commit/7b56e9a3dca9222d04b4b3741ab209f9f0adaf09"><code>7b56e9a</code></a>
Release redis@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/3d6eefc2469091fad057cc28670bf5562d869626"><code>3d6eefc</code></a>
Release entraid@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/01157a014767d79d0808c069e21ebcc0c423f33b"><code>01157a0</code></a>
Release time-series@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/c73a8c6569e5031ec545f1124e6d502e5a772528"><code>c73a8c6</code></a>
Release search@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/5e575b9550e8f970c364189026b2e44e966ccd74"><code>5e575b9</code></a>
Release json@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/0a5d076cf511204da8ac8b87601e4298ea731b97"><code>0a5d076</code></a>
Release bloom@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/2e660120996d29ca7e4093e1fafdb03bb6374618"><code>2e66012</code></a>
Release client@5.8.2</li>
<li><a
href="https://github.com/redis/node-redis/commit/b9a5d3664087231ae0bb006af4ae040874735c95"><code>b9a5d36</code></a>
fix(search): properly decide if response has docs (<a
href="https://redirect.github.com/redis/node-redis/issues/3060">#3060</a>)</li>
<li><a
href="https://github.com/redis/node-redis/commit/e347d566cb824c9945d8fe86bd80cc69eeb0195c"><code>e347d56</code></a>
fix(sentinel): properly pass reconnectStrategy (<a
href="https://redirect.github.com/redis/node-redis/issues/3063">#3063</a>)</li>
<li><a
href="https://github.com/redis/node-redis/commit/d5423b93d639a8f8e8e612e49034c01e69639cb9"><code>d5423b9</code></a>
chore(tests): bump test container version 8.2.1-pre (<a
href="https://redirect.github.com/redis/node-redis/issues/3057">#3057</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=npm_and_yarn&previous-version=5.8.1&new-version=5.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants