ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#30
Merged renovate[bot] wants to merge renovate/all-minor-patch into main
3 files +26 -26

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -34,6 +34,6 @@ jobs:
3434 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
3636 - name: Create GitHub Release
37 uses: stacksjs/action-releaser@v1.2.6
37 uses: stacksjs/action-releaser@v1.2.8
3838 env:
3939 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
bun.lockmodified+24-24
Changes to bun.lock
@@ -5,42 +5,42 @@
55 "": {
66 "name": "ts-cloud",
77 "dependencies": {
8 "bun-plugin-dtsx": "^0.9.9",
8 "bun-plugin-dtsx": "^0.21.17",
99 "jszip": "^3.10.1",
1010 },
1111 "devDependencies": {
12 "better-dx": "^0.2.3",
12 "better-dx": "^0.2.5",
1313 },
1414 },
1515 "packages/aws-types": {
16 "name": "@ts-cloud/aws-types",
17 "version": "0.0.0",
16 "name": "@stacksjs/ts-cloud-aws-types",
17 "version": "0.1.4",
1818 "devDependencies": {
1919 "typescript": "^5.9.3",
2020 },
2121 },
2222 "packages/core": {
23 "name": "@ts-cloud/core",
24 "version": "0.0.0",
23 "name": "@stacksjs/ts-cloud-core",
24 "version": "0.1.4",
2525 "dependencies": {
26 "@ts-cloud/aws-types": "workspace:*",
27 "@ts-cloud/types": "workspace:*",
26 "@stacksjs/ts-cloud-aws-types": "workspace:*",
27 "@stacksjs/ts-cloud-types": "workspace:*",
2828 },
2929 "devDependencies": {
3030 "typescript": "^5.9.3",
3131 },
3232 },
3333 "packages/ts-cloud": {
34 "name": "ts-cloud",
35 "version": "0.0.0",
34 "name": "@stacksjs/ts-cloud",
35 "version": "0.1.3",
3636 "bin": {
3737 "cloud": "./dist/bin/cli.js",
3838 },
3939 "dependencies": {
40 "@ts-cloud/aws-types": "workspace:*",
41 "@ts-cloud/core": "workspace:*",
42 "@ts-cloud/types": "workspace:*",
43 "fast-xml-parser": "^5.3.3",
40 "@stacksjs/ts-cloud-aws-types": "workspace:*",
41 "@stacksjs/ts-cloud-core": "workspace:*",
42 "@stacksjs/ts-cloud-types": "workspace:*",
43 "fast-xml-parser": "^5.3.5",
4444 },
4545 "devDependencies": {
4646 "better-dx": "^0.2.5",
@@ -48,8 +48,8 @@
4848 },
4949 },
5050 "packages/types": {
51 "name": "@ts-cloud/types",
52 "version": "0.0.0",
51 "name": "@stacksjs/ts-cloud-types",
52 "version": "0.1.4",
5353 "devDependencies": {
5454 "typescript": "^5.9.3",
5555 },
@@ -64,17 +64,19 @@
6464
6565 "@stacksjs/clarity": ["@stacksjs/clarity@0.3.24", "", { "bin": { "clarity": "dist/bin/cli.js" } }, "sha512-QN21fT/9dovcuFTkni9LFHDzBpiBZ4Q//0a3vFJsckPiblNIu1RhwwePkkTK4j6Xu2DtVYGR60/9Scdrp6wRfw=="],
6666
67 "@stacksjs/dtsx": ["@stacksjs/dtsx@0.9.7", "", { "dependencies": { "@stacksjs/clapp": "0.2.0" }, "bin": { "dtsx": "dist/bin/cli.js" } }, "sha512-fB/T/hwrn6iITumk1plDlcGAV7A1IygsG5MgZ0Zwcu5Yr8mSesThhYC5ORlPat7/7t5FfWCDT6bEtufU+1dO0g=="],
67 "@stacksjs/dtsx": ["@stacksjs/dtsx@0.9.9", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0" }, "bin": { "dtsx": "dist/bin/cli.js" } }, "sha512-6wQThnw5KkZUVYf6aROl74w0LvAqoQ+3H9unogYS2wcrWCtY9I2asAtSuU0Oc1Y7XVs5X+mOxqChAg5Cxh9STQ=="],
6868
6969 "@stacksjs/gitlint": ["@stacksjs/gitlint@0.1.5", "", { "bin": { "gitlint": "dist/bin/cli.js" } }, "sha512-5nSr6PN8/cRPdIz9Cj65Dh12N9gR7BPtJzR3rnqhAgpm5q0ihjmVTTybFQqigMcYuRpt2qX4HenV7YXuFOYScw=="],
7070
7171 "@stacksjs/logsmith": ["@stacksjs/logsmith@0.2.1", "", { "dependencies": { "@stacksjs/clapp": "0.2.0", "bunfig": "0.15.6", "pickier": "0.1.10" }, "bin": { "@stacksjs/logsmith": "dist/bin/cli.js", "logsmith": "dist/bin/cli.js" } }, "sha512-JbAnn0dWZDEBjks7qRd/L0kWbsD3Qi0uSFmCPkEU9fH0+eP6Fdl7mtnok2oVDUaNitWu97OJZHlFe/MV2ilgnA=="],
7272
73 "@ts-cloud/aws-types": ["@ts-cloud/aws-types@workspace:packages/aws-types"],
73 "@stacksjs/ts-cloud": ["@stacksjs/ts-cloud@workspace:packages/ts-cloud"],
7474
75 "@ts-cloud/core": ["@ts-cloud/core@workspace:packages/core"],
75 "@stacksjs/ts-cloud-aws-types": ["@stacksjs/ts-cloud-aws-types@workspace:packages/aws-types"],
7676
77 "@ts-cloud/types": ["@ts-cloud/types@workspace:packages/types"],
77 "@stacksjs/ts-cloud-core": ["@stacksjs/ts-cloud-core@workspace:packages/core"],
78
79 "@stacksjs/ts-cloud-types": ["@stacksjs/ts-cloud-types@workspace:packages/types"],
7880
7981 "@types/bun": ["@types/bun@1.3.6", "", { "dependencies": { "bun-types": "1.3.6" } }, "sha512-uWCv6FO/8LcpREhenN1d1b6fcspAB+cefwD7uti8C8VffIv0Um08TKMn98FynpTiU38+y2dUO55T11NgDt8VAA=="],
8082
@@ -90,7 +92,7 @@
9092
9193 "bun-git-hooks": ["bun-git-hooks@0.3.1", "", { "bin": { "git-hooks": "dist/bin/cli.js", "bun-git-hooks": "dist/bin/cli.js" } }, "sha512-Xs/QUqIYgBmLHSVr5VBLVbM5lZbUoAXKX2WZyoQDb2LlzcxC3BpBvMkMTQH75UuOJZwaRBq8yEe4IR6NckqdgQ=="],
9294
93 "bun-plugin-dtsx": ["bun-plugin-dtsx@0.9.9", "", { "dependencies": { "@stacksjs/dtsx": "0.9.7" } }, "sha512-5OIQBbunwgrrIl8CFm1X+u+23RExwMgtZEAhjuwsEUiK5fwfXXi7SFyC9ljuk5lMRIa7+N057gwhAyIOx5VXdA=="],
95 "bun-plugin-dtsx": ["bun-plugin-dtsx@0.21.17", "", { "dependencies": { "@stacksjs/dtsx": "^0.9.8" } }, "sha512-gikZdPs8f7aFPREb+gBn7kaDdjpfQSLIPpVbUI+I5dusAlENvlJmKQj06aq1oS3mP7yg3gdQJBRg+PlzUV5h9g=="],
9496
9597 "bun-types": ["bun-types@1.3.6", "", { "dependencies": { "@types/node": "25.0.8" } }, "sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ=="],
9698
@@ -100,7 +102,7 @@
100102
101103 "emoji-regex": ["emoji-regex@10.6.0", "", {}, "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="],
102104
103 "fast-xml-parser": ["fast-xml-parser@5.3.3", "", { "dependencies": { "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA=="],
105 "fast-xml-parser": ["fast-xml-parser@5.3.5", "", { "dependencies": { "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA=="],
104106
105107 "fdir": ["fdir@6.5.0", "", { "optionalDependencies": { "picomatch": "4.0.3" } }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
106108
@@ -150,8 +152,6 @@
150152
151153 "tinyglobby": ["tinyglobby@0.2.15", "", { "dependencies": { "fdir": "6.5.0", "picomatch": "4.0.3" } }, "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ=="],
152154
153 "ts-cloud": ["ts-cloud@workspace:packages/ts-cloud"],
154
155155 "ts-error-handling": ["ts-error-handling@0.1.0", "", {}, "sha512-v0t9+8PBJkyQoOG2SY/PGKJLPrahsRA/4ZbU/C7+RWVviXtUrXRyGKkHa+2+UwgVFJVdI//D9PINuSfciqNKOQ=="],
156156
157157 "ts-pkgx": ["ts-pkgx@0.4.154", "", { "dependencies": { "ts-web-scraper": "0.1.1" }, "bin": { "ts-pkgx": "dist/bin/cli.js" } }, "sha512-ScxXuLzVvgm1YDbHHz9IRxqnU9vHobZsou61RtTTeCcWov+KLaa3msMwgztr6GrFmGRETkLaTbUU4fOajlHx4w=="],
packages/ts-cloud/package.jsonmodified+1-1
Changes to packages/ts-cloud/package.json
@@ -87,7 +87,7 @@
8787 "@stacksjs/ts-cloud-aws-types": "workspace:*",
8888 "@stacksjs/ts-cloud-core": "workspace:*",
8989 "@stacksjs/ts-cloud-types": "workspace:*",
90 "fast-xml-parser": "^5.3.4"
90 "fast-xml-parser": "^5.3.5"
9191 },
9292 "devDependencies": {
9393 "bunfig": "^0.15.6",