ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#9
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1763193791200 into main
7 files +12 -12

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.

deps.yamlmodified+1-1
Changes to deps.yaml
@@ -1,2 +1,2 @@
11dependencies:
2 bun.sh: ^1.3.1
2 bun.sh: ^1.3.2
package.jsonmodified+1-3
Changes to package.json
@@ -61,9 +61,7 @@
6161 "typecheck": "bun --bun tsc --noEmit"
6262 },
6363 "devDependencies": {
64 "better-dx": "^0.2.5",
65 "pickier": "^0.1.10",
66 "typescript": "^5.9.3"
64 "better-dx": "^0.2.5"
6765 },
6866 "workspaces": [
6967 "packages/*"
packages/ts-cloud/package.jsonmodified+1-1
Changes to packages/ts-cloud/package.json
@@ -83,7 +83,7 @@
8383 "@ts-cloud/aws-types": "workspace:*",
8484 "@ts-cloud/core": "workspace:*",
8585 "@ts-cloud/types": "workspace:*",
86 "fast-xml-parser": "^5.3.2"
86 "fast-xml-parser": "^5.3.3"
8787 },
8888 "devDependencies": {
8989 "bunfig": "^0.15.6",