From 72bc06c043886790257eb49b1d7dca6dfaed1fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:49:06 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 12 ++++++------ bun.lock | 6 +++--- package.json | 2 +- packages/tlsx/package.json | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index d0e4b637..890aae19 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08181f29..431c03d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/bun.lock b/bun.lock index a0397314..f962e7fc 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "tlsx", "devDependencies": { - "better-dx": "^0.2.7", + "better-dx": "^0.2.12", "typescript": "^5.9.3", }, }, @@ -20,11 +20,11 @@ "tlsx": "./dist/bin/cli.js", }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.7", "consola": "^3.4.2", }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.11", "typescript": "^5.9.3", }, }, diff --git a/package.json b/package.json index 97763171..db58e4eb 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "preview:docs": "bun --bun bunpress preview docs" }, "devDependencies": { - "better-dx": "^0.2.7", + "better-dx": "^0.2.12", "typescript": "^5.9.3" }, "git-hooks": { diff --git a/packages/tlsx/package.json b/packages/tlsx/package.json index cdda894c..96a21a0a 100644 --- a/packages/tlsx/package.json +++ b/packages/tlsx/package.json @@ -58,7 +58,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.11", "typescript": "^5.9.3" }, "simple-git-hooks": { @@ -68,7 +68,7 @@ "*.{js,ts}": "bunx pickier . --fix" }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.7", "consola": "^3.4.2" } }