ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#191
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1758766218500 into main
27 files +164 -45

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.ymlmodified+2-2
Changes to .github/workflows/buddy-bot.yml
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name: Setup PHP and Composer (if needed)
132132 if: ${{ hashFiles('composer.json') != '' }}
133 uses: shivammathur/setup-php@v2
133 uses: shivammathur/setup-php@2.35.5
134134 with:
135135 php-version: '8.4'
136136 tools: composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name: Setup PHP and Composer (if needed)
250250 if: ${{ hashFiles('composer.json') != '' }}
251 uses: shivammathur/setup-php@v2
251 uses: shivammathur/setup-php@2.35.5
252252 with:
253253 php-version: '8.4'
254254 tools: composer
.github/workflows/ci.ymlmodified+8-8
Changes to .github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
2121 - uses: actions/checkout@v4
2222
2323 - name: Install Bun
24 uses: oven-sh/setup-bun@v2
24 uses: oven-sh/setup-bun@v2.0.2
2525
2626 - name: Use cached node_modules
27 uses: actions/cache@v4
27 uses: actions/cache@v4.3.0
2828 with:
2929 path: node_modules
3030 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444 - uses: actions/checkout@v4
4545
4646 - name: Install Bun
47 uses: oven-sh/setup-bun@v2
47 uses: oven-sh/setup-bun@v2.0.2
4848
4949 - name: Use cached node_modules
50 uses: actions/cache@v4
50 uses: actions/cache@v4.3.0
5151 with:
5252 path: node_modules
5353 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767 - uses: actions/checkout@v4
6868
6969 - name: Install Bun
70 uses: oven-sh/setup-bun@v2
70 uses: oven-sh/setup-bun@v2.0.2
7171
7272 - name: Use cached node_modules
73 uses: actions/cache@v4
73 uses: actions/cache@v4.3.0
7474 with:
7575 path: node_modules
7676 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -93,10 +93,10 @@ jobs:
9393 - uses: actions/checkout@v4
9494
9595 - name: Install Bun
96 uses: oven-sh/setup-bun@v2
96 uses: oven-sh/setup-bun@v2.0.2
9797
9898 - name: Use cached node_modules
99 uses: actions/cache@v4
99 uses: actions/cache@v4.3.0
100100 with:
101101 path: node_modules
102102 key: node-modules-${{ hashFiles('**/bun.lock') }}
.github/workflows/precompile-php.ymlmodified+2-2
Changes to .github/workflows/precompile-php.yml
@@ -707,7 +707,7 @@ jobs:
707707
708708 - name: Upload PHP Binary (Unix)
709709 if: matrix.platform != 'win32'
710 uses: actions/upload-artifact@v4
710 uses: actions/upload-artifact@v4.6.2
711711 with:
712712 name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}
713713 path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.tar.gz
@@ -715,7 +715,7 @@ jobs:
715715
716716 - name: Upload PHP Binary (Windows)
717717 if: matrix.platform == 'win32'
718 uses: actions/upload-artifact@v4
718 uses: actions/upload-artifact@v4.6.2
719719 with:
720720 name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}
721721 path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.zip
package.jsonmodified+1-1
Changes to package.json
@@ -40,7 +40,7 @@
4040 "@types/bun": "^1.2.22",
4141 "buddy-bot": "^0.9.7",
4242 "bun-git-hooks": "^0.2.19",
43 "bun-plugin-dtsx": "0.9.5",
43 "bun-plugin-dtsx": "0.21.12",
4444 "typescript": "^5.9.2"
4545 },
4646 "overrides": {
packages/benchmark/package.jsonmodified+1-1
Changes to packages/benchmark/package.json
@@ -8,6 +8,6 @@
88 "file-detection": "bun run file-detection-comparison.ts"
99 },
1010 "dependencies": {
11 "bun-types": "latest"
11 "bun-types": "latest1.2.22"
1212 }
1313}
packages/launchpad/package.jsonmodified+1-1
Changes to packages/launchpad/package.json
@@ -66,7 +66,7 @@
6666 "dependencies": {
6767 "bunfig": "^0.15.0",
6868 "cac": "^6.7.14",
69 "ts-pkgx": "^0.4.72"
69 "ts-pkgx": "^0.4.79"
7070 },
7171 "devDependencies": {
7272 "bun-plugin-dtsx": "0.9.5"
packages/launchpad/test-envs/bun-package-manager-with-deps/package.jsonmodified+1-1
Changes to packages/launchpad/test-envs/bun-package-manager-with-deps/package.json
@@ -21,7 +21,7 @@
2121 "@types/react": "^18.0.0",
2222 "eslint": "^8.0.0",
2323 "eslint-config-next": "^14.0.0",
24 "prettier": "^3.0.0",
24 "prettier": "^3.6.2",
2525 "typescript": "^5.0.0"
2626 }
2727}
packages/launchpad/test-envs/bun-with-nodejs/package.jsonmodified+1-1
Changes to packages/launchpad/test-envs/bun-with-nodejs/package.json
@@ -14,7 +14,7 @@
1414 "test-npm": "npm --version"
1515 },
1616 "dependencies": {
17 "lodash": "^4.17.0"
17 "lodash": "^4.17.21"
1818 },
1919 "devDependencies": {
2020 "typescript": "^5.0.0"