Update dependency shfmt to v3.8.0 #72

Merged
olofvndrhr merged 1 commit from renovate/shfmt-3.x into master 2024-02-13 08:18:18 +01:00
Collaborator

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

Compare Source

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
    • Add --apply-ignore for tools and editors - #​1037
  • syntax
    • Allow formatting redirects before all command argumetnts - #​942
    • Support brace expansions with uppercase letters - #​1042
    • Unescape backquotes in single quotes within backquotes - #​1041
    • Better error when using function in POSIX mode - #​993
    • Better column numbers for escapes inside backquotes - #​1028
  • interp
    • Support parentheses in classic test commands - #​1036
    • Determine access to a directory via unix.Access - #​1033
    • Support subshells with FuncEnviron as Env - #​1043
    • Add support for fs.DirEntry via ReadDirHandler2
  • expand
    • Add support for fs.DirEntry via ReadDir2
    • Support zero-padding in brace expansions - #​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.


  • 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.7.0` -> `3.8.0` | --- ### Release Notes <details> <summary>mvdan/sh (shfmt)</summary> ### [`v3.8.0`](https://github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#380---2024-02-11) [Compare Source](https://github.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]]` - [#&#8203;664](https://github.com/mvdan/sh/issues/664) - Add `--apply-ignore` for tools and editors - [#&#8203;1037](https://github.com/mvdan/sh/issues/1037) - **syntax** - Allow formatting redirects before all command argumetnts - [#&#8203;942](https://github.com/mvdan/sh/issues/942) - Support brace expansions with uppercase letters - [#&#8203;1042](https://github.com/mvdan/sh/issues/1042) - Unescape backquotes in single quotes within backquotes - [#&#8203;1041](https://github.com/mvdan/sh/issues/1041) - Better error when using `function` in POSIX mode - [#&#8203;993](https://github.com/mvdan/sh/issues/993) - Better column numbers for escapes inside backquotes - [#&#8203;1028](https://github.com/mvdan/sh/issues/1028) - **interp** - Support parentheses in classic test commands - [#&#8203;1036](https://github.com/mvdan/sh/issues/1036) - Determine access to a directory via `unix.Access` - [#&#8203;1033](https://github.com/mvdan/sh/issues/1033) - Support subshells with `FuncEnviron` as `Env` - [#&#8203;1043](https://github.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 - [#&#8203;1042](https://github.com/mvdan/sh/issues/1042) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot added the
renovate
label 2024-02-11 20:13:56 +01:00
renovate-bot added 1 commit 2024-02-11 20:13:57 +01:00
Update dependency shfmt to v3.8.0
All checks were successful
build package and container / build-pypackage (pull_request) Successful in 15s
check code / check-docs (pull_request) Successful in 7s
create release / release-pypackage (pull_request) Successful in 27s
build package and container / build-container (pull_request) Successful in 2m54s
check code / check-code-py38 (pull_request) Successful in 7m11s
check code / scan-code-py311 (pull_request) Has been skipped
check code / check-code-py39 (pull_request) Successful in 7m7s
check code / check-code-py310 (pull_request) Successful in 6m48s
check code / check-code-py311 (pull_request) Successful in 7m2s
08454220f9
renovate-bot force-pushed renovate/shfmt-3.x from 08454220f9 to ae4b796469 2024-02-12 20:14:40 +01:00 Compare
olofvndrhr merged commit a1bd82778f into master 2024-02-13 08:18:18 +01: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#72
No description provided.