This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new d8abc45515 [CI] pre-commit: autoupdate and update Node LTS version 
(#1937)
d8abc45515 is described below

commit d8abc455155146f580fda90fc5657c9bf498f0e7
Author: John Bampton <[email protected]>
AuthorDate: Sun May 4 05:28:41 2025 +1000

    [CI] pre-commit: autoupdate and update Node LTS version (#1937)
    
    https://pre-commit.com/#pre-commit-autoupdate
    
    https://nodejs.org/en
---
 .pre-commit-config.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d99385aa3a..4a9a9005fa 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,8 +21,8 @@ default_stages: [pre-commit, pre-push]
 default_language_version:
   # force all unspecified Python hooks to run python3
   python: python3
-  # force all unspecified Node hooks to run Node.js v22.14.0 LTS
-  node: 22.14.0
+  # force all unspecified Node hooks to run Node.js v22.15.0 LTS
+  node: 22.15.0
 minimum_pre_commit_version: '3.2.0'
 repos:
   - repo: meta
@@ -137,7 +137,7 @@ repos:
         name: run black-jupyter
         description: format Python files and Jupyter Notebooks with black
   - repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v20.1.0
+    rev: v20.1.3
     hooks:
       - id: clang-format
         name: run clang-format
@@ -161,7 +161,7 @@ repos:
         args: [--ignore-words=.github/linters/codespell.txt]
         exclude: 
^docs/image|^spark/common/src/test/resources|^docs/usecases|^tools/maven/scalafmt|osmpbf/build|^docker/zeppelin
   - repo: https://github.com/gitleaks/gitleaks
-    rev: v8.24.0
+    rev: v8.25.1
     hooks:
       - id: gitleaks
         name: run gitleaks
@@ -231,7 +231,7 @@ repos:
         name: run shellcheck
         description: check Shell scripts with shellcheck
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.36.2
+    rev: v1.37.0
     hooks:
       - id: yamllint
         name: run yamllint
@@ -240,7 +240,7 @@ repos:
         types: [yaml]
         files: \.ya?ml$
   - repo: https://github.com/shssoichiro/oxipng
-    rev: v9.1.4
+    rev: v9.1.5
     hooks:
       - id: oxipng
         name: run oxipng

Reply via email to