build-ts 14.0.0 → 14.0.1

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 +14 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "repository": "github:WillBooster/build-ts",
5
5
  "license": "UNLICENSED",
6
6
  "author": "WillBooster Inc.",
@@ -13,8 +13,7 @@
13
13
  ],
14
14
  "scripts": {
15
15
  "build": "wb buildIfNeeded --command 'yarn start app'",
16
- "check-all": "yarn cleanup && yarn typecheck && yarn test",
17
- "check-for-ai": "yarn format > /dev/null && yarn lint-fix && yarn typecheck && yarn test --silent",
16
+ "check-for-ai": "yarn install > /dev/null && yarn format > /dev/null && yarn lint-fix --quiet && yarn typecheck && yarn test --silent",
18
17
  "cleanup": "yarn format && yarn lint-fix",
19
18
  "format": "sort-package-json && yarn prettify",
20
19
  "_postinstall": "husky || true",
@@ -36,7 +35,7 @@
36
35
  "@babel/plugin-proposal-explicit-resource-management": "7.27.1",
37
36
  "@babel/plugin-syntax-import-attributes": "7.27.1",
38
37
  "@babel/plugin-transform-runtime": "7.27.1",
39
- "@babel/preset-env": "7.27.1",
38
+ "@babel/preset-env": "7.27.2",
40
39
  "@babel/preset-react": "7.27.1",
41
40
  "@babel/preset-typescript": "7.27.1",
42
41
  "@rollup/plugin-babel": "6.0.4",
@@ -54,7 +53,7 @@
54
53
  "core-js-pure": "3.42.0",
55
54
  "date-time": "4.0.0",
56
55
  "pretty-ms": "9.2.0",
57
- "rollup": "4.40.1",
56
+ "rollup": "4.40.2",
58
57
  "rollup-plugin-analyzer": "4.0.0",
59
58
  "rollup-plugin-keep-import": "1.0.3",
60
59
  "rollup-plugin-node-externals": "8.0.0",
@@ -71,7 +70,7 @@
71
70
  "@types/babel__plugin-transform-runtime": "7.9.5",
72
71
  "@types/babel__preset-env": "7.10.0",
73
72
  "@types/eslint": "8.56.10",
74
- "@types/node": "22.15.3",
73
+ "@types/node": "22.15.17",
75
74
  "@types/signal-exit": "3.0.4",
76
75
  "@types/yargs": "17.0.33",
77
76
  "@willbooster/babel-configs": "2.1.0",
@@ -81,24 +80,24 @@
81
80
  "conventional-changelog-conventionalcommits": "8.0.0",
82
81
  "eslint": "9.26.0",
83
82
  "eslint-config-flat-gitignore": "2.1.0",
84
- "eslint-config-prettier": "10.1.2",
83
+ "eslint-config-prettier": "10.1.5",
85
84
  "eslint-import-resolver-typescript": "4.3.4",
86
- "eslint-plugin-import-x": "4.11.0",
85
+ "eslint-plugin-import-x": "4.11.1",
87
86
  "eslint-plugin-sort-class-members": "1.21.0",
88
87
  "eslint-plugin-sort-destructure-keys": "2.0.0",
89
- "eslint-plugin-unicorn": "59.0.0",
88
+ "eslint-plugin-unicorn": "59.0.1",
90
89
  "eslint-plugin-unused-imports": "4.1.4",
91
- "globals": "16.0.0",
90
+ "globals": "16.1.0",
92
91
  "husky": "9.1.7",
93
- "lint-staged": "15.5.1",
92
+ "lint-staged": "15.5.2",
94
93
  "micromatch": "4.0.8",
95
94
  "pinst": "3.0.0",
96
95
  "prettier": "3.5.3",
97
96
  "semantic-release": "24.2.3",
98
- "sort-package-json": "3.1.0",
99
- "type-fest": "4.40.1",
100
- "typescript-eslint": "8.31.1",
101
- "vitest": "3.1.2"
97
+ "sort-package-json": "3.2.1",
98
+ "type-fest": "4.41.0",
99
+ "typescript-eslint": "8.32.0",
100
+ "vitest": "3.1.3"
102
101
  },
103
102
  "packageManager": "yarn@4.9.1",
104
103
  "engines": {