AlCalzone / ioBroker.philips-tv

Controls Philips TVs over the network
MIT License
22 stars 10 forks source link

build(deps-dev): bump node-ssh from 8.0.0 to 12.0.4 #409

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps node-ssh from 8.0.0 to 12.0.4.

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
Changelog

Sourced from node-ssh's changelog.

12.0.4

  • Potential fix for unhandled error events

12.0.3

  • Fix handling of error events in requestShell, requestSFTP and execCommand. #417 (Thanks @​jackpap)

12.0.2

  • Bump min semver version of ssh2 to v1.5.0

12.0.1

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

... (truncated)

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 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[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.