Skip to content

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Jul 16, 2025

Summary by CodeRabbit

  • Chores

    • Updated dependencies to newer versions, including several @rspress packages and related libraries.
    • Improved ESLint configuration to ignore additional directories.
    • Updated import paths throughout the project to use the new rspress package structure.
  • Documentation

    • Corrected import paths in documentation and code examples for better clarity and accuracy in multiple languages.
  • Refactor

    • Standardized and reorganized import paths across source files for consistency with the latest package updates.
  • Style

    • Minor adjustments to markdown headings in example content for improved readability.

@JounQin JounQin self-assigned this Jul 16, 2025
Copilot AI review requested due to automatic review settings July 16, 2025 07:24
@JounQin JounQin added the dependencies Pull requests that update a dependency file label Jul 16, 2025
@changeset-bot
Copy link

changeset-bot bot commented Jul 16, 2025

🦋 Changeset detected

Latest commit: 50c844f

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

This PR includes changesets to release 1 package
Name Type
@alauda/doom 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 Jul 16, 2025

Walkthrough

This update migrates all imports from the legacy @rspress/core, @rspress/core/theme, and related packages to the new unscoped rspress package family, following an upgrade to rspress v2.0.0-beta.21. It also updates dependencies in package.json, adjusts ESLint ignores, corrects documentation import examples, and updates plugin function signatures.

Changes

