From 6f1f68ec5fde2b1c5cec97bd11e33ec580a31c58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:35:16 +0000 Subject: [PATCH] chore(deps): update all non-major dependency bump --- .github/workflows/deploy.yml | 2 +- .github/workflows/sync-articles-with-3rd-party.yml | 2 +- .github/workflows/test-build.yml | 2 +- packages/index/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf811a35..7ff2ef6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: with: # fetch whole history (needed for blog article creation time to work correctly) fetch-depth: 0 - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/sync-articles-with-3rd-party.yml b/.github/workflows/sync-articles-with-3rd-party.yml index 50fd90c1..87159836 100644 --- a/.github/workflows/sync-articles-with-3rd-party.yml +++ b/.github/workflows/sync-articles-with-3rd-party.yml @@ -7,7 +7,7 @@ jobs: contents: write steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 3ea45238..32b3752f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/packages/index/package.json b/packages/index/package.json index 90eade71..e51f105a 100644 --- a/packages/index/package.json +++ b/packages/index/package.json @@ -17,7 +17,7 @@ "format": "prettier --write ." }, "devDependencies": { - "@frsource/frs-replace": "5.1.109", + "@frsource/frs-replace": "5.1.111", "@frsource/prettier-config": "1.45.0", "@parcel/packager-raw-url": "2.16.4", "@parcel/transformer-inline-string": "2.16.4",