Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2020

Bumps koalaman/shellcheck from v0.7.0 to v0.7.1.

Release notes

Sourced from koalaman/shellcheck's releases.

Stable version v0.7.1

This release is dedicated to the board game Pandemic, for teaching us relevant survival skills like how to stay inside and play board games.

Changelog

Sourced from koalaman/shellcheck's changelog.

v0.7.1 - 2020-04-04

Fixed

  • -f diff no longer claims that it found more issues when it didn't
  • Known empty variables now correctly trigger SC2086
  • ShellCheck should now be compatible with Cabal 3
  • SC2154 and all command-specific checks now trigger for builtins called with builtin

Added

  • SC1136: Warn about unexpected characters after ]/]]
  • SC2254: Suggest quoting expansions in case statements
  • SC2255: Suggest using $((..)) in [ 2*3 -eq 6 ]
  • SC2256: Warn about translated strings that are known variables
  • SC2257: Warn about arithmetic mutation in redirections
  • SC2258: Warn about trailing commas in for loop elements

Changed

  • SC2230: 'command -v' suggestion is now off by default (-i deprecate-which)
  • SC1081: Keywords are now correctly parsed case sensitively, with a warning
Commits
  • f7547c9 Stable version v0.7.1
  • bd717c9 Don't warn about [ 0 -ne $FOO ] || [ 0 -ne $BAR ] (fixes #1891)
  • da09317 Merge pull request #1876 from fork-graveyard/master
  • 555f8a8 Merge pull request #1896 from ArturKlauser/travis-deploy-stage-fix
  • a9c04e8 Merge pull request #1897 from ArturKlauser/use-shellcheck-on-yourself
  • 9378227 Use shellcheck on yourself
  • a128796 Run "deploy" step only for "Build" stages
  • a0005bf Merge pull request #1885 from ArturKlauser/travis-pr-fix
  • 37a72d0 Merge pull request #1880 from josephcsible/patch-1
  • c60323f Merge pull request #1873 from josephcsible/checkwhilereadpitfalls
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2020
@johnboyes johnboyes added the patch Semantic versioning: backwards compatible bug fixes label Aug 12, 2020
@dependabot dependabot bot force-pushed the 7f46dependabot/github_actions/koalaman/shellcheck-v0.7.1 branch 2 times, most recently from 58e0dfe to 41005ff Compare August 12, 2020 06:34
@johnboyes
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2020

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the 7f46dependabot/github_actions/koalaman/shellcheck-v0.7.1 branch from 41005ff to d7f6f6f Compare August 12, 2020 07:04
@johnboyes
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2020

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@johnboyes
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the 7f46dependabot/github_actions/koalaman/shellcheck-v0.7.1 branch from 1b4b2ab to 59d29e0 Compare August 12, 2020 08:48
Bumps [koalaman/shellcheck](https://github.com/koalaman/shellcheck) from v0.7.0 to v0.7.1.
- [Release notes](https://github.com/koalaman/shellcheck/releases)
- [Changelog](https://github.com/koalaman/shellcheck/blob/master/CHANGELOG.md)
- [Commits](koalaman/shellcheck@v0.7.0...f7547c9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the 7f46dependabot/github_actions/koalaman/shellcheck-v0.7.1 branch from 59d29e0 to 5d667e5 Compare August 12, 2020 10:07
@johnboyes johnboyes merged commit 4f8d525 into main Aug 12, 2020
@dependabot dependabot bot deleted the 7f46dependabot/github_actions/koalaman/shellcheck-v0.7.1 branch August 12, 2020 10:17
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 patch Semantic versioning: backwards compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants