Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) ^1.14.0 -> ^1.14.2 age confidence
@cloudflare/vitest-pool-workers (source) ^0.10.5 -> ^0.10.7 age confidence
@cloudflare/workers-types ^4.20251109.0 -> ^4.20251115.0 age confidence
miniflare (source) ^4.20251105.0 -> ^4.20251109.1 age confidence
pnpm (source) 10.20.0 -> 10.22.0 age confidence
typescript-eslint (source) ^8.46.3 -> ^8.46.4 age confidence
wrangler (source) ^4.46.0 -> ^4.47.0 age confidence

Release Notes

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

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes
cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.10.7

Compare Source

Patch Changes

v0.10.6

Compare Source

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

v4.20251115.0

Compare Source

v4.20251113.0

Compare Source

v4.20251111.0

Compare Source

cloudflare/workers-sdk (miniflare)

v4.20251109.1

Compare Source

Patch Changes
  • #​11202 305ffb3 Thanks @​petebacondarwin! - Make Miniflare inspector proxy more resilient to selecting a free port

    We have seen some test flakes when there are a lot of Miniflare instances running in parallel.
    This appears to be that there is a small chance that a port becomes unavailable between checking if it is free and using it.

  • #​11231 46ccf0e Thanks @​connyay! - Fix WebSocket proxy timeout by disabling Node.js HTTP timeouts

    The dev registry proxy server was experiencing connection timeouts around
    60-90 seconds for long-lived WebSocket connections. This was caused by Node.js's
    headersTimeout (defaults to min(60s, requestTimeout)) which is checked periodically
    by connectionsCheckingInterval (defaults to 30s).

    When proxying WebSocket connections, the HTTP server's headers timeout was
    still active on the underlying socket, causing ERR_HTTP_REQUEST_TIMEOUT errors
    to be thrown and both client and server sockets to be destroyed.

    Setting both headersTimeout: 0 and requestTimeout: 0 in createServer options
    disables timeout enforcement, allowing WebSocket connections to remain open
    indefinitely as needed.

v4.20251109.0

Compare Source

Patch Changes
  • #​11200 dd7d584 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251105.0 1.20251106.1
  • #​11232 4259256 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251106.1 1.20251109.0
pnpm/pnpm (pnpm)

v10.22.0

Compare Source

v10.21.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

cloudflare/workers-sdk (wrangler)

v4.47.0

Compare Source

Minor Changes
  • #​11201 5286309 Thanks @​avenceslau! - Add wrangler workflows instances restart command

  • #​11214 5cf8a39 Thanks @​penalosa! - Add the experimental wrangler setup command to run autoconfig outside of the deploy flow.

  • #​11187 8abc789 Thanks @​dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfig

    When running wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settings

Patch Changes

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) November 15, 2025 02:33
@renovate renovate bot requested a review from AdiRishi as a code owner November 15, 2025 02:33
@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2025

⚠️ No Changeset found

Latest commit: ad51eb4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Nov 15, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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.


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

@github-actions
Copy link
Contributor

🌩 Deploying with Cloudflare Pages

Name Result
Last commit: ad51eb4
Status: ✅ Deploy successful!
Preview URL: https://462956e2.cloudflare-turbo-cache-docs.pages.dev

@renovate renovate bot merged commit 0778064 into master Nov 15, 2025
7 checks passed
@renovate renovate bot deleted the renovate/dependencies-(non-major) branch November 15, 2025 02:34
@coveralls
Copy link

Pull Request Test Coverage Report for Build 19383077017

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.522%

Totals Coverage Status
Change from base Build 19203647085: 0.0%
Covered Lines: 172
Relevant Lines: 180

💛 - Coveralls

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.

2 participants