From a9140126992b82a6d6cf94efd73c57cc10813ac3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Mar 2026 19:42:31 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10 (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/mirrors-eslint](https://github.com/pre-commit/mirrors-eslint) | repository | major | `v9.39.1` → `v10.0.3` | 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](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
pre-commit/mirrors-eslint (pre-commit/mirrors-eslint) ### [`v10.0.3`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.2...v10.0.3) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.2...v10.0.3) ### [`v10.0.2`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.1...v10.0.2) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.0...v10.0.1) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.0...v10.0.1) ### [`v10.0.0`](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.0.0) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.0.0)
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.unbound.se/unboundsoftware/schemas-app/pulls/93 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1988ae..791c7ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: stages: [ commit-msg ] additional_dependencies: [ '@commitlint/config-conventional' ] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.39.1 + rev: v10.0.3 hooks: - id: eslint types: [ file ]