Skip to content

Update pre-commit#491

Merged
CarrotManMatt merged 1 commit intomainfrom
renovate/pre-commit
May 13, 2025
Merged

Update pre-commit#491
CarrotManMatt merged 1 commit intomainfrom
renovate/pre-commit

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 13, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/ruff-pre-commit repository patch v0.11.8 -> v0.11.9
astral-sh/uv-pre-commit repository patch 0.7.2 -> 0.7.3
gitleaks/gitleaks repository minor v8.25.1 -> v8.26.0
renovatebot/pre-commit-hooks repository minor 40.3.4 -> 40.10.4

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers 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.11.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.11.9

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.7.3

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.7.3

gitleaks/gitleaks (gitleaks/gitleaks)

v8.26.0

Compare Source

Changelog

Calling this one @​bplaxco's release as he introduced a really clever method for mixed decoding without sacrificing too much performance. As I stated in his PR, I think he's either a wizard or some time traveling AI. Dude is wicked smaht

Anyways, Gitleaks now supports the following decoders: hex, percent(url enconding), and b64. It's relatively straight forward to add a new decoder so if you're motivated, community contributions are welcomed!

Here's an example:

~/code/gitleaks-org/gitleaks (master) cat decode.txt
text below
aGVsbG8sIHdvcmxkIQ%3D%3D%0A
text above
~/code/gitleaks-org/gitleaks (master) ./gitleaks dir decode.txt --max-decode-depth=2 --log-level=debug

    ○
    │╲
    │ ○
    ○ ░
    ░    gitleaks

4:08PM DBG using stdlib regex engine
4:08PM DBG unable to load gitleaks config from decode.txt/.gitleaks.toml since --source=decode.txt is a file, using default config
4:08PM DBG found .gitleaksignore file: .gitleaksignore
4:08PM DBG segment found: original=[29,38] pos=[29,38]: "%3D%3D%0A" -> "==\n"
4:08PM DBG segment found: original=[11,38] pos=[11,31]: "aGVsbG8sIHdvcmxkIQ==" -> "hello, world!"
4:08PM INF scanned ~50 bytes (50 bytes) in 1.5ms
4:08PM INF no leaks found
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v40.10.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.10.4 for more changes

v40.10.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.10.2 for more changes

v40.10.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.10.1 for more changes

v40.10.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.10.0 for more changes

v40.9.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.9.1 for more changes

v40.9.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.9.0 for more changes

v40.8.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.8.2 for more changes

v40.8.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.8.1 for more changes

v40.8.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.8.0 for more changes

v40.7.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.7.1 for more changes

v40.7.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.7.0 for more changes

v40.6.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.6.0 for more changes

v40.5.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.5.1 for more changes

v40.5.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.5.0 for more changes

v40.4.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.4.0 for more changes

v40.3.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.3.6 for more changes


Configuration

📅 Schedule: Branch creation - Between 03:00 AM and 08:59 AM, only on Tuesday ( * 3-8 * * 2 ) in timezone Europe/London, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Changes that interact with managing dependencies label May 13, 2025
@renovate renovate bot requested a review from CarrotManMatt as a code owner May 13, 2025 02:55
@CarrotManMatt CarrotManMatt merged commit a5e7b17 into main May 13, 2025
9 checks passed
@CarrotManMatt CarrotManMatt deleted the renovate/pre-commit branch May 13, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that interact with managing dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant