Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps node-ssh from 7.0.1 to 11.1.1.

Release notes

Sourced from node-ssh's releases.

v11.1.1

  • Minor doc fixup. #340 (Thanks @smali-kazmi)
  • Automatically close stdin for executed programs even when no stdin is provided. #341 (Thanks @wmertens)

v11.1.0

  • Add support for options in withShell and requestShell

v11.0.0

  • Add ESM module exports for upcoming Node.js versions
  • BREAKING: Changed export to named, so it becomes const {NodeSSH} = require('node-ssh') and import {NodeSSH} from 'node-ssh'
  • Export Typescript types from package
  • Set default concurrency to 1 to ensure compatibility with wider array of servers

v10.0.2

  • Prefer arrow callbacks - Fixes #304 (Thanks @ururk)

v10.0.1

  • Fix unixification of paths in more places (Thanks @mbr4477)

v10.0.0

  • Unixy all paths before passing onwards - BREAKING
  • Add isConnected method

v9.0.0

  • Add support for Putty private key files
  • Add getDirectory method
  • Add onChannel support to execCommand
  • Rename options.options in execCommand to be options.execOptions
  • Rename options.sftpOptions to options.transferOptions in putFiles
  • Add withSFTP and withShell methods
  • Connection timed out error is now an instance of SSHError
  • Invalid argument errors are now AssertionError instances
  • onKeyboardInteractive default will only be set if a config.password is provided

v8.0.0

  • Stop swallowing non-existent cwd errors in execCommand #272 (Thanks @dadamssg)
Changelog

Sourced from node-ssh's changelog.

11.1.1

  • Minor doc fixup. #340 (Thanks @smali-kazmi)
  • Automatically close stdin for executed programs even when no stdin is provided. #341 (Thanks @wmertens)

11.1.0

  • Add support for options in withShell and requestShell

11.0.0

  • Add ESM module exports for upcoming Node.js versions
  • BREAKING: Changed export to named, so it becomes const {NodeSSH} = require('node-ssh') and import {NodeSSH} from 'node-ssh'
  • Export Typescript types from package
  • Set default concurrency to 1 to ensure compatibility with wider array of servers

10.0.2

  • Prefer arrow callbacks - Fixes #304 (Thanks @ururk)

10.0.1

  • Fix unixification of paths in more places (Thanks @mbr4477)

10.0.0

  • Unixy all paths before passing onwards
  • Add isConnected method

9.0.0

  • Add support for Putty private key files
  • Add getDirectory method
  • Add onChannel support to execCommand
  • Rename options.options in execCommand to be options.execOptions
  • Rename options.sftpOptions to options.transferOptions in putFiles
  • Add withSFTP and withShell methods
  • Connection timed out error is now an instance of SSHError
  • Invalid argument errors are now AssertionError instances
  • onKeyboardInteractive default will only be set if a config.password is provided

8.0.0

  • Stop swallowing non-existent cwd errors in execCommand #272 (Thanks @dadamssg)
Commits
  • ce21fa7 11.1.1
  • a3fe09a 📝 Document changes in CHANGELOG
  • 302322d 🎨 Minor code cleanup
  • dd958a9 Merge pull request #341 from wmertens/patch-1
  • bc4d6f4 execCommand: always close stdin
  • 766d9fe Merge pull request #340 from smali-kazmi/master
  • 63dd2cd Update README.md
  • f29a5fa Merge pull request #335 from steelbrain/dependabot/npm_and_yarn/typescript-4.0.3
  • c0e20f4 ⬆️ Bump typescript from 3.9.7 to 4.0.3
  • 77a233d Merge pull request #327 from steelbrain/dependabot/npm_and_yarn/ts-node-9.0.0
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [node-ssh](https://github.com/steelbrain/node-ssh) from 7.0.1 to 11.1.1.
- [Release notes](https://github.com/steelbrain/node-ssh/releases)
- [Changelog](https://github.com/steelbrain/node-ssh/blob/master/CHANGELOG.md)
- [Commits](steelbrain/node-ssh@v7.0.1...v11.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #250.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/node-ssh-11.1.1 branch July 12, 2021 04:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant