Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"@tsconfig/node-ts": "23.6.4",
"@tsconfig/node24": "24.0.4",
"@types/node": "24.12.2",
"@typescript/native-preview": "7.0.0-dev.20260504.1",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change downgrades @typescript/native-preview, while the updated build-ts dependency requires a newer version (7.0.0-dev.20260503.1). This results in two versions of the same package in your project.

To maintain consistency and avoid redundancy, it's recommended to use the newer version required by build-ts.

Suggested change
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@typescript/native-preview": "7.0.0-dev.20260503.1",
References
  1. Rule 6: Simplify code as much as possible to eliminate redundancy. Having two versions of the same dependency is a form of redundancy that should be eliminated to simplify the project. (link)

"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/prettier-config": "10.4.0",
"@willbooster/wb": "13.12.16",
"build-ts": "17.1.10",
"build-ts": "17.1.13",
"conventional-changelog-conventionalcommits": "9.3.1",
"dotenv-cli": "11.0.0",
"lefthook": "2.1.6",
Expand Down
122 changes: 71 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,20 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.28.6, @babel/compat-data@npm:^7.29.0":
"@babel/compat-data@npm:^7.28.6":
version: 7.29.0
resolution: "@babel/compat-data@npm:7.29.0"
checksum: 10c0/08f348554989d23aa801bf1405aa34b15e841c0d52d79da7e524285c77a5f9d298e70e11d91cc578d8e2c9542efc586d50c5f5cf8e1915b254a9dcf786913a94
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/compat-data@npm:7.29.3"
checksum: 10c0/81bddd53ce1b1395576fbb7cb739631a976f6b421cd260e6cf2715a9691b9a0ec12ca5c4e1bb88088e60dc87875f6e4ef7fa8674f1dc96ae1bd7c357416605a7
languageName: node
linkType: hard

"@babel/core@npm:7.29.0":
version: 7.29.0
resolution: "@babel/core@npm:7.29.0"
Expand Down Expand Up @@ -485,6 +492,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@npm:7.29.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.28.6"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/5c60605526e87d1bb200faa6c2fae606764bd675f3338c32924feac55ad98671ccb16f270112310a8667e50e4905d893993c4e2533a9bb53507e8fcc2f6893ad
languageName: node
linkType: hard

"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.27.1"
Expand Down Expand Up @@ -1292,17 +1311,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:7.29.2":
version: 7.29.2
resolution: "@babel/preset-env@npm:7.29.2"
"@babel/preset-env@npm:7.29.3":
version: 7.29.3
resolution: "@babel/preset-env@npm:7.29.3"
dependencies:
"@babel/compat-data": "npm:^7.29.0"
"@babel/compat-data": "npm:^7.29.3"
"@babel/helper-compilation-targets": "npm:^7.28.6"
"@babel/helper-plugin-utils": "npm:^7.28.6"
"@babel/helper-validator-option": "npm:^7.27.1"
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.28.5"
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1"
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1"
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "npm:^7.29.3"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1"
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.6"
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
Expand Down Expand Up @@ -1368,7 +1388,7 @@ __metadata:
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d49cb005f2dbc3f2293ab6d80ee8f1380e6215af5518fe26b087c8961c1ea8ebaa554dfce589abe1fbebac25ad7c2515d943dec3859ea2d4981a3f8f4711c580
checksum: 10c0/40591ca097502b547eaf844fceaafbc71aa726a86bec95b66ca4e762b2642a8dfc224eb9204a9d0d952ad62b6b326008f6be4dfc9e274e4438503e4975848372
languageName: node
linkType: hard

Expand Down Expand Up @@ -1723,13 +1743,13 @@ __metadata:
"@tsconfig/node-ts": "npm:23.6.4"
"@tsconfig/node24": "npm:24.0.4"
"@types/node": "npm:24.12.2"
"@typescript/native-preview": "npm:7.0.0-dev.20260504.1"
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/prettier-config": "npm:10.4.0"
"@willbooster/wb": "npm:13.12.16"
ai: "npm:6.0.174"
build-ts: "npm:17.1.10"
build-ts: "npm:17.1.13"
conventional-changelog-conventionalcommits: "npm:9.3.1"
dotenv-cli: "npm:11.0.0"
front-matter: "npm:4.0.2"
Expand Down Expand Up @@ -3355,9 +3375,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20260421.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -3369,9 +3389,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20260421.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
Expand All @@ -3383,9 +3403,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20260421.2"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -3397,9 +3417,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-linux-arm@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-linux-arm@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-arm@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-linux-arm@npm:7.0.0-dev.20260421.2"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
Expand All @@ -3411,9 +3431,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-linux-x64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-linux-x64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-x64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-linux-x64@npm:7.0.0-dev.20260421.2"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
Expand All @@ -3425,9 +3445,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20260421.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -3439,9 +3459,9 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-win32-x64@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview-win32-x64@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-win32-x64@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview-win32-x64@npm:7.0.0-dev.20260421.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand All @@ -3453,17 +3473,17 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview@npm:7.0.0-dev.20260427.1":
version: 7.0.0-dev.20260427.1
resolution: "@typescript/native-preview@npm:7.0.0-dev.20260427.1"
"@typescript/native-preview@npm:7.0.0-dev.20260421.2":
version: 7.0.0-dev.20260421.2
resolution: "@typescript/native-preview@npm:7.0.0-dev.20260421.2"
dependencies:
"@typescript/native-preview-darwin-arm64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-darwin-x64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-arm": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-arm64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-linux-x64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-win32-arm64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-win32-x64": "npm:7.0.0-dev.20260427.1"
"@typescript/native-preview-darwin-arm64": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-darwin-x64": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-linux-arm": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-linux-arm64": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-linux-x64": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-win32-arm64": "npm:7.0.0-dev.20260421.2"
"@typescript/native-preview-win32-x64": "npm:7.0.0-dev.20260421.2"
dependenciesMeta:
"@typescript/native-preview-darwin-arm64":
optional: true
Expand All @@ -3481,7 +3501,7 @@ __metadata:
optional: true
bin:
tsgo: bin/tsgo.js
checksum: 10c0/be3e45a4d83f02259579a3e4740df42f6f5b3f83f599c007a8716c69c65340c4a134bba04dc0f855e6ea22dec22835c9ca633c30cff14f97dfd624c168be2785
checksum: 10c0/79dbb7e5204c5906bcb3a2946209162efbaac9c8fa78ffeccb8b6718661a5b40f988d60b27350ad538cc1a4143524e5fc97b04fa4767bd42a036000f226438db
languageName: node
linkType: hard

Expand Down Expand Up @@ -3635,13 +3655,13 @@ __metadata:
languageName: node
linkType: hard

"@willbooster/shared-lib-node@npm:8.5.13":
version: 8.5.13
resolution: "@willbooster/shared-lib-node@npm:8.5.13"
"@willbooster/shared-lib-node@npm:8.5.16":
version: 8.5.16
resolution: "@willbooster/shared-lib-node@npm:8.5.16"
dependencies:
dotenv: "npm:17.4.2"
dotenv-expand: "npm:12.0.3"
checksum: 10c0/e7e7dd32b0641654415f70fdd3d158a8e6c5e10a58752a69842531bdce3fe0d3bd2074911daf50698dc7bc2e76226f1413487b3da65404f299c9646d85b0e6d2
checksum: 10c0/29f13c8d20c915b3c96db991e3b5100f555556d1c8200b1aabe08a4a13051bbf72ddaf343e748677699023ae12f844219f2712b156153d4f31a06b0042bb0b1b
languageName: node
linkType: hard

Expand Down Expand Up @@ -4079,16 +4099,16 @@ __metadata:
languageName: node
linkType: hard

"build-ts@npm:17.1.10":
version: 17.1.10
resolution: "build-ts@npm:17.1.10"
"build-ts@npm:17.1.13":
version: 17.1.13
resolution: "build-ts@npm:17.1.13"
dependencies:
"@babel/core": "npm:7.29.0"
"@babel/plugin-proposal-decorators": "npm:7.29.0"
"@babel/plugin-proposal-explicit-resource-management": "npm:7.27.4"
"@babel/plugin-syntax-import-attributes": "npm:7.28.6"
"@babel/plugin-transform-runtime": "npm:7.29.0"
"@babel/preset-env": "npm:7.29.2"
"@babel/preset-env": "npm:7.29.3"
"@babel/preset-react": "npm:7.28.5"
"@babel/preset-typescript": "npm:7.28.5"
"@rollup/plugin-babel": "npm:7.0.0"
Expand All @@ -4098,8 +4118,8 @@ __metadata:
"@rollup/plugin-replace": "npm:6.0.3"
"@rollup/plugin-terser": "npm:1.0.0"
"@rollup/pluginutils": "npm:5.3.0"
"@typescript/native-preview": "npm:7.0.0-dev.20260427.1"
"@willbooster/shared-lib-node": "npm:8.5.13"
"@typescript/native-preview": "npm:7.0.0-dev.20260504.1"
"@willbooster/shared-lib-node": "npm:8.5.16"
babel-plugin-polyfill-corejs3: "npm:0.14.2"
babel-plugin-transform-remove-console: "npm:6.9.4"
chalk: "npm:5.6.2"
Expand All @@ -4118,7 +4138,7 @@ __metadata:
yargs: "npm:18.0.0"
bin:
build-ts: bin/index.js
checksum: 10c0/75527167c71bee5c27247b0beb0aab428a6f52821332131b033ef69f870c21bb6e6b833fdd0bf71bf4bcac9a34f3e637055ddc26d483b8278317fbfdab8497c4
checksum: 10c0/d4859727d9ea7e18f1cd3b73812e386a742de53ec096174856edce7c69ff6ab4446234593d7a1541bb7f7810f2ab880c97f3a8a803823a85537acb158ca9fae5
languageName: node
linkType: hard

Expand Down
Loading