brev-cli icon indicating copy to clipboard operation
brev-cli copied to clipboard

Bump github.com/kevinburke/ssh_config from 1.1.0 to 1.2.0

Open dependabot[bot] opened this issue 3 years ago • 3 comments

Bumps github.com/kevinburke/ssh_config from 1.1.0 to 1.2.0.

Changelog

Sourced from github.com/kevinburke/ssh_config's changelog.

Changes

Version 1.2

Previously, if a Host declaration or a value had trailing whitespace, that whitespace would have been included as part of the value. This led to unexpected consequences. For example:

Host example       # A comment
    HostName example.com      # Another comment

Prior to version 1.2, the value for Host would have been "example " and the value for HostName would have been "example.com ". Both of these are unintuitive.

Instead, we strip the trailing whitespace in the configuration, which leads to more intuitive behavior.

Commits
  • aae6f39 1.2
  • df4d8e6 config: update version to match git tags
  • f6c7111 Makefile: add tag prefix to release command
  • 9b1b4df config: fix EOL whitespace for key/value pairs and Host lines
  • 91cd224 config: add DecodeBytes to directly read a byte array
  • a432d6f README: add more information
  • 6ad71ac config: remove io/ioutil
  • 0970dd2 .github: add latest Go versions to CI
  • c7f8dec fuzz_test: add fuzz tests
  • beb851b AUTHORS.txt: add Dustin Spicuzza
  • See full diff 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[bot] avatar Aug 16 '22 18:08 dependabot[bot]

Codecov Report

Base: 13.07% // Head: 13.07% // No change to project coverage :thumbsup:

Coverage data is based on head (2fdfc72) compared to base (2f63e5d). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #125   +/-   ##
=======================================
  Coverage   13.07%   13.07%           
=======================================
  Files          73       73           
  Lines       10012    10012           
=======================================
  Hits         1309     1309           
  Misses       8533     8533           
  Partials      170      170           
Flag Coverage Δ
Linux 13.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Aug 17 '22 00:08 codecov[bot]

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] avatar Oct 18 '22 05:10 dependabot[bot]

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] avatar Oct 18 '22 05:10 dependabot[bot]

Looks like github.com/kevinburke/ssh_config is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Jan 17 '23 20:01 dependabot[bot]