Skip to content

Commit 4e615b2

Browse files
authored
Merge pull request #778 from meza/next
Next
2 parents 9695ab9 + 0378c2e commit 4e615b2

File tree

12 files changed

+217
-294
lines changed

12 files changed

+217
-294
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212

1313
env:
1414
LEFTHOOK: 0
15+
CLI_WIDTH: 120
16+
COLUMNS: 120
1517

1618
jobs:
1719
build-push-artifacts:

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lineEnding": "lf",
1616
"attributePosition": "auto"
1717
},
18-
"files": { "include": ["**/*.ts", "**/*.json"], "ignore": [".cache/**", "**/*.snap"] },
18+
"files": { "include": ["**/*.ts", "**/*.json"], "ignore": [".cache/**", "**/*.snap", "*.snap"] },
1919
"linter": {
2020
"enabled": true,
2121
"rules": {

lefthook.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ pre-commit:
2525
stage_fixed: true
2626
lint:
2727
run: npx pnpm lint
28-
test:
29-
run: npx pnpm report
3028
pre-push:
3129
commands:
3230
check:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dotenv": "16.4.5",
4747
"glob": "11.0.0",
4848
"hwid": "0.5.0",
49-
"inquirer": "10.2.2",
49+
"inquirer": "9.3.5",
5050
"log-symbols": "6.0.0",
5151
"minimatch": "10.0.1",
5252
"nodejs-file-downloader": "4.13.0",
@@ -78,10 +78,10 @@
7878
"@semantic-release/npm": "12.0.1",
7979
"@semantic-release/release-notes-generator": "14.0.1",
8080
"@types/glob": "8.1.0",
81-
"@types/inquirer": "9.0.7",
81+
"@types/inquirer": "^9.0.7",
8282
"@types/is-ci": "3.0.4",
8383
"@types/node": "20.16.10",
84-
"@vitest/coverage-v8": "2.1.1",
84+
"@vitest/coverage-v8": "2.1.8",
8585
"conventional-changelog-conventionalcommits": "8.0.0",
8686
"cross-env": "7.0.3",
8787
"esbuild": "0.24.0",
@@ -98,7 +98,7 @@
9898
"ts-node": "10.9.2",
9999
"tsx": "4.19.1",
100100
"typescript": "5.6.2",
101-
"vitest": "2.1.1"
101+
"vitest": "2.1.8"
102102
},
103103
"repository": {
104104
"type": "git",

0 commit comments

Comments
 (0)