Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ overrides:
form-data: '^4.0.6'
dompurify: '^3.4.11'
js-yaml: '^4.2.0'
# @semantic-release/release-notes-generator (latest, 14.1.1) still bundles the
# Handlebars-based conventional-changelog-writer@8 + conventional-commits-parser@6.
# It loads the `conventionalcommits` preset from the project root at runtime, and
# @commitlint/config-conventional@21.2.0 bumped that preset to ^10.0.0. Preset v10
# rewrote its templates as functions for the new @conventional-changelog/template
# engine (writer@9), which writer@8 can't render — so every release note collapsed
# to just its header line (regression first shipped in v2.131.0). Hold the preset on
# 9.x until release-notes-generator ships a writer@9-based major.
'conventional-changelog-conventionalcommits': '^9.3.1'
mdast-util-to-hast: '^13.2.1'
patchedDependencies:
'@tanstack/router-core@1.171.15': patches/@tanstack__router-core@1.171.15.patch