Skip to content

Feature/confetti animation component - #505

Merged
webstackdev merged 9 commits into
mainfrom
feature/confetti-animation-component
Dec 13, 2025
Merged

webstackdev merged 9 commits into
mainfrom
feature/confetti-animation-component

Conversation

@webstackdev

@webstackdev webstackdev commented Dec 13, 2025

Copy link
Copy Markdown
Owner

Description

Add confetti animation to form submits

Type of Change

  • 🐛 Bug fix (bugfix/*)
  • 🔥 Hot fix (hotfix/*)
  • ✨ New feature (feature/*)
  • 🏗️ Infrastructure (infrastructure/*)
  • � Maintenance (maintenance/*)
  • �📝 Content update (content/*)
  • 📚 Documentation
  • 🎨 Style/UI change
  • ♻️ Code refactoring

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@types/canvas-confetti 1.9.0 🟢 6.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 23/29 approved changesets -- score normalized to 7
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
License🟢 9license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Fuzzing⚠️ 0project is not fuzzed
npm/canvas-confetti 1.9.4 🟢 5.2
Details
CheckScoreReason
Code-Review⚠️ 1Found 2/12 approved changesets -- score normalized to 1
Maintained🟢 810 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • package-lock.json

@github-actions

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 66.52% 4592 / 6903
🔵 Statements 65.2% 4772 / 7319
🔵 Functions 66.23% 930 / 1404
🔵 Branches 54.43% 2276 / 4181
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/components/Animations/Computers/client/index.ts 82.68% 60% 82.14% 86.74% 20-21, 26-38, 50-53, 51-52, 56, 73, 76-77, 108, 127, 139, 151, 156, 167, 238, 248, 262, 280, 288, 298, 308, 313-315, 326, 327, 328
src/components/Animations/Confetti/index.astro 100% 100% 100% 100%
src/components/Animations/Confetti/client/index.ts 80.89% 65.95% 93.33% 87.34% 103-106, 86, 92, 104-105, 114, 117-118, 158, 174, 196, 219, 224, 228, 238, 250, 257
src/components/CallToAction/Newsletter/index.astro 100% 100% 100% 100%
src/components/CallToAction/Newsletter/client/index.ts 84.21% 74.6% 93.33% 86.3% 53-57, 81, 108-113, 127-128, 140, 157, 169, 190, 204, 263-265, 277, 287, 300-301, 307, 328
src/components/Forms/Contact/index.astro 100% 100% 100% 100%
src/components/Forms/Contact/client/formSubmission.ts 92.98% 90% 100% 92.98% 110-111, 116-117
src/components/Forms/Contact/client/validation.ts 83.76% 68.65% 84.21% 84.48% 88-96, 124, 139, 160-162, 165-168, 173-174, 193, 197-198
src/components/Forms/Download/index.astro 100% 100% 100% 100%
src/components/Forms/Download/client/index.ts 82.19% 64.7% 90% 82.19% 51, 56, 62-64, 132-136, 152-159, 168
src/pages/api/contact/index.ts 59.85% 52.63% 53.84% 63.77% 59, 77, 119-124, 159-168, 182-191, 196-204, 211-214, 221-225, 251-255, 264-338, 345-349
src/pages/api/downloads/submit.ts 100% 83.33% 100% 100%
src/pages/api/gdpr/request-data.ts 62.5% 55.55% 40% 62.5% 26-33, 37-41, 48-61, 83, 90-94, 98, 102, 106, 117-125, 149-157, 171
src/pages/api/newsletter/index.ts 56.71% 37.73% 75% 56.71% 67-73, 96-174, 198-202, 208-215, 222-226, 243-248, 300
src/pages/tags/index.astro 0% 0% 0% 0% 1-234
Generated in workflow #57 for commit fe68dff by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown

Preview deployment ready

Field Value
Branch feature/confetti-animation-component
Commit fe68dff
Preview Open preview

Triggered by @webstackdev

@webstackdev
webstackdev merged commit 67a06f7 into main Dec 13, 2025
12 checks passed
@webstackdev
webstackdev deleted the feature/confetti-animation-component branch December 13, 2025 14:38
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