Skip to content

Commit

Permalink
Merge pull request #778 from meza/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
meza authored Jan 13, 2025
2 parents 9695ab9 + 0378c2e commit 4e615b2
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 294 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

env:
LEFTHOOK: 0
CLI_WIDTH: 120
COLUMNS: 120

jobs:
build-push-artifacts:
Expand Down
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 4e615b2

Please sign in to comment.