Commit 1 of 1:
18056fce15
chore(deps): update all non-major dependencies
whole branch
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.yml modified +1 -1 Changes to .github/workflows/release.yml ⋯ 43 lines Show the 43 lines above this hunk @@ -44,7 +44,7 @@ jobs: 44 44 GITHUB_TOKEN : $ { { secrets . GITHUB_TOKEN } } 45 45 46 46 - name : Attach Binaries 47 - uses : stacksjs / action - releaser @ v1 . 1 . 0 47 + uses : stacksjs / action - releaser @ v1 . 2 . 7 48 48 with : 49 49 files : | 50 50 packages / ts - starter - monorepo / bin / ts - starter - monorepo - linux - x64 . zip
Changes to bun.lock ⋯ 14 lines Show the 14 lines above this hunk @@ -15,7 +15,7 @@15 15 "name": "@ts-cloud/aws-types", 16 16 "version": "0.0.0", 17 17 "devDependencies": { 18 - "typescript": "^5. 6 .3", 18 + "typescript": "^5. 9 .3", 19 19 }, 20 20 }, 21 21 "packages/core": { ⋯ 4 lines Show the 4 lines above this hunk @@ -26,7 +26,7 @@26 26 "@ts-cloud/types": "workspace:*", 27 27 }, 28 28 "devDependencies": { 29 - "typescript": "^5. 6 .3", 29 + "typescript": "^5. 9 .3", 30 30 }, 31 31 }, 32 32 "packages/ts-cloud": { ⋯ 6 lines Show the 6 lines above this hunk @@ -39,10 +39,10 @@39 39 "@ts-cloud/aws-types": "workspace:*", 40 40 "@ts-cloud/core": "workspace:*", 41 41 "@ts-cloud/types": "workspace:*", 42 - "fast-xml-parser": "^5.3. 2 ", 42 + "fast-xml-parser": "^5.3. 3 ", 43 43 }, 44 44 "devDependencies": { 45 - "better-dx": "^0.2. 3 ", 45 + "better-dx": "^0.2. 5 ", 46 46 "bunfig": "^0.15.6", 47 47 }, 48 48 }, ⋯ 1 line Show the 1 line above this hunk @@ -50,7 +50,7 @@50 50 "name": "@ts-cloud/types", 51 51 "version": "0.0.0", 52 52 "devDependencies": { 53 - "typescript": "^5. 6 .3", 53 + "typescript": "^5. 9 .3", 54 54 }, 55 55 }, 56 56 },
Changes to package.json ⋯ 60 lines Show the 60 lines above this hunk @@ -61,7 +61,7 @@61 61 "typecheck" : "bun --bun tsc --noEmit" 62 62 } , 63 63 "devDependencies" : { 64 - "better-dx" : "^0.2. 3 " 64 + "better-dx" : "^0.2. 5 " 65 65 } , 66 66 "workspaces" : [ 67 67 "packages/*"
packages/aws-types/package.json modified +1 -1 Changes to packages/aws-types/package.json ⋯ 21 lines Show the 21 lines above this hunk @@ -22,6 +22,6 @@22 22 "typecheck" : "tsc --noEmit" 23 23 } , 24 24 "devDependencies" : { 25 - "typescript" : "^5. 6 .3" 25 + "typescript" : "^5. 9 .3" 26 26 } 27 27 }
packages/core/package.json modified +1 -1 Changes to packages/core/package.json ⋯ 25 lines Show the 25 lines above this hunk @@ -26,6 +26,6 @@26 26 "@ts-cloud/aws-types" : "workspace:*" 27 27 } , 28 28 "devDependencies" : { 29 - "typescript" : "^5. 6 .3" 29 + "typescript" : "^5. 9 .3" 30 30 } 31 31 }
packages/ts-cloud/package.json modified +2 -2 Changes to packages/ts-cloud/package.json ⋯ 82 lines Show the 82 lines above this hunk @@ -83,11 +83,11 @@83 83 "@ts-cloud/aws-types" : "workspace:*" , 84 84 "@ts-cloud/core" : "workspace:*" , 85 85 "@ts-cloud/types" : "workspace:*" , 86 - "fast-xml-parser" : "^5.3. 2 " 86 + "fast-xml-parser" : "^5.3. 3 " 87 87 } , 88 88 "devDependencies" : { 89 89 "bunfig" : "^0.15.6" , 90 - "better-dx" : "^0.2. 3 " 90 + "better-dx" : "^0.2. 5 " 91 91 } , 92 92 "lint-staged" : { 93 93 "*.{js,ts,json,yaml,yml,md}" : "bunx --bun pickier lint --fix"
packages/types/package.json modified +1 -1 Changes to packages/types/package.json ⋯ 21 lines Show the 21 lines above this hunk @@ -22,6 +22,6 @@22 22 "typecheck" : "tsc --noEmit" 23 23 } , 24 24 "devDependencies" : { 25 - "typescript" : "^5. 6 .3" 25 + "typescript" : "^5. 9 .3" 26 26 } 27 27 }
pnpm-lock.yaml modified +1 -7 Changes to pnpm-lock.yaml ⋯ 12 lines Show the 12 lines above this hunk @@ -13,14 +13,8 @@ importers: 13 13 version : 3.10 . 1 14 14 devDependencies : 15 15 better - dx : 16 - specifier : ^ 0.2 . 3 16 + specifier : ^ 0.2 . 5 17 17 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 24 18 25 19 packages : 26 20