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
.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
.github/workflows/release.ymlmodified+1-1
Changes to .github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
4444 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545
4646 - name: Attach Binaries
47 uses: stacksjs/action-releaser@v1.1.0
47 uses: stacksjs/action-releaser@v1.2.6
4848 with:
4949 files: |
5050 packages/launchpad/bin/launchpad-linux-x64.zip
package.jsonmodified+7-8
Changes to package.json
@@ -24,24 +24,23 @@
2424 "changelog": "bunx logsmith --verbose",
2525 "changelog:generate": "bunx logsmith --output CHANGELOG.md",
2626 "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
27 "postinstall": "bunx git-hooks",
2827 "dev:docs": "bun vitepress dev docs",
2928 "build:docs": "bun vitepress build docs",
3029 "preview:docs": "bun vitepress preview docs",
3130 "typecheck": "bun --bun tsc --noEmit"
3231 },
3332 "devDependencies": {
34 "@stacksjs/bumpx": "^0.1.84",
33 "@stacksjs/bumpx": "^0.2.2",
3534 "@stacksjs/docs": "^0.70.23",
3635 "@stacksjs/eslint-config": "^4.14.0-beta.3",
3736 "@stacksjs/gitlint": "^0.1.5",
3837 "@stacksjs/launchpad": "workspace:*",
39 "@stacksjs/logsmith": "^0.1.18",
40 "@types/bun": "^1.2.22",
41 "buddy-bot": "^0.9.7",
42 "bun-git-hooks": "^0.2.19",
43 "bun-plugin-dtsx": "0.9.5",
44 "typescript": "^5.9.2"
38 "@stacksjs/logsmith": "^0.2.0",
39 "@types/bun": "^1.3.0",
40 "buddy-bot": "^0.9.9",
41 "bun-git-hooks": "^0.3.1",
42 "bun-plugin-dtsx": "0.21.12",
43 "typescript": "^5.9.3"
4544 },
4645 "overrides": {
4746 "@stacksjs/dtsx": "0.9.5",
packages/action/package.jsonmodified+1-1
Changes to packages/action/package.json
@@ -37,7 +37,7 @@
3737 "@actions/io": "^1.1.3"
3838 },
3939 "devDependencies": {
40 "bun-plugin-dtsx": "^0.9.5",
40 "bun-plugin-dtsx": "^0.21.12",
4141 "typescript": "^5.8.3"
4242 }
4343}
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.3.1"
1212 }
1313}
packages/launchpad/package.jsonmodified+4-7
Changes to packages/launchpad/package.json
@@ -2,7 +2,6 @@
22 "name": "@stacksjs/launchpad",
33 "type": "module",
44 "version": "0.6.4",
5 "packageManager": "bun@1.2.21",
65 "description": "Like Homebrew, but faster.",
76 "author": "Chris Breuer <chris@stacksjs.org>",
87 "license": "MIT",
@@ -63,13 +62,11 @@
6362 "test": "bun test",
6463 "typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6564 },
66 "dependencies": {
67 "bunfig": "^0.15.0",
68 "cac": "^6.7.14",
69 "ts-pkgx": "^0.4.72"
70 },
7165 "devDependencies": {
72 "bun-plugin-dtsx": "0.9.5"
66 "@stacksjs/clapp": "0.2.0",
67 "bun-plugin-dtsx": "0.21.12",
68 "bunfig": "^0.15.0",
69 "ts-pkgx": "^0.4.104"
7370 },
7471 "lint-staged": {
7572 "*.{js,ts}": "bunx --bun eslint . --fix"
packages/launchpad/test-envs/bun-package-manager-with-deps/package.jsonmodified+2-2
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",
25 "typescript": "^5.0.0"
24 "prettier": "^3.6.2",
25 "typescript": "^5.9.3"
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"
packages/launchpad/package.json packages/ts/package.jsoncopied+4-7
Changes to packages/ts/package.json
@@ -2,7 +2,6 @@
22 "name": "@stacksjs/launchpad",
33 "type": "module",
44 "version": "0.6.4",
5 "packageManager": "bun@1.2.21",
65 "description": "Like Homebrew, but faster.",
76 "author": "Chris Breuer <chris@stacksjs.org>",
87 "license": "MIT",
@@ -63,13 +62,11 @@
6362 "test": "bun test",
6463 "typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6564 },
66 "dependencies": {
67 "bunfig": "^0.15.0",
68 "cac": "^6.7.14",
69 "ts-pkgx": "^0.4.72"
70 },
7165 "devDependencies": {
72 "bun-plugin-dtsx": "0.9.5"
66 "@stacksjs/clapp": "0.2.0",
67 "bun-plugin-dtsx": "0.9.5",
68 "bunfig": "^0.15.0",
69 "ts-pkgx": "^0.4.109"
7370 },
7471 "lint-staged": {
7572 "*.{js,ts}": "bunx --bun eslint . --fix"
packages/launchpad/test-envs/bun-package-manager-with-deps/package.json packages/ts/test-envs/bun-package-manager-with-deps/package.jsoncopied+1-1
Changes to packages/ts/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.json packages/ts/test-envs/bun-with-nodejs/package.jsoncopied+1-1
Changes to packages/ts/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"
packages/ts/test-envs/complex-deps/dependencies.yamladded+12-0
Changes to packages/ts/test-envs/complex-deps/dependencies.yaml
@@ -0,0 +1,12 @@
1dependencies:
2 # Development tools with specific versions
3 nodejs.org: 20.11.0
4 python.org: 3.11.9
5
6 # CLI tools that should work reliably
7 stedolan.github.io/jq: ^1.8.1
8 curl.se: ^8.5.0
9 gnu.org/wget: ^1.25.0
10
11 # Build tools
12 cmake.org: ^3.31.9
packages/ts/test-envs/deeply-nested/level1/level2/level3/level4/level5/level6/level7/level8/level9/level10/final-project/dependencies.yamladded+7-0
Changes to packages/ts/test-envs/deeply-nested/level1/level2/level3/level4/level5/level6/level7/level8/level9/level10/final-project/dependencies.yaml
@@ -0,0 +1,7 @@
1dependencies:
2 # Test packages for deeply nested environment
3 zlib.net: 1.3.1
4 curl.se: ^8.16.0
5
6 # This should create a unique environment hash
7 # even with a very long directory path
packages/ts/test-envs/laravel/deps.yamladded+8-0
Changes to packages/ts/test-envs/laravel/deps.yaml
@@ -0,0 +1,8 @@
1dependencies:
2 bun: ^1.3.0
3 php: ^8.4.13
4 node: ^24.10.0
5 redis: ^8.2.2
6 postgres: ^17.0.0
7 composer: ^2.8.12
8 # meilisearch: ^1.15.0 doesnt exist yet
packages/ts/test-envs/rails/deps.yamladded+8-0
Changes to packages/ts/test-envs/rails/deps.yaml
@@ -0,0 +1,8 @@
1dependencies:
2 ruby: ^3.4.7
3 node: ^24.0.0
4 redis: ^8.0.0
5 postgres: ^17.0.0
6 rubygems.org: ^3.7.2 # Provides bundler, gem commands
7 # sqlite: ^3.40.0 # Alternative to postgres for development
8 # yarn: ^1.22.0 # Alternative to npm
packages/ts/test-envs/stacks-config/dependencies.yamladded+22-0
Changes to packages/ts/test-envs/stacks-config/dependencies.yaml
@@ -0,0 +1,22 @@
1# Please note, this file is auto-generated based on your ./config & local environment.
2# It's recommended to keep it in your project's root directory, and to commit it.
3#
4# The framework understands your project's dependencies, knows which ones are
5# already installed in your environment, and which aren't — prompting
6# to automatically install missing dependencies when needed.
7#
8# To learn more, please visit:
9# https://stacksjs.org/docs/dependency-management
10
11dependencies:
12 aws/cli: ^2.22.26
13 bun: ^1.3.0
14 gh: ^2.81.0
15 zip: ^3.0
16 unzip: ^6.0
17 sqlite3: ^3.50.4
18 node: ^22.20.0 # only temporarily needed until bun & vue-tsc issue is resolved
19 # mailpit: ^1.21.8
20 # redis: ^7.4.1
21 # rust: ^1.74.1
22 # openjdk.org: ^21.0.3.6
packages/ts/test-envs/working-test/dependencies.yamladded+6-0
Changes to packages/ts/test-envs/working-test/dependencies.yaml
@@ -0,0 +1,6 @@
1dependencies:
2 # Packages that work well in pkgx
3 python.org: ~3.12
4 curl.se: ^8.16.0
5 cmake.org: ^3.31.9
6 stedolan.github.io/jq: ^1.8.1
packages/launchpad/test-envs/bun-package-manager-with-deps/package.json packages/zig/test-envs/bun-package-manager-with-deps/package.jsoncopied+2-2
Changes to packages/zig/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",
25 "typescript": "^5.0.0"
24 "prettier": "^3.6.2",
25 "typescript": "^5.9.3"
2626 }
2727}
packages/launchpad/test-envs/bun-with-nodejs/package.json packages/zig/test-envs/bun-with-nodejs/package.jsoncopied+1-1
Changes to packages/zig/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"
packages/zig/test-envs/complex-deps/dependencies.yamladded+12-0
Changes to packages/zig/test-envs/complex-deps/dependencies.yaml
@@ -0,0 +1,12 @@
1dependencies:
2 # Development tools with specific versions
3 nodejs.org: 20.11.0
4 python.org: 3.11.9
5
6 # CLI tools that should work reliably
7 stedolan.github.io/jq: ^1.8.1
8 curl.se: ^8.5.0
9 gnu.org/wget: ^1.25.0
10
11 # Build tools
12 cmake.org: ^3.31.9
packages/zig/test-envs/deeply-nested/level1/level2/level3/level4/level5/level6/level7/level8/level9/level10/final-project/dependencies.yamladded+7-0
Changes to packages/zig/test-envs/deeply-nested/level1/level2/level3/level4/level5/level6/level7/level8/level9/level10/final-project/dependencies.yaml
@@ -0,0 +1,7 @@
1dependencies:
2 # Test packages for deeply nested environment
3 zlib.net: 1.3.1
4 curl.se: ^8.16.0
5
6 # This should create a unique environment hash
7 # even with a very long directory path
packages/zig/test-envs/laravel/deps.yamladded+8-0
Changes to packages/zig/test-envs/laravel/deps.yaml
@@ -0,0 +1,8 @@
1dependencies:
2 bun: ^1.3.0
3 php: ^8.4.13
4 node: ^24.10.0
5 redis: ^8.2.2
6 postgres: ^17.0.0
7 composer: ^2.8.12
8 # meilisearch: ^1.15.0 doesnt exist yet
packages/zig/test-envs/rails/deps.yamladded+8-0
Changes to packages/zig/test-envs/rails/deps.yaml
@@ -0,0 +1,8 @@
1dependencies:
2 ruby: ^3.4.7
3 node: ^24.0.0
4 redis: ^8.0.0
5 postgres: ^17.0.0
6 rubygems.org: ^3.7.2 # Provides bundler, gem commands
7 # sqlite: ^3.40.0 # Alternative to postgres for development
8 # yarn: ^1.22.0 # Alternative to npm
packages/zig/test-envs/stacks-config/dependencies.yamladded+22-0
Changes to packages/zig/test-envs/stacks-config/dependencies.yaml
@@ -0,0 +1,22 @@
1# Please note, this file is auto-generated based on your ./config & local environment.
2# It's recommended to keep it in your project's root directory, and to commit it.
3#
4# The framework understands your project's dependencies, knows which ones are
5# already installed in your environment, and which aren't — prompting
6# to automatically install missing dependencies when needed.
7#
8# To learn more, please visit:
9# https://stacksjs.org/docs/dependency-management
10
11dependencies:
12 aws/cli: ^2.22.26
13 bun: ^1.3.0
14 gh: ^2.81.0
15 zip: ^3.0
16 unzip: ^6.0
17 sqlite3: ^3.50.4
18 node: ^22.20.0 # only temporarily needed until bun & vue-tsc issue is resolved
19 # mailpit: ^1.21.8
20 # redis: ^7.4.1
21 # rust: ^1.74.1
22 # openjdk.org: ^21.0.3.6
packages/zig/test-envs/working-test/dependencies.yamladded+6-0
Changes to packages/zig/test-envs/working-test/dependencies.yaml
@@ -0,0 +1,6 @@
1dependencies:
2 # Packages that work well in pkgx
3 python.org: ~3.12
4 curl.se: ^8.16.0
5 cmake.org: ^3.31.9
6 stedolan.github.io/jq: ^1.8.1