Skip to content

chore(deps): update Rspress to 2.0.0-beta.19 #5551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 87 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docs/en/guide/advanced/ssr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `index.html` will need to include a placeholder where the server-rendered re

In the SSR scenario, two types of outputs (web and node targets), need to be generated at the same time, for client-side rendering (CSR) and server-side rendering (SSR) respectively.

At this time, you can use Rsbuild's [multi-environment builds](guide/advanced/environments) capability, define the following configuration:
At this time, you can use Rsbuild's [multi-environment builds](/guide/advanced/environments) capability, define the following configuration:

```ts title="rsbuild.config.ts"
export default {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/basic/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rsbuild supports TypeScript by default, allowing you to directly use `.ts` and `

## TypeScript transpilation

Rsbuild uses [SWC](/guide/configuration/swc) by default for transpiling TypeScript code, and it also supports switching to [Babel](plugins/list/plugin-babel) for transpilation.
Rsbuild uses [SWC](/guide/configuration/swc) by default for transpiling TypeScript code, and it also supports switching to [Babel](/plugins/list/plugin-babel) for transpilation.

### Isolated modules

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/basic/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rsbuild 默认支持 TypeScript,你可以直接在项目中使用 `.ts` 和 `.

## TypeScript 转译

Rsbuild 默认使用 [SWC](/guide/configuration/swc) 来转译 TypeScript 代码,也支持切换到 [Babel](plugins/list/plugin-babel) 进行转译。
Rsbuild 默认使用 [SWC](/guide/configuration/swc) 来转译 TypeScript 代码,也支持切换到 [Babel](/plugins/list/plugin-babel) 进行转译。

### 模块隔离

Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-sass": "^1.3.2",
"@rspress/plugin-client-redirects": "2.0.0-beta.18",
"@rspress/plugin-algolia": "2.0.0-beta.18",
"@rspress/plugin-rss": "2.0.0-beta.18",
"@rspress/plugin-client-redirects": "2.0.0-beta.19",
"@rspress/plugin-algolia": "2.0.0-beta.19",
"@rspress/plugin-rss": "2.0.0-beta.19",
"@rstack-dev/doc-ui": "1.10.6",
"@shikijs/transformers": "^3.7.0",
"@types/node": "^22.16.0",
Expand All @@ -24,10 +24,10 @@
"react-dom": "^19.1.0",
"rsbuild-plugin-google-analytics": "^1.0.3",
"rsbuild-plugin-open-graph": "^1.0.2",
"rspress": "2.0.0-beta.18",
"rspress": "2.0.0-beta.19",
"rspress-plugin-font-open-sans": "^1.0.0",
"rspress-plugin-sitemap": "^1.2.0",
"@rspress/plugin-llms": "2.0.0-beta.18",
"@rspress/plugin-llms": "2.0.0-beta.19",
"typescript": "^5.8.3"
}
}
Loading