build-ts 21.0.9 → 21.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Test](https://github.com/WillBooster/build-ts/actions/workflows/test.yml/badge.svg)](https://github.com/WillBooster/build-ts/actions/workflows/test.yml)
4
4
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
5
- [![wbfy](https://img.shields.io/badge/wbfy-18.7.7-1e90ff.svg)](https://github.com/WillBooster/shared/tree/main/packages/wbfy)
5
+ [![wbfy](https://img.shields.io/badge/wbfy-19.1.3-1e90ff.svg)](https://github.com/WillBooster/shared/tree/main/packages/wbfy)
6
6
 
7
7
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "21.0.9",
3
+ "version": "21.0.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WillBooster/build-ts.git"
@@ -21,7 +21,7 @@
21
21
  "format": "bun wb lint --format",
22
22
  "lint": "bun wb lint",
23
23
  "lint-fix": "bun wb lint --fix",
24
- "prepare": "bun lefthook install || true",
24
+ "prepare": "(bun lefthook install || true) && (test ! -f .lefthook/normalize-bun-lockfile.sh || bash .lefthook/normalize-bun-lockfile.sh)",
25
25
  "start": "tsx src/index.ts",
26
26
  "start-prod": "bun run build && node bin/index.js",
27
27
  "test": "bun wb test",
@@ -38,33 +38,33 @@
38
38
  "@babel/preset-react": "8.0.1",
39
39
  "@babel/preset-typescript": "8.0.1",
40
40
  "@willbooster/shared-lib-node": "13.2.2",
41
- "magic-string": "1.2.0",
41
+ "magic-string": "1.2.2",
42
42
  "oxc-parser": "0.144.0",
43
- "rolldown": "1.2.4",
43
+ "rolldown": "1.2.5",
44
44
  "signal-exit": "4.1.0",
45
45
  "tsx": "4.23.12",
46
46
  "typescript": "7.0.2",
47
47
  "yargs": "18.1.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@tsconfig/bun": "1.0.10",
51
- "@tsconfig/node-lts": "24.0.0",
50
+ "@tsconfig/bun": "1.0.11",
51
+ "@tsconfig/node-lts": "24.0.1",
52
52
  "@tsconfig/node-ts": "23.6.4",
53
- "@types/bun": "1.3.14",
53
+ "@types/bun": "1.4.0",
54
54
  "@types/node": "26.2.0",
55
55
  "@types/yargs": "17.0.35",
56
56
  "@willbooster/oxfmt-config": "1.2.2",
57
57
  "@willbooster/oxlint-config": "1.4.8",
58
- "@willbooster/wb": "21.7.3",
58
+ "@willbooster/wb": "22.0.1",
59
59
  "conventional-changelog-conventionalcommits": "10.3.0",
60
60
  "lefthook": "2.1.10",
61
- "oxfmt": "0.63.0",
62
- "oxlint": "1.78.0",
61
+ "oxfmt": "0.64.0",
62
+ "oxlint": "1.79.0",
63
63
  "oxlint-tsgolint": "7.0.2001",
64
64
  "semantic-release": "25.0.9",
65
65
  "sort-package-json": "4.0.0",
66
66
  "type-fest": "5.8.0",
67
- "vitest": "4.1.10"
67
+ "vitest": "4.1.11"
68
68
  },
69
69
  "engines": {
70
70
  "node": ">=24"