Commit 1 of 1:
d66e0624f6
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/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 @ 2.35 . 4 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 @ 2.35 . 4 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 +3 -3 Changes to .github/workflows/ci.yml ⋯ 23 lines Show the 23 lines above this hunk @@ -24,7 +24,7 @@ jobs: 24 24 uses : oven - sh / setup - bun @ v2 25 25 26 26 - name : Use cached node_modules 27 - uses : actions / cache @ v4 . 2 . 4 27 + uses : actions / cache @ v4 . 3 . 0 28 28 with : 29 29 path : node_modules 30 30 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 16 lines Show the 16 lines above this hunk @@ -47,7 +47,7 @@ jobs: 47 47 uses : oven - sh / setup - bun @ v2 48 48 49 49 - name : Use cached node_modules 50 - uses : actions / cache @ v4 . 2 . 4 50 + uses : actions / cache @ v4 . 3 . 0 51 51 with : 52 52 path : node_modules 53 53 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 39 lines Show the 39 lines above this hunk @@ -93,7 +93,7 @@ jobs: 93 93 uses : oven - sh / setup - bun @ v2 94 94 95 95 - name : Use cached node_modules 96 - uses : actions / cache @ v4 . 2 . 4 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 ⋯ 18 lines Show the 18 lines above this hunk @@ -19,7 +19,7 @@ jobs: 19 19 uses : oven - sh / setup - bun @ v2 . 0.2 20 20 21 21 - name : Use cached node_modules 22 - uses : actions / cache @ v4 . 2 . 4 22 + uses : actions / cache @ v4 . 3 . 0 23 23 with : 24 24 path : node_modules 25 25 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } }
Changes to bun.lock ⋯ 13 lines Show the 13 lines above this hunk @@ -14,12 +14,12 @@14 14 "@stacksjs/eslint-config": "^4.14.0-beta.3", 15 15 "@stacksjs/gitlint": "^0.1.5", 16 16 "@stacksjs/logsmith": "^0.1.18", 17 - "@types/bun": "^1.2. 21 ", 18 - "buddy-bot": "^0.9. 4 ", 17 + "@types/bun": "^1.2. 23 ", 18 + "buddy-bot": "^0.9. 7 ", 19 19 "bun-git-hooks": "^0.2.19", 20 20 "bun-plugin-dtsx": "0.9.5", 21 21 "bunfig": "^0.15.0", 22 - "typescript": "^5.9. 2 ", 22 + "typescript": "^5.9. 3 ", 23 23 }, 24 24 }, 25 25 },
Changes to package.json ⋯ 79 lines Show the 79 lines above this hunk @@ -80,12 +80,12 @@80 80 "@stacksjs/eslint-config" : "^4.14.0-beta.3" , 81 81 "@stacksjs/gitlint" : "^0.1.5" , 82 82 "@stacksjs/logsmith" : "^0.1.18" , 83 - "@types/bun" : "^1.2. 21 " , 84 - "buddy-bot" : "^0.9. 4 " , 83 + "@types/bun" : "^1.2. 23 " , 84 + "buddy-bot" : "^0.9. 7 " , 85 85 "bun-git-hooks" : "^0.2.19" , 86 86 "bun-plugin-dtsx" : "0.9.5" , 87 87 "bunfig" : "^0.15.0" , 88 - "typescript" : "^5.9. 2 " 88 + "typescript" : "^5.9. 3 " 89 89 } , 90 90 "overrides" : { 91 91 "unconfig" : "0.3.10"