Bump pnpm/action-setup from 5 to 6#3
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
oratis
added a commit
that referenced
this pull request
May 12, 2026
Tier-1 #3 feature. Adds three persisted settings: - dailyNotesFolder (default "journal") - dailyNotesFormat (default "YYYY-MM-DD", supports YYYY MM DD HH mm ss) - dailyNotesTemplate (optional vault-relative path to a .md template) Palette command "Open Today's Daily Note": if today's note exists at {vaultRoot}/{folder}/{format}.md it opens; otherwise reads the optional template, runs {{title}} / {{date}} / {{date:FMT}} / {{time}} / {{cursor}} substitution, writes the new file, and opens it. Pure helpers (formatDate / applyTemplate / dailyNotePath) live in src/lib/template.ts with 20 tests covering token expansion, custom formats, cursor placement, folder normalisation, and slash-formats like YYYY/MM/DD that nest by date. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oratis
added a commit
that referenced
this pull request
May 12, 2026
Third reactive store in the same pattern (link-index, tag-index, now heading-index). Built off the existing parseHeadings parser; wired into vault root/path lifecycle, save path, and Rebuild Link Index command in parallel with the other two stores. QuickOpen now detects a leading `#` and switches to heading-jump mode: fuzzy-matches against every heading text in the vault, opens the source file and dispatches markup:jump-to-line to scroll the editor to the heading's source line. File mode is unchanged below the `#` prefix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
b86023f to
76f2cc8
Compare
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
76f2cc8 to
56a776d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pnpm/action-setup from 5 to 6.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
0e279bbfix: update pnpm to 11.1.1 (#248)3e83581fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)551b42edocs(README): fixcache_dependency_pathtype (#257)739bfe4fix: self-update bootstrap to packageManager-pinned version (#233) (#256)f61705dchore: add CODEOWNERS7a5507bfix: restore inputs from state in post (#255)1155470fix: honor devEngines.packageManager.onFail=error (#252) (#254)91ab88efix: bin_dest output points to self-updated pnpm, not bootstrap (#249)e578e19fix: update pnpm to 11.0.48912a91fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)