-
Notifications
You must be signed in to change notification settings - Fork 34
Upgrade packages and delete dead code #13
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6ec9134
chore: update next react dependencies to latest versions
matekissdev d2cbe96
chore: update dependencies for lucide-react, motion, tailwindcss, pos…
matekissdev 7179514
chore: update @tanstack and @trpc packages to latest versions
matekissdev 219b3ed
chore: update Prisma dependencies
matekissdev 8025f7c
chore: update react-email dependencies
matekissdev f0ab13b
chore(deps): update other dependencies to latest versions
matekissdev dc1ddb9
chore: update @types/bun and @types/node packages
matekissdev f5db5ec
chore: upgrade TypeScript to version 6.0.3 and update target in tscon…
matekissdev 72f77a1
chore: update biome package
matekissdev 054fd2f
chore: add knip configuration and update package.json scripts
matekissdev 00d45c2
chore: add knip checks to build workflow and pre-commit hook, update …
matekissdev 27899e5
chore: update next.config.mjs to include turbopack configuration
matekissdev 78d2fe2
chore: add react-compiler
matekissdev 568a5b9
build: remove unused packages
kovrichard b616347
fix: fix notification hydration issue
kovrichard 19a8f5d
fix(knip): remove unused components and exports
kovrichard 7c38e9f
ci: run on pull requests
kovrichard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| bun run lint-staged && bun run type-check | ||
| bun run lint-staged && bun run type-check && bun run knip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "$schema": "https://unpkg.com/knip@6/schema.json", | ||
| "tags": [ | ||
| "-lintignore" | ||
| ], | ||
| "ignore": [ | ||
| "scripts/utils/*", | ||
| ".agents/hooks/*", | ||
| "src/components/ui/*", | ||
| "src/lib/trpc/*", | ||
| ".opencode/plugins/lint.ts", | ||
| "src/lib/aws/ses.tsx", | ||
| "src/lib/metadata.ts", | ||
| "src/lib/stripe.ts", | ||
| "scripts/removers/remover.ts" | ||
| ], | ||
| "ignoreDependencies": [ | ||
| "@opencode-ai/plugin", | ||
| "shadcn" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an accessible name to the trigger button (Line 18).
When unread count is
0, this becomes effectively icon-only and may have no clear accessible name for screen readers.♿ Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents