rgst-io / stencil

📒 A modern living-template engine for evolving repositories
https://stencil.rgst.io
Apache License 2.0
4 stars 1 forks source link

chore(deps): update dependency shfmt to v3.8.0 #23

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
shfmt minor 3.7.0 -> 3.8.0

Release Notes

mvdan/sh (shfmt) ### [`v3.8.0`](https://togithub.com/mvdan/sh/blob/HEAD/CHANGELOG.md#380---2024-02-11) [Compare Source](https://togithub.com/mvdan/sh/compare/v3.7.0...v3.8.0) This release drops support for Go 1.19 and 1.20 and includes many features and bugfixes, such as improving EditorConfig support in `shfmt`. - **cmd/shfmt** - Support EditorConfig language sections such as `[[shell]]` - [#​664](https://togithub.com/mvdan/sh/issues/664) - Add `--apply-ignore` for tools and editors - [#​1037](https://togithub.com/mvdan/sh/issues/1037) - **syntax** - Allow formatting redirects before all command argumetnts - [#​942](https://togithub.com/mvdan/sh/issues/942) - Support brace expansions with uppercase letters - [#​1042](https://togithub.com/mvdan/sh/issues/1042) - Unescape backquotes in single quotes within backquotes - [#​1041](https://togithub.com/mvdan/sh/issues/1041) - Better error when using `function` in POSIX mode - [#​993](https://togithub.com/mvdan/sh/issues/993) - Better column numbers for escapes inside backquotes - [#​1028](https://togithub.com/mvdan/sh/issues/1028) - **interp** - Support parentheses in classic test commands - [#​1036](https://togithub.com/mvdan/sh/issues/1036) - Determine access to a directory via `unix.Access` - [#​1033](https://togithub.com/mvdan/sh/issues/1033) - Support subshells with `FuncEnviron` as `Env` - [#​1043](https://togithub.com/mvdan/sh/issues/1043) - Add support for `fs.DirEntry` via `ReadDirHandler2` - **expand** - Add support for `fs.DirEntry` via `ReadDir2` - Support zero-padding in brace expansions - [#​1042](https://togithub.com/mvdan/sh/issues/1042)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (09a2d17) 51.30% compared to head (30cff9d) 51.30%. Report is 4 commits behind head on main.

:exclamation: Current head 30cff9d differs from pull request most recent head 03d1692. Consider uploading reports for the commit 03d1692 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 51.30% 51.30% ======================================= Files 29 29 Lines 1532 1532 ======================================= Hits 786 786 Misses 619 619 Partials 127 127 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.