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

Bump node-ssh from 7.0.1 to 12.0.0 #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps node-ssh from 7.0.1 to 12.0.0.

Release notes

Sourced from node-ssh's releases.

v12.0.0

  • Upgrade ssh2 to v1.1.0
  • Upgrade all dev dependencies
  • Minimum required version of Node.js is now v10
  • Add support for Readable stream in options.stdin in exec

v11.1.1

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

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.

12.0.0

  • Upgrade ssh2 to v1.1.0
  • Upgrade all dev dependencies
  • Minimum required version of Node.js is now v10
  • Add support for Readable stream in options.stdin in exec

11.1.1

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

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

... (truncated)

Commits
  • cd554c2 12.0.0
  • 9c08154 📝 Document minimum version of Node.js in changelog
  • 81e8639 📝 Document compilerOptions in README
  • 4e136b8 Merge pull request #396 from steelbrain/steelbrain/ssh2
  • 8504792 🔥 Remove flow comment
  • 68d72b1 🐛 Use the right STATUS_CODE
  • 2cf5546 ⬆️ Upgrade to node-ssh v1
  • 99c2509 Merge pull request #395 from steelbrain/steelbrain/input-stream
  • 4c15c3b 📝 Document change in CHANGELOG
  • 0e2f58c ⬆️ Allow only readable streams
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
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.

0 participants