🐸 Versioned release - #1056
Open
bumpy-bot wants to merge 1 commit into
Open
Conversation
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
4 times, most recently
from
September 3, 2026 20:04
818564f to
d0d83fc
Compare
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
3 times, most recently
from
September 4, 2026 04:21
c4eb057 to
20702c9
Compare
@env-spec/parser@0.5.2 @varlock/aws-sigv4-plugin@0.1.0 @varlock/native-helper-darwin@1.19.0 @varlock/native-helper-linux-arm64@1.19.0 @varlock/native-helper-linux-x64@1.19.0 @varlock/native-helper-win32-x64@1.19.0 env-spec-language@0.4.1 varlock@1.19.0
bumpy-bot
force-pushed
the
bumpy/version-packages
branch
from
September 4, 2026 04:43
20702c9 to
95c0ac5
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/aws-sigv4-plugin0.0.0 → 0.1.0 CHANGELOG.md@varlock/native-helper-darwin1.18.0 → 1.19.0 CHANGELOG.md@varlock/native-helper-linux-arm641.18.0 → 1.19.0 CHANGELOG.md@varlock/native-helper-linux-x641.18.0 → 1.19.0 CHANGELOG.md@varlock/native-helper-win32-x641.18.0 → 1.19.0 CHANGELOG.mdvarlock1.18.0 → 1.19.0 CHANGELOG.md@currentEnvitem are an error when you wrote@sensitiveon the item, and a warning when@defaultSensitiveswept it in, so nothing inherited from the default can fail a load. For a number, make it a string to keep leading zeros and precision. Composite values are checked per element, since redaction registers each element on its own. A non-sensitive value that contains a sensitive one now warns. Acknowledge a legitimately short secret with@sensitive={allowShortValue=true}; it does not apply under 3 characters. Also fixes sensitive values that are not strings, and the pre-coercion form of a coerced value, being shown unredacted in CLI output. (bump file)@type=enumnow matches numeric and boolean members against string values fromprocess.envandoverrideValues, soLEVEL=2orFLAG=truefrom CI satisfiesenum(1, 2, 3)/enum(true, false).@type=urlmatchesallowedDomainsin full against the URL host instead of as a substring, which previously letexample.compass an allowlist ofmyexample.com; write two or more hosts as an array (allowedDomains=[a.com, b.com]), since a comma inside a single string now errors and names the array to use. AnallowedDomainsentry without a port now allows any port, soallowedDomains=[localhost]acceptshttp://localhost:3000; add a port to pin it. Each entry must be a hostname with an optional port; an empty list, or a scheme, path, or credentials in an entry, now errors instead of silently matching the wrong host or nothing at all. VS Code diagnostics forallowedDomains,allowedProtocolsandnoTrailingSlashwere reporting different results than an actual load, and now match.@env-spec/parserexportsautoCoerceso tooling can classify unquoted values exactly as the parser does.@type=url(noTrailingSlash=true)now also catches a trailing slash that is followed by a query string or hash, such ashttps://example.com/path/?q=1.@type=ip(version=6)accepts IPv4-mapped addresses like::ffff:192.168.1.1.@type=md5accepts uppercase hex and normalizes it to lowercase.@type=portrejects non-integers such as80.5. (bump file)ServerResponse.endno longer leaves the HTTP client hanging. The response is finished before the leak error is rethrown (a plaintext 500 if the headers have not gone out yet, otherwise the connection is closed), so a Next.js Pages Routerres.json()that would have leaked a sensitive value fails the request instead of stalling the client on a body that never arrives. (bump file)@currentEnv=$FLAGcan now reference a key brought in by@import, including a partial import that lists the flag inpick=[...]. Previously the flag had to be defined in the same file, which broke monorepo schemas that import a sharedDEPLOY_ENV. A missing flag still errors, now naming the import as a way to provide it. An auto-loaded.envvalue on its own does not satisfy the flag or trigger.env.<env>loading. A@currentEnvdeclared in an imported file now also carries through a partial import when the flag is included in the filter. Directory imports declared before the import that provides the flag are rejected with an error asking you to reorder. (bump file)@env-spec/parser0.5.1 → 0.5.2 CHANGELOG.md@type=enumnow matches numeric and boolean members against string values fromprocess.envandoverrideValues, soLEVEL=2orFLAG=truefrom CI satisfiesenum(1, 2, 3)/enum(true, false).@type=urlmatchesallowedDomainsin full against the URL host instead of as a substring, which previously letexample.compass an allowlist ofmyexample.com; write two or more hosts as an array (allowedDomains=[a.com, b.com]), since a comma inside a single string now errors and names the array to use. AnallowedDomainsentry without a port now allows any port, soallowedDomains=[localhost]acceptshttp://localhost:3000; add a port to pin it. Each entry must be a hostname with an optional port; an empty list, or a scheme, path, or credentials in an entry, now errors instead of silently matching the wrong host or nothing at all. VS Code diagnostics forallowedDomains,allowedProtocolsandnoTrailingSlashwere reporting different results than an actual load, and now match.@env-spec/parserexportsautoCoerceso tooling can classify unquoted values exactly as the parser does.@type=url(noTrailingSlash=true)now also catches a trailing slash that is followed by a query string or hash, such ashttps://example.com/path/?q=1.@type=ip(version=6)accepts IPv4-mapped addresses like::ffff:192.168.1.1.@type=md5accepts uppercase hex and normalizes it to lowercase.@type=portrejects non-integers such as80.5. (bump file)env-spec-language0.4.0 → 0.4.1 CHANGELOG.md@type=enumnow matches numeric and boolean members against string values fromprocess.envandoverrideValues, soLEVEL=2orFLAG=truefrom CI satisfiesenum(1, 2, 3)/enum(true, false).@type=urlmatchesallowedDomainsin full against the URL host instead of as a substring, which previously letexample.compass an allowlist ofmyexample.com; write two or more hosts as an array (allowedDomains=[a.com, b.com]), since a comma inside a single string now errors and names the array to use. AnallowedDomainsentry without a port now allows any port, soallowedDomains=[localhost]acceptshttp://localhost:3000; add a port to pin it. Each entry must be a hostname with an optional port; an empty list, or a scheme, path, or credentials in an entry, now errors instead of silently matching the wrong host or nothing at all. VS Code diagnostics forallowedDomains,allowedProtocolsandnoTrailingSlashwere reporting different results than an actual load, and now match.@env-spec/parserexportsautoCoerceso tooling can classify unquoted values exactly as the parser does.@type=url(noTrailingSlash=true)now also catches a trailing slash that is followed by a query string or hash, such ashttps://example.com/path/?q=1.@type=ip(version=6)accepts IPv4-mapped addresses like::ffff:192.168.1.1.@type=md5accepts uppercase hex and normalizes it to lowercase.@type=portrejects non-integers such as80.5. (bump file)