also looking at this
chore(deps): update all non-major dependencies
#191
27 files
+164
-45
| @@ -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.5 | |
| 134 | 134 | with: |
| 135 | 135 | php-version: '8.4' |
| 136 | 136 | tools: composer |
| @@ -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.5 | |
| 252 | 252 | with: |
| 253 | 253 | php-version: '8.4' |
| 254 | 254 | tools: composer |
| @@ -21,10 +21,10 @@ jobs: | ||
| 21 | 21 | - uses: actions/checkout@v4 |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | uses: oven-sh/setup-bun@v2 | |
| 24 | uses: oven-sh/setup-bun@v2.0.2 | |
| 25 | 25 | |
| 26 | 26 | - name: Use cached node_modules |
| 27 | uses: actions/cache@v4 | |
| 27 | uses: actions/cache@v4.3.0 | |
| 28 | 28 | with: |
| 29 | 29 | path: node_modules |
| 30 | 30 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -44,10 +44,10 @@ jobs: | ||
| 44 | 44 | - uses: actions/checkout@v4 |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | uses: oven-sh/setup-bun@v2 | |
| 47 | uses: oven-sh/setup-bun@v2.0.2 | |
| 48 | 48 | |
| 49 | 49 | - name: Use cached node_modules |
| 50 | uses: actions/cache@v4 | |
| 50 | uses: actions/cache@v4.3.0 | |
| 51 | 51 | with: |
| 52 | 52 | path: node_modules |
| 53 | 53 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -67,10 +67,10 @@ jobs: | ||
| 67 | 67 | - uses: actions/checkout@v4 |
| 68 | 68 | |
| 69 | 69 | - name: Install Bun |
| 70 | uses: oven-sh/setup-bun@v2 | |
| 70 | uses: oven-sh/setup-bun@v2.0.2 | |
| 71 | 71 | |
| 72 | 72 | - name: Use cached node_modules |
| 73 | uses: actions/cache@v4 | |
| 73 | uses: actions/cache@v4.3.0 | |
| 74 | 74 | with: |
| 75 | 75 | path: node_modules |
| 76 | 76 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -93,10 +93,10 @@ jobs: | ||
| 93 | 93 | - uses: actions/checkout@v4 |
| 94 | 94 | |
| 95 | 95 | - name: Install Bun |
| 96 | uses: oven-sh/setup-bun@v2 | |
| 96 | uses: oven-sh/setup-bun@v2.0.2 | |
| 97 | 97 | |
| 98 | 98 | - name: Use cached node_modules |
| 99 | uses: actions/cache@v4 | |
| 99 | uses: actions/cache@v4.3.0 | |
| 100 | 100 | with: |
| 101 | 101 | path: node_modules |
| 102 | 102 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
| @@ -707,7 +707,7 @@ jobs: | ||
| 707 | 707 | |
| 708 | 708 | - name: Upload PHP Binary (Unix) |
| 709 | 709 | if: matrix.platform != 'win32' |
| 710 | uses: actions/upload-artifact@v4 | |
| 710 | uses: actions/upload-artifact@v4.6.2 | |
| 711 | 711 | with: |
| 712 | 712 | name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }} |
| 713 | 713 | path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.tar.gz |
| @@ -715,7 +715,7 @@ jobs: | ||
| 715 | 715 | |
| 716 | 716 | - name: Upload PHP Binary (Windows) |
| 717 | 717 | if: matrix.platform == 'win32' |
| 718 | uses: actions/upload-artifact@v4 | |
| 718 | uses: actions/upload-artifact@v4.6.2 | |
| 719 | 719 | with: |
| 720 | 720 | name: php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }} |
| 721 | 721 | path: binaries/php-${{ matrix.php_version }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.config }}.zip |
| @@ -24,24 +24,23 @@ | ||
| 24 | 24 | "changelog": "bunx logsmith --verbose", |
| 25 | 25 | "changelog:generate": "bunx logsmith --output CHANGELOG.md", |
| 26 | 26 | "release": "bun run changelog:generate && bunx bumpx prompt --recursive", |
| 27 | "postinstall": "bunx git-hooks", | |
| 28 | 27 | "dev:docs": "bun vitepress dev docs", |
| 29 | 28 | "build:docs": "bun vitepress build docs", |
| 30 | 29 | "preview:docs": "bun vitepress preview docs", |
| 31 | 30 | "typecheck": "bun --bun tsc --noEmit" |
| 32 | 31 | }, |
| 33 | 32 | "devDependencies": { |
| 34 | "@stacksjs/bumpx": "^0.1.84", | |
| 33 | "@stacksjs/bumpx": "^0.2.2", | |
| 35 | 34 | "@stacksjs/docs": "^0.70.23", |
| 36 | 35 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 37 | 36 | "@stacksjs/gitlint": "^0.1.5", |
| 38 | 37 | "@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" | |
| 45 | 44 | }, |
| 46 | 45 | "overrides": { |
| 47 | 46 | "@stacksjs/dtsx": "0.9.5", |
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | "name": "@stacksjs/launchpad", |
| 3 | 3 | "type": "module", |
| 4 | 4 | "version": "0.6.4", |
| 5 | "packageManager": "bun@1.2.21", | |
| 6 | 5 | "description": "Like Homebrew, but faster.", |
| 7 | 6 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 8 | 7 | "license": "MIT", |
| @@ -63,13 +62,11 @@ | ||
| 63 | 62 | "test": "bun test", |
| 64 | 63 | "typecheck": "bun --bun tsc --noEmit --skipLibCheck" |
| 65 | 64 | }, |
| 66 | "dependencies": { | |
| 67 | "bunfig": "^0.15.0", | |
| 68 | "cac": "^6.7.14", | |
| 69 | "ts-pkgx": "^0.4.72" | |
| 70 | }, | |
| 71 | 65 | "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" | |
| 73 | 70 | }, |
| 74 | 71 | "lint-staged": { |
| 75 | 72 | "*.{js,ts}": "bunx --bun eslint . --fix" |
| @@ -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.3" | |
| 26 | 26 | } |
| 27 | 27 | } |
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | "name": "@stacksjs/launchpad", |
| 3 | 3 | "type": "module", |
| 4 | 4 | "version": "0.6.4", |
| 5 | "packageManager": "bun@1.2.21", | |
| 6 | 5 | "description": "Like Homebrew, but faster.", |
| 7 | 6 | "author": "Chris Breuer <chris@stacksjs.org>", |
| 8 | 7 | "license": "MIT", |
| @@ -63,13 +62,11 @@ | ||
| 63 | 62 | "test": "bun test", |
| 64 | 63 | "typecheck": "bun --bun tsc --noEmit --skipLibCheck" |
| 65 | 64 | }, |
| 66 | "dependencies": { | |
| 67 | "bunfig": "^0.15.0", | |
| 68 | "cac": "^6.7.14", | |
| 69 | "ts-pkgx": "^0.4.72" | |
| 70 | }, | |
| 71 | 65 | "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" | |
| 73 | 70 | }, |
| 74 | 71 | "lint-staged": { |
| 75 | 72 | "*.{js,ts}": "bunx --bun eslint . --fix" |
| @@ -0,0 +1,12 @@ | ||
| 1 | dependencies: | |
| 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 | |
| @@ -0,0 +1,7 @@ | ||
| 1 | dependencies: | |
| 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 | |
| @@ -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 | ||
| 11 | dependencies: | |
| 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 | |
| @@ -0,0 +1,12 @@ | ||
| 1 | dependencies: | |
| 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 | |
| @@ -0,0 +1,7 @@ | ||
| 1 | dependencies: | |
| 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 | |
| @@ -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 | ||
| 11 | dependencies: | |
| 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 | |