Skip to content

chore(deps): update dependency @cloudflare/vite-plugin to v1.31.2#152

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/minor-1.31-all-patch-and-minor-dev-dependencies
Closed

chore(deps): update dependency @cloudflare/vite-plugin to v1.31.2#152
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/minor-1.31-all-patch-and-minor-dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) 1.30.31.31.2 age confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.31.2

Compare Source

Patch Changes

v1.31.1

Compare Source

Patch Changes

v1.31.0

Compare Source

Minor Changes
  • #​13011 b9b7e9d Thanks @​ruifigueira! - Add experimental headful browser rendering support for local development

    Experimental: This feature may be removed or changed without notice.

    When developing locally with the Browser Rendering API, you can enable headful (visible) mode via the X_BROWSER_HEADFUL environment variable to see the browser while debugging:

    X_BROWSER_HEADFUL=true wrangler dev
    X_BROWSER_HEADFUL=true vite dev

    Note: when using @cloudflare/playwright, two Chrome windows may appear — the initial blank page and the one created by browser.newPage(). This is expected behavior due to how Playwright handles browser contexts via CDP.

  • #​13051 d5bffde Thanks @​dario-piotrowicz! - Update getLocalWorkerdCompatibilityDate to return today's date

    The re-exported getLocalWorkerdCompatibilityDate function from @cloudflare/vite-plugin previously resolved the workerd compatibility date by traversing the local miniflare installation, which was unreliable in some package manager setups. It now simply returns today's date. The function is also marked as deprecated — callers should just use today's date instead, for example like so: new Date().toISOString().slice(0, 10)

Patch Changes
  • #​13125 f76652c Thanks @​kayluhb! - Fix SyntaxError when SSR-transformed module ends with a single-line comment

    When module code ends with a // comment (e.g. //# sourceMappingURL=... preserved by vite-plus), the closing } of the async wrapper in runInlinedModule was absorbed into the comment, causing SyntaxError: Unexpected end of input. Adding a newline before the closing brace prevents this.

  • #​13188 110002c Thanks @​shulaoda! - Normalize the return value of getAssetsDirectory() with vite.normalizePath() to ensure assets.directory in the output wrangler.json always uses forward slashes

  • Updated dependencies [9c4035b, 5d29055, fb67a18, d5bffde, ab44870, 48d83ca, b2f53ea, b9b7e9d, 14e72eb, 4dc94fd, b2f53ea, d5bffde, 48d83ca]:

    • wrangler@​4.80.0
    • miniflare@​4.20260401.0

Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch 2 times, most recently from a6d19b2 to 7d19d3f Compare April 7, 2026 21:33
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.31.0 chore(deps): update dependency @cloudflare/vite-plugin to v1.31.1 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch 2 times, most recently from f943340 to c0ca4bb Compare April 9, 2026 18:40
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.31.1 chore(deps): update dependency @cloudflare/vite-plugin to v1.31.2 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch 8 times, most recently from b9216f0 to 86b8361 Compare April 21, 2026 10:41
@renovate renovate Bot force-pushed the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch 3 times, most recently from 1d4b84e to 07ef9cb Compare April 25, 2026 05:16
@renovate renovate Bot force-pushed the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch from 07ef9cb to 1009f68 Compare April 26, 2026 11:49
@itzcull itzcull closed this Apr 26, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 26, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^1.30.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/minor-1.31-all-patch-and-minor-dev-dependencies branch April 26, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant