Update dependency shfmt to v3.9.0 #84

Open
renovate-bot wants to merge 1 commit from renovate/shfmt-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
shfmt minor 3.8.0 -> 3.9.0

Release Notes

mvdan/sh (shfmt)

v3.9.0

Compare Source

This release drops support for Go 1.21 and includes many fixes.

  • cmd/shfmt
    • Switch the diff implementation to remove one dependency
  • syntax
    • Protect against overflows in position offset integers
  • interp
    • Use os.Pipe for stdin to prevent draining by subprocesses - #​1085
    • Support cancelling reads in builtins when stdin is a file - #​1066
    • Support the nocaseglob bash option - #​1073
    • Support the Bash 5.2 @k parameter expansion operator
    • Support the test -O and test -G operators on non-Windows - #​1080
    • Support the read -s builtin flag - #​1063
  • expand
    • Add support for case insensitive globbing - #​1073
    • Don't panic when pattern words are nil - #​1076

A special thanks to @​theclapp for their contributors to this release!

Consider becoming a sponsor if you benefit from the work that went into this release!


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.8.0` -> `3.9.0` | --- ### Release Notes <details> <summary>mvdan/sh (shfmt)</summary> ### [`v3.9.0`](https://github.com/mvdan/sh/blob/HEAD/CHANGELOG.md#390---2024-08-16) [Compare Source](https://github.com/mvdan/sh/compare/v3.8.0...v3.9.0) This release drops support for Go 1.21 and includes many fixes. - **cmd/shfmt** - Switch the diff implementation to remove one dependency - **syntax** - Protect against overflows in position offset integers - **interp** - Use `os.Pipe` for stdin to prevent draining by subprocesses - [#&#8203;1085](https://github.com/mvdan/sh/issues/1085) - Support cancelling reads in builtins when stdin is a file - [#&#8203;1066](https://github.com/mvdan/sh/issues/1066) - Support the `nocaseglob` bash option - [#&#8203;1073](https://github.com/mvdan/sh/issues/1073) - Support the Bash 5.2 `@k` parameter expansion operator - Support the `test -O` and `test -G` operators on non-Windows - [#&#8203;1080](https://github.com/mvdan/sh/issues/1080) - Support the `read -s` builtin flag - [#&#8203;1063](https://github.com/mvdan/sh/issues/1063) - **expand** - Add support for case insensitive globbing - [#&#8203;1073](https://github.com/mvdan/sh/issues/1073) - Don't panic when pattern words are nil - [#&#8203;1076](https://github.com/mvdan/sh/issues/1076) A special thanks to [@&#8203;theclapp](https://github.com/theclapp) for their contributors to this release! Consider [becoming a sponsor](https://github.com/sponsors/mvdan) if you benefit from the work that went into this release! </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNy4wIiwidXBkYXRlZEluVmVyIjoiMzguMjcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot added the
renovate
label 2024-08-17 04:15:55 +02:00
renovate-bot added 1 commit 2024-08-17 04:15:55 +02:00
Update dependency shfmt to v3.9.0
All checks were successful
build package and container / build-pypackage (pull_request) Successful in 16s
check code / check-docs (pull_request) Successful in 7s
create release / release-pypackage (pull_request) Successful in 23s
build package and container / build-container (pull_request) Successful in 3m8s
check code / check-code-py38 (pull_request) Successful in 6m46s
check code / scan-code-py311 (pull_request) Has been skipped
check code / check-code-py39 (pull_request) Successful in 6m50s
check code / check-code-py310 (pull_request) Successful in 6m43s
check code / check-code-py311 (pull_request) Successful in 6m30s
dad85ac420
All checks were successful
build package and container / build-pypackage (pull_request) Successful in 16s
check code / check-docs (pull_request) Successful in 7s
create release / release-pypackage (pull_request) Successful in 23s
build package and container / build-container (pull_request) Successful in 3m8s
check code / check-code-py38 (pull_request) Successful in 6m46s
check code / scan-code-py311 (pull_request) Has been skipped
check code / check-code-py39 (pull_request) Successful in 6m50s
check code / check-code-py310 (pull_request) Successful in 6m43s
check code / check-code-py311 (pull_request) Successful in 6m30s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/shfmt-3.x:renovate/shfmt-3.x
git checkout renovate/shfmt-3.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/shfmt-3.x
git checkout master
git merge --ff-only renovate/shfmt-3.x
git checkout renovate/shfmt-3.x
git rebase master
git checkout master
git merge --no-ff renovate/shfmt-3.x
git checkout master
git merge --squash renovate/shfmt-3.x
git checkout master
git merge --ff-only renovate/shfmt-3.x
git checkout master
git merge renovate/shfmt-3.x
git push origin master
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#84
No description provided.