Skip to content

Commit

Permalink
fix: potential fix for #695 #751 #767
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jan 12, 2025
1 parent 7f2e807 commit f28661d
Show file tree
Hide file tree
Showing 12 changed files with 219 additions and 302 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lineEnding": "lf",
"attributePosition": "auto"
},
"files": { "include": ["**/*.ts", "**/*.json"], "ignore": [".cache/**", "**/*.snap"] },
"files": { "include": ["**/*.ts", "**/*.json"], "ignore": [".cache/**", "**/*.snap", "*.snap"] },
"linter": {
"enabled": true,
"rules": {
Expand Down
2 changes: 0 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ pre-commit:
stage_fixed: true
lint:
run: npx pnpm lint
test:
run: npx pnpm report
pre-push:
commands:
check:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dotenv": "16.4.5",
"glob": "11.0.0",
"hwid": "0.5.0",
"inquirer": "10.2.2",
"inquirer": "9.3.5",
"log-symbols": "6.0.0",
"minimatch": "10.0.1",
"nodejs-file-downloader": "4.13.0",
Expand Down Expand Up @@ -78,10 +78,10 @@
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/glob": "8.1.0",
"@types/inquirer": "9.0.7",
"@types/inquirer": "^9.0.7",
"@types/is-ci": "3.0.4",
"@types/node": "20.16.10",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.8",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "7.0.3",
"esbuild": "0.24.0",
Expand All @@ -98,7 +98,7 @@
"ts-node": "10.9.2",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.8"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit f28661d

Please sign in to comment.