ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#97
Merged github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
2 files +2 -4

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.

bun.lockmodified+1-3
Changes to bun.lock
@@ -37,7 +37,7 @@
3737 "@ts-cloud/core": "workspace:*",
3838 },
3939 "devDependencies": {
40 "better-dx": "^0.2.6",
40 "better-dx": "^0.2.7",
4141 "bunfig": "^0.15.6",
4242 },
4343 },
@@ -148,7 +148,5 @@
148148 "yocto-queue": ["yocto-queue@1.2.2", "", {}, "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ=="],
149149
150150 "@stacksjs/bunpress/@stacksjs/ts-cloud": ["@stacksjs/ts-cloud@0.1.14", "", { "dependencies": { "fast-xml-parser": "^5.4.2", "ts-cloud-aws-types": "0.1.14", "ts-cloud-core": "0.1.14", "ts-cloud-types": "0.1.14" }, "bin": { "cloud": "./dist/bin/cli.js" } }, "sha512-/uIJSR9QJm6WvaMxWx8OAC4kMdkamgpFiIG0J2+Qs+EPMoQXEJHI2wujhTrJFgwnf7ucuqd+qHU6Er4klEW8Cg=="],
151
152 "@stacksjs/ts-cloud/better-dx": ["better-dx@0.2.6", "", { "peerDependencies": { "@stacksjs/bumpx": "^0.2.4", "@stacksjs/bunpress": "^0.1.1", "@stacksjs/clarity": "^0.3.24", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.9", "buddy-bot": "^0.9.16", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.9.10", "bunfig": "^0.15.6", "pickier": "^0.1.20", "ts-error-handling": "^0.1.1", "typescript": "^5.9.3" }, "bin": { "better-dx": "./dist/bin/cli.js", "dx": "./dist/bin/cli.js" } }, "sha512-URM3tw5Zd9vgQ1Jsgbfuj/nMkSvw9zXgLbJihq5eY0VqBdywGcT5ZBWfS0MD5z+va8M3/eDtvlG2DsNFJzXW7g=="],
153151 }
154152}
packages/ts-cloud/package.jsonmodified+1-1
Changes to packages/ts-cloud/package.json
@@ -91,7 +91,7 @@
9191 },
9292 "devDependencies": {
9393 "bunfig": "^0.15.6",
94 "better-dx": "^0.2.6"
94 "better-dx": "^0.2.7"
9595 },
9696 "lint-staged": {
9797 "*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier lint --fix"