Update dependency varlock to v1.6.1#23
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
2abb8b0 to
be5c445
Compare
be5c445 to
0bdf1e8
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.
This PR contains the following updates:
1.2.0→1.6.1Release Notes
dmno-dev/varlock (varlock)
v1.6.1Compare Source
2026-06-11
varlock runno longer breaks interactive TTY tools (psql,claude, etc.). Previously redaction always piped stdout/stderr, which broke raw-TTY behavior unless you passed--no-redact-stdout.Redaction is now auto-detected per stream: output attached to an interactive terminal passes through directly (preserving raw TTY behavior), while piped or redirected output (CI logs, files, pipes) is still redacted — that's where leaked secrets actually persist. Detection is per stream, so
varlock run -- app | tee log.txtredacts stdout while stderr (still on the terminal) passes through.--redact-stdout/_VARLOCK_REDACT_STDOUTto override the auto-detection: force redaction of piped output (e.g. to override@redactLogs=false). Forcing redaction while attached to an interactive terminal errors, since it isn't possible without breaking TTY behavior. The flag takes precedence over the env var._VARLOCK_*keys from the injected env blob, generated types, and override provenance (previously only_VARLOCK_ENV_KEY/_VARLOCK_CACHE_KEYwere excluded), and scope override provenance to actual schema config keys instead of mirroring everyprocess.envkey. Warn when a user defines a config item using the reserved_VARLOCK_prefix.v1.6.0Compare Source
2026-06-10
cache()resolver, plugin cache API, encrypted JSON store (file mode0600),varlock cacheCLI with TTY-aware browser and--yesconfirm forclear."forever"caches until manually cleared (the default forcache()), setting a plugin'scacheTtltofalse(or an empty string) disables caching, and a TTL of0is rejected as ambiguous.--clear-cachealways clears the persistent disk cache, including when combined with--skip-cache;@cache=diskwarns when used in CI or with the file-based encryption fallback.node:crypto:randomNum()(integer by default, float whenprecisionis set),randomUuid(),randomHex()(string-length by default,bytes=truefor byte-length),randomString()(uses rejection sampling for unbiased output across any charset).durationdata type: accepts flexible string/number input ("1h","30m","500ms",2000,"2days") and coerces to a number in a configurable output unit (msdefault;seconds,minutes,hours,days,weeks). Only plain decimal number formats are accepted, and sub-millisecond durations are rejected. Same parser is used bycache(..., ttl=...)and the plugincacheTtloption._VARLOCK_CACHE_KEYis set (e.g. as a CI secret; same format as_VARLOCK_ENV_KEY, but a separate var since that one can be ephemeral),autocache mode uses a disk cache encrypted with that key instead of falling back to memory — enabling shared caching across CI processes without the key ever touching disk. Each key gets its own cache file, named by key fingerprint.@cachecan be set dynamically with functions (e.g.@cache=forEnv(dev, "disk")); invalid resolved values surface as schema errors.--data-stdinsupport); debug logging no longer includes encrypt/decrypt payloads.cacheTtlis documented per plugin — see the plugin packages' own changelogs.varlock run-injected resolved values are no longer treated as true overrides by innervarlockloads.Only real upstream overrides now propagate through nesting, while inner command-local overrides still win as expected.
Also fixes smoke-test CLI resolution to use the workspace-local varlock CLI instead of any globally installed binary.
Note:
__VARLOCK_ENVnow includes override provenance metadata (__varlockOverrideMeta). Tooling that strictly validates that blob shape should allow unknown/new fields.v1.5.1Compare Source
2026-06-05
v1.5.0Compare Source
2026-06-03
v1.4.0Compare Source
2026-05-29
varlock completeskills/varlock/SKILL.mdfor installation vianpx skills add dmno-dev/varlock.v1.3.0Compare Source
2026-05-24
varlock encrypton WSLConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.