Skip to content

[Changesets] Versioned release#638

Closed
varlock-bot wants to merge 1 commit intomainfrom
changeset-release/main
Closed

[Changesets] Versioned release#638
varlock-bot wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@varlock-bot
Copy link
Copy Markdown
Contributor

@varlock-bot varlock-bot commented Apr 21, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@varlock/cloudflare-integration@0.1.1

Patch Changes

  • #635 2515c80 - fix(cloudflare): debounce wrangler restarts and skip when env is unchanged

    varlock-wrangler dev now caches the serialized resolved env graph and compares it
    after each debounced watch event. Wrangler only restarts when the resolved env has
    actually changed, preventing restart loops caused by spurious fs.watch() events
    on macOS (which can emit events even when file contents are identical).

  • #637 76d7f5c Thanks @labithiotis! - pass through exit-code if set from process to avoid silent fails

  • Updated dependencies [22629d3]:

    • varlock@0.9.1

varlock@0.9.1

Patch Changes

  • #630 22629d3 - varlock scan now accepts optional positional path/glob arguments to scan specific files, directories, or glob patterns instead of the whole repo. This is useful for scanning build output folders (e.g. dist, .next) to ensure no secrets leaked into what will be published.

    varlock scan ./dist             # Scan a specific build output directory
    varlock scan ./dist ./public    # Scan multiple directories
    varlock scan './dist/**/*.js'   # Scan files matching a glob pattern

    When explicit paths are provided, git-aware filtering (--staged, --include-ignored) is bypassed, and build-output directories that are normally skipped (such as dist, .next, build) are scanned without restriction.

@github-actions github-actions Bot added the release releases - managed by changesets label Apr 21, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 21, 2026

Open in StackBlitz

npm i https://pkg.pr.new/varlock@638
npm i https://pkg.pr.new/@varlock/cloudflare-integration@638

commit: e9d5a83

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 21, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@varlock/cloudflare-integration@638

commit: 43a689f

@varlock-bot varlock-bot force-pushed the changeset-release/main branch from 7a9222c to e9d5a83 Compare April 22, 2026 06:37
@theoephraim
Copy link
Copy Markdown
Member

bye 🦋 - using 🐸 bumpy now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants