Skip to content

chore: update dependencies - #30

Merged
danielchalmers merged 5 commits into
mainfrom
claude/determined-ptolemy-907lcr
Aug 15, 2026
Merged

chore: update dependencies#30
danielchalmers merged 5 commits into
mainfrom
claude/determined-ptolemy-907lcr

Conversation

@danielchalmers

@danielchalmers danielchalmers commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps all outdated dependencies to their latest versions. No source changes were required.

Package From To
@google/genai 2.10.0 2.17.1 minor
typescript 6.0.3 7.0.2 major
@octokit/plugin-throttling 11.0.3 11.0.5 patch
esbuild 0.28.1 0.28.2 patch
@types/node 24.13.2 24.13.3 patch

dist/index.js was regenerated to match the updated dependency tree.

GitHub Actions

Action From To
actions/setup-node v6 v7 major

Applied in .github/workflows/ci.yml and .github/workflows/tests.yml. The node-version: 24 and cache: npm inputs are unchanged across the major, so this is a straight tag bump. AutoTriage already runs setup-node@v7. This supersedes the open Dependabot PR #26. actions/checkout@v7, actions/upload-artifact@v7, and danielchalmers/AutoTriage@v4 are already current.

Notes on the major bump

  • typescript 7tsc --noEmit is clean with no config or source changes.

Deliberately held back

  • @types/node 24.x → 26.x. The action runs on the node24 runtime (action.yml) and CI pins Node 24, so the type definitions should track that major. Moving to 26 would let the compiler accept Node 26-only APIs that are absent at runtime. The patch bump above stays on the 24 line.

Verification

npm run verify (typecheck, test, build, check:dist) passes locally on Node 24 — 38/38 tests.


Generated by Claude Code as part of a scheduled dependency-check routine.

Bump @google/genai 2.10.0 -> 2.15.0 and @octokit/plugin-throttling 11.0.3 -> 11.0.5 (both within semver range), and regenerate dist/index.js. @types/node stays on the 24.x line to match the node24 runtime; typescript 7.x is a major bump left for a dedicated PR.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FU9yDjoAXdT2f1JX9h437D
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 6, 2026
claude added 4 commits August 6, 2026 10:12
Bump remaining outdated packages to their latest versions:

- @google/genai ^2.10.0 -> ^2.16.0
- @types/node ^24.13.2 -> ^26.1.2 (major)
- typescript ^6.0.3 -> ^7.0.2 (major)

Rebuild dist/ with the updated dependency tree.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KZ7KGAvdTPYwrEMHuDZbzf
The action runs on the node24 runtime (action.yml) and CI pins Node 24,
so the type definitions should track that major. @types/node 26 would let
the compiler accept Node 26-only APIs that are absent at runtime.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KZ7KGAvdTPYwrEMHuDZbzf
Both workflows still pinned setup-node to the v6 major while v7.0.0 is
current; AutoTriage already runs v7. The node-version: 24 and cache: npm
inputs are unchanged across the major, so this is a straight tag bump.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PWYuuc5facbhv4PnXngeUD
- @google/genai 2.16.0 -> 2.17.1
- esbuild 0.28.1 -> 0.28.2

@types/node stays on the 24 line to match the node24 runtime.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NM7Y78JtiTmMcfXoF7AvmG
@danielchalmers
danielchalmers merged commit 2c10ba9 into main Aug 15, 2026
2 checks passed
@danielchalmers
danielchalmers deleted the claude/determined-ptolemy-907lcr branch August 15, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants