chore(deps): update pre-commit hooks - #452
Merged
Merged
Conversation
This was referenced Sep 23, 2026
Closed
laurigates-renovate
Bot
force-pushed
the
renovate/pre-commit
branch
from
September 23, 2026 18:24
accbce2 to
ceb99d8
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:
v2.1.0→v2.5.2v4.2.0→v4.4.0v8.30.0→v8.30.1v1.7.7→v1.7.12Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
JohnnyMorganz/StyLua (JohnnyMorganz/StyLua)
v2.5.2Compare Source
There were no code changes in this release, it was just a fix to npm publishing, see https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.5.0 for the main updates
[2.5.2] - 2026-05-16
Fixed
Full Changelog: JohnnyMorganz/StyLua@v2.5.1...v2.5.2
v2.5.1Compare Source
There were no code changes in this release, it was an attempt to fix npm publishing, see https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.5.0 for the main updates
[2.5.1] - 2026-05-16
Fixed
Full Changelog: JohnnyMorganz/StyLua@v2.5.0...v2.5.1
v2.5.0Compare Source
[2.5.0] - 2026-05-16
Added
constvariable assignments (const x = 1) andconst functiondeclarations (#1102)Changed
@johnnymorganz/stylua-binnow ships pre-built binaries via platform-specific optional packages (@johnnymorganz/stylua-bin-linux-x64,-linux-arm64,-darwin-x64,-darwin-arm64,-win32-x64) instead of downloading the binary at install time. This makes the packages self-contained with no extra dependencies.Fixed
=) exceeds it (#1104)local functionandconst functiondeclarations that have attributes (e.g.@native) at the start of a block (#1109)Full Changelog: JohnnyMorganz/StyLua@v2.4.1...v2.5.0
v2.4.1Compare Source
[2.4.1] - 2026-04-06
Fixed
f<<T>>()) inside a nested function call argument (e.g. as a callback) (#1088)f<<(number)>>(10)becomingf<<number>>(10)(#1089)Full Changelog: JohnnyMorganz/StyLua@v2.4.0...v2.4.1
v2.4.0Compare Source
[2.4.0] - 2026-03-07
Added
--no-ignore-vcsto continue formatting files listed in a.gitignorefile, instead of skipping over them (#895)call_parentheses = Inputin editorconfig (#1057)f<<T>>(),obj:method<<T>>())stylua_syntaxandstylua_block_newline_gapsproperties in editorconfig (#1054)Fixed
foo.bar -- comment { }(#873)- - - - -5becoming-----5(#1075)--preserve-block-newline-gapsCLI flag not being applied as a config override.stylua.tomlon Windows due to incorrect file URI to path conversion (#1051)External Contributions
call_parentheses = Inputdon't work in editorconfig by @phanen in #1057New Contributors
Full Changelog: JohnnyMorganz/StyLua@v2.3.1...v2.4.0
v2.3.1Compare Source
[2.3.1] - 2025-11-01
Fixed
External Contributions
New Contributors
Full Changelog: JohnnyMorganz/StyLua@v2.3.0...v2.3.1
v2.3.0Compare Source
[2.3.0] - 2025-09-27
Added
respect_editor_formatting_options.If it's true, the formatting handler will override the configurations
indent-widthandindent-typewith values from FormattingOptionsChanged
serverInfoin the language server'sInitializeResponseFixed
document_range_formatting_providercapability missing fromServerCapabilitiesin language server mode.styluaignorefiles (#1035)External Contributions
New Contributors
Full Changelog: JohnnyMorganz/StyLua@v2.2.0...v2.3.0
v2.2.0Compare Source
[2.2.0] - 2025-09-14
Added
block_newline_gapsto determine whether newline gaps at the start / end of blocks should be preserved. Defaults toNever, which is the original behaviour. (#857)stylua --lspand connect with a language client. (#936)Changed
Fixed
External Contributions
New Contributors
Full Changelog: JohnnyMorganz/StyLua@v2.1.0...v2.2.0
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)
v4.4.0Compare Source
What's Changed
New Contributors
Full Changelog: compilerla/conventional-pre-commit@v4.3.0...v4.4.0
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: compilerla/conventional-pre-commit@v4.2.0...v4.3.0
gitleaks/gitleaks (gitleaks/gitleaks)
v8.30.1Compare Source
Changelog
83d9cd6update goreleaser8d1f98cRemoved unnecessary functions from report template (#2040)ca20267its the simple things (#2020)b66ac75build: switch to Go 1.24 (#2002)rhysd/actionlint (rhysd/actionlint)
v1.7.12Compare Source
timezoneconfiguration inon.schedulewith checks for IANA timezone string. See the documentation for more details. Note that actionlint starts to embed the timezone database in the executables from this version so the binary sizes slightly increase. (#641, thanks @martincostello)jobs.<job_name>.environment.deploymentconfiguration. (#639, thanks @springmeyer)macos-26-intelrunner label. (#629, thanks @hugovk)[Changes][v1.7.12]
v1.7.11Compare Source
case()function in${{ }}expressions which was recently added to GitHub Actions. (#612, #614, thanks @heppu)macos-26-largeandwindows-2025-vs2026runner labels. See the GitHub's announce for more details. (#615, thanks @hugovk and @muzimuzhi)ghcommand can verify the integrity of the downloaded binaries as follows. The verification is highly recommended in terms of supply chain security. (#608, thanks @takaram)./as error because they never match anything. (#521)[Changes][v1.7.11]
v1.7.10Compare Source
&anchorand*anchor) in workflow files. In addition to parsing YAML anchors correctly, actionlint checks unused and undefined anchors. See the document for more details. (#133, thanks @srz-zumix for the initial implementation at #568 and @alexaandru for trying another approach at #557)*-xlmacOS runner labels because they were dropped. (#592, thanks @muzimuzhi)macos-13macos-13-largemacos-13-xlargeworkflow_dispatchevent from 10 to 25 because the limitation was recently relaxed. (#598, thanks @Haegi)artifact-metadatapermission for workflow permissions. (#602, thanks @martincostello)if:conditions as error. See the rule document for more details.{and}characters in format string offormat()function call. For example v1.7.9 didn't parse"{{0} {1} {2}}"correctly.typein workflow call inputs as error.<<as error because GitHub Actions doesn't support the syntax.jobs.<job_id>.snapshot.if.misein the installation document. (#591, thanks @risu729)[Changes][v1.7.10]
v1.7.9Compare Source
ubuntu-slimrunner label. (#585, thanks @cestorer)deprecationMessageproperty. Using a deprecated input is reported as error if it is not marked asrequired. See the document for more details. (#580)image_versionworkflow trigger.jobs.<job_id>.snapshotsyntax. To make actionlint recognize your own image generation runner, useself-hosted-runner.labelsconfig.if:likeif: trueas error. Only very simple expressions liketrueorfalseare detected for now. See the document for more details.id-tokenandmodelsscopes. (#582, thanks @holtkampjs)argsandentrypointinputs are not recognized atuses:when it's not a Docker action. (#550)credentialscannot be configured with${{ }}. (#590)run:anduses:). Available keys suggestion is now more accurate and unexpected keys are detected more accurately.actionlint.AllContextsmap constant in Go API that contains the information about all context availability.anthropics/claude-code-actionopenai/codex-actiongoogle-github-actions/run-gemini-climake covtask to easily generate a code coverage report.actionlintpacakge from tap of this repository with Homebrew a hard error. Install the cask version instead following the instruction in the error message.[Changes][v1.7.9]
v1.7.8Compare Source
modelspermission inpermissionssection. (#531, thanks @muzimuzhi)job.check_run_idproperty. (#576, thanks @muzimuzhi for fixing the type at #577)node24runtime atusingsection in action metadata. (#561, thanks @salmanmkc)macos-26andmacos-26-xlarge(#572, thanks @muzimuzhi)macos-15(#572, thanks @muzimuzhi)ubuntu-20.04(#534, thanks @shogo82148)windows-2019(#572, thanks @muzimuzhi)deprecationMessagein action inputs metadata. (#540, thanks @saansh45)windows-11-armrunner. (#542, thanks @trim21)ubuntu-latestrunner label asubuntu-24.04andmacos-latestrunner label asmacos-15.issuesandpull_request_targetwebhooks.go generatescripts)actions/create-github-app-tokenactions/attest-sbomactions/ai-inferencepeter-evans/create-or-update-commentrelease-drafter/release-drafterSamKirkland/FTP-Deploy-Actionactionlint -versionoutput can be empty.actionlintformula is still maintained. Please read the documentation for more details.go-yaml/yaml@v3package withyaml/go-yaml@v4package.go-yaml/yamlwas used for parsing workflow files however it was unmaintained.yaml/go-yamlis a successor of the library officially maintained by YAML organization. (#575)[Changes][v1.7.8]
This PR has been generated by Mend Renovate.