chore(deps): Update Update pre-commit hooks - #17
Merged
renovate4splunk-platform-apps[bot] merged 2 commits intoSep 1, 2026
Merged
Conversation
renovate4splunk-platform-apps
Bot
requested a review
from a team
as a code owner
September 1, 2026 00:37
edro15
approved these changes
Sep 1, 2026
renovate4splunk-platform-apps
Bot
deleted the
renovate/update-pre-commit-hooks
branch
September 1, 2026 15:31
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:
v0.15.22→v0.16.5v1.170.0→v1.175.0Note: 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
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.16.5Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.5
v0.16.4Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.4
v0.16.3Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.3
v0.16.2Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.2
v0.16.1Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.1
v0.16.0Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.0
returntocorp/semgrep (returntocorp/semgrep)
v1.175.0Compare Source
1.175.0 - 2026-08-26
### Changed
v1.174.0Compare Source
1.174.0 - 2026-08-20
### Added
### Changed
--x-partial-scan-rule-id) now resolve dependencies only forsubprojects whose ecosystem is evaluated by the rules being run. Subprojects in
any other ecosystem are skipped and reported to semgrep-app as skipped
subprojects. (SC-3830)
v1.173.0Compare Source
1.173.0 - 2026-08-12
### Added
semgrep-core -versionnow reports the git commit that the binary was builtfrom. (core-version-git-sha)
no_disk_cachememory policy (--x-mem-policy no_disk_cache) to trade higher memory usage for not caching intermediary scan data structures on disk. (no-disk-cache-memory-policy)### Changed
removing multithreaded synchronization overhead for very large repos. (ENGINE-2854)
bytes rather than by worker count, stabilizing memory allocations at parse-time
and improving parsing throughput. (ENGINE-2920)
layout at, assembly flags,globalusing-directives, EVM Cancun builtins) and corrected ternary/?:vs member-access precedence. (LANG-207)robustly, with improved error recovery during taint analysis — branch
bodies are no longer dropped from the dataflow intermediate language when
a pattern can't be compiled. Pattern matching in statement position also
now benefits from the same compilation as expression position. (LANG-598)
on systems using the musl libc implementation. (pcre2-match-data-reuse)
### Fixed
example an out-of-memory kill or a segfault), Semgrep now logs a clear error
naming the signal, instead of the misleading "Expected a number, got ''"
message. When debug logging is enabled, the tail of the subprocess's stderr is
included as well. (rpc-subprocess-death-diagnostics)
appearing in neither the results nor the list of skipped targets. Such paths
are now retried, and any that still fail are reported as skipped targets so
they show up in the scan report. (ENGINE-2854)
metavariable-regexor a binding-introducingmetavariable-patternwould emit a duplicate finding on the same range whosemessage still contained the raw metavariable (e.g.
a hash $ALG was detected)instead of the substituted value. Only the correctly-substituted finding is now
reported. (ENGINE-2932)
grouped
usewith a nested path (e.g.use a::b::C). It was wrongly beingresolved as b::a::C. (LANG-234)
v1.172.0Compare Source
1.172.0 - 2026-07-28
### Added
.tofufile extension. Because OpenTofu uses the same HCL grammar as Terraform,.tofufiles are now automatically detected and scanned as Terraform, so they are picked up by recursive scans and Terraform rulesets (e.g.p/terraform) with no extra configuration. (ENGINE-2884)### Changed
!=, case/when expressions with line breaks, and element references that take a block. (LANG-206)semgrep cihas been extended from the last 30 days to the last 90 days, to match the updated usage policy. (contributor-window-90-days)### Fixed
--debugis NOT passed, matching the segfault error output when--debugis passed (engine-segv)by an OCaml compiler bug. Semgrep now builds against a compiler fork that
backports the upstream fix. (ocaml_codegen_fix)
now builds against an OCaml compiler that improves garbage collection duty
cycle pacing. (ocaml_gc_pacing_fix)
Scan Statusoutput when no code rules will run (e.g. aSecrets-only or Supply-Chain-only scan). The summary line no longer reports a
confusing "0 Code rules", and the "Code Rules" section now states explicitly
either that code scanning is not enabled or that there are no code rules to run,
instead of printing an empty table. (ENGINE-2878)
dependency output failed (Resolve_gradle.gradle_resolved_dependency)". The
github-dependency-graph-gradle-plugin used during resolution was fetched
unpinned, and its 1.4.2 release renamed keys in its JSON output. The plugin is
now pinned to 1.4.1. (sc-3738)
v1.171.0Compare Source
1.171.0 - 2026-07-22
### Added
.tofufile extension. Because OpenTofu uses the same HCL grammar as Terraform,.tofufiles are now automatically detected and scanned as Terraform, so they are picked up by recursive scans and Terraform rulesets (e.g.p/terraform) with no extra configuration. (ENGINE-2884)### Changed
semgrep cihas been extended from the last 30 days to the last 90 days, to match the updated usage policy. (contributor-window-90-days)### Fixed
by an OCaml compiler bug. Semgrep now builds against a compiler fork that
backports the upstream fix. (ocaml_codegen_fix)
now builds against an OCaml compiler that improves garbage collection duty
cycle pacing. (ocaml_gc_pacing_fix)
Scan Statusoutput when no code rules will run (e.g. aSecrets-only or Supply-Chain-only scan). The summary line no longer reports a
confusing "0 Code rules", and the "Code Rules" section now states explicitly
either that code scanning is not enabled or that there are no code rules to run,
instead of printing an empty table. (ENGINE-2878)
dependency output failed (Resolve_gradle.gradle_resolved_dependency)". The
github-dependency-graph-gradle-plugin used during resolution was fetched
unpinned, and its 1.4.2 release renamed keys in its JSON output. The plugin is
now pinned to 1.4.1. (sc-3738)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.