Skip to content

chore: setup knip and remove unused exports, files, and dependencies #17608

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
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a75993a
chore: add knip as dev dep and create config
brettkolodny Apr 29, 2025
d947dc7
chore: update knip config to ignore exported types and interfaces
brettkolodny Apr 29, 2025
a23554c
chore: add unused imports to biome config
brettkolodny Apr 29, 2025
cf48a1b
chore: remove unused imports
brettkolodny Apr 29, 2025
1e2abbf
chore: remove unused exports
brettkolodny Apr 29, 2025
acb2dd3
chore: remove unused exports
brettkolodny Apr 29, 2025
952015b
chore: remove unused exports
brettkolodny Apr 29, 2025
fd1b1a6
chore: remove unused exports
brettkolodny Apr 29, 2025
f45a9c2
chore: remove duplicate exports
brettkolodny Apr 29, 2025
7b66bb4
chore: remove duplicate exports
brettkolodny Apr 29, 2025
4388699
chore: remove duplicate exports
brettkolodny Apr 29, 2025
85e845b
chore: remove unused dependencies
brettkolodny Apr 29, 2025
195a7e6
chore: remove unused script
brettkolodny Apr 29, 2025
28b3394
chore: update knip config to ignore protoc binary
brettkolodny Apr 29, 2025
c0ceb87
chore: remove unused files
brettkolodny Apr 29, 2025
e8b672e
chore: remove unused dev dependencies
brettkolodny Apr 29, 2025
662d812
chore: remove unused dev dependencies
brettkolodny Apr 29, 2025
e50ca41
chore: remove unused dev dependencies
brettkolodny Apr 29, 2025
2619b00
chore: remove unused dev dependencies
brettkolodny Apr 29, 2025
25ccd6c
Merge branch 'main' into brett-i600/add-knip-to-coder-coder-and-remov…
brettkolodny Apr 29, 2025
3c097a4
fix: re-add ts-proto as a dev dep
brettkolodny Apr 29, 2025
db6c7b5
Merge branch 'main' into brett-i600/add-knip-to-coder-coder-and-remov…
brettkolodny Apr 30, 2025
501187e
chore: move serviceWorker.ts to knip entry
brettkolodny Apr 30, 2025
b51d7f8
chore: add e2e files as knip project
brettkolodny Apr 30, 2025
c509697
chore: remove unused exports
brettkolodny Apr 30, 2025
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
Prev Previous commit
Next Next commit
fix: re-add ts-proto as a dev dep
  • Loading branch information
brettkolodny committed Apr 29, 2025
commit 3c097a417e5344b255e402eeaa4cfb7c97545e2c
3 changes: 2 additions & 1 deletion site/.knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"@types/react-virtualized-auto-sizer",
"jest_workaround",
"protobufjs",
"rxjs"
"rxjs",
"ts-proto"
],
// This sets knip not to report unused exports of types and interfaces
// as long as they are used within the file.
Expand Down
1 change: 1 addition & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"storybook": "8.5.3",
"storybook-addon-remix-react-router": "3.1.0",
"tailwindcss": "3.4.17",
"ts-proto": "1.164.0",
"ts-prune": "0.10.3",
"typescript": "5.6.3",
"vite": "5.4.18",
Expand Down
49 changes: 49 additions & 0 deletions site/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading