chore(deps): update dependency shfmt to v3.6.0 - autoclosed
This MR contains the following updates:
Package | Update | Change |
---|---|---|
shfmt | minor |
3.5.1 -> 3.6.0
|
Release Notes
mvdan/sh
v3.6.0
This release drops support for Go 1.17 and includes many features and fixes.
- cmd/shfmt
-
syntax
- Don't require peeking two bytes after
echo *
- [#835] - Simplify
${name:-}
to the equivalent${name-}
- [#849] - Don't print trailing whitespaces on nested subshells - [#814]
- Don't print extra newlines in some case clauses - [#779]
- Don't indent comments preceding case clause items - [#917]
- Allow escaped newlines before unquoted words again - [#873]
- Parse a redirections edge case without spaces - [#879]
- Give a helpful error when
<<<
is used in POSIX mode - [#881] - Forbid
${!foo*}
and${!foo@}
in mksh mode - [#929] - Batch allocations less aggressively in the parser
- Don't require peeking two bytes after
-
syntax/typedjson
- Expose
--from-json
and--to-json
as Go APIs - [#885]
- Expose
- expand
- interp
-
pattern
- Add
EntireString
to match the entire string using^$
- [#866]
- Add
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.