[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): pin dependencies (#1888)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jun 15, 2026, 4:13 PM +0200) commit f9b82817 parent 9ba8d820
+14 -14
+2 -2
.github/workflows/autofix.yml
··· 15 15 runs-on: ubuntu-latest 16 16 17 17 steps: 18 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 18 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 19 19 - run: corepack enable 20 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 20 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 21 21 with: 22 22 node-version: 24.15.0 23 23 cache: "pnpm"
+5 -5
.github/workflows/e2e.yml
··· 25 25 image: mcr.microsoft.com/playwright:v1.60.0-noble 26 26 27 27 steps: 28 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 28 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 29 29 - run: npm i -g --force corepack && corepack enable 30 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 30 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 31 31 with: 32 32 node-version: lts/* 33 33 cache: "pnpm" ··· 44 44 45 45 - name: Upload playwright report 46 46 if: ${{ !cancelled() }} 47 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 47 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 48 48 with: 49 49 name: playwright-report 50 50 path: | ··· 60 60 runs-on: ubuntu-latest 61 61 timeout-minutes: 15 62 62 steps: 63 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 63 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 64 64 - run: curl ${{ github.event.inputs.url || github.event.deployment.payload.web_url || github.event.deployment_status.environment_url }} 65 65 - name: Audit URLs using Lighthouse 66 - uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # v12 66 + uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # 12.6.2 67 67 with: 68 68 urls: ${{ github.event.inputs.url || github.event.deployment.payload.web_url || github.event.deployment_status.environment_url }} 69 69 uploadArtifacts: true
+1 -1
.github/workflows/provenance.yml
··· 13 13 check-provenance: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 16 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 17 17 with: 18 18 fetch-depth: 0 19 19 - name: Check provenance downgrades
+2 -2
.github/workflows/sync.yml
··· 13 13 runs-on: ubuntu-latest 14 14 15 15 steps: 16 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 16 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 17 17 - run: corepack enable 18 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 18 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 19 19 with: 20 20 node-version: lts/* 21 21 cache: "pnpm"
+2 -2
.github/workflows/test.yml
··· 18 18 timeout-minutes: 15 19 19 20 20 steps: 21 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 21 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 22 22 - run: corepack enable 23 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 23 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 24 24 with: 25 25 node-version: lts/* 26 26 cache: "pnpm"
+1 -1
package.json
··· 95 95 "@nuxt/test-utils": "4.0.3", 96 96 "@playwright/test": "1.60.0", 97 97 "@types/html-to-text": "9.0.4", 98 - "@types/js-yaml": "^4.0.9", 98 + "@types/js-yaml": "4.0.9", 99 99 "@vue/test-utils": "2.4.10", 100 100 "eslint": "9.39.4", 101 101 "googleapis": "171.4.0",
+1 -1
pnpm-lock.yaml
··· 208 208 specifier: 9.0.4 209 209 version: 9.0.4 210 210 '@types/js-yaml': 211 - specifier: ^4.0.9 211 + specifier: 4.0.9 212 212 version: 4.0.9 213 213 '@vue/test-utils': 214 214 specifier: 2.4.10