ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#7
Merged renovate[bot] wants to merge renovate/all-minor-patch into main
8 files +13 -19

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
@@ -44,7 +44,7 @@ jobs:
4444 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545
4646 - name: Attach Binaries
47 uses: stacksjs/action-releaser@v1.1.0
47 uses: stacksjs/action-releaser@v1.2.7
4848 with:
4949 files: |
5050 packages/ts-starter-monorepo/bin/ts-starter-monorepo-linux-x64.zip
bun.lockmodified+5-5
Changes to bun.lock
@@ -15,7 +15,7 @@
1515 "name": "@ts-cloud/aws-types",
1616 "version": "0.0.0",
1717 "devDependencies": {
18 "typescript": "^5.6.3",
18 "typescript": "^5.9.3",
1919 },
2020 },
2121 "packages/core": {
@@ -26,7 +26,7 @@
2626 "@ts-cloud/types": "workspace:*",
2727 },
2828 "devDependencies": {
29 "typescript": "^5.6.3",
29 "typescript": "^5.9.3",
3030 },
3131 },
3232 "packages/ts-cloud": {
@@ -39,10 +39,10 @@
3939 "@ts-cloud/aws-types": "workspace:*",
4040 "@ts-cloud/core": "workspace:*",
4141 "@ts-cloud/types": "workspace:*",
42 "fast-xml-parser": "^5.3.2",
42 "fast-xml-parser": "^5.3.3",
4343 },
4444 "devDependencies": {
45 "better-dx": "^0.2.3",
45 "better-dx": "^0.2.5",
4646 "bunfig": "^0.15.6",
4747 },
4848 },
@@ -50,7 +50,7 @@
5050 "name": "@ts-cloud/types",
5151 "version": "0.0.0",
5252 "devDependencies": {
53 "typescript": "^5.6.3",
53 "typescript": "^5.9.3",
5454 },
5555 },
5656 },
package.jsonmodified+1-1
Changes to package.json
@@ -61,7 +61,7 @@
6161 "typecheck": "bun --bun tsc --noEmit"
6262 },
6363 "devDependencies": {
64 "better-dx": "^0.2.3"
64 "better-dx": "^0.2.5"
6565 },
6666 "workspaces": [
6767 "packages/*"
packages/aws-types/package.jsonmodified+1-1
Changes to packages/aws-types/package.json
@@ -22,6 +22,6 @@
2222 "typecheck": "tsc --noEmit"
2323 },
2424 "devDependencies": {
25 "typescript": "^5.6.3"
25 "typescript": "^5.9.3"
2626 }
2727}
packages/core/package.jsonmodified+1-1
Changes to packages/core/package.json
@@ -26,6 +26,6 @@
2626 "@ts-cloud/aws-types": "workspace:*"
2727 },
2828 "devDependencies": {
29 "typescript": "^5.6.3"
29 "typescript": "^5.9.3"
3030 }
3131}
packages/ts-cloud/package.jsonmodified+2-2
Changes to packages/ts-cloud/package.json
@@ -83,11 +83,11 @@
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",
90 "better-dx": "^0.2.3"
90 "better-dx": "^0.2.5"
9191 },
9292 "lint-staged": {
9393 "*.{js,ts,json,yaml,yml,md}": "bunx --bun pickier lint --fix"
packages/types/package.jsonmodified+1-1
Changes to packages/types/package.json
@@ -22,6 +22,6 @@
2222 "typecheck": "tsc --noEmit"
2323 },
2424 "devDependencies": {
25 "typescript": "^5.6.3"
25 "typescript": "^5.9.3"
2626 }
2727}
pnpm-lock.yamlmodified+1-7
Changes to pnpm-lock.yaml
@@ -13,14 +13,8 @@ importers:
1313 version: 3.10.1
1414 devDependencies:
1515 better-dx:
16 specifier: ^0.2.3
16 specifier: ^0.2.5
1717 version: 0.2.5(@stacksjs/bumpx@0.2.4)(@stacksjs/bunpress@0.1.0)(@stacksjs/clarity@0.3.24)(@stacksjs/gitlint@0.1.5)(@stacksjs/logsmith@0.2.1)(@types/bun@1.3.6)(buddy-bot@0.9.12)(bun-git-hooks@0.3.1)(bun-plugin-dtsx@0.9.9)(bunfig@0.15.6)(pickier@0.1.10)(ts-error-handling@0.1.0)(typescript@5.9.3)
18 pickier:
19 specifier: ^0.1.10
20 version: 0.1.10
21 typescript:
22 specifier: ^5.9.3
23 version: 5.9.3
2418
2519packages:
2620