Commit 1 of 34:
350786bc83
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 . 4 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 . 4 252 252 with : 253 253 php - version : '8.4' 254 254 tools : composer
.github/workflows/ci.yml modified +4 -4 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 27 + uses : actions / cache @ v4 . 2.4 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 50 + uses : actions / cache @ v4 . 2.4 51 51 with : 52 52 path : node_modules 53 53 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 16 lines Show the 16 lines above this hunk @@ -70,7 +70,7 @@ jobs: 70 70 uses : oven - sh / setup - bun @ v2 71 71 72 72 - name : Use cached node_modules 73 - uses : actions / cache @ v4 73 + uses : actions / cache @ v4 . 2.4 74 74 with : 75 75 path : node_modules 76 76 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 19 lines Show the 19 lines above this hunk @@ -96,7 +96,7 @@ jobs: 96 96 uses : oven - sh / setup - bun @ v2 97 97 98 98 - name : Use cached node_modules 99 - uses : actions / cache @ v4 99 + uses : actions / cache @ v4 . 2.4 100 100 with : 101 101 path : node_modules 102 102 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } }
.github/workflows/launchpad-install.yml modified +1 -1 Changes to .github/workflows/launchpad-install.yml ⋯ 33 lines Show the 33 lines above this hunk @@ -34,7 +34,7 @@ jobs: 34 34 fetch - depth : 0 35 35 36 36 - name : Setup Bun 37 - uses : oven - sh / setup - bun @ v2 37 + uses : oven - sh / setup - bun @ v2 . 0.2 38 38 with : 39 39 bun - version : latest 40 40
.github/workflows/precompile-php.yml modified +2 -2 Changes to .github/workflows/precompile-php.yml ⋯ 483 lines Show the 483 lines above this hunk @@ -484,7 +484,7 @@ jobs: 484 484 485 485 - name : Upload PHP Binary ( Unix ) 486 486 if : matrix . platform ! = 'win32' 487 - uses : actions / upload - artifact @ v4 487 + uses : actions / upload - artifact @ v4 . 6.2 488 488 with : 489 489 name : php - $ { { matrix . php_version } } - $ { { matrix . platform } } - $ { { matrix . arch } } - $ { { matrix . config } } 490 490 path : binaries / php - $ { { matrix . php_version } } - $ { { matrix . platform } } - $ { { matrix . arch } } - $ { { matrix . config } } . tar . gz ⋯ 1 line Show the 1 line above this hunk @@ -492,7 +492,7 @@ jobs: 492 492 493 493 - name : Upload PHP Binary ( Windows ) 494 494 if : matrix . platform = = 'win32' 495 - uses : actions / upload - artifact @ v4 495 + uses : actions / upload - artifact @ v4 . 6.2 496 496 with : 497 497 name : php - $ { { matrix . php_version } } - $ { { matrix . platform } } - $ { { matrix . arch } } - $ { { matrix . config } } 498 498 path : binaries / php - $ { { matrix . php_version } } - $ { { matrix . platform } } - $ { { matrix . arch } } - $ { { matrix . config } } . zip
Changes to package.json ⋯ 36 lines Show the 36 lines above this hunk @@ -37,10 +37,10 @@37 37 "@stacksjs/gitlint" : "^0.1.5" , 38 38 "@stacksjs/launchpad" : "workspace:*" , 39 39 "@stacksjs/logsmith" : "^0.1.18" , 40 - "@types/bun" : "^1.2. 20 " , 40 + "@types/bun" : "^1.2. 21 " , 41 41 "buddy-bot" : "^0.9.5" , 42 42 "bun-git-hooks" : "^0.2.19" , 43 - "bun-plugin-dtsx" : "0. 9 . 5 " , 43 + "bun-plugin-dtsx" : "0. 21 . 12 " , 44 44 "typescript" : "^5.9.2" 45 45 } , 46 46 "overrides" : {
packages/benchmark/package.json modified +1 -1 Changes to packages/benchmark/package.json ⋯ 7 lines Show the 7 lines above this hunk @@ -8,6 +8,6 @@8 8 "file-detection" : "bun run file-detection-comparison.ts" 9 9 } , 10 10 "dependencies" : { 11 - "bun-types" : " latest " 11 + "bun-types" : " latest1.2.21 " 12 12 } 13 13 }
packages/launchpad/package.json modified +1 -1 Changes to packages/launchpad/package.json ⋯ 65 lines Show the 65 lines above this hunk @@ -66,7 +66,7 @@66 66 "dependencies" : { 67 67 "bunfig" : "^0.15.0" , 68 68 "cac" : "^6.7.14" , 69 - "ts-pkgx" : "^0.4. 57 " 69 + "ts-pkgx" : "^0.4. 65 " 70 70 } , 71 71 "devDependencies" : { 72 72 "bun-plugin-dtsx" : "0.9.5"
packages/launchpad/test-envs/bun-package-manager-with-deps/package.json modified +1 -1 Changes to packages/launchpad/test-envs/bun-package-manager-with-deps/package.json ⋯ 20 lines Show the 20 lines above this hunk @@ -21,7 +21,7 @@21 21 "@types/react" : "^18.0.0" , 22 22 "eslint" : "^8.0.0" , 23 23 "eslint-config-next" : "^14.0.0" , 24 - "prettier" : "^3. 0 . 0 " , 24 + "prettier" : "^3. 6 . 2 " , 25 25 "typescript" : "^5.0.0" 26 26 } 27 27 }
packages/launchpad/test-envs/bun-vs-node-engines/package.json modified +1 -1 Changes to packages/launchpad/test-envs/bun-vs-node-engines/package.json ⋯ 16 lines Show the 16 lines above this hunk @@ -17,7 +17,7 @@17 17 "check-runtime" : "bunx node --version" 18 18 } , 19 19 "dependencies" : { 20 - "lodash" : "^4.17. 0 " 20 + "lodash" : "^4.17. 21 " 21 21 } , 22 22 "devDependencies" : { 23 23 "eslint" : "^8.0.0"