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.19 #116

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps toolshed from 0.2.10 to 0.2.19.

Release notes

Sourced from toolshed's releases.

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.

v0.2.12

  • Bug fixes

    • If help has been stripped, then don't tell the user that it's available.
  • New features

    • Add multicast_addresses command for listing multicast addresses being listened to on each network interface. This is helpful if you're debugging lost multicast subscriptions or just seeing what applications are listening on.

v0.2.11

  • New features

... (truncated)

Changelog

Sourced from toolshed's changelog.

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.

v0.2.12

  • Bug fixes
    • If help has been stripped, then don't tell the user that it's available.

... (truncated)

Commits
  • 02d223a v0.2.19 release
  • 409e8dd Fix date test race condition
  • 890dd18 Replace echo with printf for portability
  • 7911abe add unit test to httget helper func
  • 7c1d50f Remove pastebin helper
  • c606da2 Bump ex_doc and dialyxir to latest
  • 54c26a5 Update cmd/1 to use binstream instead of stream
  • 0f5cd4b Add unit test for uptime helper function
  • 0c62279 Add unit test for the grep helper function
  • ae529dd Add unit test for the tree helper function
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 #120.