chore: bump deps

pull/5158/head
Divyansh Singh 6 months ago
parent 62e1a4c49f
commit 1278c59f51

@ -25,9 +25,9 @@
### BREAKING CHANGES
The previous `<!-- @include: ./path/to/file -->` syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.
Previously, the `<!-- @include: ./path/to/file -->` syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.
For most users, no code changes are required. If you now see errors, it means your includes are broken and were previously not being reported.
For most users, no code changes are required. If you now see errors, it means your includes are broken and were earlier not being reported.
Users who intentionally reference non-existent files or want to document includes without resolving them can configure `markdown.codeTransformers` with a `postprocess` hook. See `docs/.vitepress/config.ts` in this repo for an example.

@ -15,7 +15,7 @@
"open-cli": "^8.0.0",
"postcss-rtlcss": "^5.7.1",
"vitepress": "workspace:*",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-llms": "^1.11.1"
"vitepress-plugin-group-icons": "^1.7.2",
"vitepress-plugin-llms": "^1.12.0"
}
}

@ -96,25 +96,25 @@
"*": "prettier --experimental-cli --ignore-unknown --write"
},
"dependencies": {
"@docsearch/css": "^4.6.0",
"@docsearch/js": "^4.6.0",
"@docsearch/sidepanel-js": "^4.6.0",
"@iconify-json/simple-icons": "^1.2.74",
"@docsearch/css": "^4.6.2",
"@docsearch/js": "^4.6.2",
"@docsearch/sidepanel-js": "^4.6.2",
"@iconify-json/simple-icons": "^1.2.75",
"@shikijs/core": "^4.0.2",
"@shikijs/transformers": "^4.0.2",
"@shikijs/types": "^4.0.2",
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/devtools-api": "^8.1.0",
"@vue/shared": "^3.5.30",
"@vue/devtools-api": "^8.1.1",
"@vue/shared": "^3.5.31",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"focus-trap": "^8.0.0",
"focus-trap": "^8.0.1",
"mark.js": "8.11.1",
"minisearch": "^7.2.0",
"shiki": "^4.0.2",
"vite": "^7.3.1",
"vue": "^3.5.30"
"vue": "^3.5.31"
},
"devDependencies": {
"@clack/prompts": "^1.1.0",
@ -150,7 +150,7 @@
"esbuild": "^0.27.4",
"execa": "^9.6.1",
"fs-extra": "^11.3.4",
"get-port": "^7.1.0",
"get-port": "^7.2.0",
"gray-matter": "^4.0.3",
"lint-staged": "^16.4.0",
"lodash.template": "^4.5.0",
@ -172,7 +172,7 @@
"package-directory": "^8.2.0",
"path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.3",
"picomatch": "^4.0.4",
"playwright-chromium": "^1.58.2",
"polka": "^1.0.0-next.28",
"postcss": "^8.5.6",
@ -180,7 +180,7 @@
"prettier": "^3.8.1",
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rollup": "^4.59.0",
"rollup": "^4.60.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "^6.2.1",
"semver": "^7.7.4",
@ -209,5 +209,5 @@
"optional": true
}
},
"packageManager": "pnpm@10.32.1"
"packageManager": "pnpm@10.33.0"
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save