Commit graph

21 commits

Author SHA1 Message Date
saberzero1
eabf3eec55
chore(deps): update @quartz-community/utils 2026-06-03 15:31:49 +02:00
saberzero1
82f8a6d5e7
chore: regenerate package-lock.json 2026-05-24 17:33:06 +02:00
saberzero1
f104a56e83
deps: update @quartz-community/utils 2026-04-22 18:20:12 +02:00
saberzero1
754e965a62
deps: update @quartz-community/utils 2026-04-17 02:42:11 +02:00
saberzero1
2171bbe3b2
deps: update @quartz-community/utils 2026-04-16 22:11:31 +02:00
saberzero1
07356718ca
fix: cast PageFileData[] to QuartzComponentProps allFiles shape for branded FullSlug
Updated @quartz-community/types made slug a branded FullSlug type;
the local PageFileData uses an unbranded string slug. Cast at the
listProps boundary so DTS build succeeds without changing runtime
behaviour.
2026-04-16 13:34:16 +02:00
saberzero1
69190a6c10
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 16:19:42 +02:00
saberzero1
dc5ee43099
deps: update quartz-community utils and types lockfile 2026-04-03 15:44:55 +02:00
saberzero1
62fd2196c0
refactor: use shared SortFn from @quartz-community/types 2026-04-03 15:07:13 +02:00
saberzero1
f7d1f8f3ca
chore: update @quartz-community/utils to 8d2e14b 2026-03-22 12:38:28 +01:00
saberzero1
c768e55c80
deps: update @quartz-community/utils to latest 2026-03-22 12:05:27 +01:00
saberzero1
cbe9911009
fix: add missing peer dependencies as devDependencies for CI build
Install github-slugger and hast-util-to-jsx-runtime as devDependencies.
These are peer dependencies of @quartz-community/utils that must be present
for tsup's DTS build to resolve all transitive type imports.
2026-03-16 19:07:38 +01:00
saberzero1
507fd65429
fix: update types/utils lockfile to commits with dist/ 2026-03-14 22:44:56 +01:00
saberzero1
18e52cb0cb
chore: commit dist/ and remove prepare script
Pre-built output is now committed to the repository so that
Quartz can skip the build step during plugin installation.
The prepare script is removed to prevent redundant builds
when installing from npm/git.
2026-03-14 22:01:54 +01:00
saberzero1
1e1cf9be2e
deps: update @quartz-community/types and @quartz-community/utils
Also fix code formatting with prettier.
2026-03-09 03:04:02 +01:00
saberzero1
0fe5b1fe4f
refactor: use htmlToJsx from @quartz-community/utils for safe HAST rendering
Replaces direct toJsxRuntime usage with the shared htmlToJsx wrapper
that prevents HTML-escaping of inline <style> and <script> content.
2026-03-08 19:58:34 +01:00
saberzero1
1526aed5ce
deps: update @quartz-community/types 2026-02-28 20:08:37 +01:00
saberzero1
7aec8562e2
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors 2026-02-26 16:44:51 +01:00
saberzero1
a95e4a5aa7
chore: update @quartz-community/types to v0.2.1 2026-02-13 22:58:54 +01:00
saberzero1
848d06a6c9
feat: implement tag page type plugin 2026-02-13 19:12:27 +01:00
Emile Bangma
8168b73331
Initial commit 2026-02-13 18:36:35 +01:00