diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index fdeae85..cb6b07c 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 + - uses: anthropics/claude-code-action@ade221fd1c400376a4799977d683a4eda09f9d7c # v1.0.60 with: anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: true # ✨ Enables tracking comments diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index ea5b377..7928b07 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -10,7 +10,7 @@ jobs: issues: write id-token: write steps: - - uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 + - uses: anthropics/claude-code-action@ade221fd1c400376a4799977d683a4eda09f9d7c # v1.0.60 with: anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/scheduled-maintenance.yml b/.github/workflows/scheduled-maintenance.yml index 6872d8c..596d89e 100644 --- a/.github/workflows/scheduled-maintenance.yml +++ b/.github/workflows/scheduled-maintenance.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 # v1.0.55 + - uses: anthropics/claude-code-action@ade221fd1c400376a4799977d683a4eda09f9d7c # v1.0.60 with: anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/sync-openapi-to-cli.yaml b/.github/workflows/sync-openapi-to-cli.yaml index f9b16db..b60e2c8 100644 --- a/.github/workflows/sync-openapi-to-cli.yaml +++ b/.github/workflows/sync-openapi-to-cli.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: '24.13.1' + node-version: '24.14.0' - name: Setup pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 diff --git a/.nvmrc b/.nvmrc index f94d3c2..bd165d9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.13.1 \ No newline at end of file +24.14.0 \ No newline at end of file diff --git a/package.json b/package.json index 77d0d4f..149e1c5 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint": "10.0.1", "eslint-config-next": "16.1.6", "husky": "9.1.7", - "knip": "5.84.1", + "knip": "5.85.0", "lint-staged": "16.2.7", "postcss": "8.5.6", "prettier": "3.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a31a930..9f73f1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -197,8 +197,8 @@ importers: specifier: 9.1.7 version: 9.1.7 knip: - specifier: 5.84.1 - version: 5.84.1(@types/node@24.10.13)(typescript@5.9.3) + specifier: 5.85.0 + version: 5.85.0(@types/node@24.10.13)(typescript@5.9.3) lint-staged: specifier: 16.2.7 version: 16.2.7 @@ -3823,8 +3823,8 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - knip@5.84.1: - resolution: {integrity: sha512-F1+yACEsSapAwmQLzfD4i9uPsnI82P4p5ABpNQ9pcc4fpQtjHEX34XDtNl5863I4O6SCECpymylcWDHI3ouhQQ==} + knip@5.85.0: + resolution: {integrity: sha512-V2kyON+DZiYdNNdY6GALseiNCwX7dYdpz9Pv85AUn69Gk0UKCts+glOKWfe5KmaMByRjM9q17Mzj/KinTVOyxg==} engines: {node: '>=18.18.0'} hasBin: true peerDependencies: @@ -8310,7 +8310,7 @@ snapshots: dependencies: json-buffer: 3.0.1 - knip@5.84.1(@types/node@24.10.13)(typescript@5.9.3): + knip@5.85.0(@types/node@24.10.13)(typescript@5.9.3): dependencies: '@nodelib/fs.walk': 1.2.8 '@types/node': 24.10.13