chore(deps): reinstall packages and update pnpm lock

This commit is contained in:
taroj1205 2025-06-22 19:39:49 +12:00
parent cc033a3f04
commit ee79fbcf6e
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7
2 changed files with 539 additions and 476 deletions

View file

@ -4,6 +4,8 @@ pre-commit:
prettier:
priority: 1
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,md,mdx,yaml,yml,json,html,css,astro}"
exclude:
- pnpm-lock.yaml
run: |
pnpm prettier {staged_files} --write --list-different
stage_fixed: true
@ -27,6 +29,7 @@ eslint:
- dist/**
- playwright-report/**
- test-results/**
- pnpm-lock.yaml
run: |
pnpm eslint {staged_files} --max-warnings=0 --fix --cache
stage_fixed: true
@ -35,6 +38,8 @@ cspell:
commands:
base:
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,astro,json,yaml,yml,md,mdx}"
exclude:
- pnpm-lock.yaml
run: |
pnpm cspell {staged_files}
stage_fixed: true

1010
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff