valaxy 0.28.3 → 0.28.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,3 +34,9 @@ const isExternalLink = computed(() => {
34
34
  <slot />
35
35
  </RouterLink>
36
36
  </template>
37
+
38
+ <style>
39
+ .va-link {
40
+ cursor: pointer;
41
+ }
42
+ </style>
@@ -1,7 +1,7 @@
1
1
  import 'node:process';
2
2
  import 'yargs';
3
3
  import 'yargs/helpers';
4
- export { c as cli, J as registerDevCommand, X as run, _ as startValaxyDev } from '../../shared/valaxy.DQM5mnja.mjs';
4
+ export { c as cli, J as registerDevCommand, X as run, _ as startValaxyDev } from '../../shared/valaxy.CC8moxgJ.mjs';
5
5
  import 'node:os';
6
6
  import 'node:path';
7
7
  import 'consola';
@@ -1094,15 +1094,7 @@ declare function resolveValaxyConfigFromRoot(root: string, options?: ResolvedVal
1094
1094
  * merge valaxy.config
1095
1095
  * (source, default)
1096
1096
  */
1097
- declare const mergeValaxyConfig: <Source extends {
1098
- [x: string]: any;
1099
- [x: number]: any;
1100
- [x: symbol]: any;
1101
- }, Defaults extends Array<{
1102
- [x: string]: any;
1103
- [x: number]: any;
1104
- [x: symbol]: any;
1105
- } | (number | boolean | any[] | Record<never, any> | null | undefined)>>(source: Source, ...defaults: Defaults) => defu.Defu<Source, Defaults>;
1097
+ declare const mergeValaxyConfig: defu.DefuFn;
1106
1098
  /**
1107
1099
  * resolve user valaxy config
1108
1100
  * options only have userRoot
@@ -1,4 +1,4 @@
1
- export { A as ALL_ROUTE, E as EXCERPT_SEPARATOR, G as GLOBAL_STATE, P as PATHNAME_PROTOCOL_RE, V as ViteValaxyPlugins, b as build, c as cli, a as createServer, d as createValaxyPlugin, e as customElements, f as defaultSiteConfig, g as defaultValaxyConfig, h as defaultViteConfig, i as defineAddon, j as defineConfig, k as defineSiteConfig, l as defineTheme, m as defineValaxyAddon, n as defineValaxyConfig, o as defineValaxyTheme, p as encryptContent, q as fixViteSsgHtml, r as generateClientRedirects, s as getGitTimestamp, t as getIndexHtml, u as getServerInfoText, v as isExternal, w as isInstalledGlobally, x as isKatexEnabled, y as isKatexPluginNeeded, z as isMathJaxEnabled, B as isPath, C as loadConfigFromFile, D as mergeValaxyConfig, F as mergeViteConfigs, H as postProcessForSSG, I as processValaxyOptions, J as registerDevCommand, K as resolveAddonsConfig, L as resolveImportPath, M as resolveImportUrl, N as resolveOptions, O as resolveSiteConfig, Q as resolveSiteConfigFromRoot, R as resolveThemeConfigFromRoot, S as resolveThemeValaxyConfig, T as resolveUserThemeConfig, U as resolveValaxyConfig, W as resolveValaxyConfigFromRoot, X as run, Y as ssgBuild, Z as ssgBuildLegacy, _ as startValaxyDev, $ as toAtFS, a0 as transformObject, a1 as version } from '../shared/valaxy.DQM5mnja.mjs';
1
+ export { A as ALL_ROUTE, E as EXCERPT_SEPARATOR, G as GLOBAL_STATE, P as PATHNAME_PROTOCOL_RE, V as ViteValaxyPlugins, b as build, c as cli, a as createServer, d as createValaxyPlugin, e as customElements, f as defaultSiteConfig, g as defaultValaxyConfig, h as defaultViteConfig, i as defineAddon, j as defineConfig, k as defineSiteConfig, l as defineTheme, m as defineValaxyAddon, n as defineValaxyConfig, o as defineValaxyTheme, p as encryptContent, q as fixViteSsgHtml, r as generateClientRedirects, s as getGitTimestamp, t as getIndexHtml, u as getServerInfoText, v as isExternal, w as isInstalledGlobally, x as isKatexEnabled, y as isKatexPluginNeeded, z as isMathJaxEnabled, B as isPath, C as loadConfigFromFile, D as mergeValaxyConfig, F as mergeViteConfigs, H as postProcessForSSG, I as processValaxyOptions, J as registerDevCommand, K as resolveAddonsConfig, L as resolveImportPath, M as resolveImportUrl, N as resolveOptions, O as resolveSiteConfig, Q as resolveSiteConfigFromRoot, R as resolveThemeConfigFromRoot, S as resolveThemeValaxyConfig, T as resolveUserThemeConfig, U as resolveValaxyConfig, W as resolveValaxyConfigFromRoot, X as run, Y as ssgBuild, Z as ssgBuildLegacy, _ as startValaxyDev, $ as toAtFS, a0 as transformObject, a1 as version } from '../shared/valaxy.CC8moxgJ.mjs';
2
2
  import 'node:path';
3
3
  import 'consola';
4
4
  import 'fs-extra';
@@ -1733,7 +1733,7 @@ async function setupMarkdownPlugins(md, options, base = "/") {
1733
1733
  return md;
1734
1734
  }
1735
1735
 
1736
- const version = "0.28.3";
1736
+ const version = "0.28.5";
1737
1737
 
1738
1738
  const GLOBAL_STATE = {
1739
1739
  valaxyApp: void 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy",
3
3
  "type": "module",
4
- "version": "0.28.3",
4
+ "version": "0.28.5",
5
5
  "description": "📄 Vite & Vue powered static blog generator.",
6
6
  "author": {
7
7
  "email": "me@yunyoujun.cn",
@@ -62,41 +62,41 @@
62
62
  "dependencies": {
63
63
  "@antfu/install-pkg": "^1.1.0",
64
64
  "@antfu/utils": "^9.3.0",
65
- "@clack/prompts": "^1.1.0",
65
+ "@clack/prompts": "^1.2.0",
66
66
  "@iconify-json/ri": "^1.2.10",
67
67
  "@intlify/unplugin-vue-i18n": "^11.0.7",
68
68
  "@shikijs/transformers": "^3.23.0",
69
69
  "@types/katex": "^0.16.8",
70
- "@unhead/addons": "^2.1.12",
71
- "@unhead/schema-org": "^2.1.12",
72
- "@unhead/vue": "^2.1.12",
73
- "@vitejs/plugin-vue": "^6.0.5",
70
+ "@unhead/addons": "^2.1.13",
71
+ "@unhead/schema-org": "^2.1.13",
72
+ "@unhead/vue": "^2.1.13",
73
+ "@vitejs/plugin-vue": "^6.0.6",
74
74
  "@vue/devtools-api": "7.7.2",
75
75
  "@vueuse/core": "^14.2.1",
76
76
  "@vueuse/integrations": "^14.2.1",
77
- "beasties": "^0.4.1",
77
+ "beasties": "^0.4.2",
78
78
  "consola": "^3.4.2",
79
79
  "cross-spawn": "^7.0.6",
80
80
  "css-i18n": "^0.0.5",
81
81
  "dayjs": "^1.11.20",
82
82
  "debug": "^4.4.3",
83
83
  "define-config-ts": "^0.1.3",
84
- "defu": "^6.1.4",
85
- "ejs": "^5.0.1",
84
+ "defu": "^6.1.7",
85
+ "ejs": "^5.0.2",
86
86
  "escape-html": "^1.0.3",
87
87
  "fast-glob": "^3.3.3",
88
88
  "feed": "^5.2.0",
89
89
  "floating-vue": "^5.2.2",
90
90
  "fs-extra": "^11.3.4",
91
- "fuse.js": "^7.1.0",
91
+ "fuse.js": "^7.3.0",
92
92
  "gray-matter": "^4.0.3",
93
- "hookable": "^6.1.0",
93
+ "hookable": "^6.1.1",
94
94
  "html-to-text": "^9.0.5",
95
95
  "jiti": "^2.6.1",
96
96
  "js-base64": "^3.7.8",
97
97
  "js-yaml": "^4.1.1",
98
- "katex": "^0.16.44",
99
- "lru-cache": "^11.2.7",
98
+ "katex": "^0.16.45",
99
+ "lru-cache": "^11.3.5",
100
100
  "markdown-it": "^14.1.1",
101
101
  "markdown-it-anchor": "^9.2.0",
102
102
  "markdown-it-async": "^2.2.0",
@@ -108,7 +108,7 @@
108
108
  "markdown-it-table-of-contents": "^1.2.0",
109
109
  "markdown-it-task-lists": "^2.1.1",
110
110
  "medium-zoom": "^1.1.0",
111
- "mermaid": "^11.13.0",
111
+ "mermaid": "^11.14.0",
112
112
  "minisearch": "^7.2.0",
113
113
  "mlly": "^1.8.2",
114
114
  "nprogress": "^0.2.0",
@@ -120,27 +120,27 @@
120
120
  "pinia": "^3.0.4",
121
121
  "qrcode": "^1.5.4",
122
122
  "resolve-global": "^2.0.0",
123
- "sass": "^1.98.0",
123
+ "sass": "^1.99.0",
124
124
  "shiki": "^3.23.0",
125
125
  "star-markdown-css": "^0.5.3",
126
126
  "table": "^6.9.0",
127
- "unhead": "^2.1.12",
127
+ "unhead": "^2.1.13",
128
128
  "unocss": "66.5.10",
129
129
  "unplugin-vue-components": "28.0.0",
130
130
  "unplugin-vue-markdown": "^30.0.0",
131
131
  "vanilla-lazyload": "^19.1.3",
132
- "vite": "^8.0.3",
132
+ "vite": "^8.0.8",
133
133
  "vite-plugin-vue-devtools": "^8.1.1",
134
134
  "vite-plugin-vue-layouts-next": "^2.1.0",
135
135
  "vite-ssg": "^28.3.0",
136
136
  "vite-ssg-sitemap": "^0.10.0",
137
- "vitepress-plugin-group-icons": "^1.7.3",
137
+ "vitepress-plugin-group-icons": "^1.7.5",
138
138
  "vue": "3.5.22",
139
- "vue-i18n": "^11.3.0",
139
+ "vue-i18n": "^11.3.2",
140
140
  "vue-router": "^5.0.4",
141
141
  "yargs": "^18.0.0",
142
- "@valaxyjs/utils": "0.28.3",
143
- "@valaxyjs/devtools": "0.28.3"
142
+ "@valaxyjs/utils": "0.28.5",
143
+ "@valaxyjs/devtools": "0.28.5"
144
144
  },
145
145
  "devDependencies": {
146
146
  "@mdit-vue/plugin-component": "^3.0.2",