diff --git a/.github/knip.ts b/.github/knip.ts index a749511..6223f97 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -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; diff --git a/bun.lockb b/bun.lockb index 751b231..c8d024d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f419f6d..7d7cd3e 100644 --- a/package.json +++ b/package.json @@ -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",