Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps koalaman/shellcheck from 0.10.0 to 0.11.0.

Release notes

Sourced from koalaman/shellcheck's releases.

Stable version v0.11.0

This release is dedicated to Satisfactory, even though my giant 3D ball of rat's nest conveyor belt spaghetti is anything but.

CHANGELOG

v0.11.0 - 2025-08-03

Added

  • SC2327/SC2328: Warn about capturing the output of redirected commands.
  • SC2329: Warn when (non-escaping) functions are never invoked.
  • SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
  • SC2331: Suggest using standard -e instead of unary -a in tests.
  • SC2332: Warn about [ ! -o opt ] being unconditionally true in Bash.
  • SC3062: Warn about bashism [ -o opt ].
  • Optional avoid-negated-conditions: suggest replacing [ ! a -eq b ] with [ a -ne b ], and similar for -ge/-lt/=/!=/etc (SC2335).
  • Precompiled binaries for Linux riscv64 (linux.riscv64)

Changed

  • SC2002 about Useless Use Of Cat is now disabled by default. It can be re-enabled with --enable=useless-use-of-cat or equivalent directive.
  • SC2236/SC2237 about replacing [ ! -n .. ] with [ -z ] and vice versa is now optional under avoid-negated-conditions.
  • SC2015 about A && B || C no longer triggers when B is a test command.
  • SC3012: Do not warn about \< and \> in test/[] as specified in POSIX.1-2024
  • Diff output now uses / as path separator on Windows

Fixed

  • SC2218 about function use-before-define is now more accurate.
  • SC2317 about unreachable commands is now less spammy for nested ones.
  • SC2292, optional suggestion for [[ ]], now triggers for Busybox.
  • Updates for Bash 5.3, including ${| cmd; } and source -p

Removed

  • SC3013: removed since the operators -ot/-nt/-ef are specified in POSIX.1-2024
Changelog

Sourced from koalaman/shellcheck's changelog.

v0.11.0 - 2025-08-03

Added

  • SC2327/SC2328: Warn about capturing the output of redirected commands.
  • SC2329: Warn when (non-escaping) functions are never invoked.
  • SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
  • SC2331: Suggest using standard -e instead of unary -a in tests.
  • SC2332: Warn about [ ! -o opt ] being unconditionally true in Bash.
  • SC3062: Warn about bashism [ -o opt ].
  • Optional avoid-negated-conditions: suggest replacing [ ! a -eq b ] with [ a -ne b ], and similar for -ge/-lt/=/!=/etc (SC2335).
  • Precompiled binaries for Linux riscv64 (linux.riscv64)

Changed

  • SC2002 about Useless Use Of Cat is now disabled by default. It can be re-enabled with --enable=useless-use-of-cat or equivalent directive.
  • SC2236/SC2237 about replacing [ ! -n .. ] with [ -z ] and vice versa is now optional under avoid-negated-conditions.
  • SC2015 about A && B || C no longer triggers when B is a test command.
  • SC3012: Do not warn about \< and \> in test/[] as specified in POSIX.1-2024
  • Diff output now uses / as path separator on Windows

Fixed

  • SC2218 about function use-before-define is now more accurate.
  • SC2317 about unreachable commands is now less spammy for nested ones.
  • SC2292, optional suggestion for [[ ]], now triggers for Busybox.
  • Updates for Bash 5.3, including ${| cmd; } and source -p

Removed

  • SC3013: removed since the operators -ot/-nt/-ef are specified in POSIX.1-2024
Commits
  • aac0823 Stable version v0.11.0
  • 1857608 Update release checklist
  • abf3c0c Prevent cabal.project.freeze from interfering with distro tests
  • 3f3c2cd Add snap docker support for distro testing
  • 109b847 Git ignore cabal.project.freeze
  • 8a9bed1 Update linux.x86_64 image
  • 29b1bf3 Merge pull request #3076 from kuraian/patch-1
  • 6c1542a Merge branch 'Flu-add-bang-to-function-chars'
  • b014ce1 Add unit tests for function names with "#"
  • 20fd67d Merge branch 'add-bang-to-function-chars' of github.com:Flu/shellcheck into F...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [koalaman/shellcheck](https://github.com/koalaman/shellcheck) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/koalaman/shellcheck/releases)
- [Changelog](https://github.com/koalaman/shellcheck/blob/master/CHANGELOG.md)
- [Commits](koalaman/shellcheck@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: koalaman/shellcheck
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor Semantic versioning: new functionality that is backwards compatible patch Semantic versioning: backwards compatible bug fixes labels Aug 5, 2025
@dependabot dependabot bot requested a review from johnboyes as a code owner August 5, 2025 02:36
@dependabot dependabot bot added minor Semantic versioning: new functionality that is backwards compatible patch Semantic versioning: backwards compatible bug fixes dependencies Pull requests that update a dependency file labels Aug 5, 2025
@johnboyes johnboyes removed the minor Semantic versioning: new functionality that is backwards compatible label Aug 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Looks like koalaman/shellcheck is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/koalaman/shellcheck-0.11.0 branch August 5, 2025 07:03
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