Skip to content

Commit fc267ae

Browse files
committed
fix: module graph causing unnecessary route regeneration on every update
fix: preserve externally added dynamic routes and pages chore: bump deps, lock vitest as its latest beta is broken
1 parent 318c14f commit fc267ae

File tree

7 files changed

+574
-564
lines changed

7 files changed

+574
-564
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"open-cli": "^8.0.0",
1616
"postcss-rtlcss": "^5.7.1",
1717
"vitepress": "workspace:*",
18-
"vitepress-plugin-group-icons": "^1.6.1",
19-
"vitepress-plugin-llms": "^1.7.1"
18+
"vitepress-plugin-group-icons": "^1.6.2",
19+
"vitepress-plugin-llms": "^1.7.2"
2020
}
2121
}

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,25 @@
9797
"dependencies": {
9898
"@docsearch/css": "^4.0.0-beta.5",
9999
"@docsearch/js": "^4.0.0-beta.5",
100-
"@iconify-json/simple-icons": "^1.2.44",
101-
"@shikijs/core": "^3.8.1",
102-
"@shikijs/transformers": "^3.8.1",
103-
"@shikijs/types": "^3.8.1",
104-
"@vitejs/plugin-vue": "^6.0.0",
105-
"@vue/devtools-api": "^7.7.7",
100+
"@iconify-json/simple-icons": "^1.2.46",
101+
"@shikijs/core": "^3.9.2",
102+
"@shikijs/transformers": "^3.9.2",
103+
"@shikijs/types": "^3.9.2",
104+
"@vitejs/plugin-vue": "^6.0.1",
105+
"@vue/devtools-api": "^8.0.0",
106106
"@vue/shared": "^3.5.18",
107-
"@vueuse/core": "^13.5.0",
108-
"@vueuse/integrations": "^13.5.0",
107+
"@vueuse/core": "^13.6.0",
108+
"@vueuse/integrations": "^13.6.0",
109109
"focus-trap": "^7.6.5",
110110
"mark.js": "8.11.1",
111111
"minisearch": "^7.1.2",
112-
"shiki": "^3.8.1",
113-
"vite": "^7.0.6",
112+
"shiki": "^3.9.2",
113+
"vite": "^7.1.1",
114114
"vue": "^3.5.18"
115115
},
116116
"devDependencies": {
117117
"@clack/prompts": "^1.0.0-alpha.1",
118-
"@iconify/utils": "^2.3.0",
118+
"@iconify/utils": "^3.0.0",
119119
"@mdit-vue/plugin-component": "^2.1.4",
120120
"@mdit-vue/plugin-frontmatter": "^2.1.4",
121121
"@mdit-vue/plugin-headers": "^2.1.4",
@@ -139,8 +139,8 @@
139139
"@types/markdown-it-container": "^2.0.10",
140140
"@types/markdown-it-emoji": "^3.0.1",
141141
"@types/minimist": "^1.2.5",
142-
"@types/node": "^24.1.0",
143-
"@types/picomatch": "^4.0.1",
142+
"@types/node": "^24.2.1",
143+
"@types/picomatch": "^4.0.2",
144144
"@types/postcss-prefix-selector": "^1.16.3",
145145
"@types/prompts": "^2.4.9",
146146
"chokidar": "^4.0.3",
@@ -149,10 +149,10 @@
149149
"debug": "^4.4.1",
150150
"esbuild": "^0.25.8",
151151
"execa": "^9.6.0",
152-
"fs-extra": "^11.3.0",
152+
"fs-extra": "^11.3.1",
153153
"get-port": "^7.1.0",
154154
"gray-matter": "^4.0.3",
155-
"lint-staged": "^16.1.2",
155+
"lint-staged": "^16.1.5",
156156
"lodash.template": "^4.5.0",
157157
"lru-cache": "^11.1.0",
158158
"markdown-it": "^14.1.0",
@@ -165,36 +165,36 @@
165165
"minimist": "^1.2.8",
166166
"nanoid": "^5.1.5",
167167
"ora": "^8.2.0",
168-
"oxc-minify": "^0.78.0",
168+
"oxc-minify": "^0.81.0",
169169
"p-map": "^7.0.3",
170170
"package-directory": "^8.1.0",
171171
"path-to-regexp": "^6.3.0",
172172
"picocolors": "^1.1.1",
173173
"picomatch": "^4.0.3",
174-
"playwright-chromium": "^1.54.1",
174+
"playwright-chromium": "^1.54.2",
175175
"polka": "^1.0.0-next.28",
176176
"postcss": "^8.5.6",
177177
"postcss-prefix-selector": "^2.1.1",
178178
"prettier": "^3.6.2",
179179
"prompts": "^2.4.2",
180180
"punycode": "^2.3.1",
181181
"rimraf": "^6.0.1",
182-
"rollup": "^4.45.1",
182+
"rollup": "^4.46.2",
183183
"rollup-plugin-dts": "6.1.1",
184184
"rollup-plugin-esbuild": "^6.2.1",
185185
"semver": "^7.7.2",
186-
"simple-git-hooks": "^2.13.0",
186+
"simple-git-hooks": "^2.13.1",
187187
"sirv": "^3.0.1",
188188
"sitemap": "^8.0.0",
189189
"tinyglobby": "^0.2.14",
190-
"typescript": "^5.8.3",
191-
"vitest": "^4.0.0-beta.4",
192-
"vue-tsc": "^3.0.4",
190+
"typescript": "^5.9.2",
191+
"vitest": "4.0.0-beta.4",
192+
"vue-tsc": "^3.0.5",
193193
"wait-on": "^8.0.4"
194194
},
195195
"peerDependencies": {
196196
"markdown-it-mathjax3": "^4",
197-
"oxc-minify": "^0.78.0",
197+
"oxc-minify": "^0.81.0",
198198
"postcss": "^8"
199199
},
200200
"peerDependenciesMeta": {
@@ -208,5 +208,5 @@
208208
"optional": true
209209
}
210210
},
211-
"packageManager": "pnpm@10.13.1"
211+
"packageManager": "pnpm@10.14.0"
212212
}

0 commit comments

Comments
 (0)