Skip to content

release: docs revamp#502

Merged
hari merged 19 commits into
productionfrom
main
Jun 11, 2026
Merged

release: docs revamp#502
hari merged 19 commits into
productionfrom
main

Conversation

@hari

@hari hari commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8ad42ca1-bb6b-4d90-84e5-680debe45a27

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploying animata with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9422a87
Status: ✅  Deploy successful!
Preview URL: https://289292e4.animata.pages.dev
Branch Preview URL: https://main.animata.pages.dev

View logs

@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

import sharp from "sharp";

P2 Badge Add the sharp dependency for OG generation

Running pnpm og:build in a clean install will load this import before any preflight logic, but sharp is not declared in package.json or pnpm-lock.yaml (the only repo hit is this import). That means the new OG generation command fails immediately with ERR_MODULE_NOT_FOUND until sharp is added as a dependency/devDependency.


for (const rel of [item.componentPath, item.importPath]) {
if (!rel) continue;
const abs = join(ROOT, rel.replace(/^\.\//, ""));
if (existsSync(abs)) h.update(readFileSync(abs));
}

P2 Badge Include sidecar CSS in OG hashes

The cache hash only reads the Storybook component/import files, but this same change moves many component visuals into imported sidecar CSS files such as animata/button/ripple-button.css. If a later update changes only one of those CSS files, pnpm og:build will see the old manifest hash as unchanged and skip rerendering, leaving production OG images stale even though the component appearance changed.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Route the primary registry file through addBundledSourceFile so
import "./foo.css" is always shipped, not only when MDX lists the css
file explicitly.

Co-authored-by: Cursor <cursoragent@cursor.com>
@hari hari merged commit 3c21530 into production Jun 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants