chore(deps): update dependency mvdan/sh to v3.7.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
mvdan/sh | minor |
3.6.0 -> 3.7.0
|
Release Notes
mvdan/sh
v3.7.0
- syntax
-
interp
- Add
ExecHandlers
to support layering multiple middlewares - [#964] - Add initial support for the
select
clause - [#969] - Support combining the
errexit
andpipefail
options - [#870] - Set
EUID
just likeUID
- [#958] - Replace panics on unimplemented builtins with errors - [#999]
- Tweak build tags to support building for
js/wasm
- [#983]
- Add
-
syntax/typedjson
- Avoid
reflect.Value.MethodByName
to reduce binary sizes - [#961]
- Avoid
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.