Skip to content

chore(deps): update all non-major dependencies#143

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#143
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@changesets/changelog-github (source) 0.5.10.5.2 age confidence
@changesets/cli (source) 2.29.72.29.8 age confidence
@cloudflare/vite-plugin (source) 1.15.01.22.1 age confidence
@rspack/core (source) 1.6.41.7.4 age confidence
@swc/core (source) 1.15.21.15.11 age confidence
@types/node (source) 24.10.124.10.9 age confidence
c12 3.3.23.3.3 age confidence
esbuild 0.27.00.27.2 age confidence
publint (source) 0.3.150.3.17 age confidence
rolldown (source) 1.0.0-beta.501.0.0-rc.2 age confidence
rollup (source) 4.53.24.57.1 age confidence
swc-loader 0.2.60.2.7 age confidence
tsdown (source) 0.16.50.20.1 age confidence
turbo (source) 2.6.12.8.1 age confidence
unplugin (source) 2.3.102.3.11 age confidence
vitepress-plugin-group-icons 1.6.51.7.1 age confidence
vitest-testdirs 4.3.04.4.2 age confidence
wrangler (source) 4.59.14.61.1 age confidence
yaml (source) 2.8.12.8.2 age confidence
zod (source) 4.1.124.3.6 age confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.2

Compare Source

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

v1.22.1

Compare Source

Patch Changes

v1.22.0

Compare Source

Minor Changes
Patch Changes

v1.21.2

Compare Source

Patch Changes

v1.21.1

Compare Source

Patch Changes

v1.21.0

Compare Source

Minor Changes
  • #​11879 5c8ff05 Thanks @​jamesopstad! - Add support for child environments.

    This is to support React Server Components via @​vitejs/plugin-rsc and frameworks that build on top of it. A childEnvironments option is now added to the plugin config to enable using multiple environments within a single Worker. The parent environment can import modules from a child environment in order to access a separate module graph. For a typical RSC use case, the plugin might be configured as in the following example:

    export default defineConfig({
    	plugins: [
    		cloudflare({
    			viteEnvironment: {
    				name: "rsc",
    				childEnvironments: ["ssr"],
    			},
    		}),
    	],
    });
Patch Changes
  • #​11898 c17e971 Thanks @​petebacondarwin! - Bundle more third-party dependencies to reduce supply chain risk

    Previously, several small utility packages were listed as runtime dependencies and
    installed separately. These are now bundled directly into the published packages,
    reducing the number of external dependencies users need to trust.

    Bundled dependencies:

    • miniflare: acorn, acorn-walk, exit-hook, glob-to-regexp, stoppable
    • kv-asset-handler: mime
    • vite-plugin-cloudflare: @remix-run/node-fetch-server, defu, get-port, picocolors, tinyglobby
    • vitest-pool-workers: birpc, devalue, get-port, semver
  • Updated dependencies [e78186d, fe4faa3, fec8f5b, d39777f, 4714ca1, c17e971, 695b043]:

v1.20.3

Compare Source

Patch Changes
  • Updated dependencies [99b1f32]:
    • wrangler@​4.59.1

v1.20.2

Compare Source

Patch Changes

v1.20.1

Compare Source

Patch Changes
  • #​11807 fada563 Thanks @​jamesopstad! - Use rolldownOptions in plugin config when available.

    This improves compatibility with Vite 8 beta and removes warnings related to use of esbuildOptions.

  • Updated dependencies [97e67b9, 7d63fa5]:

    • miniflare@​4.20260107.0
    • wrangler@​4.58.0

v1.20.0

Compare Source

Minor Changes
  • #​11620 25f6672 Thanks @​dario-piotrowicz! - Expose a new getLocalWorkerdCompatibilityDate utility that allows callers to get the compatibility date of the locally installed workerd package.

  • #​11723 3455912 Thanks @​jamesopstad! - Add a post buildApp hook that builds Worker environments that haven't already been built.

    This ensures that auxiliary Workers are included in the build when using full-stack frameworks that define their own builder.buildApp function. Note that this feature is not supported with Vite 6 as the buildApp hook was introduced in Vite 7.

  • #​11738 c54f8da Thanks @​jamesopstad! - Add default Text module rule for .sql files.

    This enables importing .sql files directly in Wrangler and the Cloudflare Vite plugin without extra configuration.

Patch Changes

v1.19.0

Compare Source

Minor Changes
  • #​11670 3483b84 Thanks @​jamesopstad! - Provide the resolved entry Worker config in the second parameter to the auxiliary Worker config function. This makes it straightforward to inherit configuration from the entry Worker in auxiliary Workers.

    Example:

    export default defineConfig({
    	plugins: [
    		cloudflare({
    			auxiliaryWorkers: [
    				{
    					config: (_, { entryWorkerConfig }) => ({
    						name: "auxiliary-worker",
    						main: "./src/auxiliary-worker.ts",
    						// Inherit compatibility settings from entry Worker
    						compatibility_date: entryWorkerConfig.compatibility_date,
    						compatibility_flags: entryWorkerConfig.compatibility_flags,
    					}),
    				},
    			],
    		}),
    	],
    });
Patch Changes

v1.18.0

Compare Source

Minor Changes
  • #​11045 12a63ef Thanks @​edmundhung! - Add keyboard shortcut to display Worker bindings during development

    When running vite dev or vite preview, you can now press b + Enter to display a list of all bindings configured for your Worker(s). This makes it easier to discover and verify which resources (e.g. KV namespaces, Durable Objects, environment variables, etc.) are available to your Worker during development.

    This feature requires vite version 7.2.7 or later.

  • #​11265 06f48c0 Thanks @​petebacondarwin! - Add a check to vite-plugin that ensures that the version of Wrangler being used internally is correct

    In some pnpm setups it is possible for a different peer dependency version of Wrangler to leak and override the version that we require internally.

Patch Changes

v1.17.1

Compare Source

Patch Changes

v1.17.0

Compare Source

Minor Changes
Patch Changes

v1.16.1

Compare Source

Patch Changes
  • Updated dependencies [59534ba, 7e80340]:
    • miniflare@​4.20251202.0
    • wrangler@​4.52.1

v1.16.0

Compare Source

Minor Changes
  • #​11445 c8e22c3 Thanks @​ascorbic! - Allow Worker config to be customized in the plugin config

    The Vite plugin can now be used to generate a Worker configuration instead of needing a Wrangler config file, or to customize an existing user-provided configuration.

    This is done via a new config option on the plugin, which accepts either a partial Worker configuration object, or a function that receives the current configuration and returns a partial config object, or modifies the current config in place.

    import cloudflare from "@​cloudflare/vite-plugin";
    import { defineConfig } from "vite";
    
    // Define a partial config object
    
    export default defineConfig({
    	plugins: [
    		cloudflare({
    			config: {
    				compatibility_date: "2025-01-01",
    			},
    		}),
    	],
    });
    
    // Return a partial config from a function, conditional on some logic
    
    export default defineConfig({
    	plugins: [
    		cloudflare({
    			config: (workerConfig) => {
    				if (workerConfig.name === "my-worker") {
    					return {
    						compatibility_flags: ["nodejs_compat"],
    					};
    				}
    			},
    		}),
    	],
    });
    
    // Modify the config in place
    
    export default defineConfig({
    	plugins: [
    		cloudflare({
    			config: (workerConfig) => {
    				workerConfig.compatibility_date = "2025-01-01";
    			},
    		}),
    	],
    });
  • #​11360 6b38532 Thanks @​emily-shen! - Containers: Allow users to directly authenticate external image registries in local dev

    Previously, we always queried the API for stored registry credentials and used those to pull images. This means that if you are using an external registry (ECR, dockerhub) then you have to configure registry credentials remotely before running local dev.

    Now you can directly authenticate with your external registry provider (using docker login etc.), and Wrangler or Vite will be able to pull the image specified in the containers.image field in your config file.

    The Cloudflare-managed registry (registry.cloudflare.com) currently still does not work with the Vite plugin.

  • #​11408 f29e699 Thanks @​ascorbic! - Support zero-config operation

    If the Vite plugin is used in a project without an existing Wrangler config file, it should be able to operate in "zero-config" mode by generating a default Wrangler configuration for an assets-only worker.

  • #​11417 2ca70b1 Thanks @​jamesopstad! - Register named entrypoints with the dev registry.

    This enables binding to named entrypoints defined in a vite dev session from another vite dev or wrangler dev session running locally.

Patch Changes

v1.15.3

Compare Source

Patch Changes

v1.15.2

Compare Source

Patch Changes

v1.15.1

Compare Source

Patch Changes
web-infra-dev/rspack (@​rspack/core)

v1.7.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞

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 requested a review from luxass as a code owner November 26, 2025 09:44
@renovate renovate bot added the dependencies Pull requests that update a dependency label Nov 26, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 26, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
actions-kit 0018009 Feb 07 2026, 05:42 PM

@coderabbitai
Copy link

coderabbitai bot commented Nov 26, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24f0125 to 0018009 Compare February 7, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants