Skip to content

Commit

Permalink
[MISC] Sync npm versions to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Feb 1, 2025
1 parent cd2ad46 commit db4328e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,19 @@ 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
description: Check for problems in JavaScript files.
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
# - [email protected] # 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
Expand All @@ -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
Expand Down

0 comments on commit db4328e

Please sign in to comment.