Commit 1 of 32:
d59c661048
chore(deps): update all non-major dependencies
next
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/buddy-bot.yml modified +2 -2 Changes to .github/workflows/buddy-bot.yml ⋯ 129 lines Show the 129 lines above this hunk @@ -130,7 +130,7 @@ jobs: 130 130 131 131 - name : Setup PHP and Composer ( if needed ) 132 132 if : $ { { hashFiles ( 'composer.json' ) ! = '' } } 133 - uses : shivammathur / setup - php @ v2 133 + uses : shivammathur / setup - php @ 2.35 . 5 134 134 with : 135 135 php - version : '8.4' 136 136 tools : composer ⋯ 111 lines Show the 111 lines above this hunk @@ -248,7 +248,7 @@ jobs: 248 248 249 249 - name : Setup PHP and Composer ( if needed ) 250 250 if : $ { { hashFiles ( 'composer.json' ) ! = '' } } 251 - uses : shivammathur / setup - php @ v2 251 + uses : shivammathur / setup - php @ 2.35 . 5 252 252 with : 253 253 php - version : '8.4' 254 254 tools : composer
.github/workflows/ci.yml modified +8 -8 Changes to .github/workflows/ci.yml ⋯ 20 lines Show the 20 lines above this hunk @@ -21,10 +21,10 @@ jobs: 21 21 - uses : actions / checkout @ v4 22 22 23 23 - name : Install Bun 24 - uses : oven - sh / setup - bun @ v2 24 + uses : oven - sh / setup - bun @ v2 . 0.2 25 25 26 26 - name : Use cached node_modules 27 - uses : actions / cache @ v4 27 + uses : actions / cache @ v4 . 3.0 28 28 with : 29 29 path : node_modules 30 30 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 13 lines Show the 13 lines above this hunk @@ -44,10 +44,10 @@ jobs: 44 44 - uses : actions / checkout @ v4 45 45 46 46 - name : Install Bun 47 - uses : oven - sh / setup - bun @ v2 47 + uses : oven - sh / setup - bun @ v2 . 0.2 48 48 49 49 - name : Use cached node_modules 50 - uses : actions / cache @ v4 50 + uses : actions / cache @ v4 . 3.0 51 51 with : 52 52 path : node_modules 53 53 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 13 lines Show the 13 lines above this hunk @@ -67,10 +67,10 @@ jobs: 67 67 - uses : actions / checkout @ v4 68 68 69 69 - name : Install Bun 70 - uses : oven - sh / setup - bun @ v2 70 + uses : oven - sh / setup - bun @ v2 . 0.2 71 71 72 72 - name : Use cached node_modules 73 - uses : actions / cache @ v4 73 + uses : actions / cache @ v4 . 3.0 74 74 with : 75 75 path : node_modules 76 76 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 13 lines Show the 13 lines above this hunk @@ -90,10 +90,10 @@ jobs: 90 90 - uses : actions / checkout @ v4 91 91 92 92 - name : Install Bun 93 - uses : oven - sh / setup - bun @ v2 93 + uses : oven - sh / setup - bun @ v2 . 0.2 94 94 95 95 - name : Use cached node_modules 96 - uses : actions / cache @ v4 96 + uses : actions / cache @ v4 . 3.0 97 97 with : 98 98 path : node_modules 99 99 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } }
.github/workflows/release.yml modified +1 -1 Changes to .github/workflows/release.yml ⋯ 39 lines Show the 39 lines above this hunk @@ -40,7 +40,7 @@ jobs: 40 40 GITHUB_TOKEN : $ { { secrets . GITHUB_TOKEN } } 41 41 42 42 - name : Attach Binaries 43 - uses : softprops / action - gh - release @ v2 43 + uses : softprops / action - gh - release @ v2 . 3.3 44 44 with : 45 45 files : | 46 46 bin / bin - name - linux - x64
Changes to package.json ⋯ 73 lines Show the 73 lines above this hunk @@ -74,17 +74,17 @@74 74 "example:dead-letter-queue" : "bun examples/dead-letter-queue.ts" 75 75 } , 76 76 "devDependencies" : { 77 - "@stacksjs/bumpx" : "^0.1. 17 " , 77 + "@stacksjs/bumpx" : "^0.1. 84 " , 78 78 "@stacksjs/docs" : "^0.70.23" , 79 79 "@stacksjs/eslint-config" : "^4.10.2-beta.3" , 80 80 "@stacksjs/gitlint" : "^0.1.5" , 81 - "@stacksjs/logsmith" : "^0.1. 8 " , 82 - "@types/bun" : "^1.2. 10 " , 81 + "@stacksjs/logsmith" : "^0.1. 18 " , 82 + "@types/bun" : "^1.2. 22 " , 83 83 "buddy-bot" : "^0.8.9" , 84 84 "bun-git-hooks" : "^0.2.19" , 85 - "bun-plugin-dtsx" : "^0.21. 9 " , 85 + "bun-plugin-dtsx" : "^0.21. 12 " , 86 86 "bunfig" : "^0.8.3" , 87 - "typescript" : "^5. 8 . 3 " 87 + "typescript" : "^5. 9 . 2 " 88 88 } , 89 89 "overrides" : { 90 90 "unconfig" : "0.3.10"
Changes to pkgx.yaml @@ -1,3 +1,3 @@ 1 1 dependencies : 2 - bun . sh : ^ 1.2 . 10 3 - redis : ^ 7.4 . 2 2 + bun . sh : ^ 1.2 . 20 3 + redis : ^ 7.4 . 5