#3062 PR closed: Bump redhat-plumbers-in-action/differential-shellcheck from 4.2.2 to 5.0.1¶
Labels: won't fix / can't fix / obsolete, dependencies
dependabot opened issue at 2023-11-01 11:47:¶
Bumps redhat-plumbers-in-action/differential-shellcheck from 4.2.2 to 5.0.1.
Release notes
Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.
v5.0.1
What's Changed
Bug Fixes
- Drop support for DEBUG in grep :bug: (#322)
@jamacku- Fix incorrect log about fixed issues :wood: (#323)
@jamackuFull Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v5.0.0...v5.0.1
v5.0.0
What's Changed
Breaking
- drop:
ignored-codesinput :no_entry_sign: (#290)@jamacku- drop:
shell-scriptsinput :no_entry_sign: (#288)@jamackuNew
- Show more context for ShellCheck defects and fixes in console output :floppy_disk: (#300)
@jamacku- Add support for subdirectory scanning :file_folder: (#294)
@jamacku- Add Statistics of defect severities :bar_chart: (#233)
@jamacku- Show scanned files in console by default 📜 (#285)
@jamackuBug Fixes
- Fix autodetection of shell scripts in DEBUG mode :kiwi_fruit: (#299)
@jamacku- Always gather defect statistics :chart_with_downwards_trend: (#298)
@jamacku- Fix count of scanned files in job Summary when running on push event :1234: (#297)
@jamacku- Set correct version of ShellCheck in SARIF :coconut: (#296)
@jamacku- fix: detection of changed files that might cause failure on some paths :lollipop: (#286)
@jamackuMaintenance
- Make the version of the used GHA more visible :eyes: (#320)
@jamacku- Update
csutils(csdiffandcsgrep) to 3.0.4 (#319)@jamacku- Update
csutils(csdiff) to 3.0.3 (#293)@jamackuDocumentation
- Improve documentation examples and update feature showcase :camera: (#301)
@jamacku- Add section documenting VS Code integration :woman_technologist: (#311)
@jamacku- doc: Explain format of path list options (#310)
@VladimirSlavikAutomation and CI changes
Dependency Updates
... (truncated)
Changelog
Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.
Changelog
Next release
v5.0.0
- Added defect statistics based on severity levels. They are available in the console output and in the job Summary page.
- New option
scan-directory. Allows to specify directories that will be scanned. By default Differential ShellCheck scans the whole repository.- Show more context for ShellCheck defects and fixes in console output. The defect is now shown in the context of the surrounding code.
- Fix autodetection of shell scripts in DEBUG mode
- Fix detection of changed files that might cause failure on paths with special characters.
- Fix count of scanned files in job Summary when running on push event.
- Drop support for
shell-scriptsinput- Drop support for
ignored-codesinput- Update
csutils(csdiff) to 3.0.4v4.2.2
- Container images now based on Fedora 38
ShellCheck-0.8.0 -> 0.9.0csutils-3.0.0 -> 3.0.2v4.2.1
- Handle multiple include/exclude paths with newlines
v4.2.0
- New option
exclude-path. Allows to specify list of paths excluded from ShellCheck scanning. It supports globbing and brace expansion. e.g.test/{test1,test2}/**- New option
include-path. Similar toexclude-path, it allows specifying the list of paths that will be included into scanning. No further checks are performed. It supports globbing and brace expansion. e.g.fixture/**.fixturev4.1.0
grep- do not escape#and!in patterns- Utilize
DEBUGto rungrepwithout--silentoption- Update
csutils(csdiff) to 3.0.0v4.0.2
- Correctly handle character escaping in filenames (e.g.
␣and&)- Improve documentation and more tests
v4.0.0
Tag
latestis no longer available. Use major tags instead (e.g.v3orv4).Action can be triggered using GitHub
pusheventon:
... (truncated)
Commits
aa647ecv5.0.13dfdfcffix: uninitialized variable RUNNER_DEBUG98b3935fix: drop support for DEBUG in grepc9cc531fix: incorrect log about fixed issues0b37fe0v5.0.0b392c11deps: use the correct version of super-linter9988647deps: add comment with pinned versiona58af3bdeps: updatecsutils(csdiffandcsgrep) to 3.0.4dc2f863doc: fix format of warning messagee0416c5doc: addexample.shfor testing purposes- 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 show
dependabot commented at 2023-12-01 11:53:¶
Superseded by #3097.
[Export of Github issue for rear/rear.]