Update dependency @cloudflare/vite-plugin to v1.33.1#555
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @cloudflare/vite-plugin to v1.33.1#555renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4b66825 to
eb567c8
Compare
785f269 to
96db309
Compare
96db309 to
d918a03
Compare
d918a03 to
63a455b
Compare
63a455b to
9df493a
Compare
9df493a to
fc7f426
Compare
db82f64 to
e10f6dd
Compare
e10f6dd to
8a05782
Compare
8a05782 to
cb8c500
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
43e879c to
89a3088
Compare
89a3088 to
acbc69a
Compare
b2cd825 to
c0d7a8f
Compare
c0d7a8f to
05ff5e8
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 contains the following updates:
1.30.3→1.33.1Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.33.1Compare Source
Patch Changes
8fec8b8,2f3d7b9,a610749]:v1.33.0Compare Source
Minor Changes
50bf819Thanks @penalosa! - Useworkerd's debug port to power cross-process service bindings, Durable Objects, and tail workers via the dev registry. This enables Durable Object RPC via the dev registry, and is an overall stability improvement.Patch Changes
#13587
fdb32caThanks @vimtor! - Allow internal Wrangler config path overrides via env@cloudflare/vite-pluginnow checksCLOUDFLARE_VITE_WRANGLER_CONFIG_PATHwhenconfigPathis not set explicitly. This lets integrators provide generated Wrangler configs outside the project root without requiring users to threadconfigPaththrough framework config.Updated dependencies [
05f4443,4a9ba90,d8c895a,b35617b,7dc0433,8ca78bb,b6e1351,d8314c6,b35617b,7f50300,4fda685,be5e6a0,e456952,59eec63,50bf819,cc1413a,d0a9d1c,4eb1da9,8ca78bb,266c418,6d887db,5716d69]:v1.32.3Compare Source
Patch Changes
#13427
c4deb1dThanks @edmundhung! - Harden file serving for Vite devThe Vite plugin now includes Wrangler config files, Vite config files, and
.wranglerstate files inserver.fs.denyso they cannot be fetched directly from the Vite dev server.Updated dependencies [
854d66c,6f63eaa,aef9825,eaaa728,58292f6,5e5bbc1,d5ff5a4,07a918c,89c7829,60565dd,6cbcdeb,90aee27]:v1.32.2Compare Source
Patch Changes
9b2b6ba]:v1.32.1Compare Source
Patch Changes
6b11b07,dd4e888]:v1.32.0Compare Source
Minor Changes
#13137
1313275Thanks @emily-shen! - Addehotkey to open local explorer during devPress
eduringvite devto open the local explorer UI at/cdn-cgi/explorer, which allows you to inspect the state of your D1, R2, KV, DO and Workflow bindings.Patch Changes
5338bb6,79fd529,28bc2be,4fd138b,bafb96b,c50cb5b,2589395,525a46b,5eff8c1,1313275]:v1.31.2Compare Source
Patch Changes
42c7ef0,c510494,8b71eca,a42e0e8,7ca6f6e]:v1.31.1Compare Source
Patch Changes
a3e3b57,7d318e1,fa6d84f,96ee5d4,7d318e1,7a60d4b,78cbe37,6fa5dfd]:v1.31.0Compare Source
Minor Changes
#13011
b9b7e9dThanks @ruifigueira! - Add experimental headful browser rendering support for local developmentWhen developing locally with the Browser Rendering API, you can enable headful (visible) mode via the
X_BROWSER_HEADFULenvironment variable to see the browser while debugging:Note: when using
@cloudflare/playwright, two Chrome windows may appear — the initial blank page and the one created bybrowser.newPage(). This is expected behavior due to how Playwright handles browser contexts via CDP.#13051
d5bffdeThanks @dario-piotrowicz! - UpdategetLocalWorkerdCompatibilityDateto return today's dateThe re-exported
getLocalWorkerdCompatibilityDatefunction from@cloudflare/vite-pluginpreviously resolved the workerd compatibility date by traversing the localminiflareinstallation, 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
f76652cThanks @kayluhb! - Fix SyntaxError when SSR-transformed module ends with a single-line commentWhen module code ends with a
//comment (e.g.//# sourceMappingURL=...preserved by vite-plus), the closing}of the async wrapper inrunInlinedModulewas absorbed into the comment, causingSyntaxError: Unexpected end of input. Adding a newline before the closing brace prevents this.#13188
110002cThanks @shulaoda! - Normalize the return value ofgetAssetsDirectory()withvite.normalizePath()to ensureassets.directoryin the outputwrangler.jsonalways uses forward slashesUpdated dependencies [
9c4035b,5d29055,fb67a18,d5bffde,ab44870,48d83ca,b2f53ea,b9b7e9d,14e72eb,4dc94fd,b2f53ea,d5bffde,48d83ca]:Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.