defenseunicorns / uds-package-sonarqube

🏭 UDS Sonarqube Zarf Package
Apache License 2.0
3 stars 2 forks source link

chore(deps): update all dependencies #26

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action patch v4.0.0 -> v4.0.1
actions/upload-artifact action minor v4.0.0 -> v4.3.0
actions/upload-artifact action major v3.1.3 -> v4.3.0
busybox minor 1.32" -> 1.36.1
curlimages/curl major 7.76.1" -> 8.6.0
defenseunicorns/zarf patch v0.32.1 -> v0.32.2
github/codeql-action action minor v3.22.12 -> v3.24.0
golangci/golangci-lint repository minor v1.54.1 -> v1.55.2
google-github-actions/release-please-action action patch v4.0.1 -> v4.0.2
pre-commit/pre-commit-hooks repository minor v4.4.0 -> v4.5.0
python-jsonschema/check-jsonschema repository minor 0.24.1 -> 0.27.4
registry1.dso.mil/ironbank/big-bang/base major 2.1.0" -> 8.4
renovatebot/pre-commit-hooks repository major 36.43.1 -> 37.168.5
sonarqube (source) major 8.0.3+2010 -> 10.3.0+2009

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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

actions/setup-node (actions/setup-node) ### [`v4.0.1`](https://togithub.com/actions/setup-node/releases/tag/v4.0.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v4...v4.0.1) ##### What's Changed - Ignore engines in Yarn 1 e2e-cache tests by [@​trivikr](https://togithub.com/trivikr) in [https://github.com/actions/setup-node/pull/882](https://togithub.com/actions/setup-node/pull/882) - Update setup-node references in the README.md file to setup-node@v4 by [@​jwetzell](https://togithub.com/jwetzell) in [https://github.com/actions/setup-node/pull/884](https://togithub.com/actions/setup-node/pull/884) - Update reusable workflows to use Node.js v20 by [@​MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/setup-node/pull/889](https://togithub.com/actions/setup-node/pull/889) - Add fix for cache to resolve slow post action step by [@​aparnajyothi-y](https://togithub.com/aparnajyothi-y) in [https://github.com/actions/setup-node/pull/917](https://togithub.com/actions/setup-node/pull/917) - Fix README.md by [@​takayamaki](https://togithub.com/takayamaki) in [https://github.com/actions/setup-node/pull/898](https://togithub.com/actions/setup-node/pull/898) - Add `package.json` to `node-version-file` list of examples. by [@​TWiStErRob](https://togithub.com/TWiStErRob) in [https://github.com/actions/setup-node/pull/879](https://togithub.com/actions/setup-node/pull/879) - Fix node-version-file interprets entire package.json as a version by [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) in [https://github.com/actions/setup-node/pull/865](https://togithub.com/actions/setup-node/pull/865) ##### New Contributors - [@​trivikr](https://togithub.com/trivikr) made their first contribution in [https://github.com/actions/setup-node/pull/882](https://togithub.com/actions/setup-node/pull/882) - [@​jwetzell](https://togithub.com/jwetzell) made their first contribution in [https://github.com/actions/setup-node/pull/884](https://togithub.com/actions/setup-node/pull/884) - [@​aparnajyothi-y](https://togithub.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-node/pull/917](https://togithub.com/actions/setup-node/pull/917) - [@​takayamaki](https://togithub.com/takayamaki) made their first contribution in [https://github.com/actions/setup-node/pull/898](https://togithub.com/actions/setup-node/pull/898) - [@​TWiStErRob](https://togithub.com/TWiStErRob) made their first contribution in [https://github.com/actions/setup-node/pull/879](https://togithub.com/actions/setup-node/pull/879) - [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) made their first contribution in [https://github.com/actions/setup-node/pull/865](https://togithub.com/actions/setup-node/pull/865) **Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.1
actions/upload-artifact (actions/upload-artifact) ### [`v4.3.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) ##### What's Changed - Reorganize upload code in prep for merge logic & add more tests by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/504](https://togithub.com/actions/upload-artifact/pull/504) - Add sub-action to merge artifacts by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/505](https://togithub.com/actions/upload-artifact/pull/505) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4...v4.3.0 ### [`v4.2.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.2.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.1.0...v4.2.0) ##### What's Changed - Ability to overwrite an Artifact by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/501](https://togithub.com/actions/upload-artifact/pull/501) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4...v4.2.0 ### [`v4.1.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.1.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.0.0...v4.1.0) #### What's Changed - Add migrations docs by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/482](https://togithub.com/actions/upload-artifact/pull/482) - Update README.md by [@​samuelwine](https://togithub.com/samuelwine) in [https://github.com/actions/upload-artifact/pull/492](https://togithub.com/actions/upload-artifact/pull/492) - Support artifact-url output by [@​konradpabjan](https://togithub.com/konradpabjan) in [https://github.com/actions/upload-artifact/pull/496](https://togithub.com/actions/upload-artifact/pull/496) - Update readme to reflect new 500 artifact per job limit by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/497](https://togithub.com/actions/upload-artifact/pull/497) #### New Contributors - [@​samuelwine](https://togithub.com/samuelwine) made their first contribution in [https://github.com/actions/upload-artifact/pull/492](https://togithub.com/actions/upload-artifact/pull/492) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4...v4.1.0
curl/curl-container (curlimages/curl) ### [`v8.6.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#860---2024-01-31) [Compare Source](https://togithub.com/curl/curl-container/compare/8.5.0...8.6.0) ##### Changed - bump to curl 8.6.0 - bump to alpine 3.19.1 ### [`v8.5.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#850-1---2023-01-19) [Compare Source](https://togithub.com/curl/curl-container/compare/8.4.0...8.5.0) ##### Changed - add libpsl - bump to alpine 3.19.0 ### [`v8.4.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#840---2023-10-11) [Compare Source](https://togithub.com/curl/curl-container/compare/8.3.0...8.4.0) ##### Changed - bump to curl 8.4.0 - bump to alpine 3.18.4 - build enabled --with-gssapi ### [`v8.3.0`](https://togithub.com/curl/curl-container/releases/tag/8.3.0) [Compare Source](https://togithub.com/curl/curl-container/compare/8.2.1...8.3.0) #### \[8.3.1] - 2023-09-13 ##### Changed - bump to curl 8.3.0 - bump to alpine 3.18.3 ### [`v8.2.1`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#821---2023-07-26) [Compare Source](https://togithub.com/curl/curl-container/compare/8.2.0...8.2.1) ##### Changed - bump to curl 8.2.1 ### [`v8.2.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#820---2023-07-19) [Compare Source](https://togithub.com/curl/curl-container/compare/8.1.2...8.2.0) ##### Changed - bump to curl 8.2.0 - bump to alpine 3.18.2 ### [`v8.1.2`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#812-5---2023-06-14) ##### Changed - added clamav and grype to security scan - added user working directory - skimmed apk cache - added back arches (arm64, etc) by fixing issue [#​3](https://togithub.com/curl/curl-container/issues/3)
defenseunicorns/zarf (defenseunicorns/zarf) ### [`v0.32.2`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.32.2) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.32.1...v0.32.2) ##### What's Changed ##### Features - Support authenticated Helm repositories that have been configured with `helm repo add` by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2196](https://togithub.com/defenseunicorns/zarf/pull/2196) - Verify that the specified storage class exists during `zarf init` by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2180](https://togithub.com/defenseunicorns/zarf/pull/2180) - Check for available node resources before building injector pod by [@​chrishorton](https://togithub.com/chrishorton) in [https://github.com/defenseunicorns/zarf/pull/2220](https://togithub.com/defenseunicorns/zarf/pull/2220) - Officially support yaml extensions within the `zarf.yaml` using `x-` keys by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2217](https://togithub.com/defenseunicorns/zarf/pull/2217) ##### Fixes - Fix the inclusion of helm sub commands when rendering `zarf tools help` by [@​jbrewer3](https://togithub.com/jbrewer3) in [https://github.com/defenseunicorns/zarf/pull/2216](https://togithub.com/defenseunicorns/zarf/pull/2216) ##### Docs - Fix typos in the extension `README.md` by [@​mjnagel](https://togithub.com/mjnagel) in [https://github.com/defenseunicorns/zarf/pull/2227](https://togithub.com/defenseunicorns/zarf/pull/2227) - Fix a small grammatical error in the base `README.md` by [@​cmwylie19](https://togithub.com/cmwylie19) in [https://github.com/defenseunicorns/zarf/pull/2219](https://togithub.com/defenseunicorns/zarf/pull/2219) ##### Dependencies - Update github.com/anchore/clio digest to [`89e2fe8`](https://togithub.com/defenseunicorns/zarf/commit/89e2fe8) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2214](https://togithub.com/defenseunicorns/zarf/pull/2214) - Update github.com/anchore/clio digest to [`a5e93b6`](https://togithub.com/defenseunicorns/zarf/commit/a5e93b6) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2229](https://togithub.com/defenseunicorns/zarf/pull/2229) - Update github.com/anchore/stereoscope digest to [`eb656fc`](https://togithub.com/defenseunicorns/zarf/commit/eb656fc) by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/zarf/pull/2230](https://togithub.com/defenseunicorns/zarf/pull/2230) ##### Development - Remove workflow for automatically adding issues to the zarf project by [@​YrrepNoj](https://togithub.com/YrrepNoj) in [https://github.com/defenseunicorns/zarf/pull/2239](https://togithub.com/defenseunicorns/zarf/pull/2239) - Delete unnecessary waitgroup from concurrencyTools by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2244](https://togithub.com/defenseunicorns/zarf/pull/2244) - Update `NewOrasRemote` to take `ocispec.Platform` as an argument by [@​decleaver](https://togithub.com/decleaver) in [https://github.com/defenseunicorns/zarf/pull/2241](https://togithub.com/defenseunicorns/zarf/pull/2241) ##### New Contributors - [@​jbrewer3](https://togithub.com/jbrewer3) made their first contribution in [https://github.com/defenseunicorns/zarf/pull/2216](https://togithub.com/defenseunicorns/zarf/pull/2216) - [@​chrishorton](https://togithub.com/chrishorton) made their first contribution in [https://github.com/defenseunicorns/zarf/pull/2220](https://togithub.com/defenseunicorns/zarf/pull/2220) **Full Changelog**: https://github.com/defenseunicorns/zarf/compare/v0.32.1...v0.32.2
github/codeql-action (github/codeql-action) ### [`v3.24.0`](https://togithub.com/github/codeql-action/compare/v3.23.2...v3.24.0) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.23.2...v3.24.0) ### [`v3.23.2`](https://togithub.com/github/codeql-action/compare/v3.23.1...v3.23.2) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.23.1...v3.23.2) ### [`v3.23.1`](https://togithub.com/github/codeql-action/compare/v3.23.0...v3.23.1) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.23.0...v3.23.1) ### [`v3.23.0`](https://togithub.com/github/codeql-action/compare/v3.22.12...v3.23.0) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.22.12...v3.23.0)
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.55.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1552) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.55.1...v1.55.2) 1. updated linters - `ireturn`: from 0.2.1 to 0.2.2 - `ginkgolinter`: from 0.14.0 to 0.14.1 ### [`v1.55.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1551) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.55.0...v1.55.1) 1. updated linters - `gosec`: from 2.18.1 to 2.18.2 2. misc. - `revgrep`: from v0.5.0 to v0.5.2 (support git < 2.41.0) - output: convert backslashes to forward slashes for GitHub Action annotations printer ### [`v1.55.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1550) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.54.2...v1.55.0) 1. new linters - `gochecksumtype`: https://github.com/alecthomas/go-check-sumtype - `inamedparam`: https://github.com/macabu/inamedparam - `perfsprint`: https://github.com/catenacyber/perfsprint - `protogetter`: https://github.com/ghostiam/protogetter - `sloglint`: https://github.com/go-simpler/sloglint - `testifylint`: https://github.com/Antonboom/testifylint 2. updated linters - `bidichk`: from 0.2.4 to 0.2.7 - `decorder`: from 0.4.0 to 0.4.1 - `dupword`: from 0.0.12 to 0.0.13 - `errchkjson`: from 0.3.1 to 0.3.6 - `gci`: from 0.11.0 to 0.11.2 - `ginkgolinter`: from 0.13.5 to 0.14.0 - `go-errorlint`: from 1.4.4 to 1.4.5 - `gocognit`: from 1.0.7 to 1.1.0 - `goconst`: from 1.5.1 to 1.6.0 - `godot`: from 1.4.14 to 1.4.15 - `gofmt`: update to HEAD - `goimports`: update to HEAD - `gosec`: from 2.17.0 to 2.18.1 - `gosmopolitan`: from 1.2.1 to 1.2.2 - `govet`: add `appends` analyzer - `ireturn`: from 0.2.0 to 0.2.1 - `protogetter`: from 0.2.2 to 0.2.3 - `revgrep`: from [`745bb2f`](https://togithub.com/golangci/golangci-lint/commit/745bb2f7c2e6) to v0.5.0 - `revive`: from 1.3.2 to 1.3.4 - `sqlclosecheck`: from 0.4.0 to 0.5.1 - `staticcheck`: from 0.4.5 to 0.4.6 - `tagalign`: from 1.3.2 to 1.3.3 - `unused`: support passing in options 3. misc. - Add a pre-commit hook to check all files 4. Documentation - add source options to exclude-rules docs - `gosec`: add G602 to includes/excludes inside .golangci.reference.yml ### [`v1.54.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1542) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.54.1...v1.54.2) 1. updated linters: - `errname`: from 0.1.10 to 0.1.12 - `ginkgolinter`: from 0.13.3 to 0.13.5 - `go-errorlint`: from 1.4.3 to 1.4.4 - `godot`: from 1.4.11 to 1.4.14 - `gosec`: from 2.16.0 to 2.17.0 - `musttag`: from 0.7.1 to 0.7.2 - `nilnil`: from 0.1.5 to 0.1.7 - `staticcheck`: from 0.4.3 to 0.4.5 - `usestdlibvars`: from 1.23.0 to 1.24.0 - `govet`: add missing `directive` and `slog` passes
google-github-actions/release-please-action (google-github-actions/release-please-action) ### [`v4.0.2`](https://togithub.com/google-github-actions/release-please-action/releases/tag/v4.0.2) [Compare Source](https://togithub.com/google-github-actions/release-please-action/compare/v4.0.1...v4.0.2) ##### Bug Fixes - bump release-please from 16.4.0 to 16.5.0 ([#​905](https://togithub.com/google-github-actions/release-please-action/issues/905)) ([df71963](https://togithub.com/google-github-actions/release-please-action/commit/df719633a752e335dfde3e62e037315a25ecf6fc)) - log release-please version ([#​910](https://togithub.com/google-github-actions/release-please-action/issues/910)) ([2a496d1](https://togithub.com/google-github-actions/release-please-action/commit/2a496d1db5f8860ae46f6066f5dcb73490a99d02)), closes [#​325](https://togithub.com/google-github-actions/release-please-action/issues/325)
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks) ### [`v4.5.0`](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema) ### [`v0.27.4`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0274) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.3...0.27.4) - Update vendored schemas: cloudbuild, dependabot, drone-ci, github-actions, github-workflows, gitlab-ci, renovate, travis (2024-01-29) - Add Woodpecker-CI schema and pre-commit hook. Thanks :user:`6543`! (:pr:`380`) ### [`v0.27.3`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0273) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.2...0.27.3) - Update vendored schemas: bitbucket, gitlab-ci, readthedocs, renovate (2023-12-05) - Limit the number of instance files which are opened simultaneously, which avoids reaching OS limits for open file descriptors. Thanks :user:`ianmackinnon`! (:issue:`352`) - Improve handling of schemafiles to ensure that they are only read once (:pr:`363`) ### [`v0.27.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0272) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.1...0.27.2) - Update vendored schemas: dependabot, github-workflows, renovate (2023-11-24) - Add official support for Python 3.12 - Add Google Cloud Build schema and pre-commit hook. Thanks :user:`nikolaik`! (:pr:`339`) - Fix a bug in the custom `github-workflows-require-timeout` schema which forbade the use of GitHub expression syntax for the timeout value. (:issue:`354`) ### [`v0.27.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0271) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.27.0...0.27.1) - Update vendored schemas: buildkite, drone-ci, github-workflows, gitlab-ci, readthedocs, renovate (2023-11-03) ### [`v0.27.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0270) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0) - Update vendored schemas: azure-pipelines, bitbucket-pipelines, gitlab-ci, renovate (2023-09-27) - Add a `--validator-class` option for specifying a custom `jsonschema.protocols.Validator` class to use (:pr:`327`, :issue:`262`) - Instances and schemas may now be passed on stdin, using `-` (:pr:`332`, :issue:`251`) - Minor fix to hook regexes to explicitly match `.` chars. Thanks :user:`skwde`! (:pr:`325`) ### [`v0.26.3`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0263) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.2...0.26.3) - Fix a minor bug with the verbose output introduced in v0.26.2 ### [`v0.26.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0262) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.1...0.26.2) - When `-v/--verbose` is used, output will include a list of all files which were checked on success (:issue:`312`) ### [`v0.26.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0261) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.26.0...0.26.1) - Update vendored schemas: github-workflows, renovate (2023-08-25) ### [`v0.26.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0260) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.25.0...0.26.0) - The regex format check has been improved to support ECMAScript regexes by default. (:issue:`302`) - The `--format-regex disabled` option has been removed. Users should use `--disable-formats regex` if they wish to disable regex format checking. - The deprecated `--disable-format` flag has been removed. Users should use `--disable-formats "*"` if they wish to disable all format checking. ### [`v0.25.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0250) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.24.1...0.25.0) - Update vendored schemas: bamboo-spec, dependabot, drone-ci, github-actions, github-workflows, readthedocs, renovate, travis (2023-08-25) - Add Drone-CI schema and pre-commit hook. Thanks :user:`s-weigand`! (:pr:`299`) - Add a `--base-uri` option for specifying an explicit base URI (:pr:`305`)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v37.168.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.168.4...37.168.5) See https://github.com/renovatebot/renovate/releases/tag/37.168.5 for more changes ### [`v37.168.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.168.3...37.168.4) See https://github.com/renovatebot/renovate/releases/tag/37.168.4 for more changes ### [`v37.168.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.168.2...37.168.3) See https://github.com/renovatebot/renovate/releases/tag/37.168.3 for more changes ### [`v37.168.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.168.1...37.168.2) See https://github.com/renovatebot/renovate/releases/tag/37.168.2 for more changes ### [`v37.168.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.168.0...37.168.1) See https://github.com/renovatebot/renovate/releases/tag/37.168.1 for more changes ### [`v37.168.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.168.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.167.0...37.168.0) See https://github.com/renovatebot/renovate/releases/tag/37.168.0 for more changes ### [`v37.167.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.167.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.165.7...37.167.0) See https://github.com/renovatebot/renovate/releases/tag/37.167.0 for more changes ### [`v37.165.7`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.165.7) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.165.6...37.165.7) See https://github.com/renovatebot/renovate/releases/tag/37.165.7 for more changes ### [`v37.165.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.165.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.165.5...37.165.6) See https://github.com/renovatebot/renovate/releases/tag/37.165.6 for more changes ### [`v37.165.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.165.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.165.1...37.165.5) See https://github.com/renovatebot/renovate/releases/tag/37.165.5 for more changes ### [`v37.165.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.165.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.165.0...37.165.1) See https://github.com/renovatebot/renovate/releases/tag/37.165.1 for more changes ### [`v37.165.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.165.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.164.0...37.165.0) See https://github.com/renovatebot/renovate/releases/tag/37.165.0 for more changes ### [`v37.164.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.164.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.163.2...37.164.0) See https://github.com/renovatebot/renovate/releases/tag/37.164.0 for more changes ### [`v37.163.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.163.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.163.1...37.163.2) See https://github.com/renovatebot/renovate/releases/tag/37.163.2 for more changes ### [`v37.163.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.163.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.163.0...37.163.1) See https://github.com/renovatebot/renovate/releases/tag/37.163.1 for more changes ### [`v37.163.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.163.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.162.2...37.163.0) See https://github.com/renovatebot/renovate/releases/tag/37.163.0 for more changes ### [`v37.162.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.162.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.162.1...37.162.2) See https://github.com/renovatebot/renovate/releases/tag/37.162.2 for more changes ### [`v37.162.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.162.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.161.0...37.162.1) See https://github.com/renovatebot/renovate/releases/tag/37.162.1 for more changes ### [`v37.161.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.161.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.159.1...37.161.0) See https://github.com/renovatebot/renovate/releases/tag/37.161.0 for more changes ### [`v37.159.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.159.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.159.0...37.159.1) See https://github.com/renovatebot/renovate/releases/tag/37.159.1 for more changes ### [`v37.159.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.159.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.158.2...37.159.0) See https://github.com/renovatebot/renovate/releases/tag/37.159.0 for more changes ### [`v37.158.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.158.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.158.1...37.158.2) See https://github.com/renovatebot/renovate/releases/tag/37.158.2 for more changes ### [`v37.158.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.158.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.157.1...37.158.1) See https://github.com/renovatebot/renovate/releases/tag/37.158.1 for more changes ### [`v37.157.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.157.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.156.2...37.157.1) See https://github.com/renovatebot/renovate/releases/tag/37.157.1 for more changes ### [`v37.156.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.156.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.154.0...37.156.2) See https://github.com/renovatebot/renovate/releases/tag/37.156.2 for more changes ### [`v37.154.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.154.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.153.2...37.154.0) See https://github.com/renovatebot/renovate/releases/tag/37.154.0 for more changes ### [`v37.153.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.153.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.153.1...37.153.2) See https://github.com/renovatebot/renovate/releases/tag/37.153.2 for more changes ### [`v37.153.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.153.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.153.0...37.153.1) See https://github.com/renovatebot/renovate/releases/tag/37.153.1 for more changes ### [`v37.153.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.153.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.152.2...37.153.0) See https://github.com/renovatebot/renovate/releases/tag/37.153.0 for more changes ### [`v37.152.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.152.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.152.1...37.152.2) See https://github.com/renovatebot/renovate/releases/tag/37.152.2 for more changes ### [`v37.152.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.152.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.152.0...37.152.1) See https://github.com/renovatebot/renovate/releases/tag/37.152.1 for more changes ### [`v37.152.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.152.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.151.0...37.152.0) See https://github.com/renovatebot/renovate/releases/tag/37.152.0 for more changes ### [`v37.151.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.151.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.150.1...37.151.0) See https://github.com/renovatebot/renovate/releases/tag/37.151.0 for more changes ### [`v37.150.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.150.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.149.1...37.150.1) See https://github.com/renovatebot/renovate/releases/tag/37.150.1 for more changes ### [`v37.149.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.149.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.148.1...37.149.1) See https://github.com/renovatebot/renovate/releases/tag/37.149.1 for more changes ### [`v37.148.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.148.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.148.0...37.148.1) See https://github.com/renovatebot/renovate/releases/tag/37.148.1 for more changes ### [`v37.148.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.148.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.146.0...37.148.0) See https://github.com/renovatebot/renovate/releases/tag/37.148.0 for more changes ### [`v37.146.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.146.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.144.0...37.146.0) See https://github.com/renovatebot/renovate/releases/tag/37.146.0 for more changes ### [`v37.144.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.144.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.142.1...37.144.0) See https://github.com/renovatebot/renovate/releases/tag/37.144.0 for more changes ### [`v37.142.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.142.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.141.0...37.142.1) See https://github.com/renovatebot/renovate/releases/tag/37.142.1 for more changes ### [`v37.141.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.141.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.15...37.141.0) See https://github.com/renovatebot/renovate/releases/tag/37.141.0 for more changes ### [`v37.140.15`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.15) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.14...37.140.15) See https://github.com/renovatebot/renovate/releases/tag/37.140.15 for more changes ### [`v37.140.14`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.14) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.12...37.140.14) See https://github.com/renovatebot/renovate/releases/tag/37.140.14 for more changes ### [`v37.140.12`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.12) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.10...37.140.12) See https://github.com/renovatebot/renovate/releases/tag/37.140.12 for more changes ### [`v37.140.10`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.10) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.9...37.140.10) See https://github.com/renovatebot/renovate/releases/tag/37.140.10 for more changes ### [`v37.140.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.8...37.140.9) See https://github.com/renovatebot/renovate/releases/tag/37.140.9 for more changes ### [`v37.140.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.6...37.140.8) See https://github.com/renovatebot/renovate/releases/tag/37.140.8 for more changes ### [`v37.140.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.5...37.140.6) See https://github.com/renovatebot/renovate/releases/tag/37.140.6 for more changes ### [`v37.140.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.4...37.140.5) See https://github.com/renovatebot/renovate/releases/tag/37.140.5 for more changes ### [`v37.140.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.3...37.140.4) See https://github.com/renovatebot/renovate/releases/tag/37.140.4 for more changes ### [`v37.140.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.2...37.140.3) See https://github.com/renovatebot/renovate/releases/tag/37.140.3 for more changes ### [`v37.140.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.0...37.140.2) See https://github.com/renovatebot/renovate/releases/tag/37.140.2 for more changes ### [`v37.140.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.4...37.140.0) See https://github.com/renovatebot/renovate/releases/tag/37.140.0 for more changes ### [`v37.139.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.3...37.139.4) See https://github.com/renovatebot/renovate/releases/tag/37.139.4 for more changes ### [`v37.139.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.1...37.139.3) See https://github.com/renovatebot/renovate/releases/tag/37.139.3 for more changes ### [`v37.139.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.0...37.139.1) See https://github.com/renovatebot/renovate/releases/tag/37.139.1 for more changes ### [`v37.139.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.2...37.139.0) See https://github.com/renovatebot/renovate/releases/tag/37.139.0 for more changes ### [`v37.137.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.1...37.137.2) See https://github.com/renovatebot/renovate/releases/tag/37.137.2 for more changes ### [`v37.137.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.0...37.137.1) See https://github.com/renovatebot/renovate/releases/tag/37.137.1 for more changes ### [`v37.137.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.136.0...37.137.0) See https://github.com/renovatebot/renovate/releases/tag/37.137.0 for more changes ### [`v37.136.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.136.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.134.0...37.136.0) See https://github.com/renovatebot/renovate/releases/tag/37.136.0 for more changes ### [`v37.134.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.134.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.133.1...37.134.0) See https://github.com/renovatebot/renovate/releases/tag/37.134.0 for more changes ### [`v37.133.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.133.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.132.1...37.133.1) See https://github.com/renovatebot/renovate/releases/tag/37.133.1 for more changes ### [`v37.132.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.132.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.131.0...37.132.1) See https://github.com/renovatebot/renovate/releases/tag/37.132.1 for more changes ### [`v37.131.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.131.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.130.0...37.131.0) See https://github.com/renovatebot/renovate/releases/tag/37.131.0 for more changes ### [`v37.130.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.130.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.129.1...37.130.0) See https://github.com/renovatebot/renovate/releases/tag/37.130.0 for more changes ### [`v37.129.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.129.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.7...37.129.1) See https://github.com/renovatebot/renovate/releases/tag/37.129.1 for more changes ### [`v37.128.7`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.7) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.6...37.128.7) See https://github.com/renovatebot/renovate/releases/tag/37.128.7 for more changes ### [`v37.128.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.5...37.128.6) See https://github.com/renovatebot/renovate/releases/tag/37.128.6 for more changes ### [`v37.128.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.4...37.128.5) See https://github.com/renovatebot/renovate/releases/tag/37.128.5 for more changes ### [`v37.128.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.3...37.128.4) See https://github.com/renovatebot/renovate/releases/tag/37.128.4 for more changes ### [`v37.128.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.2...37.128.3) See https://github.com/renovatebot/renovate/releases/tag/37.128.3 for more changes ### [`v37.128.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.128.0...37.128.2) See https://github.com/renovatebot/renovate/releases/tag/37.128.2 for more changes ### [`v37.128.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.128.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.127.0...37.128.0) See https://github.com/renovatebot/renovate/releases/tag/37.128.0 for more changes ### [`v37.127.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.127.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.126.4...37.127.0) See https://github.com/renovatebot/renovate/releases/tag/37.127.0 for more changes ### [`v37.126.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.126.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.126.3...37.126.4) See https://github.com/renovatebot/renovate/releases/tag/37.126.4 for more changes ### [`v37.126.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.126.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.126.2...37.126.3) See https://github.com/renovatebot/renovate/releases/tag/37.126.3 for more changes ### [`v37.126.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.126.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.126.1...37.126.2) See https://github.com/renovatebot/renovate/releases/tag/37.126.2 for more changes ### [`v37.126.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.126.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.125.2...37.126.1) See https://github.com/renovatebot/renovate/releases/tag/37.126.1 for more changes ### [`v37.125.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.125.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.125.1...37.125.2) See https://github.com/renovatebot/renovate/releases/tag/37.125.2 for more changes ### [`v37.125.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.125.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.125.0...37.125.1) See https://github.com/renovatebot/renovate/releases/tag/37.125.1 for more changes ### [`v37.125.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.125.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.122.0...37.125.0) See https://github.com/renovatebot/renovate/releases/tag/37.125.0 for more changes ### [`v37.122.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.122.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.121.0...37.122.0) See https://github.com/renovatebot/renovate/releases/tag/37.122.0 for more changes ### [`v37.121.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.121.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.119.0...37.121.0) See https://github.com/renovatebot/renovate/releases/tag/37.121.0 for more changes ### [`v37.119.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.119.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.118.1...37.119.0) See https://github.com/renovatebot/renovate/releases/tag/37.119.0 for more changes ### [`v37.118.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.118.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.118.0...37.118.1) See https://github.com/renovatebot/renovate/releases/tag/37.118.1 for more changes ### [`v37.118.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.118.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.117.1...37.118.0) See https://github.com/renovatebot/renovate/releases/tag/37.118.0 for more changes ### [`v37.117.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.117.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.117.0...37.117.1) See https://github.com/renovatebot/renovate/releases/tag/37.117.1 for more changes ### [`v37.117.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.117.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.116.0...37.117.0) See https://github.com/renovatebot/renovate/releases/tag/37.117.0 for more changes ### [`v37.116.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.116.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.115.0...37.116.0) See https://github.com/renovatebot/renovate/releases/tag/37.116.0 for more changes ### [`v37.115.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.115.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.113.0...37.115.0) See https://github.com/renovatebot/renovate/releases/tag/37.115.0 for more changes ### [`v37.113.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.113.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.112.1...37.113.0) See https://github.com/renovatebot/renovate/releases/tag/37.113.0 for more changes ### [`v37.112.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.112.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.112.0...37.112.1) See https://github.com/renovatebot/renovate/releases/tag/37.112.1 for more changes ### [`v37.112.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.112.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.111.1...37.112.0) See https://github.com/renovatebot/renovate/releases/tag/37.112.0 for more changes ### [`v37.111.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.111.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.111.0...37.111.1) See https://github.com/renovatebot/renovate/releases/tag/37.111.1 for more changes ### [`v37.111.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.111.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.110.0...37.111.0) See https://github.com/renovatebot/renovate/releases/tag/37.111.0 for more changes ### [`v37.110.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.110.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.109.0...37.110.0) See https://github.com/renovatebot/renovate/releases/tag/37.110.0 for more changes ### [`v37.109.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.109.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.108.1...37.109.0) See https://github.com/renovatebot/renovate/releases/tag/37.109.0 for more changes ### [`v37.108.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.108.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.108.0...37.108.1) See https://github.com/renovatebot/renovate/releases/tag/37.108.1 for more changes ### [`v37.108.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.108.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.107.1...37.108.0) See https://github.com/renovatebot/renovate/releases/tag/37.108.0 for more changes ### [`v37.107.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.107.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.107.0...37.107.1) See https://github.com/renovatebot/renovate/releases/tag/37.107.1 for more changes ### [`v37.107.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.107.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.106.0...37.107.0) See https://github.com/renovatebot/renovate/releases/tag/37.107.0 for more changes ### [`v37.106.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.106.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.105.3...37.106.0) See https://github.com/renovatebot/renovate/releases/tag/37.106.0 for more changes ### [`v37.105.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.105.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.105.1...37.105.3) See https://github.com/renovatebot/renovate/releases/tag/37.105.3 for more changes ### [`v37.105.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.105.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.105.0...37.105.1) See https://github.com/renovatebot/renovate/releases/tag/37.105.1 for more changes ### [`v37.105.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.105.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.104.1...37.105.0) See https://github.com/renovatebot/renovate/releases/tag/37.105.0 for more changes ### [`v37.104.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.104.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.104.0...37.104.1) See https://github.com/renovatebot/renovate/releases/tag/37.104.1 for more changes ### [`v37.104.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.104.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.103.1...37.104.0) See https://github.com/renovatebot/renovate/releases/tag/37.104.0 for more changes ### [`v37.103.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.103.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.102.3...37.103.1) See https://github.com/renovatebot/renovate/releases/tag/37.103.1 for more changes ### [`v37.102.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.102.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.102.1...37.102.3) See https://github.com/renovatebot/renovate/releases/tag/37.102.3 for more changes ### [`v37.102.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.102.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.102.0...37.102.1) See https://github.com/renovatebot/renovate/releases/tag/37.102.1 for more changes ### [`v37.102.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.102.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.101.0...37.102.0) See https://github.com/renovatebot/renovate/releases/tag/37.102.0 for more changes ### [`v37.101.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.101.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.100.1...37.101.0) See https://github.com/renovatebot/renovate/releases/tag/37.101.0 for more changes ### [`v37.100.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.100.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.100.0...37.100.1) See https://github.com/renovatebot/renovate/releases/tag/37.100.1 for more changes ### [`v37.100.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.100.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.99.1...37.100.0) See https://github.com/renovatebot/renovate/releases/tag/37.100.0 for more changes ### [`v37.99.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.99.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.98.1...37.99.1) See https://github.com/renovatebot/renovate/releases/tag/37.99.1 for more changes ### [`v37.98.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.98.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.98.0...37.98.1) See https://github.com/renovatebot/renovate/releases/tag/37.98.1 for more changes ### [`v37.98.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.98.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.92.4...37.98.0) See https://github.com/renovatebot/renovate/releases/tag/37.98.0 for more changes ### [`v37.92.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.92.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.92.3...37.92.4) See https://github.com/renovatebot/renovate/releases/tag/37.92.4 for more changes ### [`v37.92.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.92.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.92.1...37.92.3) See https://github.com/renovatebot/renovate/releases/tag/37.92.3 for more changes ### [`v37.92.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.92.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.92.0...37.92.1) See https://github.com/renovatebot/renovate/releases/tag/37.92.1 for more changes ### [`v37.92.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.92.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.91.4...37.92.0) See https://github.com/renovatebot/renovate/releases/tag/37.92.0 for more changes ### [`v37.91.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.91.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.91.3...37.91.4) See https://github.com/renovatebot/renovate/releases/tag/37.91.4 for more changes ### [`v37.91.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.91.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.91.2...37.91.3) See https://github.com/renovatebot/renovate/releases/tag/37.91.3 for more changes ### [`v37.91.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.91.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.91.1...37.91.2) See https://github.com/renovatebot/renovate/releases/tag/37.91.2 for more changes ### [`v37.91.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.91.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.91.0...37.91.1) See https://github.com/renovatebot/renovate/releases/tag/37.91.1 for more changes ### [`v37.91.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.91.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.89.7...37.91.0) See https://github.com/renovatebot/renovate/releases/tag/37.91.0 for more changes ### [`v37.89.7`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.89.7) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.89.6...37.89.7) See https://github.com/renovatebot/renovate/releases/tag/37.89.7 for more changes ### [`v37.89.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.89.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.89.5...37.89.6) See https://github.com/renovatebot/renovate/releases/tag/37.89.6 for more changes ### [`v37.89.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.89.5) [Compare S

Configuration

📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.