🐸 Versioned release#880
Open
bumpy-bot wants to merge 1 commit into
Open
Conversation
38d1a5c to
cc532ce
Compare
589a4c9 to
9ef1e39
Compare
@varlock/ci-env-info@0.1.0 @varlock/infisical-plugin@2.1.0 env-spec-language@0.2.6 varlock@1.11.0
9ef1e39 to
3740bde
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/ci-env-info0.0.2 → 0.1.0 CHANGELOG.mdAlso fixes several incorrect env var names found during a std-env doc audit: GitHub Actions PR number (was reading a non-existent variable), GitLab MR number (was using the instance-wide ID instead of the IID), Netlify build URL (double
https://), Semaphore PR number (Classic-only variable), Azure Pipelines PR number (prefers the GitHub-facing number), and Bitbucket repo owner (deprecated variable). Adds repo extraction for Bitrise.A second pass against std-env's actual detection logic found three more real gaps: Vercel and Netlify now report
isCI: falsewhen running their local dev servers (vercel dev,netlify dev) instead of always reporting CI; StackBlitz detection now also requires the WebContainer runtime marker (matching std-env) instead of a weak SHELL-only heuristic that could misfire; anddetectRuntime'sisNodeflag now matches std-env's semantics (staystrueunder Bun/Deno's Node-compat mode).@varlock/infisical-plugin2.0.1 → 2.1.0 CHANGELOG.mdvarlock1.10.0 → 1.11.0 CHANGELOG.mdvarlock load --format json-fullno longer includes@internalitems by default (pass--include-internalto opt in for local debugging). Framework integrations shell out to this exact command to get their injected config, so this closes a leak where an@internalsecret-zero credential could reach client/SSR runtime code. (bump file)--filterflag toload/runfor selecting env vars by key/glob,@sensitive/@required, or tags (new@tag()item decorator). Also add a matchingfilter=arg to@generate*code-generation decorators, so a single schema can emit multiple generated files scoped to different subsets. (bump file)Also fixes several incorrect env var names found during a std-env doc audit: GitHub Actions PR number (was reading a non-existent variable), GitLab MR number (was using the instance-wide ID instead of the IID), Netlify build URL (double
https://), Semaphore PR number (Classic-only variable), Azure Pipelines PR number (prefers the GitHub-facing number), and Bitbucket repo owner (deprecated variable). Adds repo extraction for Bitrise.A second pass against std-env's actual detection logic found three more real gaps: Vercel and Netlify now report
isCI: falsewhen running their local dev servers (vercel dev,netlify dev) instead of always reporting CI; StackBlitz detection now also requires the WebContainer runtime marker (matching std-env) instead of a weak SHELL-only heuristic that could misfire; anddetectRuntime'sisNodeflag now matches std-env's semantics (staystrueunder Bun/Deno's Node-compat mode).env-spec-language0.2.5 → 0.2.6 CHANGELOG.md@tag()decorator, thefilter=arg on@generate*decorators, and@internal(bump file)