Skip to content

chore(deps): update starter-peer-deps#947

Merged
justinvdm merged 1 commit intomainfrom
renovate/starter-peer-deps
Jan 4, 2026
Merged

chore(deps): update starter-peer-deps#947
justinvdm merged 1 commit intomainfrom
renovate/starter-peer-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 29, 2025

chore(deps): chore(deps): update starter-peer-deps

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) 1.16.11.17.1 age confidence
@cloudflare/workers-types 4.20251202.04.20260103.0 age confidence
vite (source) 7.2.67.3.0 age confidence
vite (source) ~7.2.0~7.3.0 age confidence
wrangler (source) 4.52.14.54.0 age confidence

This PR updates the following dependencies:


Release Notes

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

v1.17.1

Compare Source

Patch Changes

v1.17.0

Compare Source

Minor Changes
Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20260103.0

Compare Source

v4.20260101.0

Compare Source

v4.20251231.0

Compare Source

v4.20251230.0

Compare Source

v4.20251229.0

Compare Source

v4.20251228.0

Compare Source

v4.20251225.0

Compare Source

v4.20251224.0

Compare Source

v4.20251223.0

Compare Source

v4.20251221.0

Compare Source

v4.20251220.0

Compare Source

v4.20251219.0

Compare Source

v4.20251218.0

Compare Source

v4.20251217.0

Compare Source

v4.20251216.0

Compare Source

v4.20251213.0

Compare Source

v4.20251212.0

Compare Source

v4.20251211.0

Compare Source

v4.20251210.0

Compare Source

v4.20251209.0

Compare Source

v4.20251205.0

Compare Source

vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v7.2.7

Compare Source

cloudflare/workers-sdk (wrangler)

v4.54.0

Compare Source

Minor Changes
  • #​11512 c15e99e Thanks @​emily-shen! - Enable using ctx.exports with containers

    You can now use containers with Durable Objects that are accessed via ctx.exports.

    Now your config file can look something like this:

    {
    	"name": "container-app",
    	"main": "src/index.ts",
    	"compatibility_date": "2025-12-01",
    	"compatibility_flags": ["enable_ctx_exports"], // compat flag needed for now.
    	"containers": [
    		{
    			"image": "./Dockerfile",
    			"class_name": "MyDOClassname",
    			"name": "my-container"
    		},
    	],
    	"migrations": [
    		{
    			"tag": "v1",
    			"new_sqlite_classes": ["MyDOClassname"],
    		},
    	],
    	// no need to declare your durable object binding here
    }
    

    Note that when using ctx.exports, where you previously accessed a Durable Object via something like env.DO, you should now access with ctx.exports.MyDOClassname.

    Refer to the docs for more information on using ctx.exports.

  • #​11508 b17797c Thanks @​dario-piotrowicz! - Wrangler will no longer try to add additional configuration to projects using @cloudflare/vite-plugin when deploying or running wrangler setup

  • #​11508 b17797c Thanks @​dario-piotrowicz! - When a Vite project is detected, install @cloudflare/vite-plugin

  • #​11576 bb47e20 Thanks @​dario-piotrowicz! - Support Analog projects in autoconfig

  • #​10582 991760d Thanks @​flakey5! - Add containers ssh command

Patch Changes

v4.53.0

Compare Source

Minor Changes
  • #​11500 af54c63 Thanks @​dario-piotrowicz! - Add new autoconfig_summary field to the deploy output entry

    This change augments wrangler deploy output being printed to WRANGLER_OUTPUT_FILE_DIRECTORY or WRANGLER_OUTPUT_FILE_PATH to also include a new autoconfig_summary field containing the possible summary details for the autoconfig process (the field is undefined if autoconfig didn't run).

    Note: the field is experimental and could change while autoconfig is not GA

  • #​11477 9988cc9 Thanks @​ascorbic! - Support Nuxt in autoconfig

  • #​11472 ce295bf Thanks @​dario-piotrowicz! - Support Qwik projects in autoconfig

  • #​10937 9514c9a Thanks @​ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fields

    This change adds a new mode to placement configuration. You can specify one of the following fields to target specific external resources for Worker placement:

    • region: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service provider
    • host: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP service
    • hostname: Specify a hostname (e.g., "example.com") to target an HTTP resource

    These fields are mutually exclusive - only one can be specified at a time.

    Example configuration:

    [placement]
    host = "example.com:8123"
  • #​11498 ac861f8 Thanks @​penalosa! - Add React Router support in autoconfig

  • #​11506 79d30d4 Thanks @​vicb! - Set the target JS version to ES2024

Patch Changes

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/starter-peer-deps branch from 4c0356a to ad4df0e Compare December 29, 2025 21:55
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Dec 29, 2025

Deploying redwood-sdk-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: d16db09
Status: ✅  Deploy successful!
Preview URL: https://c83d55cf.redwood-sdk-docs.pages.dev
Branch Preview URL: https://renovate-starter-peer-deps.redwood-sdk-docs.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/starter-peer-deps branch 5 times, most recently from 9482ad4 to a494259 Compare January 2, 2026 14:35
@renovate renovate bot force-pushed the renovate/starter-peer-deps branch from a494259 to d16db09 Compare January 3, 2026 02:27
@justinvdm justinvdm merged commit 1e6aa29 into main Jan 4, 2026
7 checks passed
@renovate renovate bot deleted the renovate/starter-peer-deps branch January 4, 2026 21:20
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