chore(deps): bump tunnel-ssh in /redisinsight - #6413
Conversation
Bumps [tunnel-ssh](https://github.com/agebrock/tunnel-ssh) in `/redisinsight` from 5.1.2 to 5.2.0. Updates `tunnel-ssh` from 5.1.2 to 5.2.0 - [Commits](https://github.com/agebrock/tunnel-ssh/commits) Updates `tunnel-ssh` from 5.1.2 to 5.2.0 - [Commits](https://github.com/agebrock/tunnel-ssh/commits) --- updated-dependencies: - dependency-name: tunnel-ssh dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn - dependency-name: tunnel-ssh dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9817145e1f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "source-map-support": "^0.5.19", | ||
| "swagger-ui-express": "^4.6.3", | ||
| "tunnel-ssh": "^5.1.2", | ||
| "tunnel-ssh": "^5.2.0", |
There was a problem hiding this comment.
Add reconnectOnError for tunnel-ssh 5.2 types
With tunnel-ssh 5.2.0, the bundled createTunnel declaration requires TunnelOptions to include both autoClose and reconnectOnError; the API call in redisinsight/api/src/modules/ssh/ssh-tunnel.provider.ts still passes only { autoClose: true }, so after this dependency update npm run type-check --prefix redisinsight/api gains a TS2345 error before the API can build. Please add an explicit reconnectOnError value or keep the old version until the call is updated.
Useful? React with 👍 / 👎.
Bumps tunnel-ssh in
/redisinsightfrom 5.1.2 to 5.2.0.Updates
tunnel-sshfrom 5.1.2 to 5.2.0Commits
Maintainer changes
This version was pushed to npm by chbrock, a new releaser for tunnel-ssh since your current version.
Updates
tunnel-sshfrom 5.1.2 to 5.2.0Commits
Maintainer changes
This version was pushed to npm by chbrock, a new releaser for tunnel-ssh since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Patch/minor dependency bump with no source changes; tunnel-ssh still backs SSH connection tunneling via the existing
createTunnelusage.Overview
Bumps
tunnel-sshfrom 5.1.2 to 5.2.0 in the rootredisinsightpackage andredisinsight/api, with matching updates in bothpackage-lock.jsonfiles. No application or API code changes—only dependency version and lockfile resolution metadata.Reviewed by Cursor Bugbot for commit 9817145. Bugbot is set up for automated code reviews on this repo. Configure here.