Skip to content

release/v0.30.1#226

Open
Koosha-Owji wants to merge 3 commits into
mainfrom
release/0.30.1
Open

release/v0.30.1#226
Koosha-Owji wants to merge 3 commits into
mainfrom
release/0.30.1

Conversation

@Koosha-Owji
Copy link
Copy Markdown
Contributor

Explain your changes

release v0.30.1 - update changelog and bump version

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.

@Koosha-Owji Koosha-Owji requested review from a team as code owners May 8, 2026 02:31
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4fb0e744-03ac-4a81-b514-dfaf9715fed3

📥 Commits

Reviewing files that changed from the base of the PR and between 0ace221 and 770dc79.

📒 Files selected for processing (1)
  • CHANGELOG.md
✅ Files skipped from review due to trivial changes (1)
  • CHANGELOG.md

Walkthrough

Fixes a typo in the Vite build config (corrects Rollup key to rollupOptions so external applies) and adds a new top-level "0.30.0...main" section to CHANGELOG.md with a compare link and categorized Fixes/Chore/Tests/Contributors entries.

Changes

Release Maintenance

Layer / File(s) Summary
Build Configuration Fix
vite.config.ts
Rollup configuration key corrected from rolldownOptions to rollupOptions so the external list controlling bundle externals is now placed under the correct property.
Changelog Documentation
CHANGELOG.md
New "0.30.0...main" version section added with a compare link and categorized entries for Fixes, Chore, Tests, and Contributors.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'release/v0.30.1' is too vague and branch-like; it doesn't clearly summarize the main changes (changelog update and Rollup config fix). Use a more descriptive title like 'chore: update changelog for v0.30.1 release' or 'release: v0.30.1 with changelog updates and config fixes' to better communicate the changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description relates to the changeset by mentioning changelog updates and version bump, which match the actual changes in CHANGELOG.md and vite.config.ts.
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.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.30.1

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 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 `@CHANGELOG.md`:
- Line 23: The changelog entry contains an extra trailing double-quote after the
version string "0.30.0"; open the CHANGELOG.md entry that contains the text
`Update to 0.30.0"` and remove the stray trailing quote so it reads `Update to
0.30.0` (ensuring surrounding punctuation and link syntax remain unchanged) to
keep the release note clean and parseable.

In `@vite.config.ts`:
- Line 22: The external array in vite.config.ts currently contains the literal
string "/src/tests/**" which Rollup treats as an exact module ID; replace that
string in the external option with a RegExp that matches the test path pattern
(e.g., use /^\/src\/tests\//) so Rollup/Vite correctly excludes all modules
under /src/tests; update the external: ["expo-secure-store", "/src/tests/**"]
entry to use the RegExp form alongside "expo-secure-store".
🪄 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: 25de40e8-2fa2-4d73-94ee-35ff56ed6236

📥 Commits

Reviewing files that changed from the base of the PR and between 4feba30 and 0ace221.

⛔ Files ignored due to path filters (1)
  • package.json is excluded by !**/*.json
📒 Files selected for processing (2)
  • CHANGELOG.md
  • vite.config.ts

Comment thread CHANGELOG.md Outdated
Comment thread vite.config.ts
Copy link
Copy Markdown
Contributor

@dtoxvanilla1991 dtoxvanilla1991 left a comment

Choose a reason for hiding this comment

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

CR comments need resolution, those are good small catches, and should be good to go.

victoreronmosele

This comment was marked as duplicate.

Comment thread vite.config.ts Outdated
@victoreronmosele
Copy link
Copy Markdown
Member

Approved.

I revert the change rolldownOptions -> rollupOptions back to rolldownOptions like we did #213. See #226 (comment).

I also fixed the CHANGELOG.md typo.

cc @Koosha-Owji

Copy link
Copy Markdown
Contributor

@dtoxvanilla1991 dtoxvanilla1991 left a comment

Choose a reason for hiding this comment

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

Good to go. 🔬

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.

3 participants