Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
v5from
dependabot/npm_and_yarn/production-dependencies-99b8cc2ed8
Open

dependabot[bot] wants to merge 1 commit into
v5from
dependabot/npm_and_yarn/production-dependencies-99b8cc2ed8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@clack/prompts 1.7.0 1.8.1
@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-themes/core 1.1.0 2.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
globby 16.2.3 16.2.4
isomorphic-git 1.41.5 1.42.2
pretty-bytes 7.1.1 7.1.3
sharp 0.35.3 0.35.4
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 26.2.0 26.5.1
tsx 4.23.12 4.23.13

Updates @clack/prompts from 1.7.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

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

Commits

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
  • afefc0a 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/cname from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/cname'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/cname'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
  • 2a49296 feat!: 1.0.0 stable release
  • 2aa3904 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 07d213b fix: use changesets/action@v1 (v2 is prerelease)
  • 34d7e2e chore: add changesets release workflow
  • 97f32d2 style: format files
  • 187ba1e 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/comments from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/comments'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/comments'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
  • f8e2588 feat!: 1.0.0 stable release
  • 47bd292 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 4a8d8ce fix: use changesets/action@v1 (v2 is prerelease)
  • cd4dc92 chore: add changesets release workflow
  • db59b42 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/content-index from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/content-index'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/content-index'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 skipped entirely — they do not appear in contentIndex.json, RSS, or sitemap. Used by @quartz-community/encrypted-pages to hide encrypted pages from discovery surfaces while keeping their HTML accessible by direct URL.

  • Skip richContent for pages marked file.data.encrypted === true even when rssFullHtml: true is set. Prevents the ciphertext blob from bloating RSS feeds.

  • Test suite with coverage for unlisted/encrypted exclusion behavior.

  • Initial Quartz community plugin template.

Commits
  • 8c479bd feat!: 1.0.0 stable release
  • 1342d1e fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 54a0370 fix: use changesets/action@v1 (v2 is prerelease)
  • ec8a4b2 chore: add changesets release workflow
  • a03abee 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/content-meta from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/content-meta'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/content-meta'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
  • 4d1025c feat!: 1.0.0 stable release
  • 3066ef3 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 2079889 fix: use changesets/action@v1 (v2 is prerelease)
  • 992926d chore: add changesets release workflow
  • 1b946e1 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/content-page from 0.1.0 to 1.0.0

Release notes

Sourced from @​quartz-community/content-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/content-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
  • 04e7a33 feat!: 1.0.0 stable release
  • 88903bf fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 2958915 fix: use changesets/action@v1 (v2 is prerelease)
  • 3edde73 chore: add changesets release workflow
  • 8265c06 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/crawl-links from 0.1.1 to 1.0.0

Release notes

Sourced from @​quartz-community/crawl-links'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/crawl-links'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-themes/core from 1.1.0 to 2.0.0

Changelog

Sourced from @​quartz-themes/core's changelog.

2.0.0

Major Changes

  • Upgrade to @quartz-community/types@^1.0.0.

    This package re-exports types from @quartz-community/types, so the dependency is part of its public type surface. The move from 0.x to 1.0.0 is therefore a breaking change for consumers and requires a major version bump.

Commits
  • 8a2628e feat!: 2.0.0 - upgrade to @​quartz-community/types@^1.0.0
  • See full diff in compare view

Updates @quartz-community/created-modified-date from 0.1.0 to 1.0.1

Release notes

Sourced from @​quartz-community/created-modified-date's releases.

v1.0.1

Patch Changes

  • Widen the @napi-rs/simple-git peer range to ^0.1.19 || ^1.0.0.

    Quartz core now depends on @napi-rs/simple-git@1.x, which fell outside the previous peer range and caused npm install/npm ci to fail with ERESOLVE. Widening is additive and does not break existing consumers on 0.1.x.

Changelog

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/created-modified-date's changelog.

1.0.1

Patch Changes

  • Widen the @napi-rs/simple-git peer range to ^0.1.19 || ^1.0.0.

    Quartz core now depends on @napi-rs/simple-git@1.x, which fell outside the previous peer range and caused npm install/npm ci to fail with ERESOLVE. Widening is additive and does not break existing consumers on 0.1.x.

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
  • 1cd5a5b fix: widen @​napi-rs/simple-git peer range to ^0.1.19 || ^1.0.0
  • b2444af feat!: 1.0.0 stable release
  • a474749 fix(ci): add NODE_AUTH_TOKEN for npm publish
  • 891816e fix: use changesets/action@v1 (v2 is prerelease)
  • 08c6779 chore: add changesets release workflow
  • 33b0eb9 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/darkmode from 0.1.0 to 1.0.0

Release notes

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

v1.0.0

Major Changes

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

    Description has been truncated

…y with 55 updates

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

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.7.0` | `1.8.1` |
| [@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-themes/core](https://github.com/quartz-themes/core) | `1.1.0` | `2.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` |
| [globby](https://github.com/sindresorhus/globby) | `16.2.3` | `16.2.4` |
| [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.41.5` | `1.42.2` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.1` | `7.1.3` |
| [sharp](https://github.com/lovell/sharp) | `0.35.3` | `0.35.4` |
| [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) | `26.2.0` | `26.5.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` |



Updates `@clack/prompts` from 1.7.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 `@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-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 `@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 `globby` from 16.2.3 to 16.2.4
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.2.3...v16.2.4)

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

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.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.3...v0.35.4)

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 26.2.0 to 26.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `tsx` from 4.23.12 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.12...v4.23.13)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-themes/core"
  dependency-version: 2.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: 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: 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-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-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
...

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

This branch has not been deployed

No deployments
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