Skip to content

chore: refresh frontend dependencies - #2

Merged
SahirVhora merged 7 commits into
mainfrom
agent/refresh-frontend-dependencies
Jul 26, 2026
Merged

chore: refresh frontend dependencies#2
SahirVhora merged 7 commits into
mainfrom
agent/refresh-frontend-dependencies

Conversation

@SahirVhora

Copy link
Copy Markdown
Owner

What changed

Refreshes the locked frontend dependency tree and regenerates the tracked Vite production assets.

Why

The lockfile updates bring transitive frontend packages to their current compatible releases; the repository tracks its published dist/ output, so it is regenerated from the verified build.

Validation

  • npm ci
  • npm run lint
  • npm run build
  • npm audit --omit=dev --audit-level=high (0 vulnerabilities)

@SahirVhora
SahirVhora marked this pull request as ready for review July 26, 2026 11:09

@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: 84ca9185df

ℹ️ 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 .github/workflows/ci.yml
- run: npm ci
- run: npm run lint
- run: npm run validate-regions
- run: npm run build

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 Run the new Node test suite in CI

The new workflow finishes after the build without executing node --test; package.json also defines no test script, and a repo-wide search found no other invocation. Consequently, tests/api-key-storage.test.mjs is never exercised automatically, so a pull request can regress the API-key storage guarantee while all CI checks remain green.

Useful? React with 👍 / 👎.

@SahirVhora
SahirVhora merged commit eba024d into main Jul 26, 2026
1 check passed
@SahirVhora
SahirVhora deleted the agent/refresh-frontend-dependencies branch July 26, 2026 11:17
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