Update dependencies and document security overrides - #152
Conversation
- Upgrade direct dependencies and refresh the lockfile - Add bounded dependency security overrides and regression coverage - Document override rationale and re-evaluation steps
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e2a566bddf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
|
Codex Review: Didn't find any major issues. 🎉 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". |
Update direct dependencies to current stable releases and remove the remaining reported vulnerable versions with scoped pnpm overrides. Document each override's advisories and removal checks in
docs/dependency-overrides.md.image-sizehas no published upstream fix, so its override uses the exactimage-size-next@2.1.1fork. Timeout-controlled tests cover the reported ICNS, JXL, and HEIF hangs and valid image dimensions; the register records the publisher change and why a clean audit alone is insufficient.Update the diff-renderer type argument and correct a malformed browser-test patch fixture exposed by the dependency update.
Pending review fix: local commit
eb41300aligns the Node runtime requirements and CI pins, but has NOT been pushed. GitHub rejected the workflow change because the current OAuth credential lacks workflow scope.Local validation at UNPUSHED commit
eb41300in a fresh linked checkout on Node 22.22.2:corepack enableandcorepack pnpm run setupcorepack pnpm run check(lint, build, unit/integration, docs check/build, packaged CLI smoke)corepack pnpm test(coverage, browser, platform)All checks passed. The earlier dependency audit reported zero findings after the overrides; the runtime fix does not change dependency resolutions.