Skip to content

Commit

Permalink
fix(js): updates to svelte v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 22, 2024
1 parent fe60568 commit 3e7d85d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions js/{{ cookiecutter.project_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: license-eye
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: pretty-format-json
args:
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages:
Expand All @@ -29,7 +29,7 @@ repos:
hooks:
- id: markdown-toc
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -46,9 +46,7 @@ repos:
stages:
- pre-commit
- repo: https://github.com/pre-commit/mirrors-eslint
# Pin to v8 until TS support is in GA
# @link https://github.com/typescript-eslint/typescript-eslint/issues/8211
rev: 'v8.56.0'
rev: 'v9.15.0'
hooks:
- id: eslint
{%- if cookiecutter.type == "svelte" %}
Expand All @@ -58,6 +56,6 @@ repos:
{%- endif %}
types: [file]
- repo: https://github.com/mrsimonemms/toodaloo
rev: v0.2.2
rev: v0.2.3
hooks:
- id: scan

0 comments on commit 3e7d85d

Please sign in to comment.