Skip to content

Commit a83fe41

Browse files
Release v1.31.0 (#1414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4118380 commit a83fe41

File tree

22 files changed

+192
-222
lines changed

22 files changed

+192
-222
lines changed

.changeset/popular-pugs-develop.md

-5
This file was deleted.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"devDependencies": {
4444
"@biomejs/biome": "1.8.3",
4545
"@changesets/cli": "^2.27.8",
46-
"@modern-js/module-tools": "2.59.0",
47-
"@modern-js/tsconfig": "2.59.0",
46+
"@modern-js/module-tools": "2.60.0",
47+
"@modern-js/tsconfig": "2.60.0",
4848
"@playwright/test": "1.46.0",
4949
"@types/cross-spawn": "^6.0.6",
5050
"@types/fs-extra": "11.0.4",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspress",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/core",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "The Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"@mdx-js/loader": "2.3.0",
4444
"@mdx-js/mdx": "2.3.0",
4545
"@mdx-js/react": "2.3.0",
46-
"@modern-js/utils": "2.59.0",
46+
"@modern-js/utils": "2.60.0",
4747
"@rsbuild/core": "1.0.2",
4848
"@rsbuild/plugin-less": "1.0.1",
4949
"@rsbuild/plugin-react": "1.0.1",
@@ -90,8 +90,8 @@
9090
"yaml-front-matter": "^4.1.1"
9191
},
9292
"devDependencies": {
93-
"@modern-js/plugin-tailwindcss": "2.59.0",
94-
"@modern-js/tsconfig": "2.59.0",
93+
"@modern-js/plugin-tailwindcss": "2.60.0",
94+
"@modern-js/tsconfig": "2.60.0",
9595
"@types/body-scroll-lock": "^3.1.2",
9696
"@types/hast": "3.0.4",
9797
"@types/html-to-text": "^8.1.1",

packages/create-rspress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspress",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/document/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/docs",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/modern-plugin-rspress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "1.30.0",
18+
"version": "1.31.0",
1919
"jsnext:source": "./src/index.ts",
2020
"types": "./dist/index.d.ts",
2121
"main": "./dist/index.js",
@@ -30,7 +30,7 @@
3030
"@rspress/plugin-preview": "workspace:*"
3131
},
3232
"devDependencies": {
33-
"@modern-js/utils": "2.59.0",
33+
"@modern-js/utils": "2.60.0",
3434
"@types/node": "^18.11.17",
3535
"@types/react": "^18.3.5",
3636
"react": "^18.3.1",

packages/plugin-api-docgen/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-api-docgen",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"node": ">=14.17.6"
2323
},
2424
"dependencies": {
25-
"@modern-js/utils": "2.59.0",
25+
"@modern-js/utils": "2.60.0",
2626
"documentation": "14.0.3",
2727
"react-docgen-typescript": "2.2.2",
2828
"react-markdown": "8.0.7",
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"react": ">=17.0.0",
4747
"react-router-dom": "^6.8.1",
48-
"@rspress/core": "workspace:^1.30.0",
48+
"@rspress/core": "workspace:^1.31.0",
4949
"typescript": "^5.5.3"
5050
},
5151
"peerDependenciesMeta": {

packages/plugin-auto-nav-sidebar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-auto-nav-sidebar",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@types/node": "^18.11.17",
2929
"@types/react": "^18.3.5",
3030
"@types/react-dom": "^18.3.0",

packages/plugin-client-redirects/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-client-redirects",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@rspress/shared": "workspace:*",
2929
"@types/node": "^18.11.17",
3030
"@types/react": "^18.3.5",
@@ -34,7 +34,7 @@
3434
"vitest": "2.0.5"
3535
},
3636
"peerDependencies": {
37-
"@rspress/runtime": "workspace:^1.30.0"
37+
"@rspress/runtime": "workspace:^1.31.0"
3838
},
3939
"sideEffects": [
4040
"*.css",

packages/plugin-container-syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-container-syntax",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A remark plugin to support container syntax",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-last-updated/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-last-updated",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to record the last updated time of the doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@types/node": "^18.11.17",
2929
"@types/react": "^18.3.5",
3030
"@types/react-dom": "^18.3.0",

packages/plugin-medium-zoom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-medium-zoom",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to zoom images in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@rspress/shared": "workspace:*",
2929
"@types/node": "^18.11.17",
3030
"@types/react": "^18.3.5",
@@ -34,7 +34,7 @@
3434
"vitest": "2.0.5"
3535
},
3636
"peerDependencies": {
37-
"@rspress/runtime": "workspace:^1.30.0"
37+
"@rspress/runtime": "workspace:^1.31.0"
3838
},
3939
"sideEffects": [
4040
"*.css",

packages/plugin-playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-playground",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"unist-util-visit": "^4.1.2"
6060
},
6161
"peerDependencies": {
62-
"@rspress/core": "workspace:^1.30.0",
62+
"@rspress/core": "workspace:^1.31.0",
6363
"react": ">=17.0.0",
6464
"react-router-dom": "^6.8.1"
6565
},

packages/plugin-preview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-preview",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -52,7 +52,7 @@
5252
"peerDependencies": {
5353
"react": ">=17.0.0",
5454
"react-router-dom": "^6.8.1",
55-
"@rspress/core": "workspace:^1.30.0"
55+
"@rspress/core": "workspace:^1.31.0"
5656
},
5757
"files": [
5858
"dist",

packages/plugin-rss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-rss",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rss generation for rspress",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"react": ">=17.0.0",
46-
"rspress": "workspace:^1.30.0"
46+
"rspress": "workspace:^1.31.0"
4747
},
4848
"files": [
4949
"dist",

packages/plugin-shiki/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-shiki",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to record the last updated time of the doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@types/hast": "3.0.4",
2929
"@types/node": "^18.11.17",
3030
"@types/react": "^18.3.5",

packages/plugin-typedoc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-typedoc",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to integrate typedoc",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"node": ">=14.17.6"
2424
},
2525
"devDependencies": {
26-
"@modern-js/tsconfig": "2.59.0",
26+
"@modern-js/tsconfig": "2.60.0",
2727
"@types/node": "^18.11.17",
2828
"@types/react": "^18.3.5",
2929
"@types/react-dom": "^18.3.0",
@@ -32,7 +32,7 @@
3232
"vitest": "2.0.5"
3333
},
3434
"peerDependencies": {
35-
"rspress": "workspace:^1.30.0"
35+
"rspress": "workspace:^1.31.0"
3636
},
3737
"sideEffects": [
3838
"*.css",

packages/runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/runtime",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "The Runtime of Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -38,7 +38,7 @@
3838
"react-router-dom": "^6.8.1"
3939
},
4040
"devDependencies": {
41-
"@modern-js/tsconfig": "2.59.0",
41+
"@modern-js/tsconfig": "2.60.0",
4242
"@types/jest": "~29.5.12",
4343
"@types/react": "^18.3.5",
4444
"@types/react-dom": "^18.3.0",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/shared",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/theme-default/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/theme-default",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "The Default Theme of Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -56,8 +56,8 @@
5656
"rspack-plugin-virtual-module": "0.1.13"
5757
},
5858
"devDependencies": {
59-
"@modern-js/plugin-tailwindcss": "2.59.0",
60-
"@modern-js/tsconfig": "2.59.0",
59+
"@modern-js/plugin-tailwindcss": "2.60.0",
60+
"@modern-js/tsconfig": "2.60.0",
6161
"@types/body-scroll-lock": "^3.1.2",
6262
"@types/hast": "3.0.4",
6363
"@types/html-to-text": "^8.1.1",

0 commit comments

Comments
 (0)