Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 62 updates - #11

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-e8dd25dd0e
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-e8dd25dd0e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 62 updates in the / directory:

Package From To
@clack/prompts 0.11.0 1.8.1
@myriaddreamin/rehype-typst 0.6.0 0.7.0
@napi-rs/simple-git 0.1.22 1.1.0
@quartz-community/alias-redirects 0.1.0 1.0.0
@quartz-community/article-title 0.1.0 1.0.0
@quartz-community/backlinks 0.1.0 1.0.0
@quartz-community/bases-page 0.2.2 1.0.0
@quartz-community/breadcrumbs 0.1.0 1.0.0
@quartz-community/canvas-page 0.1.0 1.0.0
@quartz-community/citations 0.1.0 1.0.0
@quartz-community/cname 0.1.0 1.0.0
@quartz-community/comments 0.1.0 1.0.0
@quartz-community/content-index 0.1.0 1.0.0
@quartz-community/content-meta 0.1.0 1.0.0
@quartz-community/content-page 0.1.0 1.0.0
@quartz-community/crawl-links 0.1.1 1.0.0
@quartz-community/created-modified-date 0.1.0 1.0.1
@quartz-community/darkmode 0.1.0 1.0.0
@quartz-community/description 0.1.0 1.0.0
@quartz-community/encrypted-pages 0.1.1 1.0.0
@quartz-community/explicit-publish 0.1.0 1.0.0
@quartz-community/explorer 0.1.0 1.0.0
@quartz-community/favicon 0.1.1 1.0.0
@quartz-community/folder-page 0.1.0 1.0.0
@quartz-community/footer 0.1.1 1.0.0
@quartz-community/github-flavored-markdown 0.1.0 1.0.0
@quartz-community/graph 0.1.0 1.0.0
@quartz-community/hard-line-breaks 0.1.0 1.0.0
@quartz-community/latex 0.1.0 1.0.0
@quartz-community/note-properties 0.1.0 1.0.0
@quartz-community/obsidian-flavored-markdown 0.1.2 1.0.0
@quartz-community/og-image 0.1.2 1.0.0
@quartz-community/ox-hugo 0.1.0 1.0.0
@quartz-community/page-title 0.1.0 1.0.0
@quartz-community/quartz-fonts 0.1.1 1.0.0
@quartz-community/reader-mode 0.1.0 1.0.0
@quartz-community/recent-notes 0.1.0 1.0.0
@quartz-community/remove-draft 0.1.0 1.0.0
@quartz-community/roam 0.1.0 1.0.0
@quartz-community/search 0.1.0 1.0.0
@quartz-community/spacer 0.1.0 1.0.0
@quartz-community/stacked-pages 0.1.0 1.0.0
@quartz-community/syntax-highlighting 0.1.0 1.0.0
@quartz-community/table-of-contents 0.1.0 1.0.0
@quartz-community/tag-list 0.1.0 1.0.0
@quartz-community/tag-page 0.1.0 1.0.0
@quartz-community/unlisted-pages 0.1.0 1.0.0
@quartz-themes/core 1.1.0 2.0.0
globby 16.2.2 16.2.4
isomorphic-git 1.40.0 1.42.2
minimatch 10.2.5 10.2.6
preact 10.29.7 10.29.8
pretty-bytes 7.1.1 7.1.3
sharp 0.34.5 0.35.4
ws 8.21.1 8.21.3
yaml 2.9.0 2.9.1
@quartz-community/types 0.3.0 1.0.0
@quartz-community/utils 0.1.1 1.0.0
@types/node 25.9.5 26.5.1
esbuild 0.27.7 0.28.2
tsx 4.23.1 4.23.13
typescript 5.9.3 7.0.2

Updates @clack/prompts from 0.11.0 to 1.8.1

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.8.1

Patch Changes

  • 8bd9129 Thanks @​gameroman! - Return type for prompts now correctly specifies CANCEL_SYMBOL instead of symbol

  • Updated dependencies [8bd9129]:

    • @​clack/core@​1.5.1

