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 basic-ftp from 4.6.1 to 5.0.2 #59

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps basic-ftp from 4.6.1 to 5.0.2.

Release notes

Sourced from basic-ftp's releases.

5.0.2

  • Fixed: Use existing code path to close control socket when replacing it.
  • Fixed: Destroy sockets explicitly on timeouts only.

5.0.1

  • Fixed: Don't trust FEAT response of servers regarding EPSV. (#213)
  • Fixed: Include original error message when client reports as closed.

5.0.0

  • Breaking change: Library requires at least Node version 10.
  • Changed: Use feature set as reported by server to determine transfer strategy.
  • Changed: Test suite improvements to better reflect behaviour of an FTP server.
  • Fixed: Issues around incomplete upload described in #205.
  • Fixed: Variation of empty directory listing described in #206.
  • Fixed: List parsing for specific Unix flavor described in #193.
  • Fixed: Prevent late internal exceptions from sockets.
  • Fixed: Stop explicitly destroying sockets, too early in rare cases.

4.6.6

  • Fixed: Log reason why transfer modes fail when testing.

4.6.5

  • Fixed: Only use MLSD after querying support for feature. (#187)

4.6.4

4.6.3

  • Improved: Continue trying transfer strategies even after unexpected errors. (#164)

4.6.2

  • Fixed: Allow directory names ending with space in client.list(). (#149, @​inithink)
  • Fixed: Don't trim incoming message chunks.
  • Fixed: Reference Node.js types in tsconfig settings.
Changelog

Sourced from basic-ftp's changelog.

5.0.2

  • Fixed: Use existing code path to close control socket when replacing it.
  • Fixed: Destroy sockets explicitly on timeouts only.

5.0.1

  • Fixed: Don't trust FEAT response of servers regarding EPSV. (#213)
  • Fixed: Include original error message when client reports as closed.

5.0.0

  • Breaking change: Library requires at least Node version 10.
  • Changed: Use feature set as reported by server to determine transfer strategy.
  • Changed: Test suite improvements to better reflect behaviour of an FTP server.
  • Fixed: Issues around incomplete upload described in #205.
  • Fixed: Variation of empty directory listing described in #206.
  • Fixed: List parsing for specific Unix flavor described in #193.
  • Fixed: Prevent late internal exceptions from sockets.
  • Fixed: Stop explicitly destroying sockets, too early in rare cases.

4.6.6

  • Fixed: Log reason why transfer modes fail when testing.

4.6.5

  • Fixed: Only use MLSD after querying support for feature. (#187)

4.6.4

4.6.3

  • Improved: Continue trying transfer strategies even after unexpected errors. (#164)

4.6.2

  • Fixed: Allow directory names ending with space in client.list(). (#149, @​inithink)
  • Fixed: Don't trim incoming message chunks.
  • Fixed: Reference Node.js types in tsconfig settings.
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)

Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 4.6.1 to 5.0.2.
- [Release notes](https://github.com/patrickjuchli/basic-ftp/releases)
- [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md)
- [Commits](patrickjuchli/basic-ftp@v4.6.1...v5.0.2)

---
updated-dependencies:
- dependency-name: basic-ftp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
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