chore(deps): batch-bump 4 TS SDK dev deps (closes #180-#183)#184
Merged
Conversation
Same pairwise-conflict situation as #169-#178 — all four dependabot PRs touch sdks/typescript/package.json + package-lock.json, so once the first lands the rest become CONFLICTING. Resolve in one branch to skip the @dependabot recreate ping-pong. Bumps applied: - @types/node 25.7.0 -> 25.9.1 (#183) - eslint 10.3.0 -> 10.4.0 (#182) - typescript-eslint 8.59.3 -> 8.59.4 (#181) - @typescript-eslint/parser 8.59.3 -> 8.59.4 (#180) - @typescript-eslint/eslint-plugin 8.59.3 -> 8.59.4 (peer-pinned sibling kept in lockstep so npm install resolves without --legacy-peer-deps) Verified locally: - npm install -> 191 packages, no peer-dep failure - npx tsc --noEmit clean All four are patch-level bumps with no API breakage. Closes #180 #181 #182 #183. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
sdks/typescript/package.json+package-lock.jsoninto one commit, avoiding the pairwise-conflict ping-pong (same pattern as the prior chore(deps)(deps-dev): bump @types/uuid from 10.0.0 to 11.0.0 in /sdks/typescript #169-chore(deps)(deps-dev): bump @typescript-eslint/parser from 8.59.1 to 8.59.3 in /sdks/typescript #178 batch).@types/node25.7.0 → 25.9.1 (chore(deps)(deps-dev): bump @types/node from 25.7.0 to 25.9.1 in /sdks/typescript #183)eslint10.3.0 → 10.4.0 (chore(deps)(deps-dev): bump eslint from 10.3.0 to 10.4.0 in /sdks/typescript #182)typescript-eslint8.59.3 → 8.59.4 (chore(deps)(deps-dev): bump typescript-eslint from 8.59.3 to 8.59.4 in /sdks/typescript #181)@typescript-eslint/parser8.59.3 → 8.59.4 (chore(deps)(deps-dev): bump @typescript-eslint/parser from 8.59.3 to 8.59.4 in /sdks/typescript #180)@typescript-eslint/eslint-plugin8.59.3 → 8.59.4 (peer-pinned sibling kept in lockstep sonpm installresolves without--legacy-peer-deps)package-lock.jsonfrom scratch; 191 packages, no peer-dep failure.Test plan
npx tsc --noEmitcleancargo clippy -- -D warningsclean (pre-commit + pre-push hooks)Closes #180
Closes #181
Closes #182
Closes #183
🤖 Generated with Claude Code