lowlandresearch / vaporator

Secure ETL of scientific data in ze kloud
MIT License
0 stars 0 forks source link

Bump toolshed from 0.2.10 to 0.2.21 #121

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps toolshed from 0.2.10 to 0.2.21.

Release notes

Sourced from toolshed's releases.

v0.2.21

  • New features
    • The ping command now supports IPv6 addresses. Thanks to Alex McLain for this improvement.
    • The top command automatically refreshes now.

v0.2.20

  • New features
    • Add log_attach and log_detach convenience functions for directing log messages to the current IEx session. These provide a simple way for seeing log messages when you either aren't on the same console as the console logger or you don't want to enable the console logger since it messes up the prompt.

v0.2.19

  • Bug fixes

    • cmd/1 won't crash if the command being run returns non-UTF8 data
    • cat/1 no longer adds an extra newline at the end of its input
  • Removed commands

    • Removed the rarely used pastebin command

v0.2.18

  • New features
    • Add httpget command for performing HTTP GET requests and printing the response to stdout or saving it to the filesystem. Thanks to Jon Thacker for this feature.

v0.2.17

  • Bug fixes
    • Don't trigger autocompletion when in a string interpolation.

v0.2.16

  • Bug fixes
    • Fix path completion issues when wildcard characters are in the string to be completed.

v0.2.15

  • New features
    • Add path autocompletion. Try it out by running use Toolshed at the IEx prompt. Then type File.read("/e<tab>") for files in /etc or ls "li<tab>" if you have a lib directory under your current directory.

v0.2.14

  • Bug fixes
    • Fix warnings when building with Elixir 1.11.

v0.2.13

  • Bug fixes
    • Improve error message when :inets isn't available so that it says how to add it to your mix.exs.

... (truncated)

Changelog

Sourced from toolshed's changelog.

v0.2.21

  • New features
    • The ping command now supports IPv6 addresses. Thanks to Alex McLain for this improvement.
    • The top command automatically refreshes now.

v0.2.20

  • New features
    • Add log_attach and log_detach convenience functions for directing log messages to the current IEx session. These provide a simple way for seeing log messages when you either aren't on the same console as the console logger or you don't want to enable the console logger since it messes up the prompt.

v0.2.19

  • Bug fixes

    • cmd/1 won't crash if the command being run returns non-UTF8 data
    • cat/1 no longer adds an extra newline at the end of its input
  • Removed commands

    • Removed the rarely used pastebin command

v0.2.18

  • New features
    • Add httpget command for performing HTTP GET requests and printing the response to stdout or saving it to the filesystem. Thanks to Jon Thacker for this feature.

v0.2.17

  • Bug fixes
    • Don't trigger autocompletion when in a string interpolation.

v0.2.16

  • Bug fixes
    • Fix path completion issues when wildcard characters are in the string to be completed.

v0.2.15

  • New features
    • Add path autocompletion. Try it out by running use Toolshed at the IEx prompt. Then type File.read("/e<tab>") for files in /etc or ls "li<tab>" if you have a lib directory under your current directory.

v0.2.14

... (truncated)

Commits
  • c9d077e v0.2.21 release
  • 246486b Auto update the top command
  • 881fd49 Add ability to ping IPv6 addresses
  • 7e5ab0c v0.2.20 release
  • 3605019 CI: bump elixir to 1.12.0
  • 2ba3c3d Add log_attach and log_detach
  • 10c6b77 Elixir 1.12 mix format
  • e2c15b5 Support Elixir 1.12/OTP 24, drop Elixir 1.7
  • de7bd87 Bump nerves_runtime from 0.11.3 to 0.11.4
  • 1d97555 Move date function to its own module
  • 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](https://app.dependabot.com): - 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[bot] commented 3 years ago

Superseded by #122.