build-ts 17.1.8 → 17.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +22 -27
package/package.json CHANGED
@@ -1,34 +1,33 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "17.1.8",
4
- "license": "UNLICENSED",
5
- "author": "WillBooster Inc.",
3
+ "version": "17.1.10",
6
4
  "repository": {
7
5
  "type": "git",
8
6
  "url": "git+https://github.com/WillBooster/build-ts.git"
9
7
  },
8
+ "license": "UNLICENSED",
9
+ "author": "WillBooster Inc.",
10
+ "type": "module",
10
11
  "bin": "bin/index.js",
11
12
  "files": [
12
13
  "bin/",
13
14
  "dist/",
14
15
  "babel.*"
15
16
  ],
16
- "type": "module",
17
17
  "scripts": {
18
18
  "build": "wb buildIfNeeded --command 'yarn start app'",
19
- "check-all-for-ai": "yarn check-for-ai && yarn test",
20
- "check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet",
21
19
  "cleanup": "yarn format && yarn lint-fix",
22
- "format": "sort-package-json && yarn format-code && yarn prettify",
23
- "format-code": "oxfmt --write --no-error-on-unmatched-pattern .",
20
+ "format": "sort-package-json && yarn format-code",
21
+ "format-code": "oxfmt --write --no-error-on-unmatched-pattern . '!**/package.json'",
24
22
  "lint": "oxlint --no-error-on-unmatched-pattern .",
25
23
  "lint-fix": "yarn lint --fix",
26
24
  "prepare": "lefthook install || true",
27
- "prettify": "prettier --cache --color --no-error-on-unmatched-pattern --write \"**/{.*/,}*.{java}\" \"!**/test{-,/}fixtures/**\" || true",
28
25
  "start": "tsx src/index.ts",
29
26
  "start-prod": "yarn build && yarn build-ts",
30
27
  "test": "vitest run",
31
- "typecheck": "wb typecheck"
28
+ "typecheck": "wb typecheck",
29
+ "verify": "wb verify",
30
+ "verify-full": "wb verify --full"
32
31
  },
33
32
  "dependencies": {
34
33
  "@babel/core": "7.29.0",
@@ -46,8 +45,8 @@
46
45
  "@rollup/plugin-replace": "6.0.3",
47
46
  "@rollup/plugin-terser": "1.0.0",
48
47
  "@rollup/pluginutils": "5.3.0",
49
- "@typescript/native-preview": "7.0.0-dev.20260420.1",
50
- "@willbooster/shared-lib-node": "8.5.9",
48
+ "@typescript/native-preview": "7.0.0-dev.20260427.1",
49
+ "@willbooster/shared-lib-node": "8.5.13",
51
50
  "babel-plugin-polyfill-corejs3": "0.14.2",
52
51
  "babel-plugin-transform-remove-console": "6.9.4",
53
52
  "chalk": "5.6.2",
@@ -75,26 +74,22 @@
75
74
  "@types/signal-exit": "4.0.0",
76
75
  "@types/yargs": "17.0.35",
77
76
  "@willbooster/babel-configs": "2.5.1",
78
- "@willbooster/oxfmt-config": "1.2.1",
79
- "@willbooster/oxlint-config": "1.4.4",
80
- "@willbooster/prettier-config": "10.4.0",
81
- "@willbooster/wb": "13.11.10",
82
- "build-ts": "17.1.6",
77
+ "@willbooster/oxfmt-config": "1.2.2",
78
+ "@willbooster/oxlint-config": "1.4.6",
79
+ "@willbooster/wb": "13.12.10",
80
+ "build-ts": "17.1.9",
83
81
  "conventional-changelog-conventionalcommits": "9.3.1",
84
82
  "lefthook": "2.1.6",
85
- "oxfmt": "0.45.0",
86
- "oxlint": "1.60.0",
87
- "oxlint-tsgolint": "0.21.1",
88
- "prettier": "3.8.3",
89
- "prettier-plugin-java": "2.8.1",
83
+ "oxfmt": "0.47.0",
84
+ "oxlint": "1.62.0",
85
+ "oxlint-tsgolint": "0.22.1",
90
86
  "semantic-release": "25.0.3",
91
87
  "sort-package-json": "3.6.1",
92
- "type-fest": "5.5.0",
93
- "vitest": "4.1.4"
88
+ "type-fest": "5.6.0",
89
+ "vitest": "4.1.5"
94
90
  },
95
- "prettier": "@willbooster/prettier-config",
91
+ "packageManager": "yarn@4.14.1",
96
92
  "engines": {
97
93
  "node": ">=24"
98
- },
99
- "packageManager": "yarn@4.13.0"
94
+ }
100
95
  }