-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: add Clipboard to bronze sponsors #4471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…#4137) * fix: check for null prototype in parsedType function * fix: handle double null constructor in parsedType function * fix: reverse logic * fix: improve handling of null prototype in parsedType and add test case and added failing tests
* Fix enum typo * Update api.mdx
* Add Spanish locale * Update exports --------- Co-authored-by: Colin McDonnell <[email protected]>
* feat(lang): Added initial Azerbaijani locale * Format --------- Co-authored-by: Colin McDonnell <[email protected]>
Co-authored-by: Colin McDonnell <[email protected]>
* Refactor `ExtendShape` to preserve declaration links * fix type issues * Simplify aliases * Fix lint * Fix * Update benchmarks --------- Co-authored-by: Colin McDonnell <[email protected]>
…od.optin` and `._zod.optout`. (colinhacks#4405) * Implement pipe optionalty. Switch to optin and optout * Clean up
* v4 release updates * Tweak
|
Caution Review failedThe pull request is closed. WalkthroughThis update overhauls the project's configuration, tooling, and documentation. It removes a large number of test files, benchmarks, helpers, and legacy configs, while introducing new configs for Biome, pnpm, and Rollup. The package manager is switched to pnpm, and the project structure is modernized with updated scripts, workspace settings, and linting/formatting tools. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant VSCode as VSCode
participant Biome as Biome
participant pnpm as pnpm
participant GitHub as GitHub Actions
Dev->>VSCode: Open project
VSCode->>Biome: Format and lint code on save
Dev->>pnpm: Run scripts (build, test, lint)
pnpm->>Biome: Lint/format as per new config
pnpm->>pnpm: Install dependencies
Dev->>GitHub: Push changes / PR
GitHub->>GitHub: Run updated workflows (test, release)
Possibly related PRs
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure ✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Clipboard sponsors Zod ($100 p/m) so this change adds to the Bronze sponsors list
https://github.com/orgs/ClipboardHealth/sponsoring
Summary by CodeRabbit
Chores
.gitignoreto cover new build artifacts and directories.Documentation
Tests
Configuration
Refactor