chore: update dependencies - #30
Merged
Merged
Conversation
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
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps all outdated dependencies to their latest versions. No source changes were required.
@google/genaitypescript@octokit/plugin-throttlingesbuild@types/nodedist/index.jswas regenerated to match the updated dependency tree.GitHub Actions
actions/setup-nodeApplied in
.github/workflows/ci.ymland.github/workflows/tests.yml. Thenode-version: 24andcache: npminputs are unchanged across the major, so this is a straight tag bump. AutoTriage already runssetup-node@v7. This supersedes the open Dependabot PR #26.actions/checkout@v7,actions/upload-artifact@v7, anddanielchalmers/AutoTriage@v4are already current.Notes on the major bump
typescript7 —tsc --noEmitis clean with no config or source changes.Deliberately held back
@types/node24.x → 26.x. The action runs on thenode24runtime (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.