Commit graph

20 commits

Author SHA1 Message Date
saberzero1
d8f9fe7c9c
deps: update @quartz-community/utils 2026-04-17 02:40:30 +02:00
saberzero1
ef5f7a1bab
deps: update @quartz-community/utils 2026-04-16 22:10:47 +02:00
saberzero1
bc03ed7366
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 16:19:28 +02:00
saberzero1
7ca3366de2
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 15:53:22 +02:00
saberzero1
7c01d646f5
deps: update @quartz-community/utils to latest 2026-03-22 12:05:16 +01:00
saberzero1
5fa8d0b3ee
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
05487abbe0
fix: use fetchData global for path-prefixed deployments
- Update types/globals.d.ts with centralized type declarations
- Use fetchData global instead of hardcoded /static/contentIndex.json
- Revert @quartz-community/types from file:../types to github:quartz-community/types
- Add .prettierignore, update .eslintrc.json with triple-slash-reference override
- Remove duplicate scripts.d.ts/styles.d.ts
2026-03-16 18:54:25 +01:00
saberzero1
51b33ed5d1
fix: update types/utils lockfile to commits with dist/ 2026-03-14 22:46:30 +01:00
saberzero1
97414aaae2
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:02:17 +01:00
saberzero1
1ebdc96dbf
deps: update @quartz-community/types and @quartz-community/utils
Also fix code formatting with prettier.
2026-03-09 03:04:03 +01:00
saberzero1
75e5e6fa51
deps: update @quartz-community/types 2026-02-28 20:08:37 +01:00
saberzero1
95319da7ad
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors 2026-02-26 16:44:51 +01:00
saberzero1
d30e69f74b
Update @quartz-community/types with PageType plugin types 2026-02-13 16:35:33 +01:00
saberzero1
352a786328
Update @quartz-community/types (tree as unknown) 2026-02-13 13:57:59 +01:00
saberzero1
fd2b427708
Update @quartz-community/types (remove index signatures) 2026-02-13 13:53:58 +01:00
saberzero1
a3f260be41
Update @quartz-community/types for flat GlobalConfiguration 2026-02-13 13:50:35 +01:00
saberzero1
d783d9434b
fix: use github: specifier for @quartz-community/types dependency
Replace file:../types with github:quartz-community/types so the
package resolves correctly when installed via the Quartz plugin
manager.
2026-02-13 13:27:49 +01:00
saberzero1
cae3c81c20
Migrate types to use @quartz-community/types exports
Replace ambient quartz-compat.d.ts declarations with direct imports
from @quartz-community/types. Update all plugin entry points
(transformer, filter, emitter) and component files to use proper
type imports.
2026-02-13 13:18:49 +01:00
saberzero1
2bb575c5c9
Add @quartz-community/types dependency and re-export shared types 2026-02-07 20:42:42 +01:00
Emile Bangma
284b29a339
Batman 2026-02-07 03:03:08 +01:00