Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps node-ssh from 7.0.1 to 11.1.0.

Release notes

Sourced from node-ssh's releases.

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.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
  • e3a7430 11.1.0
  • b278e05 Merge pull request #332 from steelbrain/add-options-to-request-shell
  • ee6a427 👕 Cleanup README
  • 83c83bb 📝 Document changes in CHANGELOG
  • f9c11db 🆕 Add options to {with,request}Shell
  • 6580946 📝 Cleanup CHANGELOG
  • 72653e6 Merge pull request #329 from steelbrain/dependabot/npm_and_yarn/ava-3.12.1
  • 3c637c4 ⬆️ Bump ava from 3.11.1 to 3.12.1
  • 488d0bb Merge pull request #323 from steelbrain/dependabot/npm_and_yarn/ava-3.11.1
  • 103ffc6 🐛 Fix docs
  • 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.0.
- [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.0)

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 Sep 19, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #164.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/node-ssh-11.1.0 branch October 1, 2020 23:26
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