Files/Groups Change Summary
package.json, .changeset/perfect-rings-punch.md Bump rspress and related dependencies to v2.0.0-beta.21; add rspress and @rspress/shared.
eslint.config.js Add dist and lib to ESLint ignore list.
docs/en/usage/mdx.mdx, docs/zh/usage/mdx.mdx Update MDX import examples from @rspress/core/theme to rspress/theme.
docs/en/usage/configuration.md, docs/zh/usage/configuration.md Fix code block annotation syntax for TypeScript code blocks.
fixture-docs/*/index.mdx Update useI18n import to rspress/runtime; adjust heading formatting in English doc.
src/cli/*.ts, src/plugins/*/*.ts, src/plugins/*/*.ts*, src/utils/git.ts Change all @rspress/core, @rspress/shared imports to rspress/core, rspress/shared, etc.
src/config.ts, src/types.ts Update type imports to use new rspress or @rspress/shared paths.
src/global/VersionsNav/*.tsx, src/global/SiteOverrides/index.tsx Update imports for Tag, usePageData, and runtime utilities to new rspress paths.
src/runtime/components/*.ts*, src/runtime/hooks/*.ts, src/theme.tsx Migrate all component/theme/runtime imports to rspress/theme and rspress/runtime.
src/plugins/attributes/index.ts, src/plugins/directives/index.ts, src/plugins/mermaid/index.ts Update function signatures from Plugin to RspressPlugin.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant CLI/Docs/Components
    participant rspress/core
    participant rspress/theme
    participant rspress/runtime
    participant rspress/shared

    User->>CLI/Docs/Components: Import modules/components
    CLI/Docs/Components->>rspress/core: Import core functionality
    CLI/Docs/Components->>rspress/theme: Import theme components
    CLI/Docs/Components->>rspress/runtime: Import runtime utilities
    CLI/Docs/Components->>rspress/shared: Import shared utilities/types
Loading

Possibly related PRs

  • alauda/doom#28: Migrates to rspress v2 and updates import paths and dependencies, directly related to this PR's migration.
  • alauda/doom#86: Performs a similar rspress dependency version bump but to an earlier beta version.
  • alauda/doom#45: Updates rspress and openai versions with additional plugin removals, related by dependency updates but differing in scope.

Poem

A hop and a skip, the imports all leap,
From @rspress/core to rspress they sweep!
The docs are now tidy, the codebase anew,
With dependencies fresh and the warnings so few.
🐇✨
"Onward!" cries Rabbit, "to beta twenty-one—
Our migration is finished, our work here is done!"

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/cli/export.ts

Oops! Something went wrong! :(

ESLint: 9.31.0

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/lib/eslint.js' imported from /eslint.config.js
at finalizeResolution (node:internal/modules/esm/resolve:274:11)
at moduleResolve (node:internal/modules/esm/resolve:859:10)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

src/cli/translate.ts

Oops! Something went wrong! :(

ESLint: 9.31.0

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/lib/eslint.js' imported from /eslint.config.js
at finalizeResolution (node:internal/modules/esm/resolve:274:11)
at moduleResolve (node:internal/modules/esm/resolve:859:10)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

src/cli/lint.ts

Oops! Something went wrong! :(

ESLint: 9.31.0

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/lib/eslint.js' imported from /eslint.config.js
at finalizeResolution (node:internal/modules/esm/resolve:274:11)
at moduleResolve (node:internal/modules/esm/resolve:859:10)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

  • 49 others

📜 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 d8c5232 and 50c844f.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (61)
  • .changeset/perfect-rings-punch.md (1 hunks)
  • docs/en/usage/configuration.md (1 hunks)
  • docs/en/usage/mdx.mdx (1 hunks)
  • docs/zh/usage/configuration.md (1 hunks)
  • docs/zh/usage/mdx.mdx (1 hunks)
  • eslint.config.js (1 hunks)
  • fixture-docs/en/index.mdx (1 hunks)
  • fixture-docs/ru/index.mdx (1 hunks)
  • fixture-docs/zh/index.mdx (1 hunks)
  • package.json (5 hunks)
  • src/cli/export.ts (1 hunks)
  • src/cli/index.ts (1 hunks)
  • src/cli/lint.ts (1 hunks)
  • src/cli/load-config.ts (2 hunks)
  • src/cli/translate.ts (1 hunks)
  • src/config.ts (1 hunks)
  • src/global/SiteOverrides/index.tsx (1 hunks)
  • src/global/VersionsNav/NavMenuGroup.tsx (1 hunks)
  • src/global/VersionsNav/NavMenuSingleItem.tsx (1 hunks)
  • src/global/VersionsNav/index.tsx (1 hunks)
  • src/plugins/api/index.ts (1 hunks)
  • src/plugins/attributes/index.ts (1 hunks)
  • src/plugins/auto-sidebar/index.ts (1 hunks)
  • src/plugins/auto-sidebar/utils.ts (1 hunks)
  • src/plugins/auto-sidebar/walk.ts (1 hunks)
  • src/plugins/auto-toc/index.ts (1 hunks)
  • src/plugins/directives/index.ts (1 hunks)
  • src/plugins/global/index.ts (1 hunks)
  • src/plugins/mermaid/index.ts (1 hunks)
  • src/plugins/permission/index.ts (1 hunks)
  • src/plugins/replace/index.ts (1 hunks)
  • src/plugins/replace/normalize-img-src.ts (1 hunks)
  • src/plugins/replace/rehype-normalize-link.ts (1 hunks)
  • src/plugins/replace/remark-replace.ts (1 hunks)
  • src/plugins/replace/resolve-reference.ts (1 hunks)
  • src/plugins/replace/resolve-release.ts (1 hunks)
  • src/plugins/replace/utils.ts (1 hunks)
  • src/plugins/sitemap/index.ts (1 hunks)
  • src/runtime/components/Badge.ts (1 hunks)
  • src/runtime/components/Card.ts (1 hunks)
  • src/runtime/components/ExternalSiteLink.tsx (1 hunks)
  • src/runtime/components/JsonViewer.tsx (1 hunks)
  • src/runtime/components/K8sCrd.tsx (1 hunks)
  • src/runtime/components/K8sPermissionTable.tsx (1 hunks)
  • src/runtime/components/LinkCard.ts (1 hunks)
  • src/runtime/components/Mermaid.tsx (1 hunks)
  • src/runtime/components/OpenAPIPath.tsx (1 hunks)
  • src/runtime/components/OpenAPIRef.tsx (1 hunks)
  • src/runtime/components/Overview.tsx (1 hunks)
  • src/runtime/components/PackageManagerTabs.ts (1 hunks)
  • src/runtime/components/Steps.ts (1 hunks)
  • src/runtime/components/Tab.ts (1 hunks)
  • src/runtime/components/Tabs.tsx (1 hunks)
  • src/runtime/components/Toc.ts (1 hunks)
  • src/runtime/components/_ExternalSiteBase.tsx (1 hunks)
  • src/runtime/components/_X.tsx (1 hunks)
  • src/runtime/hooks/useSiteOverrides.ts (1 hunks)
  • src/runtime/hooks/useTranslation.ts (1 hunks)
  • src/theme.tsx (2 hunks)
  • src/types.ts (1 hunks)
  • src/utils/git.ts (1 hunks)
✅ Files skipped from review due to trivial changes (25)
  • src/global/VersionsNav/NavMenuSingleItem.tsx
  • fixture-docs/zh/index.mdx
  • src/runtime/hooks/useSiteOverrides.ts
  • src/plugins/api/index.ts
  • src/plugins/auto-sidebar/utils.ts
  • src/runtime/components/_ExternalSiteBase.tsx
  • src/plugins/auto-sidebar/index.ts
  • fixture-docs/ru/index.mdx
  • src/runtime/hooks/useTranslation.ts
  • src/runtime/components/JsonViewer.tsx
  • docs/en/usage/configuration.md
  • src/plugins/global/index.ts
  • src/runtime/components/OpenAPIRef.tsx
  • src/global/SiteOverrides/index.tsx
  • src/plugins/sitemap/index.ts
  • src/global/VersionsNav/NavMenuGroup.tsx
  • fixture-docs/en/index.mdx
  • eslint.config.js
  • src/runtime/components/Mermaid.tsx
  • docs/en/usage/mdx.mdx
  • src/runtime/components/Steps.ts
  • src/runtime/components/LinkCard.ts
  • src/plugins/directives/index.ts
  • src/theme.tsx
  • docs/zh/usage/configuration.md
🚧 Files skipped from review as they are similar to previous changes (36)
  • src/plugins/replace/rehype-normalize-link.ts
  • src/plugins/replace/resolve-release.ts
  • src/utils/git.ts
  • src/runtime/components/K8sCrd.tsx
  • src/runtime/components/K8sPermissionTable.tsx
  • src/runtime/components/Tabs.tsx
  • src/plugins/auto-toc/index.ts
  • src/cli/index.ts
  • src/plugins/auto-sidebar/walk.ts
  • src/global/VersionsNav/index.tsx
  • .changeset/perfect-rings-punch.md
  • src/cli/lint.ts
  • src/runtime/components/PackageManagerTabs.ts
  • src/types.ts
  • src/plugins/replace/utils.ts
  • src/config.ts
  • src/runtime/components/Overview.tsx
  • src/cli/export.ts
  • src/runtime/components/_X.tsx
  • src/runtime/components/Badge.ts
  • src/plugins/replace/resolve-reference.ts
  • docs/zh/usage/mdx.mdx
  • src/cli/translate.ts
  • src/cli/load-config.ts
  • src/runtime/components/OpenAPIPath.tsx
  • src/plugins/permission/index.ts
  • src/runtime/components/Tab.ts
  • src/plugins/replace/normalize-img-src.ts
  • src/plugins/replace/index.ts
  • src/plugins/attributes/index.ts
  • src/plugins/replace/remark-replace.ts
  • src/runtime/components/Toc.ts
  • src/runtime/components/Card.ts
  • package.json
  • src/plugins/mermaid/index.ts
  • src/runtime/components/ExternalSiteLink.tsx
⏰ 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). (9)
  • GitHub Check: Build and Lint with Node.js 20 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 22 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 24 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 18 on ubuntu-latest
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: Build and Lint with Node.js 20 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 24 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 18 on ubuntu-latest
  • GitHub Check: Build and Lint with Node.js 22 on ubuntu-latest
✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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 updates the project to use version 2.0.0-beta.21 of the Rspress packages.
Key changes:

  • Updated import paths across the codebase from scoped @rspress/... packages to unscoped rspress/... or shared packages.
  • Bumped a large set of dependencies in package.json to their latest patch versions, including Rspress-related packages.
  • Adjusted MDX documentation imports and made a content tweak in one locale file.

Reviewed Changes

Copilot reviewed 58 out of 59 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/utils/git.ts updated logger import path to new core package
src/types.ts updated serve import path to new core package
src/theme.tsx updated core runtime and theme imports to new runtime and theme packages
src/runtime/hooks/useTranslation.ts updated useLang import path to new runtime package
src/runtime/hooks/useSiteOverrides.ts updated isProduction/withBase imports to new runtime package
src/runtime/components/_X.tsx updated getCustomMDXComponent import path to new theme package
src/runtime/components/_ExternalSiteBase.tsx updated useLang import path to new runtime package
src/runtime/components/Toc.ts updated Toc export path to new theme package
src/runtime/components/Tabs.tsx updated Tabs import path to new theme package
src/runtime/components/Tab.ts updated Tab export path to new theme package
src/runtime/components/Steps.ts updated Steps export path to new theme package
src/runtime/components/PackageManagerTabs.ts updated PackageManagerTabs export path to new theme package
src/runtime/components/Overview.tsx updated Link/renderInlineMarkdown/useSidebarData imports to theme package
src/runtime/components/OpenAPIRef.tsx updated usePageData import path to new runtime package
src/runtime/components/OpenAPIPath.tsx updated usePageData/Badge imports to new runtime and theme packages
src/runtime/components/Mermaid.tsx updated useDark import path to new runtime package
src/runtime/components/LinkCard.ts updated LinkCard export path to new theme package
src/runtime/components/K8sPermissionTable.tsx updated useLang import path to new runtime package
src/runtime/components/K8sCrd.tsx updated Badge/Button imports to new theme package
src/runtime/components/JsonViewer.tsx updated CodeBlockRuntime/Tab/Tabs imports to new theme package
src/runtime/components/ExternalSiteLink.tsx updated NoSSR/useLang/usePageData imports to new runtime package
src/runtime/components/Card.ts updated Card export path to new theme package
src/runtime/components/Badge.ts updated Badge export path to new theme package
src/plugins/sitemap/index.ts updated logger import path to new core package
src/plugins/replace/utils.ts updated logger import path to new core package
src/plugins/replace/resolve-release.ts updated logger import path to new core package
src/plugins/replace/resolve-reference.ts updated isProduction/logger imports to new shared and core packages
src/plugins/replace/remark-replace.ts updated isProduction/logger imports to new shared and core packages
src/plugins/replace/rehype-normalize-link.ts updated isExternalUrl import path to new shared package
src/plugins/replace/normalize-img-src.ts updated isExternalUrl/removeLeadingSlash imports to new shared package
src/plugins/replace/index.ts updated plugin typing and logger imports to new core package
src/plugins/permission/index.ts updated RspressPlugin import path to new core package
src/plugins/mermaid/index.ts updated plugin typing for mermaid plugin
src/plugins/global/index.ts updated addTrailingSlash/RspressPlugin import paths to shared package
src/plugins/directives/index.ts updated plugin typing for directives plugin
src/plugins/auto-toc/index.ts updated RspressPlugin import path to new core package
src/plugins/auto-sidebar/walk.ts updated logger import path to new core package
src/plugins/auto-sidebar/utils.ts updated logger import path to new core package
src/plugins/auto-sidebar/index.ts updated addTrailingSlash/RspressPlugin/UserConfig import paths to shared
src/plugins/attributes/index.ts updated plugin typing for attributes plugin
src/plugins/api/index.ts updated RspressPlugin import path to new core package
src/global/VersionsNav/index.tsx consolidated runtime imports to new runtime package
src/global/VersionsNav/NavMenuSingleItem.tsx updated Tag import path to new theme package
src/global/VersionsNav/NavMenuGroup.tsx updated Tag import path to new theme package
src/global/SiteOverrides/index.tsx updated usePageData import path to new runtime package
src/config.ts updated Config import path to new shared package
src/cli/translate.ts updated logger import path to new core package
src/cli/load-config.ts reorganized plugin imports, updated logger import, disabled buildCache
src/cli/lint.ts updated logger import path to new core package
src/cli/index.ts updated serve import path to new core package
src/cli/export.ts updated removeLeadingSlash, logger, serve imports to shared and core
package.json bumped Rspress-related and various other dependencies
fixture-docs/zh/index.mdx updated useI18n import path in fixture docs
fixture-docs/ru/index.mdx updated useI18n import path in fixture docs
fixture-docs/en/index.mdx updated useI18n import path and changed heading level for Term line
eslint.config.js added dist and lib to ignored paths
docs/zh/usage/mdx.mdx updated SourceCode import path in documentation
docs/en/usage/mdx.mdx updated SourceCode import path in documentation
Comments suppressed due to low confidence (1)

fixture-docs/en/index.mdx:5

  • The heading level for the Term component line was changed to a second-level header, causing inconsistency with other locale files. It should remain a normal paragraph or match the heading structure used in zh/ru. Please remove the '## ' prefix to restore consistency.
## <Term name="company" /> <Term name="product" /> <Term name="productShort" />

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 16, 2025

Open in StackBlitz

yarn add https://pkg.pr.new/@alauda/doom@123.tgz

commit: 50c844f

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: 5

🔭 Outside diff range comments (1)
src/plugins/auto-sidebar/index.ts (1)

3-8: Missed migration: keep package group consistent (rspress/shared).

Other files migrate from scoped packages to the unscoped rspress/* family.
This import still uses the scoped name and will resolve to a different copy of the code or fail under PnP/yarn-v4.

-} from '@rspress/shared'
+} from 'rspress/shared'
♻️ Duplicate comments (2)
src/utils/git.ts (1)

5-5: Same concern as in src/cli/lint.ts.

Please give the new path a quick smoke-test; everything else in this file remains unaffected.

src/plugins/replace/utils.ts (1)

7-7: Import path migrated — check consistency across plugin suite.

Looks good here; just ensure sibling modules (remark-replace, resolve-*) were migrated in the same commit to avoid mixed versions.

🧹 Nitpick comments (2)
package.json (1)

117-126: Consistency: keep SWC & typescript-eslint at caret versions

@swc/core is hard-pinned to 1.12.14 while the rest use carets. Lock-stepping minor patches helps with security and bug-fix uptake. Consider:

-    "@swc/core": "1.12.14",
+    "@swc/core": "^1.12.14",
.changeset/perfect-rings-punch.md (1)

1-6: Changeset looks good but scope could be clearer

The message states only the rspress bump, yet plugins (@rspress/plugin-*, @rspress/shared) were bumped too. A fuller summary aids release notes consumers.

@JounQin JounQin force-pushed the feat/bump_rspress branch from d8c5232 to 50c844f Compare July 16, 2025 07:37
@JounQin JounQin merged commit 34eea11 into main Jul 16, 2025
16 checks passed
@JounQin JounQin deleted the feat/bump_rspress branch July 16, 2025 07:43
github-actions bot pushed a commit that referenced this pull request Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants