Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

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

Updates wrangler from 4.33.1 to 4.34.0

Release notes

Sourced from wrangler's releases.

wrangler@4.34.0

Minor Changes

  • #10478 cc47b51 Thanks @​danielrs! - Beta feature preview_urls is now disabled by default.

    This change makes preview_urls disabled by default when it's not provided, making the feature opt-in instead of opt-out.

Patch Changes

wrangler@4.33.2

Patch Changes

Changelog

Sourced from wrangler's changelog.

4.34.0

Minor Changes

  • #10478 cc47b51 Thanks @​danielrs! - Beta feature preview_urls is now disabled by default.

    This change makes preview_urls disabled by default when it's not provided, making the feature opt-in instead of opt-out.

Patch Changes

4.33.2

Patch Changes

Commits

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 the latest available version to keep the build/deploy environment current.
    • No user-facing changes in functionality, performance, or UI as part of this update.
    • Routine maintenance to ensure continued compatibility with development workflows and infrastructure.

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


Updates `wrangler` from 4.33.1 to 4.34.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.34.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.34.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 Sep 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 8, 2025 01:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 8, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Walkthrough

Bumped the devDependency wrangler in package.json from ^4.33.1 to ^4.34.0. No other files, scripts, or configurations changed.

Changes

Cohort / File(s) Summary of changes
Dev dependency bump
package.json
Update devDependencies.wrangler from ^4.33.1 to ^4.34.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • akaladarshi

Poem

I nudge a version, hop by hop,
A tiny tick—no code to swap.
Wrangler’s whiskers, slightly new,
Patch to minor, through and through.
Carrots queued, CI’s in cheer—
One small bump, we’re up a gear! 🥕🐇


📜 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 439dcc4 and 318fbe8.

⛔ 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: deploy
  • GitHub Check: e2e
  • GitHub Check: lint
  • GitHub Check: codedov
🔇 Additional comments (1)
package.json (1)

10-10: Ensure explicit preview_urls opt-in after upgrade

Wrangler 4.34.0 disables the beta preview_urls feature by default. You currently have no preview_urls setting, so auto-generated Preview URLs will stop. If your CI or release flow depends on Preview URLs (PR comments, QA, etc.), add:

In wrangler.toml:

preview_urls = true

Or in wrangler.jsonc:

{ "preview_urls": true }

Docs: https://developers.cloudflare.com/workers/configuration/previews/

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/patch-versions-dd11918ef0

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

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.06%. Comparing base (439dcc4) to head (318fbe8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #305   +/-   ##
=======================================
  Coverage   37.06%   37.06%           
=======================================
  Files          40       40           
  Lines        2892     2892           
=======================================
  Hits         1072     1072           
  Misses       1820     1820           

☔ 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.

@hanabi1224 hanabi1224 added this pull request to the merge queue Sep 8, 2025
Merged via the queue into main with commit 139c0f5 Sep 8, 2025
5 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/npm_and_yarn/patch-versions-dd11918ef0 branch September 8, 2025 04:19
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