Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging #3566

Merged
merged 9 commits into from
Feb 4, 2025
Merged

staging #3566

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/javascript.yml

This file was deleted.

8 changes: 7 additions & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ pre-commit:
check:
stage_fixed: true
glob: "*.{ts,tsx,css,d.ts}"
run: pnpm biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}
run: pnpm biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}
type-check:
glob: "*.{ts,tsx}"
run: pnpm tsc-files {staged_files}
test:
glob: "*.{ts,tsx}"
run: pnpm vitest related --run {staged_files}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@aws-sdk/client-dynamodb": "3.738.0",
"@aws-sdk/lib-dynamodb": "3.738.0",
"@better-giving/assets": "1.0.18",
"@better-giving/balance-tx": "1.0.2",
"@better-giving/donation": "1.0.12",
"@better-giving/endowment": "1.0.36",
"@better-giving/fundraiser": "1.0.11",
Expand Down Expand Up @@ -86,6 +87,7 @@
"react-dropzone-esm": "15.2.0",
"react-hook-form": "7.53.0",
"react-player": "2.16.0",
"recharts": "2.15.1",
"remix-client-cache": "1.1.0",
"remix-utils": "8.1.0",
"sonner": "1.7.0",
Expand Down Expand Up @@ -114,6 +116,7 @@
"lefthook": "1.6.15",
"msw": "2.4.9",
"tailwindcss": "4.0.0",
"tsc-files": "1.1.4",
"typescript": "5.5",
"vite": "5.2.0",
"vite-tsconfig-paths": "5.1.4",
Expand Down
Loading