fix: update AgentOps npm toolchain#56
Merged
Merged
Conversation
Collaborator
Author
|
@codex review |
There was a problem hiding this comment.
Pull request overview
npm ツールチェーンの監査指摘(npm audit)解消と、markdownlint-cli の要件に合わせた Node.js ベースライン更新を目的としたPRです。依存更新により脆弱性・deprecated 警告の低減と、CI/QA 実行環境の整合を図ります。
Changes:
glob/markdownlint-cliを現行のセキュアなリリースへ更新し、lockfile を更新engines.nodeを Node 22 系へ引き上げ- Book QA workflow の Node 実行バージョンを 22 に更新
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Node エンジン要件と direct/dev dependency の更新 |
| package-lock.json | 依存解決結果の更新(audit 解消を目的としたトランジティブ更新含む) |
| .github/workflows/book-qa.yml | QA ジョブの Node バージョンを 22 に更新 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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
Changes
Verification
Residual warning: whatwg-encoding 2.0.0 is transitive through latest http-server 14.1.1; Jekyll Faraday retry warning is also tracked in #55.
Closes #54