chore: apply all open dependency updates - #211
Merged
Merged
Conversation
The TypeScript Tests job timed out because this case did a second full workflow fetch and export after the success path. Mock the fetch so it only covers the forceFlush error.
Drop the fetch mock. Reset spies between tests so a previous Once implementation cannot leak, and give the real API cases more time.
This was referenced Aug 15, 2026
Merged
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
Open になっている Dependabot のアップデート PR を 1 本にまとめて適用しました。major 更新で壊れた箇所は必要な範囲だけ直しています。
Applies:
checkout/setup-nodev7,stalev11, CodeQL 4.37.3)@actions/github9.1.1Companion upgrades needed for ESLint 10:
@eslint/js10.0.1eslint-plugin-github6.1.2@typescript-eslint/parser8.65.0 (plugin と揃える).npmrcにlegacy-peer-deps=true(eslint-plugin-import@2.32がまだ ESLint 10 の peer を宣言していないため)Code / config fixes:
baseUrlをやめ、types: ["node"]を追加src/...絶対 import を相対 import に変更preserve-caught-errorに合わせてErrorにcauseを付与WORKFLOW_RUN_IDを直近の成功 run に更新npm run packageでdist/を再生成Verification
.devcontainer/compose.ymlの Prometheus / Jaeger を起動し、DEV_CONTAINER=falseでホストからテストしました。npm run format:check/npm run lint(eslint+tsc --noEmit --strict) 成功DEV_CONTAINER=false npm run test -- --run104 / 104 passedgithub_workflow_duration_seconds/github_job_duration_seconds/github_job_queued_duration_secondsが届いていることを確認github-actions-opentelemetryと workflow / job / step span が登録されていることを確認Test plan