@​clack/prompts@​1.8.0

Minor Changes

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(

... (truncated)

Changelog

Sourced from @​clack/prompts's changelog.

1.8.1

Patch Changes

  • 8bd9129 Thanks @​gameroman! - Return type for prompts now correctly specifies CANCEL_SYMBOL instead of symbol

  • Updated dependencies [8bd9129]:

    • @​clack/core@​1.5.1

1.8.0

Minor Changes

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes

1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​clack/prompts since your current version.


Updates @myriaddreamin/rehype-typst from 0.6.0 to 0.7.0

Release notes

Sourced from @​myriaddreamin/rehype-typst's releases.

v0.7.0

Packages

Compiler

rustdoc-typst-demo (New)

Package: typst.ts

Package: typst.react

Package: typst.vue3

Package: typst.svelte (New)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​myriaddreamin/rehype-typst since your current version.


Updates @napi-rs/simple-git from 0.1.22 to 1.1.0

Release notes

Sourced from @​napi-rs/simple-git's releases.

v1.1.0

What's Changed

Full Changelog: Brooooooklyn/simple-git@v1.0.0...v1.1.0

v1.0.0

What's Changed

... (truncated)

Commits
  • 3b8e55c 1.1.0
  • e580290 fix(deps): update void to v0.10.6 (#153)
  • 659d5ca feat: add created (first-add commit) to FileModification (#152)
  • 3ca64c5 chore(deps): update dorny/paths-filter action to v4 (#150)
  • 9b5a48b fix(deps): update dependency void to v0.10.5 (#151)
  • 723f6b3 chore: move renovate.json
  • 4ca5860 chore: fix yarn and renovate config
  • 638b632 fix(deps): update dependency @​void/react to v0.10.5 (#148)
  • 8300a3f fix(deps): update dependency @​void/md to v0.10.5 (#147)
  • 6881589 feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) (#146)
  • Additional commits viewable in compare view

Updates @quartz-community/alias-redirects from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/alias-redirects's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/alias-redirects's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial Quartz community plugin template.
Commits
  • 96411dc feat!: 1.0.0 stable release
  • 1456d25 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • e35a323 fix: use changesets/action@v1 (v2 is prerelease)
  • f37692d chore: add changesets release workflow
  • 40712dd chore: migrate to npm publishing
  • See full diff in compare view
Attestation changes

This version has no provenance attestation, while the previous version (0.1.0) was attested. Review the package versions before updating.


Updates @quartz-community/article-title from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/article-title's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/article-title's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial Quartz community plugin template.
Commits
  • 69b455c feat!: 1.0.0 stable release
  • 87499a6 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • c0dd07b fix: use changesets/action@v1 (v2 is prerelease)
  • 982cf8b chore: add changesets release workflow
  • 240af31 chore: migrate to npm publishing
  • See full diff in compare view
Attestation changes

This version has no provenance attestation, while the previous version (0.1.0) was attested. Review the package versions before updating.


Updates @quartz-community/backlinks from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/backlinks's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/backlinks's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Respect the file.data.unlisted convention. Pages marked unlisted are never shown as backlink sources on other pages. The backlinks list on an unlisted page itself is still rendered normally so users who reached the page by direct URL can see its incoming references.

  • Exported selectBacklinkSources helper and BacklinkCandidate type for testing and reuse.

  • Unit tests for selectBacklinkSources covering the unlisted-filter behavior.

  • Initial Quartz community plugin template.

Commits
  • c90118e feat!: 1.0.0 stable release
  • cb445dc fix(ci): add NODE_AUTH_TOKEN for npm publish
  • eecc9b9 fix: use changesets/action@v1 (v2 is prerelease)
  • f884112 chore: add changesets release workflow
  • 4d32d45 chore: migrate to npm publishing
  • See full diff in compare view
Attestation changes

This version has no provenance attestation, while the previous version (0.1.0) was attested. Review the package versions before updating.


Updates @quartz-community/bases-page from 0.2.2 to 1.0.0

Release notes

Sourced from @​quartz-community/bases-page's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

Changelog

Sourced from @​quartz-community/bases-page's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

Commits

Updates @quartz-community/breadcrumbs from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/breadcrumbs's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/breadcrumbs's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial Quartz community plugin template.
Commits
  • 1615fdb feat!: 1.0.0 stable release
  • 4d283d8 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 646c005 fix: use changesets/action@v1 (v2 is prerelease)
  • ff4e006 chore: add changesets release workflow
  • ab05bc3 chore: migrate to npm publishing
  • See full diff in compare view
Attestation changes

This version has no provenance attestation, while the previous version (0.1.0) was attested. Review the package versions before updating.


Updates @quartz-community/canvas-page from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/canvas-page's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/canvas-page's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial Quartz community plugin template.
Commits
  • 8699230 feat!: 1.0.0 stable release
  • 65f53fb fix(ci): add NODE_AUTH_TOKEN for npm publish
  • dce31a6 fix: use changesets/action@v1 (v2 is prerelease)
  • b710812 chore: add changesets release workflow
  • 57696af style: format files
  • f20af72 chore: migrate to npm publishing
  • See full diff in compare view
Attestation changes

This version has no provenance attestation, while the previous version (0.1.0) was attested. Review the package versions before updating.


Updates @quartz-community/citations from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/citations's releases.

v1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changelog

Sourced from @​quartz-community/citations's changelog.

1.0.0

Major Changes

  • Stable 1.0 release. All @quartz-community/* dependencies now use ^1.0.0 ranges.

    Pre-1.0 caret ranges pinned the minor version (^0.2.1 means >=0.2.1 <0.3.0), so published fixes to shared packages could never be resolved by dependents. Moving the ecosystem to 1.0 makes caret ranges behave conventionally.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial Quartz community plugin template.
Commits
  • 07849b8 feat!: 1.0.0 stable release
  • 5db5984 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • cce10c8 fix: use changesets/action@v1 (v2 is prerelease)
  • 67a0d87 chore: add changesets release workflow

…y with 62 updates

Bumps the production-dependencies group with 62 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.8.1` |
| [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
| [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.22` | `1.1.0` |
| [@quartz-community/alias-redirects](https://github.com/quartz-community/alias-redirects) | `0.1.0` | `1.0.0` |
| [@quartz-community/article-title](https://github.com/quartz-community/article-title) | `0.1.0` | `1.0.0` |
| [@quartz-community/backlinks](https://github.com/quartz-community/backlinks) | `0.1.0` | `1.0.0` |
| [@quartz-community/bases-page](https://github.com/quartz-community/bases-page) | `0.2.2` | `1.0.0` |
| [@quartz-community/breadcrumbs](https://github.com/quartz-community/breadcrumbs) | `0.1.0` | `1.0.0` |
| [@quartz-community/canvas-page](https://github.com/quartz-community/canvas-page) | `0.1.0` | `1.0.0` |
| [@quartz-community/citations](https://github.com/quartz-community/citations) | `0.1.0` | `1.0.0` |
| [@quartz-community/cname](https://github.com/quartz-community/cname) | `0.1.0` | `1.0.0` |
| [@quartz-community/comments](https://github.com/quartz-community/comments) | `0.1.0` | `1.0.0` |
| [@quartz-community/content-index](https://github.com/quartz-community/content-index) | `0.1.0` | `1.0.0` |
| [@quartz-community/content-meta](https://github.com/quartz-community/content-meta) | `0.1.0` | `1.0.0` |
| [@quartz-community/content-page](https://github.com/quartz-community/content-page) | `0.1.0` | `1.0.0` |
| [@quartz-community/crawl-links](https://github.com/quartz-community/crawl-links) | `0.1.1` | `1.0.0` |
| [@quartz-community/created-modified-date](https://github.com/quartz-community/created-modified-date) | `0.1.0` | `1.0.1` |
| [@quartz-community/darkmode](https://github.com/quartz-community/darkmode) | `0.1.0` | `1.0.0` |
| [@quartz-community/description](https://github.com/quartz-community/description) | `0.1.0` | `1.0.0` |
| [@quartz-community/encrypted-pages](https://github.com/quartz-community/encrypted-pages) | `0.1.1` | `1.0.0` |
| [@quartz-community/explicit-publish](https://github.com/quartz-community/explicit-publish) | `0.1.0` | `1.0.0` |
| [@quartz-community/explorer](https://github.com/quartz-community/explorer) | `0.1.0` | `1.0.0` |
| [@quartz-community/favicon](https://github.com/quartz-community/favicon) | `0.1.1` | `1.0.0` |
| [@quartz-community/folder-page](https://github.com/quartz-community/folder-page) | `0.1.0` | `1.0.0` |
| [@quartz-community/footer](https://github.com/quartz-community/footer) | `0.1.1` | `1.0.0` |
| [@quartz-community/github-flavored-markdown](https://github.com/quartz-community/github-flavored-markdown) | `0.1.0` | `1.0.0` |
| [@quartz-community/graph](https://github.com/quartz-community/graph) | `0.1.0` | `1.0.0` |
| [@quartz-community/hard-line-breaks](https://github.com/quartz-community/hard-line-breaks) | `0.1.0` | `1.0.0` |
| [@quartz-community/latex](https://github.com/quartz-community/latex) | `0.1.0` | `1.0.0` |
| [@quartz-community/note-properties](https://github.com/quartz-community/note-properties) | `0.1.0` | `1.0.0` |
| [@quartz-community/obsidian-flavored-markdown](https://github.com/quartz-community/obsidian-flavored-markdown) | `0.1.2` | `1.0.0` |
| [@quartz-community/og-image](https://github.com/quartz-community/og-image) | `0.1.2` | `1.0.0` |
| [@quartz-community/ox-hugo](https://github.com/quartz-community/ox-hugo) | `0.1.0` | `1.0.0` |
| [@quartz-community/page-title](https://github.com/quartz-community/page-title) | `0.1.0` | `1.0.0` |
| [@quartz-community/quartz-fonts](https://github.com/quartz-community/fonts) | `0.1.1` | `1.0.0` |
| [@quartz-community/reader-mode](https://github.com/quartz-community/reader-mode) | `0.1.0` | `1.0.0` |
| [@quartz-community/recent-notes](https://github.com/quartz-community/recent-notes) | `0.1.0` | `1.0.0` |
| [@quartz-community/remove-draft](https://github.com/quartz-community/remove-draft) | `0.1.0` | `1.0.0` |
| [@quartz-community/roam](https://github.com/quartz-community/roam) | `0.1.0` | `1.0.0` |
| [@quartz-community/search](https://github.com/quartz-community/search) | `0.1.0` | `1.0.0` |
| [@quartz-community/spacer](https://github.com/quartz-community/spacer) | `0.1.0` | `1.0.0` |
| [@quartz-community/stacked-pages](https://github.com/quartz-community/stacked-pages) | `0.1.0` | `1.0.0` |
| [@quartz-community/syntax-highlighting](https://github.com/quartz-community/syntax-highlighting) | `0.1.0` | `1.0.0` |
| [@quartz-community/table-of-contents](https://github.com/quartz-community/table-of-contents) | `0.1.0` | `1.0.0` |
| [@quartz-community/tag-list](https://github.com/quartz-community/tag-list) | `0.1.0` | `1.0.0` |
| [@quartz-community/tag-page](https://github.com/quartz-community/tag-page) | `0.1.0` | `1.0.0` |
| [@quartz-community/unlisted-pages](https://github.com/quartz-community/unlisted-pages) | `0.1.0` | `1.0.0` |
| [@quartz-themes/core](https://github.com/quartz-themes/core) | `1.1.0` | `2.0.0` |
| [globby](https://github.com/sindresorhus/globby) | `16.2.2` | `16.2.4` |
| [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.40.0` | `1.42.2` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
| [preact](https://github.com/preactjs/preact) | `10.29.7` | `10.29.8` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.1` | `7.1.3` |
| [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.4` |
| [ws](https://github.com/websockets/ws) | `8.21.1` | `8.21.3` |
| [yaml](https://github.com/eemeli/yaml) | `2.9.0` | `2.9.1` |
| [@quartz-community/types](https://github.com/quartz-community/types) | `0.3.0` | `1.0.0` |
| [@quartz-community/utils](https://github.com/quartz-community/utils) | `0.1.1` | `1.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.5` | `26.5.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.13` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |



Updates `@clack/prompts` from 0.11.0 to 1.8.1
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.8.1/packages/prompts)

Updates `@myriaddreamin/rehype-typst` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/Myriad-Dreamin/typst.ts/releases)
- [Changelog](https://github.com/Myriad-Dreamin/typst.ts/blob/main/docs/release-workflows.md)
- [Commits](Myriad-Dreamin/typst.ts@v0.6.0...v0.7.0)

Updates `@napi-rs/simple-git` from 0.1.22 to 1.1.0
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
- [Commits](Brooooooklyn/simple-git@v0.1.22...v1.1.0)

Updates `@quartz-community/alias-redirects` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/alias-redirects/releases)
- [Changelog](https://github.com/quartz-community/alias-redirects/blob/main/CHANGELOG.md)
- [Commits](quartz-community/alias-redirects@v0.1.0...v1.0.0)

Updates `@quartz-community/article-title` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/article-title/releases)
- [Changelog](https://github.com/quartz-community/article-title/blob/main/CHANGELOG.md)
- [Commits](quartz-community/article-title@v0.1.0...v1.0.0)

Updates `@quartz-community/backlinks` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/backlinks/releases)
- [Changelog](https://github.com/quartz-community/backlinks/blob/main/CHANGELOG.md)
- [Commits](quartz-community/backlinks@v0.1.0...v1.0.0)

Updates `@quartz-community/bases-page` from 0.2.2 to 1.0.0
- [Release notes](https://github.com/quartz-community/bases-page/releases)
- [Changelog](https://github.com/quartz-community/bases-page/blob/main/CHANGELOG.md)
- [Commits](quartz-community/bases-page@v0.2.2...v1.0.0)

Updates `@quartz-community/breadcrumbs` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/breadcrumbs/releases)
- [Changelog](https://github.com/quartz-community/breadcrumbs/blob/main/CHANGELOG.md)
- [Commits](quartz-community/breadcrumbs@v0.1.0...v1.0.0)

Updates `@quartz-community/canvas-page` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/canvas-page/releases)
- [Changelog](https://github.com/quartz-community/canvas-page/blob/main/CHANGELOG.md)
- [Commits](quartz-community/canvas-page@v0.1.0...v1.0.0)

Updates `@quartz-community/citations` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/citations/releases)
- [Changelog](https://github.com/quartz-community/citations/blob/main/CHANGELOG.md)
- [Commits](quartz-community/citations@v0.1.0...v1.0.0)

Updates `@quartz-community/cname` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/cname/releases)
- [Changelog](https://github.com/quartz-community/cname/blob/main/CHANGELOG.md)
- [Commits](quartz-community/cname@v0.1.0...v1.0.0)

Updates `@quartz-community/comments` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/comments/releases)
- [Changelog](https://github.com/quartz-community/comments/blob/main/CHANGELOG.md)
- [Commits](quartz-community/comments@v0.1.0...v1.0.0)

Updates `@quartz-community/content-index` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/content-index/releases)
- [Changelog](https://github.com/quartz-community/content-index/blob/main/CHANGELOG.md)
- [Commits](quartz-community/content-index@v0.1.0...v1.0.0)

Updates `@quartz-community/content-meta` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/content-meta/releases)
- [Changelog](https://github.com/quartz-community/content-meta/blob/main/CHANGELOG.md)
- [Commits](quartz-community/content-meta@v0.1.0...v1.0.0)

Updates `@quartz-community/content-page` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/content-page/releases)
- [Changelog](https://github.com/quartz-community/content-page/blob/main/CHANGELOG.md)
- [Commits](quartz-community/content-page@v0.1.0...v1.0.0)

Updates `@quartz-community/crawl-links` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/crawl-links/releases)
- [Changelog](https://github.com/quartz-community/crawl-links/blob/main/CHANGELOG.md)
- [Commits](quartz-community/crawl-links@v0.1.1...v1.0.0)

Updates `@quartz-community/created-modified-date` from 0.1.0 to 1.0.1
- [Release notes](https://github.com/quartz-community/created-modified-date/releases)
- [Changelog](https://github.com/quartz-community/created-modified-date/blob/main/CHANGELOG.md)
- [Commits](quartz-community/created-modified-date@v0.1.0...v1.0.1)

Updates `@quartz-community/darkmode` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/darkmode/releases)
- [Changelog](https://github.com/quartz-community/darkmode/blob/main/CHANGELOG.md)
- [Commits](quartz-community/darkmode@v0.1.0...v1.0.0)

Updates `@quartz-community/description` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/description/releases)
- [Changelog](https://github.com/quartz-community/description/blob/main/CHANGELOG.md)
- [Commits](quartz-community/description@v0.1.0...v1.0.0)

Updates `@quartz-community/encrypted-pages` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/encrypted-pages/releases)
- [Changelog](https://github.com/quartz-community/encrypted-pages/blob/main/CHANGELOG.md)
- [Commits](quartz-community/encrypted-pages@v0.1.1...v1.0.0)

Updates `@quartz-community/explicit-publish` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/explicit-publish/releases)
- [Changelog](https://github.com/quartz-community/explicit-publish/blob/main/CHANGELOG.md)
- [Commits](quartz-community/explicit-publish@v0.1.0...v1.0.0)

Updates `@quartz-community/explorer` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/explorer/releases)
- [Changelog](https://github.com/quartz-community/explorer/blob/main/CHANGELOG.md)
- [Commits](quartz-community/explorer@v0.1.0...v1.0.0)

Updates `@quartz-community/favicon` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/favicon/releases)
- [Changelog](https://github.com/quartz-community/favicon/blob/main/CHANGELOG.md)
- [Commits](quartz-community/favicon@v0.1.1...v1.0.0)

Updates `@quartz-community/folder-page` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/folder-page/releases)
- [Changelog](https://github.com/quartz-community/folder-page/blob/main/CHANGELOG.md)
- [Commits](quartz-community/folder-page@v0.1.0...v1.0.0)

Updates `@quartz-community/footer` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/footer/releases)
- [Changelog](https://github.com/quartz-community/footer/blob/main/CHANGELOG.md)
- [Commits](quartz-community/footer@v0.1.1...v1.0.0)

Updates `@quartz-community/github-flavored-markdown` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/github-flavored-markdown/releases)
- [Changelog](https://github.com/quartz-community/github-flavored-markdown/blob/main/CHANGELOG.md)
- [Commits](quartz-community/github-flavored-markdown@v0.1.0...v1.0.0)

Updates `@quartz-community/graph` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/graph/releases)
- [Changelog](https://github.com/quartz-community/graph/blob/main/CHANGELOG.md)
- [Commits](quartz-community/graph@v0.1.0...v1.0.0)

Updates `@quartz-community/hard-line-breaks` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/hard-line-breaks/releases)
- [Changelog](https://github.com/quartz-community/hard-line-breaks/blob/main/CHANGELOG.md)
- [Commits](quartz-community/hard-line-breaks@v0.1.0...v1.0.0)

Updates `@quartz-community/latex` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/latex/releases)
- [Changelog](https://github.com/quartz-community/latex/blob/main/CHANGELOG.md)
- [Commits](quartz-community/latex@v0.1.0...v1.0.0)

Updates `@quartz-community/note-properties` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/note-properties/releases)
- [Changelog](https://github.com/quartz-community/note-properties/blob/main/CHANGELOG.md)
- [Commits](quartz-community/note-properties@v0.1.0...v1.0.0)

Updates `@quartz-community/obsidian-flavored-markdown` from 0.1.2 to 1.0.0
- [Release notes](https://github.com/quartz-community/obsidian-flavored-markdown/releases)
- [Changelog](https://github.com/quartz-community/obsidian-flavored-markdown/blob/main/CHANGELOG.md)
- [Commits](quartz-community/obsidian-flavored-markdown@v0.1.2...v1.0.0)

Updates `@quartz-community/og-image` from 0.1.2 to 1.0.0
- [Release notes](https://github.com/quartz-community/og-image/releases)
- [Changelog](https://github.com/quartz-community/og-image/blob/main/CHANGELOG.md)
- [Commits](quartz-community/og-image@v0.1.2...v1.0.0)

Updates `@quartz-community/ox-hugo` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/ox-hugo/releases)
- [Changelog](https://github.com/quartz-community/ox-hugo/blob/main/CHANGELOG.md)
- [Commits](quartz-community/ox-hugo@v0.1.0...v1.0.0)

Updates `@quartz-community/page-title` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/page-title/releases)
- [Changelog](https://github.com/quartz-community/page-title/blob/main/CHANGELOG.md)
- [Commits](quartz-community/page-title@v0.1.0...v1.0.0)

Updates `@quartz-community/quartz-fonts` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/fonts/releases)
- [Changelog](https://github.com/quartz-community/fonts/blob/main/CHANGELOG.md)
- [Commits](quartz-community/fonts@v0.1.1...v1.0.0)

Updates `@quartz-community/reader-mode` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/reader-mode/releases)
- [Changelog](https://github.com/quartz-community/reader-mode/blob/main/CHANGELOG.md)
- [Commits](quartz-community/reader-mode@v0.1.0...v1.0.0)

Updates `@quartz-community/recent-notes` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/recent-notes/releases)
- [Changelog](https://github.com/quartz-community/recent-notes/blob/main/CHANGELOG.md)
- [Commits](quartz-community/recent-notes@v0.1.0...v1.0.0)

Updates `@quartz-community/remove-draft` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/remove-draft/releases)
- [Changelog](https://github.com/quartz-community/remove-draft/blob/main/CHANGELOG.md)
- [Commits](quartz-community/remove-draft@v0.1.0...v1.0.0)

Updates `@quartz-community/roam` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/roam/releases)
- [Changelog](https://github.com/quartz-community/roam/blob/main/CHANGELOG.md)
- [Commits](quartz-community/roam@v0.1.0...v1.0.0)

Updates `@quartz-community/search` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/search/releases)
- [Changelog](https://github.com/quartz-community/search/blob/main/CHANGELOG.md)
- [Commits](quartz-community/search@v0.1.0...v1.0.0)

Updates `@quartz-community/spacer` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/spacer/releases)
- [Changelog](https://github.com/quartz-community/spacer/blob/main/CHANGELOG.md)
- [Commits](quartz-community/spacer@v0.1.0...v1.0.0)

Updates `@quartz-community/stacked-pages` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/stacked-pages/releases)
- [Changelog](https://github.com/quartz-community/stacked-pages/blob/main/CHANGELOG.md)
- [Commits](quartz-community/stacked-pages@v0.1.0...v1.0.0)

Updates `@quartz-community/syntax-highlighting` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/syntax-highlighting/releases)
- [Changelog](https://github.com/quartz-community/syntax-highlighting/blob/main/CHANGELOG.md)
- [Commits](quartz-community/syntax-highlighting@v0.1.0...v1.0.0)

Updates `@quartz-community/table-of-contents` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/table-of-contents/releases)
- [Changelog](https://github.com/quartz-community/table-of-contents/blob/main/CHANGELOG.md)
- [Commits](quartz-community/table-of-contents@v0.1.0...v1.0.0)

Updates `@quartz-community/tag-list` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/tag-list/releases)
- [Changelog](https://github.com/quartz-community/tag-list/blob/main/CHANGELOG.md)
- [Commits](quartz-community/tag-list@v0.1.0...v1.0.0)

Updates `@quartz-community/tag-page` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/tag-page/releases)
- [Changelog](https://github.com/quartz-community/tag-page/blob/main/CHANGELOG.md)
- [Commits](quartz-community/tag-page@v0.1.0...v1.0.0)

Updates `@quartz-community/unlisted-pages` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/unlisted-pages/releases)
- [Changelog](https://github.com/quartz-community/unlisted-pages/blob/main/CHANGELOG.md)
- [Commits](quartz-community/unlisted-pages@v0.1.0...v1.0.0)

Updates `@quartz-themes/core` from 1.1.0 to 2.0.0
- [Changelog](https://github.com/quartz-themes/core/blob/main/CHANGELOG.md)
- [Commits](quartz-themes/core@v1.1.0...v2.0.0)

Updates `globby` from 16.2.2 to 16.2.4
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.2.2...v16.2.4)

Updates `isomorphic-git` from 1.40.0 to 1.42.2
- [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
- [Commits](isomorphic-git/isomorphic-git@v1.40.0...v1.42.2)

Updates `minimatch` from 10.2.5 to 10.2.6
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.5...v10.2.6)

Updates `preact` from 10.29.7 to 10.29.8
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.29.7...10.29.8)

Updates `pretty-bytes` from 7.1.1 to 7.1.3
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v7.1.1...v7.1.3)

Updates `sharp` from 0.34.5 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.5...v0.35.4)

Updates `ws` from 8.21.1 to 8.21.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.1...8.21.3)

Updates `yaml` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.9.0...v2.9.1)

Updates `@quartz-community/types` from 0.3.0 to 1.0.0
- [Release notes](https://github.com/quartz-community/types/releases)
- [Changelog](https://github.com/quartz-community/types/blob/main/CHANGELOG.md)
- [Commits](quartz-community/types@v0.3.0...v1.0.0)

Updates `@quartz-community/utils` from 0.1.1 to 1.0.0
- [Release notes](https://github.com/quartz-community/utils/releases)
- [Changelog](https://github.com/quartz-community/utils/blob/main/CHANGELOG.md)
- [Commits](quartz-community/utils@v0.1.1...v1.0.0)

Updates `@types/node` from 25.9.5 to 26.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.27.7 to 0.28.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.7...v0.28.2)

Updates `tsx` from 4.23.1 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.13)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v7.0.2)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@myriaddreamin/rehype-typst"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@napi-rs/simple-git"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/alias-redirects"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/article-title"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/backlinks"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/bases-page"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/breadcrumbs"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/canvas-page"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/citations"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/cname"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/comments"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/content-index"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/content-meta"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/content-page"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/crawl-links"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/created-modified-date"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/darkmode"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/description"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/encrypted-pages"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/explicit-publish"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/explorer"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/favicon"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/folder-page"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/footer"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/github-flavored-markdown"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/graph"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/hard-line-breaks"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/latex"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/note-properties"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/obsidian-flavored-markdown"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/og-image"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/ox-hugo"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/page-title"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/quartz-fonts"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/reader-mode"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/recent-notes"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/remove-draft"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/roam"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/search"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/spacer"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/stacked-pages"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/syntax-highlighting"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/table-of-contents"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/tag-list"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/tag-page"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/unlisted-pages"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-themes/core"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: globby
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: isomorphic-git
  dependency-version: 1.42.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-version: 10.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: yaml
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/types"
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@quartz-community/utils"
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.28.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.23.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants