🐸 Versioned release - #1032
Open
bumpy-bot wants to merge 1 commit into
Open
Conversation
Contributor
|
This run croaked 😵 The workflow encountered an error before any progress could be reported. Please check the link below for details. |
Contributor
📦 Bundle size vs last published release
dist/ only; native binaries are versioned separately and not counted here. |
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
5 times, most recently
from
August 28, 2026 18:13
d755712 to
7b0c32d
Compare
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
2 times, most recently
from
August 30, 2026 21:06
f1c71d0 to
3494fc1
Compare
@varlock/native-helper-darwin@1.18.0 @varlock/native-helper-linux-arm64@1.18.0 @varlock/native-helper-linux-x64@1.18.0 @varlock/native-helper-win32-x64@1.18.0 env-spec-language@0.4.0 varlock@1.18.0
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
from
August 30, 2026 21:59
3494fc1 to
6b33416
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 was created and will be kept in sync by bumpy based on your bump files (in
.bumpy/). Merge it when you are ready to release the packages listed below:@varlock/native-helper-darwin1.17.1 → 1.18.0 CHANGELOG.md@varlock/native-helper-linux-arm641.17.1 → 1.18.0 CHANGELOG.md@varlock/native-helper-linux-x641.17.1 → 1.18.0 CHANGELOG.md@varlock/native-helper-win32-x641.17.1 → 1.18.0 CHANGELOG.mdenv-spec-language0.3.3 → 0.4.0 CHANGELOG.mddomaindata type (bump file)varlock1.17.1 → 1.18.0 CHANGELOG.mdencrypt --filecrashing when confirming values to encrypt (bump file)varlock runand the documentedVAR=semantics (soprocess.env.MY_VAR ?? 'fallback'works).varlock load --format shellnow also skips them. If your code relies on unset vars being"", add# @injectUndefinedAsEmptyto your.env.schemaheader to restore the old behavior; when set, generated types mark process.env keys as always-present strings (optional enums become"a" | "b" | ""). (bump file)domaindata type for validating bare domain names (hostnames), with options for wildcards, single-label hostnames, IPv4 values (for HOST-style vars), lowercasing, and regex matching (bump file)The
maxOccurrencesoption has been removed. EachsubstituteIntarget is now worth one substitution per request, so listing a target is what grants it an occurrence: an API that carries the secret in two places just names both (substituteIn=["header:authorization", "body:signature"]) instead of raising a count. A repeat at the same target still blocks. SettingmaxOccurrencesis now a schema error that points at the replacement.@currentEnvfrom an import losing to the--envfallback when loading a directory's own.env.[env]files (bump file)