Skip to content

fix(deps): remediate v1.2.0 dependency advisories - #220

Merged
goniszewski merged 1 commit into
mainfrom
fix/v1.2.0-dependency-advisories
Sep 9, 2026
Merged

goniszewski merged 1 commit into
mainfrom
fix/v1.2.0-dependency-advisories

Conversation

@goniszewski

Copy link
Copy Markdown
Owner

Summary

  • upgrade React Router, Vite, and Vitest to patched release lines
  • update daemon runtime dependencies and pin patched transitive MCP server dependencies
  • declare ES2022 and Node test types required by Vitest 4
  • refresh npm and Bun lockfiles

Validation

  • npm run check (325 frontend tests; 690 daemon tests)
  • npm run test:e2e (26 passed)
  • npm run test:e2e:installed
  • npm audit --audit-level=low
  • cd daemon && bun audit --production

Both dependency audits report zero known vulnerabilities.

Copilot AI lite review requested due to automatic review settings September 9, 2026 18:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T18:12:21.167279Z 3149d2e PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@sonarqubecloud

sonarqubecloud Bot commented Sep 9, 2026

Copy link
Copy Markdown

@goniszewski
goniszewski merged commit 602925a into main Sep 9, 2026
8 checks passed
@goniszewski
goniszewski deleted the fix/v1.2.0-dependency-advisories branch September 9, 2026 18:10

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3149d2e4d5

ℹ️ 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".

Comment thread package.json
"vite": "^5.4.19",
"vitest": "^3.2.4"
"vite": "^6.4.3",
"vitest": "^4.1.11"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the documented Node 18 toolchain

When a contributor uses the Node 18 environment supported by CONTRIBUTING.md:11, npm run test now invokes Vitest 4.1.11, whose committed lock entry requires Node ^20.0.0 || ^22.0.0 || >=24.0.0; the upgraded React Router package also requires Node 20 or newer. This makes the documented setup unsupported and causes engine-strict installs to fail, whereas the previous versions supported Node 18. Either retain patched dependency versions compatible with Node 18 or raise the documented prerequisite and declare the new Node requirement in package.json.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants