From 9f2047ce615e114c4c0a7d9b2a6d9a8accd54af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:47:51 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- bun.lock | 3 ++- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 0bafb10..6329186 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,7 +119,7 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -346,7 +346,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfaf3b3..acd2261 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 diff --git a/bun.lock b/bun.lock index 64a07ce..e3cd30c 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "ts-ndarray", @@ -23,7 +24,7 @@ "cwise-compiler": "^1.1.3", "pickier": "^0.1.20", "typescript": "^5.9.3", - "unocss": "^66.6.1", + "unocss": "^66.6.2", }, }, }, diff --git a/package.json b/package.json index cd8592e..bc27452 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cwise-compiler": "^1.1.3", "pickier": "^0.1.20", "typescript": "^5.9.3", - "unocss": "^66.6.1" + "unocss": "^66.6.2" }, "overrides": { "unconfig": "0.3.10"