build-ts 16.0.11 → 16.0.13

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "16.0.11",
3
+ "version": "16.0.13",
4
4
  "repository": "github:WillBooster/build-ts",
5
5
  "license": "UNLICENSED",
6
6
  "author": "WillBooster Inc.",
@@ -31,22 +31,22 @@
31
31
  },
32
32
  "prettier": "@willbooster/prettier-config",
33
33
  "dependencies": {
34
- "@babel/core": "7.28.4",
34
+ "@babel/core": "7.28.5",
35
35
  "@babel/plugin-proposal-decorators": "7.28.0",
36
36
  "@babel/plugin-proposal-explicit-resource-management": "7.27.4",
37
37
  "@babel/plugin-syntax-import-attributes": "7.27.1",
38
- "@babel/plugin-transform-runtime": "7.28.3",
39
- "@babel/preset-env": "7.28.3",
40
- "@babel/preset-react": "7.27.1",
41
- "@babel/preset-typescript": "7.27.1",
38
+ "@babel/plugin-transform-runtime": "7.28.5",
39
+ "@babel/preset-env": "7.28.5",
40
+ "@babel/preset-react": "7.28.5",
41
+ "@babel/preset-typescript": "7.28.5",
42
42
  "@rollup/plugin-babel": "6.1.0",
43
- "@rollup/plugin-commonjs": "28.0.8",
43
+ "@rollup/plugin-commonjs": "28.0.9",
44
44
  "@rollup/plugin-json": "6.1.0",
45
45
  "@rollup/plugin-node-resolve": "16.0.3",
46
46
  "@rollup/plugin-replace": "6.0.2",
47
47
  "@rollup/plugin-terser": "0.4.4",
48
48
  "@rollup/pluginutils": "5.3.0",
49
- "@willbooster/shared-lib-node": "7.0.9",
49
+ "@willbooster/shared-lib-node": "7.0.10",
50
50
  "babel-plugin-polyfill-corejs3": "0.13.0",
51
51
  "babel-plugin-transform-remove-console": "6.9.4",
52
52
  "chalk": "5.6.2",
@@ -54,10 +54,10 @@
54
54
  "core-js-pure": "3.46.0",
55
55
  "date-time": "4.0.0",
56
56
  "pretty-ms": "9.3.0",
57
- "rollup": "4.52.5",
57
+ "rollup": "4.53.0",
58
58
  "rollup-plugin-analyzer": "4.0.0",
59
59
  "rollup-plugin-keep-import": "1.0.3",
60
- "rollup-plugin-node-externals": "8.1.1",
60
+ "rollup-plugin-node-externals": "8.1.2",
61
61
  "rollup-plugin-preserve-directives": "0.4.0",
62
62
  "rollup-plugin-string": "3.0.0",
63
63
  "rollup-plugin-ts": "3.4.5",
@@ -71,37 +71,37 @@
71
71
  "@types/babel__plugin-transform-runtime": "7.9.5",
72
72
  "@types/babel__preset-env": "7.10.0",
73
73
  "@types/eslint": "8.56.10",
74
- "@types/node": "22.18.11",
74
+ "@types/node": "24.10.0",
75
75
  "@types/signal-exit": "3.0.4",
76
- "@types/yargs": "17.0.33",
76
+ "@types/yargs": "17.0.34",
77
77
  "@willbooster/babel-configs": "2.3.2",
78
- "@willbooster/eslint-config-ts": "11.4.9",
78
+ "@willbooster/eslint-config-ts": "11.4.10",
79
79
  "@willbooster/prettier-config": "10.2.1",
80
- "@willbooster/wb": "10.5.1",
80
+ "@willbooster/wb": "10.6.13",
81
81
  "conventional-changelog-conventionalcommits": "9.1.0",
82
- "eslint": "9.37.0",
82
+ "eslint": "9.39.1",
83
83
  "eslint-config-flat-gitignore": "2.1.0",
84
84
  "eslint-config-prettier": "10.1.8",
85
85
  "eslint-import-resolver-typescript": "4.4.4",
86
86
  "eslint-plugin-import-x": "4.16.1",
87
87
  "eslint-plugin-sort-class-members": "1.21.0",
88
88
  "eslint-plugin-sort-destructure-keys": "2.0.0",
89
- "eslint-plugin-unicorn": "61.0.2",
90
- "eslint-plugin-unused-imports": "4.2.0",
91
- "globals": "16.4.0",
89
+ "eslint-plugin-unicorn": "62.0.0",
90
+ "eslint-plugin-unused-imports": "4.3.0",
91
+ "globals": "16.5.0",
92
92
  "husky": "9.1.7",
93
- "lint-staged": "16.2.4",
93
+ "lint-staged": "16.2.6",
94
94
  "micromatch": "4.0.8",
95
95
  "pinst": "3.0.0",
96
96
  "prettier": "3.6.2",
97
- "prettier-plugin-java": "2.7.6",
97
+ "prettier-plugin-java": "2.7.7",
98
98
  "semantic-release": "24.2.9",
99
99
  "sort-package-json": "3.4.0",
100
- "type-fest": "5.1.0",
101
- "typescript-eslint": "8.46.1",
102
- "vitest": "3.2.4"
100
+ "type-fest": "5.2.0",
101
+ "typescript-eslint": "8.46.3",
102
+ "vitest": "4.0.8"
103
103
  },
104
- "packageManager": "yarn@4.10.3",
104
+ "packageManager": "yarn@4.11.0",
105
105
  "engines": {
106
106
  "node": ">=22"
107
107
  }