Skip to content

build(deps-dev): bump wrangler from 4.40.2 to 4.42.0 in the patch-versions group#323

Merged
sudo-shashank merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-versions-87d9b87062
Oct 6, 2025
Merged

build(deps-dev): bump wrangler from 4.40.2 to 4.42.0 in the patch-versions group#323
sudo-shashank merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-versions-87d9b87062

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Bumps the patch-versions group with 1 update: wrangler.

Updates wrangler from 4.40.2 to 4.42.0

Release notes

Sourced from wrangler's releases.

wrangler@4.42.0

Minor Changes

Patch Changes

wrangler@4.41.0

Minor Changes

  • #10507 21a0bef Thanks @​dario-piotrowicz! - Add strict mode for the wrangler deploy command

    Add a new flag: --strict that makes the wrangler deploy command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.

  • #10710 7f2386e Thanks @​penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.

Patch Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.42.0

Minor Changes

Patch Changes

4.41.0

Minor Changes

  • #10507 21a0bef Thanks @​dario-piotrowicz! - Add strict mode for the wrangler deploy command

    Add a new flag: --strict that makes the wrangler deploy command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.

  • #10710 7f2386e Thanks @​penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.

Patch Changes

  • #10822 4c06766 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pages deployment commands

  • #10838 d3aee31 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler queues subscription commands

  • #10829 59e8ef0 Thanks @​edmundhung! - fix: skip banner when using --json flag in wrangler pipelines commands

  • #10764 79a6b7d Thanks @​emily-shen! - containers: default max_instances to 20 instead of 1.

  • #10844 7a4d0da Thanks @​mikenomitch! - Adds new Container instance types, and rename dev to lite and standard to standard-1. The new instance_types are now:

    Instance Type vCPU Memory Disk
    lite (previously dev) 1/16 256 MiB 2 GB
    basic 1/4 1 GiB 4 GB
    standard-1 (previously standard) 1/2 4 GiB 8 GB
    standard-2 1 6 GiB 12 GB
    standard-3 2 8 GiB 16 GB
    standard-4 4 12 GiB 20 GB
  • #10634 62656bd Thanks @​emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

  • #10761 886e577 Thanks @​petebacondarwin! - switch zone route warning to an info message

  • #10734 8d7f32e Thanks @​penalosa! - Improve formatting of logged errors in some cases

... (truncated)

Commits
  • f78b77f Version Packages (#10852)
  • 103fbf0 allow WRANGLER_SEND_ERROR_REPORTS to override whether to report Wrangler cras...
  • eb88d56 test: add test that was missing in #10761 (#10850)
  • 59d5911 Wrangler: fix console.debug logs not being logged at the info level (as u...
  • 1008d02 Version Packages (#10821)
  • 7a4d0da Adds new instance types to allowed list (#10844)
  • 835d6f7 wrangler: feat: validate Worker subdomain mixed state (#10770)
  • d3aee31 fix(wrangler): skip banner when outputing json with queues subscription comma...
  • 4c06766 fix(wrangler): skip banner when using --json flag in wrangler pages deploymen...
  • df793f2 hide unwanted logging from cloudchamber unit test output (#10835)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated development tooling to a newer version to improve stability and compatibility across build, development, and start workflows.
    • Enhances local developer experience and alignment with current platform requirements.
    • No user-facing changes; application features and behavior remain unchanged.
    • Production functionality is unaffected, with no impact on performance or reliability for end users.

Bumps the patch-versions group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `wrangler` from 4.40.2 to 4.42.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.42.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 6, 2025 01:25
@dependabot dependabot Bot requested review from akaladarshi and elmattic October 6, 2025 01:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 6, 2025

Walkthrough

Updated the devDependency wrangler in package.json from ^4.40.2 to ^4.42.0. No other files or code logic changed.

Changes

Cohort / File(s) Summary
Dev tooling dependency bump
package.json
Bump devDependency wrangler from ^4.40.2 to ^4.42.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • elmattic
  • akaladarshi

Poem

A nibble, a bump, a tiny hop ahead,
Wrangler’s new coat in version threads.
No code-paths changed, just tools aligned—
Thump-thump goes CI, calm and kind.
Carrot raised: to tidy builds we tread! 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title clearly states the update being made—bumping the wrangler devDependency from 4.40.2 to 4.42.0—and follows a concise, conventional commit format that accurately reflects the PR’s contents.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/patch-versions-87d9b87062

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 78edf1a and d4e8e64.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: lint
  • GitHub Check: e2e
  • GitHub Check: deploy
  • GitHub Check: codedov

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

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.37%. Comparing base (78edf1a) to head (d4e8e64).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #323   +/-   ##
=======================================
  Coverage   39.37%   39.37%           
=======================================
  Files          40       40           
  Lines        2537     2537           
=======================================
  Hits          999      999           
  Misses       1538     1538           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@akaladarshi akaladarshi added this pull request to the merge queue Oct 6, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Oct 6, 2025
@sudo-shashank sudo-shashank added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit 01d0163 Oct 6, 2025
5 checks passed
@sudo-shashank sudo-shashank deleted the dependabot/npm_and_yarn/patch-versions-87d9b87062 branch October 6, 2025 09:15
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 file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants