Skip to content

Fix Changesets publishing after Vite+ migration - #24

Merged
SegaraRai merged 1 commit into
mainfrom
codex/fix-changesets-publish
Jul 30, 2026
Merged

Fix Changesets publishing after Vite+ migration#24
SegaraRai merged 1 commit into
mainfrom
codex/fix-changesets-publish

Conversation

@SegaraRai

@SegaraRai SegaraRai commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove the legacy Prettier configuration now replaced by Vite+
  • exclude private compatibility fixtures from Changesets versioning
  • update the Changesets config schema reference

Validation

  • �p exec changeset status reports only raci for the minor release
  • the previous main workflow passed install, checks, build, typecheck, tests, benchmarks, package checks, docs, and examples before failing in the Changesets step

Summary by CodeRabbit

  • Chores
    • Updated release management settings to support the latest configuration schema.
    • Refined package versioning and tagging behavior.
    • Updated formatting configuration by removing an import-organization plugin.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

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 Plus

Run ID: 92d26654-9dff-4942-b37b-bdb210bc41db

📥 Commits

Reviewing files that changed from the base of the PR and between 7ecfe80 and 7f32bbf.

📒 Files selected for processing (2)
  • .changeset/config.json
  • .prettierrc
💤 Files with no reviewable changes (1)
  • .prettierrc

📝 Walkthrough

Walkthrough

Updated Changesets configuration to schema v3.1.4, disabled versioning and tagging for private packages, cleared linked packages, and added an empty ignore list. Removed the configured Prettier import-organizing plugin.

Changes

Repository configuration

Layer / File(s) Summary
Changesets release configuration
.changeset/config.json
Uses the v3.1.4 schema, removes linked packages, disables private package versioning and tagging, and adds an empty ignore list.
Prettier configuration cleanup
.prettierrc
Removes the prettier-plugin-organize-imports configuration.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

A rabbit hops through config lines,
While linked bundles lose their ties.
Private tags stay tucked away,
And imports rest from sorting hay.
“Fresh settings!” the bunny cries,
Then bounds beneath the format skies.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: fixing Changesets publishing issues after the Vite+ migration.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-changesets-publish

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.

@SegaraRai
SegaraRai merged commit 1b506b1 into main Jul 30, 2026
2 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.

1 participant