Skip to content

test(CommitPulseSection-type-compiler): verify TypeScript Compiler Va…#8089

Open
rashi-gupta-08 wants to merge 4 commits into
JhaSourav07:mainfrom
rashi-gupta-08:test/CommitPulseSection-type-compiler-6934
Open

test(CommitPulseSection-type-compiler): verify TypeScript Compiler Va…#8089
rashi-gupta-08 wants to merge 4 commits into
JhaSourav07:mainfrom
rashi-gupta-08:test/CommitPulseSection-type-compiler-6934

Conversation

@rashi-gupta-08

Copy link
Copy Markdown
Contributor

…lidation & Schema Constraints Stability (Variation 10)

Closes #6934

Description

Fixes #6934

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

…lidation & Schema Constraints Stability (Variation 10)

Closes JhaSourav07#6934
@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @rashi-gupta-08, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

rashi-gupta-08 and others added 3 commits July 15, 2026 19:20
…ts to match local types

- EditorPanel: rewrite to match local GeneratorState (no showRepoSpotlight/articles fields)
- PreviewPanel: remove hasContent from assertion (not in local PreviewPanelProps)
…s with upstream types

- EditorPanel: include showRepoSpotlight, spotlightRepo, articles fields in GeneratorState
- PreviewPanel: add hasContent optional field to props assertion
@Aamod007 Aamod007 added level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests mentor:Aamod007 labels Jul 17, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Good job validating the TypeScript Compiler for the CommitPulseSection props and checking schemas. This ensures type safety for the generator sections. However, this PR is currently marked as blocked because the CI pipeline (Format, Lint, Typecheck, Test) is failing. Please resolve the issues and rerun the CI pipeline.

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

Labels

level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. status:blocked This PR is blocked due to a failing CI check. type:testing Adding, updating, or fixing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(CommitPulseSection-type-compiler): verify TypeScript Compiler Validation & Schema Constraints Stability (Variation 10)

2 participants