Kevin Deng
5e0d7dab83
chore: replace debug with obug ( #5030 )
2 weeks ago
Divyansh Singh
b8f3c46a0b
chore: bump deps
2 weeks ago
Yuji Sugiura
d16d1970bc
chore: update oxc-minify to 0.98 ( #5033 )
2 weeks ago
Divyansh Singh
0899618556
fix: disable markdown-it-attrs for fenced code blocks
...
BREAKING CHANGE: `markdown-it-attrs` is disabled for fenced code blocks. For most users no change is required. If you want to add classes to code blocks, do it using shiki transformers instead.
3 weeks ago
Divyansh Singh
4e548f5424
fix: simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps
3 weeks ago
Divyansh Singh
dd29348466
chore: bump deps
3 months ago
Divyansh Singh
9fc8462726
feat: add markdown-it-cjk-friendly
...
closes #3762
closes #4752
BREAKING CHANGE: [markdown-it-cjk-friendly](https://www.npmjs.com/package/markdown-it-cjk-friendly ) is enabled by default. This intentionally deviates from the official commonmark spec for the benefit of CJK users. **For most users, no change is required.** If you were using hacks to patch `scanDelims`, you can remove those. To disable the plugin, set `markdown: { cjkFriendly: false }` in your vitepress config.
4 months ago
Divyansh Singh
b83799a6e7
chore: bump deps
4 months ago
Divyansh Singh
0944777893
feat: make postcssIsolateStyles idempotent
...
BREAKING CHANGE: `includeFiles` option in `postcssIsolateStyles` now defaults to `[/vp-doc\.css/, /base\.css/]` You can remove explicit `includeFiles` if you were using it just to run it on `vp-doc.css`. To revert back to older behavior pass `includeFiles: [/base\.css/]`. The underlying implementation is changed and `transform` and `exclude` options are no longer supported. Use `postcss-prefix-selector` directly if you've advanced use cases.
4 months ago
Divyansh Singh
46e9dab59b
chore(deps): bump mdit-vue to v3
4 months ago
Divyansh Singh
5bf835b507
fix(types): externalize markdown-it types
...
ref: https://github.com/boyum/markdown-it-image-size/issues/888#issuecomment-3172653892
4 months ago
Divyansh Singh
fc267ae6b7
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
4 months ago
Dylan Tientcheu
ac61abe7d7
feat(search): upgrade search to DocSearch v4-beta ( #4843 )
...
BREAKING CHANGE: Uses DocSearch v4 beta. No change is required if you're not customizing the styles of navbar search button or modal. DocSearch AI features are in private beta, you can apply for them at https://forms.gle/iyfb5pC2CiiwszUKA
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
4 months ago
Divyansh Singh
536968c174
chore: bump deps
5 months ago
Divyansh Singh
2ecd607af1
feat!: bump to vite 7
...
BREAKING CHANGE: Uses vite 7. For most of the users no change is required. VitePress should work same as earlier, except for maybe some type mismatches if you're using third-party plugins. You can suppress them using `@ts-expect-error` or `as any` and report the issues at respective repositories.
5 months ago
Divyansh Singh
7619521259
feat!: consistent glob options across content, data, and path loaders ( #4808 )
...
BREAKING CHANGES: Only `cwd`, `ignore`, `dot` and `debug` are supported in `globOptions` of `createContentLoader`. If you want to pass other options, you still can but you might need to suppress type errors.
5 months ago
Divyansh Singh
adfa5c7e99
chore: bump deps
6 months ago
翠
4351bc0b83
fix: set `preserveEntrySignatures` for rolldown-vite ( #4784 )
6 months ago
Artea
16a0ff895c
chore: use rolldown-vite ( #4769 )
...
---------
Signed-off-by: Artea <sepush@outlook.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
6 months ago
翠
7c1dc48b2f
feat: use `oxc-minify` instead of `transformWithEsbuild` when rolldown-vite is used ( #4748 )
7 months ago
Divyansh Singh
ab0e0cb598
chore: bump deps
7 months ago
dependabot[bot]
827259b0d5
chore(deps): bump vite from 6.3.2 to 6.3.4 ( #4728 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
Divyansh Singh
33e397ea73
chore: bump deps
8 months ago
Divyansh Singh
1ec84c1504
chore: bump deps
8 months ago
Okinea Dev
ca0a2511ac
docs: add a plugin to generate llms.txt ( #4635 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
8 months ago
Divyansh Singh
2803b7e330
chore: re-introduce 27c4151 ( #4680 )
8 months ago
Divyansh Singh
910d6b4633
Revert "chore: bump deps, drop node 18 from ci"
...
This reverts commit 27c4151c72 .
8 months ago
Divyansh Singh
27c4151c72
chore: bump deps, drop node 18 from ci
...
vitepress will most likely keep supporting node 18 at least till rest of the month, but it'll be better if you upgrade sooner than later
8 months ago
dependabot[bot]
ea5cbfca39
chore(deps): bump vite from 6.2.4 to 6.2.5 ( #4676 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
dependabot[bot]
35f36a96bb
chore(deps): bump vite from 6.2.3 to 6.2.4 ( #4664 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
dependabot[bot]
531a7a19d2
chore(deps): bump vite from 6.2.1 to 6.2.3 ( #4648 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Divyansh Singh
50db6aaa87
chore: bump deps
9 months ago
Divyansh Singh
d4b01f6e2d
chore: bump deps
9 months ago
Anthony Fu
52c2aa178d
feat: update to shiki v3 ( #4571 )
10 months ago
Anthony Fu
1969cf4f3b
fix: upgrade shiki, remove embedded languages workaround ( #4566 )
10 months ago
Divyansh Singh
b930b8d531
fix: deterministic code group ids ( #4565 )
10 months ago
Divyansh Singh
6031dbcdb7
chore: bump deps
10 months ago
Divyansh Singh
88101d36cd
chore: bump deps ( #4542 )
10 months ago
Anthony Fu
80622356f1
feat: use `markdown-it-async`, remove `synckit` ( #4507 )
...
BREAKING CHANGES: markdown-it-async is used instead of markdown-it
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Divyansh Singh
34dcf01bcc
chore: bump deps
10 months ago
Divyansh Singh
e0350275b3
fix: temporary fix for docsearch navigation
10 months ago
Divyansh Singh
f93d415242
chore: lock docsearch for now
10 months ago
翠 / green
80d0e0ff70
chore(deps): replace micromatch with picomatch ( #4505 )
10 months ago
翠 / green
6a2efc385c
feat!: upgrade vite to v6 ( #4504 )
10 months ago
Divyansh Singh
e9e29a701f
chore: bump deps
10 months ago
Divyansh Singh
373f9b933e
chore!: bump shiki to v2
...
BREAKING CHANGE: shiki transformers now use v3 [matching algorithm](https://shiki.style/packages/transformers#matching-algorithm )
11 months ago
Divyansh Singh
36bde803c8
chore: maintenance and cleanup
11 months ago
Leo
63c1ed06a2
docs: add vitepress-plugin-group-icons ( #4437 ) [lunaria-ignore]
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Divyansh Singh
38a755e365
chore: update chokidar to v4
11 months ago
Divyansh Singh
241d17d983
fix: out of order css in prod builds
...
closes #4098
11 months ago