Update dependency shfmt to v3.7.0 #46

Merged
olofvndrhr merged 1 commit from renovate/shfmt-3.x into master 2023-06-29 21:20:08 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
shfmt minor 3.6.0 -> 3.7.0

Release Notes

mvdan/sh

v3.7.0

Compare Source

  • syntax
    • Correctly parse $foo#bar as a single word - #​1003
    • Make &> redirect operators an error in POSIX mode - #​991
    • Avoid producing invalid shell when minifying some heredocs - #​923
    • Revert the simplification of ${foo:-} into ${foo-} - #​970
  • interp
    • Add ExecHandlers to support layering multiple middlewares - #​964
    • Add initial support for the select clause - #​969
    • Support combining the errexit and pipefail options - #​870
    • Set EUID just like UID - #​958
    • Replace panics on unimplemented builtins with errors - #​999
    • Tweak build tags to support building for js/wasm - #​983
  • syntax/typedjson
    • Avoid reflect.Value.MethodByName to reduce binary sizes - #​961

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [shfmt](https://github.com/mvdan/sh) | minor | `3.6.0` -> `3.7.0` | --- ### Release Notes <details> <summary>mvdan/sh</summary> ### [`v3.7.0`](https://github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#&#8203;370---2023-06-18) [Compare Source](https://github.com/mvdan/sh/compare/v3.6.0...v3.7.0) - **syntax** - Correctly parse `$foo#bar` as a single word - [#&#8203;1003](https://github.com/mvdan/sh/issues/1003) - Make `&>` redirect operators an error in POSIX mode - [#&#8203;991](https://github.com/mvdan/sh/issues/991) - Avoid producing invalid shell when minifying some heredocs - [#&#8203;923](https://github.com/mvdan/sh/issues/923) - Revert the simplification of `${foo:-}` into `${foo-}` - [#&#8203;970](https://github.com/mvdan/sh/issues/970) - **interp** - Add `ExecHandlers` to support layering multiple middlewares - [#&#8203;964](https://github.com/mvdan/sh/issues/964) - Add initial support for the `select` clause - [#&#8203;969](https://github.com/mvdan/sh/issues/969) - Support combining the `errexit` and `pipefail` options - [#&#8203;870](https://github.com/mvdan/sh/issues/870) - Set `EUID` just like `UID` - [#&#8203;958](https://github.com/mvdan/sh/issues/958) - Replace panics on unimplemented builtins with errors - [#&#8203;999](https://github.com/mvdan/sh/issues/999) - Tweak build tags to support building for `js/wasm` - [#&#8203;983](https://github.com/mvdan/sh/issues/983) - **syntax/typedjson** - Avoid `reflect.Value.MethodByName` to reduce binary sizes - [#&#8203;961](https://github.com/mvdan/sh/issues/961) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEyOC4zIn0=-->
renovate-bot added the
renovate
label 2023-06-18 20:06:09 +02:00
renovate-bot added 1 commit 2023-06-18 20:06:09 +02:00
Update dependency shfmt to v3.7.0
Some checks failed
ci/woodpecker/push/tests Pipeline failed
ci/woodpecker/pr/tests Pipeline failed
ci/woodpecker/pr/test_tox_arm64 unknown status
ci/woodpecker/pr/test_docker_amd64 unknown status
ci/woodpecker/pr/test_docker_arm64 unknown status
ci/woodpecker/pr/test_release unknown status
ci/woodpecker/pr/test_tox_amd64 unknown status
2cbd204204
olofvndrhr merged commit d8947df817 into master 2023-06-29 21:20:08 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: olofvndrhr/manga-dlp#46
No description provided.