Skip to content

chore(deps): refresh frontend patches#51

Merged
saagpatel merged 5 commits into
mainfrom
codex/chore/frontend-patch-refresh
Jul 10, 2026
Merged

chore(deps): refresh frontend patches#51
saagpatel merged 5 commits into
mainfrom
codex/chore/frontend-patch-refresh

Conversation

@saagpatel

@saagpatel saagpatel commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • update Vite to 8.1.4
  • update the Tailwind Vite plugin to 4.3.2
  • update Prettier to 3.9.5
  • regenerate one internally consistent npm lockfile for the compatible patch set

This replaces the split Dependabot PRs #41, #43, and #44, whose independently generated lockfiles fail npm ci. The lint-staged 17 and TypeScript 7 major updates remain separate.

Verification

  • npm ci
  • npm run verify:required:frontend
  • DESKTOP_PET_STRICT_RUST=1 npm run test:smoke
  • DESKTOP_PET_STRICT_RUST=1 npm run verify:required:tauri

Lockfile rationale

The split Dependabot branches produced npm lockfiles that failed npm ci. This PR regenerates the combined compatible patch set with Node 22 and npm 10, matching the GitHub Actions runtime, and was verified with a clean npm ci.

@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: 4d46525052

ℹ️ 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-lock.json
"node": ">=18"
}
},
"node_modules/git-raw-commits/node_modules/meow": {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restore the nested parser entry for clean installs

After this hunk removes node_modules/git-raw-commits/node_modules/conventional-commits-parser, a clean install is no longer reproducible: running npm ci on this commit fails with Missing: conventional-commits-parser@ from lock file. The top-level conventional-commits-parser@7.0.1 does not satisfy @conventional-changelog/git-client's optional peer range ^6.4.0, so the nested 6.4.0 lock entry that used to appear here is still required for CI and fresh checkouts.

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.

1 participant