Skip to content

Update partner and sponsors in Credits component#1491

Merged
fabian-hiller merged 1 commit into
mainfrom
update-sponsors
Jun 4, 2026
Merged

Update partner and sponsors in Credits component#1491
fabian-hiller merged 1 commit into
mainfrom
update-sponsors

Conversation

@fabian-hiller

@fabian-hiller fabian-hiller commented Jun 4, 2026

Copy link
Copy Markdown
Member

Summary by cubic

Refreshes the Credits component to reflect current partners and sponsors. Adds Anthropic and OpenAI logos, updates the partner banner image, removes Motion, Vercel, and TestMuAi from partners, and updates sponsor handles (removed stefanmaric, replaced t-lander with ysknsid25).

Written for commit 13e27c5. Summary will update on new commits.

Review in cubic

Copilot AI review requested due to automatic review settings June 4, 2026 17:37
@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
valibot Ready Ready Preview, Comment Jun 4, 2026 5:42pm

Request Review

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. github GitHub related changes labels Jun 4, 2026
@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

This PR adds two new SVG logo components for Anthropic and OpenAI, exports them through the logos barrel file, and integrates them into the website's Credits page. The Credits component's partner and sponsor lists are updated to include the new logos while removing references to Motion, Vercel, and TestMuAi, and sponsor handles are adjusted to include ysknsid25.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and clearly summarizes the main change: updating partners and sponsors in the Credits component, which is the primary focus of the changeset.
Description check ✅ Passed The description is directly related to the changeset, detailing the addition of Anthropic and OpenAI logos, removal of other partners, and updates to sponsor handles.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@pkg-pr-new

pkg-pr-new Bot commented Jun 4, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/valibot@1491

commit: 13e27c5

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@website/src/logos/index.ts`:
- Line 2: Update the barrel export(s) to include the TypeScript file extension
to satisfy ESM import rules and ESLint: replace the export statement(s) that
reference './AnthropicLogo' with explicit `.ts` extensions (e.g., change the
export in logos/index.ts that currently uses export * from './AnthropicLogo' to
use './AnthropicLogo.ts'); apply the same `.ts` extension change to the other
listed export at line 11 so all new re-exports follow the repository import
rule.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bc664c52-7788-4d7d-87ff-7cebcf053bd3

📥 Commits

Reviewing files that changed from the base of the PR and between e7bcacb and 13e27c5.

📒 Files selected for processing (5)
  • partners.webp
  • website/src/components/Credits.tsx
  • website/src/logos/AnthropicLogo.tsx
  • website/src/logos/OpenAILogo.tsx
  • website/src/logos/index.ts

@@ -1,4 +1,5 @@
export * from './AlgoliaLogo';
export * from './AnthropicLogo';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add .ts extensions to new barrel re-exports.

The two new export paths don’t follow the repository import rule and may fail lint checks where enforced.

Suggested fix
-export * from './AnthropicLogo';
+export * from './AnthropicLogo.ts';
@@
-export * from './OpenAILogo';
+export * from './OpenAILogo.ts';

As per coding guidelines, **/*.{ts,tsx,js,jsx}: "Use ESM with .ts extensions in imports (enforced by ESLint)".

Also applies to: 11-11

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@website/src/logos/index.ts` at line 2, Update the barrel export(s) to include
the TypeScript file extension to satisfy ESM import rules and ESLint: replace
the export statement(s) that reference './AnthropicLogo' with explicit `.ts`
extensions (e.g., change the export in logos/index.ts that currently uses export
* from './AnthropicLogo' to use './AnthropicLogo.ts'); apply the same `.ts`
extension change to the other listed export at line 11 so all new re-exports
follow the repository import rule.

@fabian-hiller fabian-hiller merged commit 72f94ad into main Jun 4, 2026
17 of 19 checks passed
@fabian-hiller fabian-hiller deleted the update-sponsors branch June 4, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github GitHub related changes size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants