Commit 1 of 14:
3ba2dd8793
chore(deps): update all non-major dependencies (updated)
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/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 ⋯ 152 lines Show the 152 lines above this hunk @@ -153,7 +153,7 @@ jobs: 153 153 uses : oven - sh / setup - bun @ v2 154 154 155 155 - name : Use cached node_modules 156 - uses : actions / cache @ v4 156 + uses : actions / cache @ v4 . 2.4 157 157 with : 158 158 path : node_modules 159 159 key : node - modules - $ { { hashFiles ( '**/bun.lock' ) } } ⋯ 828 lines Show the 828 lines above this hunk @@ -988,7 +988,7 @@ jobs: 988 988 ls - lh $ { { env . BINARY_NAME } } . tar . gz 989 989 990 990 - name : Upload binary artifact 991 - uses : actions / upload - artifact @ v4 991 + uses : actions / upload - artifact @ v4 . 6.2 992 992 with : 993 993 name : $ { { env . BINARY_NAME } } 994 994 path : $ { { env . OUTPUT_DIR } } / $ { { env . BINARY_NAME } } . tar . gz
Changes to package.json ⋯ 31 lines Show the 31 lines above this hunk @@ -32,8 +32,8 @@32 32 "@stacksjs/docs" : "^0.70.23" , 33 33 "@stacksjs/eslint-config" : "^4.14.0-beta.3" , 34 34 "@stacksjs/launchpad" : "workspace:*" , 35 - "@types/bun" : "^1.2. 20 " , 36 - "buddy-bot" : "^0.8. 8 " , 35 + "@types/bun" : "^1.2. 21 " , 36 + "buddy-bot" : "^0.8. 9 " , 37 37 "bumpp" : "^10.2.3" , 38 38 "bun-plugin-dtsx" : "0.9.5" , 39 39 "changelogen" : "^0.6.2" ,
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.11.1" , 68 68 "cac" : "^6.7.14" , 69 - "ts-pkgx" : "^0.4. 30 " 69 + "ts-pkgx" : "^0.4. 49 " 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 +3 -3 Changes to packages/launchpad/test-envs/bun-package-manager-with-deps/package.json ⋯ 7 lines Show the 7 lines above this hunk @@ -8,7 +8,7 @@8 8 "build" : "next build" , 9 9 "start" : "next start" , 10 10 "lint" : "next lint" , 11 - "prettier" : " bunx prettier --write ." , 11 + "prettier" : " ^3 . 6.2 " , 12 12 "test" : "bun test" 13 13 } , 14 14 "dependencies" : { ⋯ 6 lines Show the 6 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 " , 25 - "typescript" : "^5. 0 . 0 " 24 + "prettier" : "^3. 6 . 2 " , 25 + "typescript" : "^5. 9 . 2 " 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"
packages/launchpad/test/fixtures/pkgx.yml modified +1 -1 Changes to packages/launchpad/test/fixtures/pkgx.yml @@ -1,5 +1,5 @@ 1 1 dependencies : 2 - zlib . net : ^ 1. 2 2 + zlib . net : ^ 1. 3 . 1 3 3 python . org : latest 4 4 env : 5 5 FOO : BAR