Skip to content

feat: add upgrade guide for StudioCMS Beta.30#173

Merged
Adammatthiesen merged 3 commits into
mainfrom
beta.30
Nov 11, 2025
Merged

feat: add upgrade guide for StudioCMS Beta.30#173
Adammatthiesen merged 3 commits into
mainfrom
beta.30

Conversation

@Adammatthiesen
Copy link
Copy Markdown
Member

@Adammatthiesen Adammatthiesen commented Nov 10, 2025

TODO before merge

  • Update StudioCMS versions to beta.30 once released

Summary by CodeRabbit

  • Bug Fixes

    • Fixed picocolor bug in initial setup scripts
  • Documentation

    • Added Beta.30 upgrade guide and updated upgrade notes
    • Removed "NEW" badge from the Upgrade sidebar for the Beta.29 entry
  • Chores

    • Bumped several packages to 0.1.0-beta.30 and updated component registry version

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Nov 10, 2025

📝 Walkthrough

Walkthrough

Removes the "NEW" sidebar badge from the 0.1.0-beta.29 upgrade guide, adds a new 0.1.0-beta.30 upgrade guide with frontmatter and components, and bumps several @studiocms/* packages (beta.29 → beta.30) plus @withstudiocms/component-registry (beta.5 → beta.6).

Changes

Cohort / File(s) Summary
Upgrade guide edits
src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-29.mdx, src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-30.mdx
Removed sidebar.badge (NEW) from beta.29; added beta.30 MDX with frontmatter (i18nReady, title, description, sidebar: label/badge/order), imports (ReadMore.astro, QuickUpdate.astro, Aside), and content noting a picocolor script fix and dependency updates.
Dependency bumps
package.json
Bumped multiple @studiocms/* packages from 0.1.0-beta.290.1.0-beta.30 and @withstudiocms/component-registry from 0.1.0-beta.50.1.0-beta.6. No script/config changes detected.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Review focus:
    • package.json dependency changes (verify intended versions).
    • 0-1-0-beta-30.mdx frontmatter and component imports for correctness.
    • Confirm removal of sidebar.badge in 0-1-0-beta-29.mdx doesn't break sidebar generation.

Possibly related PRs

Suggested labels

i18n

Suggested reviewers

  • dreyfus92
  • louisescher

Poem

🐰✨ A tiny badge hops away,
Beta-thirty greets the day.
Docs refreshed, deps aligned,
Picocolor mended—cheerful mind.
— a rabbit, nibbling release notes 🥕

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: adding an upgrade guide for StudioCMS Beta.30, which aligns with the core changes of adding a new documentation page and updating dependencies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch beta.30

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 335fb9c and 744aab1.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Run Starlight Link Check
🔇 Additional comments (1)
package.json (1)

25-34: Version bumps align with PR objectives and are consistent.

All StudioCMS packages and the component registry have been properly bumped to their beta.30 and beta.6 versions respectively. The version constraints use exact pinning, which is appropriate for pre-release versions.

Minor verification note: Lines 36-37 show @studiocms/ui (1.0.0-beta.4) and @studiocms/web-vitals (^4.5.3) remain unchanged. Assuming this is intentional per the beta.30 release plan, please confirm these packages were not part of the beta.30 release cycle.


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.

@studiocms-no-reply
Copy link
Copy Markdown
Member

studiocms-no-reply commented Nov 10, 2025

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
en/guides/upgrade/version-guides/0-1-0-beta-29.mdx Source changed, localizations will be marked as outdated.
en/guides/upgrade/version-guides/0-1-0-beta-30.mdx Localization added, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@Adammatthiesen Adammatthiesen marked this pull request as ready for review November 10, 2025 23:06
@Adammatthiesen Adammatthiesen requested a review from a team as a code owner November 10, 2025 23:06
@coderabbitai coderabbitai Bot added the i18n label Nov 10, 2025
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: 0

🧹 Nitpick comments (2)
src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-30.mdx (2)

13-15: Remove unused component imports.

ReadMore and Aside are imported but not used in this file. Remove them to keep the module clean.

 import ReadMore from '~/components/ReadMore.astro'
-import QuickUpdate from '~/components/QuickUpdate.astro'
-import { Aside } from '@astrojs/starlight/components'
+import QuickUpdate from '~/components/QuickUpdate.astro'

19-21: Consider expanding content with specific details.

The "Bug Fixes & Improvements" section is quite brief. The second bullet point ("Updated various other dependencies to their latest versions") is vague—specify which dependencies were updated and their new versions for clarity. That said, given this is a beta release and the PR objectives indicate a TODO to update versions once officially released, this may be a preliminary guide. Revisit once the release is finalized to add more specifics.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6416a9e and 335fb9c.

📒 Files selected for processing (2)
  • src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-29.mdx (0 hunks)
  • src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-30.mdx (1 hunks)
💤 Files with no reviewable changes (1)
  • src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-29.mdx

@coderabbitai coderabbitai Bot added the i18n label Nov 11, 2025
@Adammatthiesen Adammatthiesen merged commit 9b1ac93 into main Nov 11, 2025
8 checks passed
@Adammatthiesen Adammatthiesen deleted the beta.30 branch November 11, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants