Skip to content

Commit 50486a6

Browse files
committed
feat: update packages
1 parent ba3aacf commit 50486a6

File tree

11 files changed

+336
-350
lines changed

11 files changed

+336
-350
lines changed

.markdownlint-cli2.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
},
1414
MD033: {
1515
allowed_elements: [
16-
"AutoCatalog",
16+
"Catalog",
1717
"ProjectPanel",
1818
"details",
1919
"script",

config/plugins/blog.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
},
77
"items": [
88
{
9-
"name": "blog2",
9+
"name": "@vuepress/blog",
1010
"icon": "blog",
11-
"tag": "latest",
11+
"tag": "next",
1212
"recommend": true,
1313
"desc": {
14-
"/": "VuePress2 blog plugin",
15-
"/zh/": "VuePress2 博客插件"
14+
"/": "VuePress blog plugin",
15+
"/zh/": "VuePress 博客插件"
1616
},
17-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/blog2/",
17+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-blog/",
1818
"url": {
19-
"/": "plugin-blog2.vuejs.press",
20-
"/zh/": "plugin-blog2.vuejs.press/zh/"
19+
"/": "ecosystem.vuejs.press/plugins/blog/",
20+
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/"
2121
}
2222
}
2323
]
@@ -94,18 +94,18 @@
9494
},
9595
"items": [
9696
{
97-
"name": "auto-catalog",
97+
"name": "@vuepress/catalog",
9898
"icon": "network-wired",
99-
"tag": "latest",
99+
"tag": "next",
100100
"recommend": true,
101101
"desc": {
102102
"/": "Plugins to generate catalog page automatically",
103103
"/zh/": "自动生成目录页面的插件"
104104
},
105-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/auto-catalog/",
105+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-catalog/",
106106
"url": {
107-
"/": "plugin-auto-catalog.vuejs.press",
108-
"/zh/": "plugin-auto-catalog.vuejs.press/zh/"
107+
"/": "ecosystem.vuejs.press/plugins/catalog.html",
108+
"/zh/": "ecosystem.vuejs.press/zh/plugins/catalog.html"
109109
}
110110
},
111111
{
@@ -120,17 +120,17 @@
120120
"url": "github.com/flytam/vuepress-plugin-blog-sync/"
121121
},
122122
{
123-
"name": "reading-time2",
123+
"name": "@vuepress/reading-time",
124124
"icon": "book-open",
125-
"tag": "latest",
125+
"tag": "next",
126126
"desc": {
127127
"/": "Count words and generate reading time for articles",
128128
"/zh/": "统计文章字数并生成阅读时间"
129129
},
130-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/reading-time2/",
130+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
131131
"url": {
132-
"/": "plugin-reading-time2.vuejs.press",
133-
"/zh/": "plugin-reading-time2.vuejs.press/zh/"
132+
"/": "ecosystem.vuejs.press/plugins/reading-time/",
133+
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
134134
}
135135
}
136136
]
@@ -142,18 +142,18 @@
142142
},
143143
"items": [
144144
{
145-
"name": "copyright2",
145+
"name": "@vuepress/copyright",
146146
"icon": "circle-info",
147-
"tag": "latest",
147+
"tag": "next",
148148
"recommend": true,
149149
"desc": {
150150
"/": "Append copyright information while copying, while supports preventing selection and copy",
151151
"/zh/": "复制时附加版权信息,同时支持阻止选择和复制"
152152
},
153-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copyright2/",
153+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copyright/",
154154
"url": {
155-
"/": "plugin-copyright2.vuejs.press",
156-
"/zh/": "plugin-copyright2.vuejs.press/zh/"
155+
"/": "ecosystem.vuejs.press/plugins/copyright.html",
156+
"/zh/": "ecosystem.vuejs.press/zh/plugins/copyright.html"
157157
}
158158
}
159159
]

