Skip to content

Commit

Permalink
Merge pull request ubiquity-os#35 from gitcoindev/fix-knip-warnings-f…
Browse files Browse the repository at this point in the history
…or-ubiquibot-kernel

chore: fix knip warnings in kernel repository
  • Loading branch information
whilefoo authored Mar 19, 2024
2 parents c553d5a + 983633a commit 9f219a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/knip.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
entry: ["build/index.ts"],
entry: ["src/worker.ts"],
project: ["src/**/*.ts"],
ignore: ["src/types/config.ts"],
ignoreBinaries: ["build", "i", "format:cspell", "awk", "lsof"],
ignoreExportsUsedInFile: true,
ignoreDependencies: [],
ignoreDependencies: ["@mswjs/data", "esbuild", "eslint-config-prettier", "eslint-plugin-prettier"],
};

export default config;
Binary file modified bun.lockb
Binary file not shown.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@
"open-source"
],
"dependencies": {
"@octokit/auth-app": "^6.0.4",
"@octokit/core": "^6.0.1",
"@octokit/plugin-paginate-rest": "^10.0.0",
"@octokit/plugin-rest-endpoint-methods": "^11.0.1",
"@octokit/plugin-retry": "^7.0.3",
"@octokit/plugin-throttling": "^9.0.3",
"@octokit/types": "^12.6.0",
"@octokit/webhooks": "^12.0.10",
"@octokit/webhooks-types": "^7.3.1",
"@sinclair/typebox": "^0.32.5",
"create-cloudflare": "^2.8.3",
"octokit": "^3.1.2",
"dotenv": "^16.4.4",
"smee-client": "^2.0.0",
"universal-github-app-jwt": "^2.0.5",
"dotenv": "^16.4.4"
"yaml": "^2.4.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0",
Expand Down

0 comments on commit 9f219a4

Please sign in to comment.