chore(deps): update dependency shfmt to v3.14.1 - #46
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
August 10, 2025 12:44
a859a51 to
1999443
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
September 25, 2025 18:59
1999443 to
e63f770
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
October 30, 2025 07:32
e63f770 to
852b68b
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
November 13, 2025 10:46
852b68b to
866846a
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
2 times, most recently
from
November 22, 2025 21:51
c833700 to
54d09e3
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
2 times, most recently
from
December 7, 2025 12:54
6ff138b to
927dc28
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
December 27, 2025 05:11
927dc28 to
791067e
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
January 13, 2026 15:50
791067e to
31727cf
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
2 times, most recently
from
March 5, 2026 01:06
c8a354b to
6089121
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
March 9, 2026 12:41
6089121 to
2b4f0ad
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
March 22, 2026 04:39
2b4f0ad to
2a0d9c2
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
April 7, 2026 01:34
2a0d9c2 to
fc42ea6
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
August 28, 2026 22:07
fc42ea6 to
223c39d
Compare
renovate
Bot
force-pushed
the
renovate/shfmt-3.x
branch
from
September 6, 2026 16:39
223c39d to
c7e8a7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.11.0→3.14.1Release Notes
mvdan/sh (shfmt)
v3.14.1Compare Source
<<-heredoc bodies rather than replacing them with spaces<<-ones, whose output no longer parsed$#"$foo"and$+"$foo"- #1405\*act as glob metacharacters@(aas literals, avoiding a panicv3.14.0Compare Source
This release drops support for Go 1.25 and includes many enhancements,
particularly in the interpreter, which implements more shell features
and fixes many divergences from Bash.
--detectto find shell files by executable bit or shebang - #944Preorder, an iterator over all nodes, complementingWalkencoding.TextUnmarshalerimplementations for each operator type${ foo;}and${|foo;}inside double quotes - #1368{varname}redirects, likeexec {fds[3]}>&-- #719${args[cmd,#]}- #1285#as the start of a comment inside[[ ]]tests - #1326thenordowith a semicolon when heredocs are pending - #1047!in arithmetic expressions, avoiding history expansion - #987SplitBracesreject malformed sequences and skip backslash escapes - #1330${=name},${~name}, and${^name}prefixes - #1238;|case terminator and leading parentheses for globs - #1293, #1279[globs in arrays - #1278, #1322">>", rather than integers - #1321BashOptsto set Bash options likeshopt- #962AccessHandlerto control file access checks, used by-randcd- #1318HandlerContext.LastExitStatus, and provide aHandlerContextto stat handlershelpandtimesbuiltins, as well as$-- #1398;∧;&case terminators - #1391-Ntest operator, and make-ntand-otfollow POSIX - #1340a=([5]=x)- #1373execfails withENOEXEC- #1065js/wasm, where subprocesses and pipes are unavailableexecwith no argumentsRunBracesSeqwith a config and error reporting, deprecatingBracesVariable.Indexesto describe sparse indexed arrays&&and||operators - #1371"${a[@]%o}"- #1081${!arr[@]}consistent with the quoted form - #672[as a literal character, like Bash - #1372[![:space:]]dashshebangs as POSIX shell for-ln=auto- #1307v3.13.1Compare Source
[[zsh]]in EditorConfig files.zshrcand.bash_profile--apply-ignorewhen used with explicit args - #1310;;with the previous line when formatting - #1289$1[foo]was parsed as a subscript in Zsh - #1288$!in double quotes in Zsh - #1298namerefvariablesv3.13.0Compare Source
This release introduces support for Zsh
in the parser and formatter, which was tracked in issue #120
alongside the label https://github.com/mvdan/sh/labels/zsh.
While support is not complete, it should be far enough for many use cases.
This release also drops support for Go 1.24 and includes many other enhancements:
-lprints any filenamesshfmt -versionis now derived from the git current tag, dropping the-ldflagsworkaroundLangZshLangVariantis now a bitset, allowing the use of sets like "Bash-like"InteractiveSeqandStmtsSeqiterator methods forParserPrintervia struct embeddingdeclare {a,b}_c=valueshopt -s dotglobandshopt -s extglob!(expr)extended glob patternsdeclare,type,readConfig.DotGlobandConfig.ExtGlobfor the interpreterVariable.Flagsto get the one-characterdeclareflagsGlobLeadingDotandExtendedOperatorsfor the interpreterNegExtGlobErrorto mark the use of!(expr)negation patternsv3.12.0Compare Source
mvdan-shJS package is discontinued in favor ofsh-syntax- #1145--writeto replace non-regular files - #843IsBuiltinto check if a command name is a shell built-in - #1164HandlerContext.Builtinto allowExecHandlerFuncto call built-ins$!andwait PID- #221ExecHandlerFuncerrors via theRunner.RunAPIHandlerContext.Posto provide handlers with source positionsNewExitStatusandIsExitStatusin favor ofExitStatuswaitto always return the status of the last given job$RANDOMand$SRANDOM$BASH_REMATCHwhen matching regular expressions via=~Bracesmode; usesyntax.SplitBracesinstead**to only act as "globstar" when alone as a path element - #1149*and**to not match leading dots in basenamesNoGlobStarmode to match the POSIX semanticsConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.