config/plugins/developer.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
},
77
"items": [
88
{
9-
"name": "vuepress-shared",
10-
"tag": "latest",
11-
"packageName": "vuepress-shared",
9+
"name": "@vuepress/helper",
10+
"tag": "next",
11+
"packageName": "@vuepress/helper",
1212
"recommend": true,
1313
"icon": "toolbox",
1414
"desc": {
1515
"/": "Useful VuePress2 util functions for developers",
1616
"/zh/": "面向开发者的 VuePress2 实用工具函数"
1717
},
18-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/shared/",
18+
"source": "vuepress/ecosystem/tree/main/tools/helper/",
1919
"url": {
20-
"/": "shared.vuejs.press",
21-
"/zh/": "shared.vuejs.press/zh/"
20+
"/": "ecosystem.vuejs.press/tools/helper/",
21+
"/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
2222
}
2323
},
2424
{
@@ -45,19 +45,19 @@
4545
},
4646
"items": [
4747
{
48-
"name": "vuepress-shared",
49-
"packageName": "vuepress-shared",
50-
"tag": "latest",
48+
"name": "@vuepress/helper",
49+
"tag": "next",
50+
"packageName": "@vuepress/helper",
5151
"recommend": true,
5252
"icon": "toolbox",
5353
"desc": {
5454
"/": "Useful VuePress2 util functions for developers",
5555
"/zh/": "面向开发者的 VuePress2 实用工具函数"
5656
},
57-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/shared/",
57+
"source": "vuepress/ecosystem/tree/main/tools/helper/",
5858
"url": {
59-
"/": "shared.vuejs.press",
60-
"/zh/": "shared.vuejs.press/zh/"
59+
"/": "ecosystem.vuejs.press/tools/helper/",
60+
"/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
6161
}
6262
},
6363
{
@@ -178,17 +178,17 @@
178178
}
179179
},
180180
{
181-
"name": "reading-time2",
181+
"name": "@vuepress/reading-time",
182182
"icon": "book-open",
183-
"tag": "latest",
183+
"tag": "next",
184184
"desc": {
185185
"/": "Count words and generate reading time for articles",
186186
"/zh/": "统计文章字数并生成阅读时间"
187187
},
188-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/reading-time2/",
188+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
189189
"url": {
190-
"/": "plugin-reading-time2.vuejs.press",
191-
"/zh/": "plugin-reading-time2.vuejs.press/zh/"
190+
"/": "ecosystem.vuejs.press/plugins/reading-time/",
191+
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
192192
}
193193
},
194194
{

config/plugins/feature.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@
8080
},
8181
"items": [
8282
{
83-
"name": "auto-catalog",
83+
"name": "@vuepress/catalog",
8484
"icon": "network-wired",
85-
"tag": "latest",
85+
"tag": "next",
8686
"recommend": true,
8787
"desc": {
8888
"/": "Plugins to generate catalog page automatically",
8989
"/zh/": "自动生成目录页面的插件"
9090
},
91-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/auto-catalog/",
91+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-catalog/",
9292
"url": {
93-
"/": "plugin-auto-catalog.vuejs.press",
94-
"/zh/": "plugin-auto-catalog.vuejs.press/zh/"
93+
"/": "ecosystem.vuejs.press/plugins/catalog.html",
94+
"/zh/": "ecosystem.vuejs.press/zh/plugins/catalog.html"
9595
}
9696
},
9797
{
@@ -125,18 +125,18 @@
125125
}
126126
},
127127
{
128-
"name": "copyright2",
128+
"name": "@vuepress/copyright",
129129
"icon": "circle-info",
130-
"tag": "latest",
130+
"tag": "next",
131131
"recommend": true,
132132
"desc": {
133133
"/": "Append copyright information while copying, while supports preventing selection and copy",
134134
"/zh/": "复制时附加版权信息,同时支持阻止选择和复制"
135135
},
136-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copyright2/",
136+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copyright/",
137137
"url": {
138-
"/": "plugin-copyright2.vuejs.press",
139-
"/zh/": "plugin-copyright2.vuejs.press/zh/"
138+
"/": "ecosystem.vuejs.press/plugins/copyright.html",
139+
"/zh/": "ecosystem.vuejs.press/zh/plugins/copyright.html"
140140
}
141141
},
142142
{
@@ -214,17 +214,17 @@
214214
}
215215
},
216216
{
217-
"name": "rtl",
218-
"icon": "frame",
219-
"tag": "arrow-right",
217+
"name": "@vuepress/rtl",
218+
"icon": "arrow-right",
219+
"tag": "next",
220220
"desc": {
221221
"/": "RTL layout support",
222222
"/zh/": "RTL 布局支持"
223223
},
224-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/rtl/",
224+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-rtl/",
225225
"url": {
226-
"/": "plugin-rtl.vuejs.press",
227-
"/zh/": "plugin-rtl.vuejs.press/zh/"
226+
"/": "ecosystem.vuejs.press/plugins/rtl.html",
227+
"/zh/": "ecosystem.vuejs.press/zh/plugins/rtl.html"
228228
}
229229
},
230230
{

config/plugins/manage.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@
9494
"url": "https://vuepress.qbb.sh/china-search-console/"
9595
},
9696
{
97-
"name": "redirect",
97+
"name": "@vuepress/redirect",
9898
"icon": "fas fa-eject fa-rotate-90",
99-
"tag": "latest",
99+
"tag": "next",
100100
"recommend": true,
101101
"desc": {
102102
"/": "Performing automatically redirects from old links to new ones",
103103
"/zh/": "自动从旧链接重定向到新链接"
104104
},
105-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/redirect/",
105+
"source": "vuepress/ecosystem/tree/main/plugins/plugin-redirect/",
106106
"url": {
107-
"/": "plugin-redirect.vuejs.press",
108-
"/zh/": "plugin-redirect.vuejs.press/zh/"
107+
"/": "ecosystem.vuejs.press/plugins/redirect.html",
108+
"/zh/": "ecosystem.vuejs.press/zh/plugins/redirect.html"
109109
}
110110
},
111111

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
},
1515
"license": "CC0",
1616
"dependencies": {
17-
"@vuepress/bundler-vite": "2.0.0-rc.2",
18-
"@vuepress/helper": "2.0.0-rc.6",
17+
"@vuepress/bundler-vite": "2.0.0-rc.5",
18+
"@vuepress/helper": "2.0.0-rc.10",
1919
"vue": "3.4.15",
20-
"vuepress": "2.0.0-rc.2",
21-
"vuepress-shared": "2.0.0-rc.18",
22-
"vuepress-theme-hope": "2.0.0-rc.18"
20+
"vuepress": "2.0.0-rc.5",
21+
"vuepress-shared": "2.0.0-rc.21",
22+
"vuepress-theme-hope": "2.0.0-rc.21"
2323
},
2424
"devDependencies": {
25-
"husky": "9.0.7",
25+
"husky": "9.0.10",
2626
"markdownlint-cli2": "0.12.1",
2727
"nano-staged": "0.8.0",
28-
"prettier": "3.2.4"
28+
"prettier": "3.2.5"
2929
},
3030
"packageManager": "pnpm@8.15.1",
3131
"nano-staged": {

0 commit comments

Comments
 (0)