Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloudflare-vite-plugin-1.x
Open

renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloudflare-vite-plugin-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v1.57.1

Compare Source

Patch Changes

v1.57.0

Compare Source

Minor Changes
  • #​15713 3c75cad Thanks @​jamesopstad! - Identify experimental Build Output resource configs by filename and location

    The root remains config.json, Worker configs are now worker.config.json, and Container configs are now container.config.json. Resource configs no longer contain top-level type discriminators, while settings and build context are stored together in the root config.

  • #​15713 3c75cad Thanks @​jamesopstad! - Define experimental Cloudflare configuration with a single default export

    Experimental cloudflare.config.ts files now define settings and resources together in a default-exported defineConfig() call. Add a Worker under worker, add Containers to the containers array, or omit both to provide settings only.

    import * as entrypoint from "./src/index.ts" with { type: "cf-worker" };
    
    export default defineConfig({
    	accountId: "...",
    	complianceRegion: "public",
    	worker: {
    		name: "my-worker",
    		compatibilityDate: "2026-09-18",
    		entrypoint,
    	},
    });
Patch Changes

v1.56.0

Compare Source

Minor Changes
  • #​15609 1f070c8 Thanks @​emily-shen! - Build Containers when emitting experimental Build Output

    Wrangler and the Cloudflare Vite plugin now build Dockerfile-backed Container images when experimental Build Output is enabled. Container configs are emitted under .cloudflare/output/v0/containers with local image references, while existing registry references pass through unchanged.

  • #​15329 c4c9b75 Thanks @​akshitsinha! - Evaluate Flagship flags locally during development

    Flagship bindings now use the local Miniflare store by default in Wrangler and the Vite plugin, keeping development offline and isolated from production flags. Set remote: true on a binding to continue using its remote app.

    Use wrangler flagship flags pull <APP_ID> to seed the store from a remote app. Flag management commands also accept --local to read and update the local store directly.

  • #​15701 643e5cc Thanks @​WillTaylorDev! - Pass Preview intent to defineWorker and upload its resolved configuration

    Preview builds now evaluate programmatic Worker configuration with ctx.isPreview set to true and record that intent in Build Output. The shared Preview uploader deploys the resolved bindings and settings while preserving configured Preview base values when it creates a Preview.

Patch Changes

v1.55.0

Compare Source

Minor Changes
  • #​15674 a939a6c Thanks @​ghostwriternr! - Support explicit named Container image selection in local development

    The Vite plugin builds or pulls named images from Wrangler configuration and exposes their local tags through ctx.container.images. Pass one of those references to ctx.container.start({ image }) to select the image.

    This extends the experimental Durable Object-managed Containers interface.

Patch Changes

v1.54.11

Compare Source

Patch Changes

v1.54.10

Compare Source

Patch Changes
  • #​14775 1be7b97 Thanks @​dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hints

    The Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in create-cloudflare, the runtime agent hint in wrangler dev, and the Vite plugin agent hint. All three now include the observability/clear endpoint, use the canonical /cdn-cgi/local/explorer path, and have cross-reference comments pointing to each other.

  • #​15399 982b806 Thanks @​tpmmorris! - Improve over-limit run_worker_first errors when duplicate rules are present

    The error now reports distinct and duplicate-entry counts and lists duplicated rules, making it clear when removing redundant entries can bring the configuration within the limit.

    Too many `run_worker_first` rules were provided; 105 rules provided (99 distinct, 6 duplicate entries) exceeds max of 100. Note: duplicate entries count towards the route limit. Ensure that no duplicate rules are present in your `run_worker_first` configuration.
    
    The duplicated rules found are:
    - "/rule/0"
    - "/rule/1"
    - "/rule/2"
    - "/rule/3"
    - "/rule/4"
    ...and 1 more duplicated rule.
    
  • Updated dependencies [1be7b97, b149147, 7db596c, 76c0ce6, a83d7ac, a0856da, e35c4a1, d3565a5, a83d7ac, cb0955f, fa79b26, 16d1310, ca71205, 1015cfb, 982b806, ffabe74, 7db596c, e03822a, a83d7ac, 641df47, c4a6279]:

v1.54.9

Compare Source

Patch Changes
  • #​15574 164e4fb Thanks @​RealBhupesh! - Ignore .wrangler persistence writes in Vite's file watcher

    Miniflare stores local D1, KV, R2, and observability state under .wrangler/state. Those writes were watched as source changes on Linux and Windows, which fired every plugin hotUpdate hook and could make page loads take seconds. The plugin now ignores **/.wrangler/** while preserving any server.watch.ignored patterns already set by the user.

  • Updated dependencies [8997652]:

v1.54.8

Compare Source

Patch Changes

v1.54.7

Compare Source

Patch Changes

v1.54.6

Compare Source

Patch Changes

v1.54.5

Compare Source

Patch Changes
  • #​15519 e004845 Thanks @​devaniketh! - Preserve HTTP/2 :authority header and non-default port in dev server requests

    When Vite runs over HTTPS with HTTP/2 enabled, browsers send authority via the :authority pseudo-header rather than Host. Previously, pseudo-headers were omitted when creating Fetch requests, causing non-default ports to be dropped from request.url and X-Forwarded-Host. Authority and scheme are now preserved from HTTP/2 pseudo-headers and request properties.

  • Updated dependencies [8bbcb9f, 2b42d6f, ea5634e, c0c6504, ffc7efd, 682cd44]:

v1.54.4

Compare Source

Patch Changes

v1.54.3

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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/cloudflare-vite-plugin-1.x branch 4 times, most recently from 8364bc6 to 736445a Compare September 3, 2026 20:09
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.3 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.4 Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 736445a to 42c6229 Compare September 7, 2026 22:47
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.4 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.5 Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 42c6229 to 6ca99a4 Compare September 8, 2026 19:21
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.5 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.6 Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 6ca99a4 to 2b55580 Compare September 10, 2026 18:46
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.6 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.7 Sep 10, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 2b55580 to dd01de0 Compare September 11, 2026 19:57
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.7 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.8 Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from dd01de0 to ce6d808 Compare September 14, 2026 11:35
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.8 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.9 Sep 14, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.9 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.10 Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch 2 times, most recently from 2d6a954 to 8045126 Compare September 16, 2026 23:24
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.10 chore(deps): update dependency @cloudflare/vite-plugin to v1.54.11 Sep 16, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 8045126 to 12b3858 Compare September 17, 2026 17:13
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.54.11 chore(deps): update dependency @cloudflare/vite-plugin to v1.55.0 Sep 17, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 12b3858 to 56e8bc6 Compare September 18, 2026 21:41
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.55.0 chore(deps): update dependency @cloudflare/vite-plugin to v1.56.0 Sep 18, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-vite-plugin-1.x branch from 56e8bc6 to e7f4968 Compare September 21, 2026 20:02
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.56.0 chore(deps): update dependency @cloudflare/vite-plugin to v1.57.1 Sep 21, 2026
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.

0 participants