Skip to content

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Dec 15, 2025

Summary by CodeRabbit

  • Chores
    • Updated version management for upcoming package releases.

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings December 15, 2025 14:42
@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

🦋 Changeset detected

Latest commit: eaaf491

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@alauda/doom Patch
@alauda/doom-export Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Walkthrough

A new changeset file is added that records version bumps: @alauda/doom receives a patch version increment, while @alauda/doom-export receives a minor version increment, with an associated fix note.

Changes

Cohort / File(s) Change Summary
Changeset metadata
.changeset/nine-bears-switch.md
Records patch bump for @alauda/doom and minor bump for @alauda/doom-export with fix note

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

dependencies

Poem

🐰 Hop and bump, the versions rise,
Patch and minor harmonize,
Changeset notes in files so neat,
Release management's sweet retreat!

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 identifies the main change: bumping the @alauda/doom-export version with a minor bump, which aligns with the changeset modifications.
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 fix/bump_export

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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 15, 2025

Open in StackBlitz

yarn add https://pkg.pr.new/@alauda/doom@221.tgz
yarn add https://pkg.pr.new/@alauda/doom-export@221.tgz

commit: eaaf491

Copy link

@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 (1)
.changeset/nine-bears-switch.md (1)

1-6: Semantic versioning inconsistency between changelog message and version bump.

The changeset declares a minor version bump for @alauda/doom-export, but the changelog message uses a fix: prefix, which conventionally indicates a patch-level change. These are semantically inconsistent—patch fixes should not trigger minor version bumps.

Align these by either:

  1. Changing the version bump to patch if this is purely a dependency/bug fix, or
  2. Updating the changelog message to feat: or refactor: to reflect a feature or enhancement.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6930e8c and eaaf491.

📒 Files selected for processing (1)
  • .changeset/nine-bears-switch.md (1 hunks)
🧰 Additional context used
🧠 Learnings (5)
📓 Common learnings
Learnt from: JounQin
Repo: alauda/doom PR: 30
File: src/runtime/components/K8sCrd.tsx:5-5
Timestamp: 2025-05-26T09:09:21.339Z
Learning: The alauda/doom project uses yarn v4 for dependency management, which handles package exports and module resolution correctly, so imports like `rspress/core/theme` work without any ESLint errors.
Learnt from: JounQin
Repo: alauda/doom PR: 117
File: src/remark-lint/no-heading-punctuation.ts:4-4
Timestamp: 2025-07-09T02:33:05.638Z
Learning: In the alauda/doom project, JounQin prefers to keep the `toString` import from `mdast-util-to-string` as is, even though it shadows the global toString property. Variable shadowing warnings for this specific case should not be flagged as issues.
Learnt from: CR
Repo: alauda/doom PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-15T10:50:06.717Z
Learning: Organize code in monorepo structure with workspaces: main tool in packages/doom/, export functionality in packages/export/, documentation in docs/, and test documentation in fixture-docs/
📚 Learning: 2025-05-26T09:09:21.339Z
Learnt from: JounQin
Repo: alauda/doom PR: 30
File: src/runtime/components/K8sCrd.tsx:5-5
Timestamp: 2025-05-26T09:09:21.339Z
Learning: The alauda/doom project uses yarn v4 for dependency management, which handles package exports and module resolution correctly, so imports like `rspress/core/theme` work without any ESLint errors.

Applied to files:

  • .changeset/nine-bears-switch.md
📚 Learning: 2025-06-09T03:10:41.010Z
Learnt from: JounQin
Repo: alauda/doom PR: 75
File: src/cli/load-config.ts:4-7
Timestamp: 2025-06-09T03:10:41.010Z
Learning: The alauda/doom project uses yarn v4 as the package manager, not npm. Always reference yarn commands when suggesting package management operations.

Applied to files:

  • .changeset/nine-bears-switch.md
📚 Learning: 2025-12-15T10:50:06.717Z
Learnt from: CR
Repo: alauda/doom PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-12-15T10:50:06.717Z
Learning: Organize code in monorepo structure with workspaces: main tool in packages/doom/, export functionality in packages/export/, documentation in docs/, and test documentation in fixture-docs/

Applied to files:

  • .changeset/nine-bears-switch.md
📚 Learning: 2025-07-09T02:33:05.638Z
Learnt from: JounQin
Repo: alauda/doom PR: 117
File: src/remark-lint/no-heading-punctuation.ts:4-4
Timestamp: 2025-07-09T02:33:05.638Z
Learning: In the alauda/doom project, JounQin prefers to keep the `toString` import from `mdast-util-to-string` as is, even though it shadows the global toString property. Variable shadowing warnings for this specific case should not be flagged as issues.

Applied to files:

  • .changeset/nine-bears-switch.md
⏰ 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). (4)
  • GitHub Check: Agent
  • GitHub Check: Build and Lint with Node.js 22 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 20 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 24 on ubuntu-latest

@JounQin JounQin merged commit b105395 into main Dec 15, 2025
18 checks passed
@JounQin JounQin deleted the fix/bump_export branch December 15, 2025 14:44
github-actions bot pushed a commit that referenced this pull request Dec 15, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR creates a changeset to bump the version of @alauda/doom-export package from 0.2.1 to 0.3.0 (minor bump), and also bumps the @alauda/doom package (patch bump). The changeset follows the conventional changesets format for managing versions in a monorepo.

  • Addition of a changeset file that declares a minor version bump for @alauda/doom-export and a patch version bump for @alauda/doom

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@alauda/doom-export": minor
---

fix: bump @alauda/doom-export
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

The changeset description "fix: bump @alauda/doom-export" is unclear and doesn't explain what specific issue is being fixed or why these version bumps are needed. A changeset description should provide meaningful context about the changes being made, such as what bug was fixed, what feature was added, or what behavior was changed. This helps maintainers and users understand the purpose of the release when the changelog is generated.

Suggested change
fix: bump @alauda/doom-export
Update @alauda/doom-export to include new export functionality and resolve compatibility issues with recent changes in @alauda/doom.

Copilot uses AI. Check for mistakes.
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.

2 participants