Skip to content

Commit 5bb124b

Browse files
committed
feat(tools-script): add @serverless-devs/s
1 parent f747829 commit 5bb124b

File tree

9 files changed

+609
-621
lines changed

9 files changed

+609
-621
lines changed

.changeset/common-months-hug.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@xstools-dev/prettier-config': patch
3+
'@xstools-dev/eslint-config': patch
4+
'@xstools-dev/tools-mono': patch
5+
---
6+
7+
upgrade deps

.changeset/long-seals-jog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@xstools-dev/tools-script': minor
3+
'@xstools-dev/mix': minor
4+
---
5+
6+
add @serverless-devs/s

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"prettier": "@xstools-dev/prettier-config/base",
4242
"devDependencies": {
43-
"@types/bun": "1.3.6",
44-
"@types/node": "24.10.8",
43+
"@types/bun": "1.3.8",
44+
"@types/node": "24.10.10",
4545
"@xstools-dev/mix": "workspace:^",
4646
"typescript": "5.9.3"
4747
},
48-
"packageManager": "pnpm@10.28.0",
48+
"packageManager": "pnpm@10.28.2",
4949
"pnpm": {
5050
"neverBuiltDependencies": []
5151
}

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"extends": "@xstools-dev/eslint-config/base"
3333
},
3434
"dependencies": {
35-
"@babel/core": "~7.28.6",
35+
"@babel/core": "~7.29.0",
3636
"@babel/eslint-parser": "~7.28.6",
3737
"@babel/preset-react": "~7.28.5",
38-
"@typescript-eslint/eslint-plugin": "~8.53.0",
39-
"@typescript-eslint/parser": "~8.53.0",
38+
"@typescript-eslint/eslint-plugin": "~8.54.0",
39+
"@typescript-eslint/parser": "~8.54.0",
4040
"eslint": "~8.57.1",
4141
"eslint-config-alloy": "~5.1.2",
4242
"eslint-config-prettier": "~10.1.8",
4343
"eslint-config-taro": "~3.6.38",
4444
"eslint-plugin-import": "~2.32.0",
45-
"eslint-plugin-prettier": "~5.5.4",
45+
"eslint-plugin-prettier": "~5.5.5",
4646
"eslint-plugin-react": "~7.37.5",
4747
"eslint-plugin-react-hooks": "~7.0.1",
48-
"eslint-plugin-react-refresh": "~0.4.26",
48+
"eslint-plugin-react-refresh": "~0.5.0",
4949
"eslint-plugin-tailwindcss": "~3.18.2"
5050
},
5151
"devDependencies": {

packages/prettier-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"extends": "@xstools-dev/eslint-config/base"
2929
},
3030
"dependencies": {
31-
"prettier": "~3.7.4",
31+
"prettier": "~3.8.1",
3232
"prettier-plugin-multiline-arrays": "4.1.3",
3333
"prettier-plugin-organize-imports": "4.3.0",
34-
"prettier-plugin-packagejson": "2.5.21",
34+
"prettier-plugin-packagejson": "3.0.0",
3535
"prettier-plugin-prisma": "5.0.0",
3636
"prettier-plugin-tailwindcss": "0.6.12"
3737
},

packages/tools-mono/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"dependencies": {
3131
"@changesets/changelog-github": "^0.5.2",
3232
"@changesets/cli": "~2.29.8",
33-
"@commitlint/cli": "~20.3.1",
34-
"@commitlint/config-conventional": "~20.3.1",
33+
"@commitlint/cli": "~20.4.1",
34+
"@commitlint/config-conventional": "~20.4.1",
3535
"@release-it/conventional-changelog": "~10.0.4",
3636
"commitizen": "~4.3.1",
3737
"cz-conventional-changelog": "~3.3.0",
3838
"lint-staged": "~16.2.7",
39-
"release-it": "~19.2.3",
40-
"sherif": "~1.9.0",
39+
"release-it": "~19.2.4",
40+
"sherif": "~1.10.0",
4141
"simple-git-hooks": "~2.13.1",
42-
"turbo": "~2.7.4"
42+
"turbo": "~2.8.3"
4343
},
4444
"publishConfig": {
4545
"access": "public",

packages/tools-script/bin/s.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
import '@serverless-devs/s/bin/s';

packages/tools-script/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"@dotenvx/dotenvx": "1.32.1",
4040
"@malagu/cli": "2.58.0",
41+
"@serverless-devs/s": "~3.1.10",
4142
"@wesvg/cli": "^0.4.0",
4243
"babel-plugin-import": "~1.13.8",
4344
"chokidar": "~5.0.0",

0 commit comments

Comments
 (0)