Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pre-commit hooks (minor) #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

This PR contains the following updates:

Package Type Update Change
antonbabenko/pre-commit-terraform repository minor v1.81.2 -> v1.97.0
compilerla/conventional-pre-commit repository minor v3.2.0 -> v3.6.0
igorshubovych/markdownlint-cli repository minor v0.39.0 -> v0.44.0

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

antonbabenko/pre-commit-terraform (antonbabenko/pre-commit-terraform)

v1.97.0

Compare Source

Features
  • terraform_docs: Add support for custom markers to better support other formats than Markdown (#​752) (cd090b6)

v1.96.3

Compare Source

Bug Fixes
  • terraform_docs: Restore multiply --hook-config args support. Regression from v1.95.0 (#​731) (87143fb)

v1.96.2

Compare Source

Bug Fixes

v1.96.1

Compare Source

Bug Fixes
  • terraform_docs: Fix issue with processing multiply files without terraform-docs markers. Issue introduced in v1.95.0 (#​720) (2b1aec8),

v1.96.0

Compare Source

Features
  • Expand environment variables in --args= which contains lowercase symbols, like ${TF_VAR_lowercase} (#​719) (bf156b4)

v1.95.0

Compare Source

Features
  • terraform_docs: Drop support for terraform-docs <0.12.0 (#​717) (81e4572)

v1.94.3

Compare Source

Bug Fixes
  • terraform_docs: Restore --hook-config=--add-to-existing-file default behavior. Regression from 1.94.0. (#​716) (315342e)

v1.94.2

Compare Source

Bug Fixes

v1.94.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0, as previous fix doesn't work correctly (#​708) (c986c5e)

v1.94.0

Compare Source

Features
  • terraform-docs: Add support for replace mode for TF 0.12+; Use native saving to file for TF 0.12+. Both requires terraform-docs v0.12.0+ which released in 2021. (#​705) (1a1b4a3)

v1.93.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0 (#​704) (3c8734d)

v1.93.0

Compare Source

Features
  • terraform_docs: Start seamless migration to terraform-docs markers (#​701) (d03f44f)

v1.92.3

Compare Source

Bug Fixes
  • terraform_docs: Suppress redundant warnings pop-ups introduced in v1.92.2 (#​700) (59b2454)

v1.92.2

Compare Source

Bug Fixes
  • terraform_docs: Fix issue and prioritize output.file setting from .terraform-docs.yml config over --hook-config=--path-to-file= (#​698) (9d6a22b)

v1.92.1

Compare Source

Bug Fixes
  • terraform_docs: Suppress "terraform command not found" error message in case binary does not exist (#​693) (6ff3572)

v1.92.0

Compare Source

Features
  • Add terragrunt_validate_inputs hook to check unused and undefined inputs (#​677) (a139b71)

v1.91.0

Compare Source

Features

v1.90.0

Compare Source

Features
  • Support set custom TF/OpenTofu binary. | If you use a custom Docker image build, please note that TERRAFORM_VERSION now must be provided (#​670) (c7011c0)

v1.89.1

Compare Source

Bug Fixes
  • docker: Prevent all possible "silent errors" during docker build (#​644) (0340c8d)

v1.89.0

Compare Source

Features
  • Hook terraform_wrapper_module_for_each should use versions.tf from the module if it exists (#​657) (b127601)

v1.88.4

Compare Source

Bug Fixes
  • Improve README and drop quotes from hook env vars (#​651) (daec682)

v1.88.3

Compare Source

Bug Fixes
  • terraform_providers_lock: Require terraform init (and terraform_validate hook) run when only lockfile changed (#​649) (02c1935)

v1.88.2

Compare Source

Bug Fixes
  • non-linux: Bash environment variables in arguments not expanded + Add trace log level (#​645) (a2a2990)

v1.88.1

Compare Source

Bug Fixes
  • docker: Checkov installation silently fails on docker build in arm64. Workaround till issue will be fixed in checkov itself (#​635) (f255b05)

v1.88.0

Compare Source

Features

v1.87.1

Compare Source

Bug Fixes
  • Replace mapfile to support Bash 3.2.57 pre-installed in macOS (#​628) (01ab3f0)

v1.87.0

Compare Source

Features
  • Add parallelism to major chunk of hooks. Check Parallelism section in README (#​620) (6c6eca4)

v1.86.1

Compare Source

Bug Fixes
  • grep: warning: stray \ before / which pop-up in grep 3.8 (#​625) (e1a93b2)

v1.86.0

Compare Source

Features
  • terraform_docs: Add terraform-docs default markers support and describe how to migrate to them (#​609) (4a0e1fe)

v1.85.0

Compare Source

Features
  • trivy: Add terraform_trivy hook and deprecate terraform_tfsec (#​606) (f3c819a)

v1.84.0

Compare Source

Features
  • deps: Bump Python version in docker image from 3.11.5 to v3.12.0 (#​597) (28e3cde)

v1.83.6

Compare Source

Bug Fixes
  • terraform_validate: Run terraform init on "Missing required provider" error (#​586) (6e2bb2e)

v1.83.5

Compare Source

Bug Fixes
  • Suppress duplicate error messages in terraform_validate (#​577) (4ea6b14)

v1.83.4

Compare Source

Bug Fixes
  • Fix terraform_wrapper_module_for_each for when resource name contains 'variable' (#​573) (941177e)

v1.83.3

Compare Source

Bug Fixes
  • Run terraform_tfsec only on terraform code changes (#​571) (4253162)

v1.83.2

Compare Source

Bug Fixes
  • Extend terraform_validate --retry-once-with-cleanup errors list (#​566) (19188e5)

v1.83.1

Compare Source

Bug Fixes
  • Fixed ordering issue in terraform_wrapper_module_for_each hook (#​565) (dc12be1)

v1.83.0

Compare Source

Features
  • Skip legacy modules (with provider block) in terraform_wrapper_module_for_each hook (#​560) (456cc76)

v1.82.0

Compare Source

Features
  • docker: Add ssh-client to Docker image to access private modules via ssh (#​553) (1d76157)
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)

v3.6.0

Compare Source

What's Changed

Full Changelog: compilerla/conventional-pre-commit@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: compilerla/conventional-pre-commit@v3.4.0...v3.5.0

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: compilerla/conventional-pre-commit@v3.3.0...v3.4.0

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: compilerla/conventional-pre-commit@v3.2.0...v3.3.0

igorshubovych/markdownlint-cli (igorshubovych/markdownlint-cli)

v0.44.0

Compare Source

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot

v0.43.0

Compare Source

  • Update markdownlint dependency to 0.36.1
    • Improve MD051
    • Make micromark parser available to custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.42.0

Compare Source

  • Update markdownlint dependency to 0.35.0
    • Add MD058/blanks-around-tables
    • Use micromark in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043
    • Improve MD018/MD020/MD031/MD034/MD044
    • markdown-it parser no longer invoked by default
    • Improve performance
  • Update all dependencies via Dependabot

v0.41.0: 0.41.0

Compare Source

  • Change TOML parser to smol-toml which supports v1.0.0 of the specification
  • Update all dependencies via Dependabot

v0.40.0: 0.40.0

Compare Source

  • Update markdownlint dependency to 0.34.0
    • Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048
    • Improve MD013/MD034/MD049/MD050/MD051
  • Add support for TOML configuration files via --config
  • Add --configPointer argument for nested configuration
  • Update --ignore for directories to ignore all files within
  • Update all dependencies via Dependabot

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • 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 requested a review from a team as a code owner May 21, 2024 14:25
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 2 times, most recently from 274e2e9 to 54ba507 Compare May 26, 2024 01:40
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 2 times, most recently from 0d3a355 to 7023526 Compare June 7, 2024 22:32
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch from 7023526 to 0ac711e Compare June 19, 2024 14:19
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 3 times, most recently from a859321 to d38559a Compare July 12, 2024 17:23
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 2 times, most recently from d5067a2 to 529f398 Compare August 2, 2024 16:03
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 3 times, most recently from f38f7eb to d1b3e38 Compare August 16, 2024 19:22
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 5 times, most recently from 217fa7a to 88b9816 Compare August 30, 2024 15:40
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 7 times, most recently from 581c32b to e6e4ea8 Compare September 11, 2024 18:34
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 2 times, most recently from 223af4a to 3890636 Compare September 17, 2024 11:26
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 2 times, most recently from 627ad3e to 59251fd Compare September 24, 2024 09:05
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 9 times, most recently from af7b1ae to ae18ccb Compare October 18, 2024 14:36
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch from ae18ccb to 5e7e567 Compare October 31, 2024 21:56
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch from 5e7e567 to 8e324db Compare November 23, 2024 04:45
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch from 8e324db to fefcb5c Compare December 24, 2024 17:04
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch 4 times, most recently from f6a92cc to c222cbc Compare January 21, 2025 18:19
@renovate renovate bot force-pushed the renovate/auto-pre-commit-hooks branch from c222cbc to 0315314 Compare January 25, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants