Skip to content

Commit 1a59589

Browse files
chore: willboosterify this repo
1 parent 1b78503 commit 1a59589

File tree

5 files changed

+417
-499
lines changed

5 files changed

+417
-499
lines changed

.yarn/releases/yarn-4.6.0.cjs .yarn/releases/yarn-4.7.0.cjs

+292-291
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ plugins:
1111
path: .yarn/plugins/plugin-auto-install.cjs
1212
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.2/index.cjs'
1313

14-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
14+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "build-ts app",
16+
"check-all": "yarn cleanup && yarn typecheck && yarn test",
1617
"cleanup": "yarn format && yarn lint-fix",
1718
"format": "sort-package-json && yarn prettify",
1819
"postinstall": "husky || true",
@@ -55,8 +56,8 @@
5556
"@types/micromatch": "4.0.9",
5657
"@types/node": "22.13.8",
5758
"@types/yargs": "17.0.33",
58-
"@typescript-eslint/eslint-plugin": "8.25.0",
59-
"@typescript-eslint/parser": "8.25.0",
59+
"@typescript-eslint/eslint-plugin": "8.26.0",
60+
"@typescript-eslint/parser": "8.26.0",
6061
"@willbooster/eslint-config-ts": "10.6.1",
6162
"@willbooster/prettier-config": "9.1.3",
6263
"@yarnpkg/core": "4.2.0",
@@ -68,21 +69,21 @@
6869
"eslint-plugin-import": "2.31.0",
6970
"eslint-plugin-sort-class-members": "1.21.0",
7071
"eslint-plugin-sort-destructure-keys": "2.0.0",
71-
"eslint-plugin-unicorn": "56.0.1",
72+
"eslint-plugin-unicorn": "57.0.0",
7273
"husky": "9.1.7",
7374
"jest": "29.7.0",
7475
"lint-staged": "15.4.3",
7576
"micromatch": "4.0.8",
7677
"pinst": "3.0.0",
77-
"prettier": "3.5.2",
78+
"prettier": "3.5.3",
7879
"semantic-release": "24.2.3",
79-
"sort-package-json": "2.15.1",
80+
"sort-package-json": "3.0.0",
8081
"ts-node": "10.9.2",
8182
"type-fest": "4.36.0",
8283
"typescript": "5.8.2",
8384
"vitest": "3.0.7"
8485
},
85-
"packageManager": "yarn@4.6.0",
86+
"packageManager": "yarn@4.7.0",
8687
"engines": {
8788
"node": ">=18"
8889
},

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allowSyntheticDefaultImports": true,
44
"alwaysStrict": true,
55
"declaration": true,
6+
"erasableSyntaxOnly": true,
67
"esModuleInterop": true,
78
"importHelpers": false,
89
"module": "NodeNext",

0 commit comments

Comments
 (0)