Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
66eeda3 to
da3ede7
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
| // Re-export all functions and types | ||
| export * from "./import"; | ||
| export * from "./export"; | ||
| export type { iCalendarEvent } from "./interfaces"; |
There was a problem hiding this comment.
Comment claims all types are re-exported, but iCalendar interface isn’t exposed via the public entrypoint; re-export it for API completeness.
Prompt for AI agents
Address the following comment on packages/ical/src/index.ts at line 4:
<comment>Comment claims all types are re-exported, but iCalendar interface isn’t exposed via the public entrypoint; re-export it for API completeness.</comment>
<file context>
@@ -0,0 +1,4 @@
+// Re-export all functions and types
+export * from "./import";
+export * from "./export";
+export type { iCalendarEvent } from "./interfaces";
</file context>
| "@repo/typescript-config": "workspace:*", | ||
| "@types/node": "^22.9.0", | ||
| "eslint": "^9.30.1", | ||
| "typescript": "^5.8.3", |
There was a problem hiding this comment.
TypeScript version here diverges from the monorepo (^5.9.2 elsewhere), which can cause inconsistent type checking; align to the shared version.
Prompt for AI agents
Address the following comment on bun.lock at line 263:
<comment>TypeScript version here diverges from the monorepo (^5.9.2 elsewhere), which can cause inconsistent type checking; align to the shared version.</comment>
<file context>
@@ -248,6 +249,23 @@
+ "@repo/typescript-config": "workspace:*",
+ "@types/node": "^22.9.0",
+ "eslint": "^9.30.1",
+ "typescript": "^5.8.3",
+ },
+ "peerDependencies": {
</file context>
| "@repo/eslint-config": "workspace:*", | ||
| "@repo/typescript-config": "workspace:*", | ||
| "@types/node": "^22.9.0", | ||
| "eslint": "^9.30.1", |
There was a problem hiding this comment.
ESLint version here diverges from the monorepo (^9.34.0 elsewhere), leading to inconsistent linting; align to the shared version.
Prompt for AI agents
Address the following comment on bun.lock at line 262:
<comment>ESLint version here diverges from the monorepo (^9.34.0 elsewhere), leading to inconsistent linting; align to the shared version.</comment>
<file context>
@@ -248,6 +249,23 @@
+ "@repo/eslint-config": "workspace:*",
+ "@repo/typescript-config": "workspace:*",
+ "@types/node": "^22.9.0",
+ "eslint": "^9.30.1",
+ "typescript": "^5.8.3",
+ },
</file context>
Summary
Testing
bun run formatbun run linthttps://chatgpt.com/codex/tasks/task_e_68765fec40f4832b80bd06916feac8de