Skip to content

chore: prepare repository for open source contribution#34

Merged
NewCoder3294 merged 1 commit into
mainfrom
chore/open-source-cleanup
Jun 9, 2026
Merged

chore: prepare repository for open source contribution#34
NewCoder3294 merged 1 commit into
mainfrom
chore/open-source-cleanup

Conversation

@NewCoder3294

Copy link
Copy Markdown
Owner

Summary

  • refresh public-facing README, security docs, contributing notes, and add a maintainer runbook
  • enable/standardize OSS repo automation: Dependabot titles, current GitHub Actions, flat ESLint config, and missing labels
  • resolve local dependency audit alerts by updating vulnerable packages and adding pnpm overrides for patched transitive versions
  • harden URL fetching in HLS and camera validation paths, sanitize SMS fallback logs, and clean CodeQL-reported dead code/test patterns

Cleanup notes

  • Deleted remote branches that were already merged into main.
  • This PR supersedes the open Dependabot PRs for npm and GitHub Actions updates.
  • Dependabot alerts and automated security fixes are now enabled for the repository.

Verification

  • pnpm typecheck
  • pnpm lint (passes with 3 existing hook warnings)
  • pnpm test
  • pnpm audit --audit-level=moderate
  • NEXT_PUBLIC_SUPABASE_URL=https://placeholder.supabase.co NEXT_PUBLIC_SUPABASE_ANON_KEY=placeholder_anon_key_for_build_only pnpm build

Comment thread apps/web/lib/contribute/sms.ts Fixed
@NewCoder3294 NewCoder3294 force-pushed the chore/open-source-cleanup branch from e6c7259 to 875eeef Compare June 9, 2026 04:35
@NewCoder3294 NewCoder3294 merged commit 78435e6 into main Jun 9, 2026
9 checks passed
@NewCoder3294 NewCoder3294 deleted the chore/open-source-cleanup branch June 9, 2026 04:36
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