diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39634d7..2478848 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,7 @@ repos: description: Ensure that files end with a newline. - repo: https://github.com/eslint/eslint - rev: 3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a # frozen: v9.17.0 + rev: 66b0d0d0841c83f8c7b600246e94a7a76ed77ca6 # frozen: v9.19.0 hooks: - id: eslint name: ESLint @@ -135,11 +135,11 @@ repos: language: node # additional_dependencies: # # eslint itself needs to be here when using additional_dependencies. -# - eslint@9.17.0 # https://github.com/eslint/eslint/releases/latest +# - eslint@9.19.0 # https://github.com/eslint/eslint/releases/latest # - globals@15.14.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: 22b126a247292d1efc39bc8d475f4abdddfa713f # frozen: v16.12.0 + rev: adbd5eb765476b51bf2d2621a7492053153a4d06 # frozen: v16.14.1 hooks: - id: stylelint name: Stylelint @@ -149,8 +149,8 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@16.12.0 # https://github.com/stylelint/stylelint/releases/latest - - stylelint-config-standard@36.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest + - stylelint@16.14.1 # https://github.com/stylelint/stylelint/releases/latest + - stylelint-config-standard@37.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest - repo: https://github.com/pre-commit/pygrep-hooks rev: 3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316 # frozen: v1.10.0