🐸 Versioned release - #1032
Merged
Merged
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
4 times, most recently
from
August 31, 2026 07:31
6b33416 to
ac50aac
Compare
@varlock/astro-integration@1.4.1 @varlock/cloudflare-integration@1.5.1 @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 @varlock/nextjs-integration@1.2.2 @varlock/nuxt-integration@0.1.1 @varlock/vite-integration@1.5.1 env-spec-language@0.4.0 varlock@1.18.0
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
from
September 1, 2026 05:32
ac50aac to
a193c32
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)requirecondition, so requiring them from CommonJS works through Next's TypeScript config loader and on Node versions without require(esm) support (below 22.12). (bump file)process.envwhen a server boots from the env snapshot baked into the build output (e.g. a Next.js standalone container where the varlock CLI is unavailable). Introduced in 1.17.1, this could take down a service that passes config at boot withdocker run -e .... (bump file)@varlock/astro-integration1.4.0 → 1.4.1 (cascade) CHANGELOG.md@varlock/cloudflare-integration1.5.0 → 1.5.1 (cascade) CHANGELOG.md@varlock/nextjs-integration1.2.1 → 1.2.2 CHANGELOG.mdrequirecondition, so requiring them from CommonJS works through Next's TypeScript config loader and on Node versions without require(esm) support (below 22.12). (bump file)process.envwhen a server boots from the env snapshot baked into the build output (e.g. a Next.js standalone container where the varlock CLI is unavailable). Introduced in 1.17.1, this could take down a service that passes config at boot withdocker run -e .... (bump file)@varlock/nuxt-integration0.1.0 → 0.1.1 (cascade) CHANGELOG.md@varlock/vite-integration1.5.0 → 1.5.1 CHANGELOG.mdprocess.envwhen a server boots from the env snapshot baked into the build output (e.g. a Next.js standalone container where the varlock CLI is unavailable). Introduced in 1.17.1, this could take down a service that passes config at boot withdocker run -e .... (bump file)