Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-versions group with 2 updates: prettier and wrangler.

Updates prettier from 3.7.3 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

Updates wrangler from 4.51.0 to 4.53.0

Release notes

Sourced from wrangler's releases.

[email protected]

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

[email protected]

Patch Changes

... (truncated)

Commits
  • 8672321 Version Packages (#11511)
  • 9988cc9 Support Nuxt in autoconfig (#11477)
  • 94c67e8 fix: types from @​cloudflare/workers-utils not being exported correctly from W...
  • 0faacee Add outputDir to the deploy output entry's autoconfig_summary field (#11516)
  • 45480b1 CFSQL-1406 update wrangler d1 ... --help output from Cloudflare Docs site (...
  • 56e78c8 SQC-707 Fix npx wrangler dev with Hyperdrive binding slow latency on (#11443)
  • 0aa959a Use native node:vm module when available (#10621)
  • af54c63 Add new autoconfig_summary field to the deploy output entry (#11500)
  • 819e287 Use workerd node:console when available (#10606)
  • f550b62 fix(create-cloudflare): install dependencies without --legacy-peer-deps (#11483)
  • Additional commits viewable in compare view

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 Prettier to ^3.7.4
    • Updated Wrangler to ^4.53.0

✏️ Tip: You can customize this high-level summary in your review settings.

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


Updates `prettier` from 3.7.3 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.3...3.7.4)

Updates `wrangler` from 4.51.0 to 4.53.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 01:13
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@dependabot dependabot bot requested a review from hanabi1224 December 8, 2025 01:13
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 8, 2025
@dependabot dependabot bot requested a review from sudo-shashank December 8, 2025 01:13
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 8, 2025

Walkthrough

Updated two devDependencies in package.json: prettier from ^3.7.3 to ^3.7.4 and wrangler from ^4.51.0 to ^4.53.0. No API surface changes; only version pins were modified.

Changes

Cohort / File(s) Summary
Dependency Version Updates
package.json
Updated devDependencies: prettier ^3.7.3 → ^3.7.4; wrangler ^4.51.0 → ^4.53.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Verify version bump intentions and any breaking changes in the dependency changelogs

Possibly related PRs

Suggested reviewers

  • hanabi1224
  • sudo-shashank

Poem

🐰 Tiny bumps bring polish bright,
Prettier and wrangler take their flight,
Versions dance in harmony's glow,
Small dependencies steal the show! ✨

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 accurately describes the main change: bumping patch versions of two dev dependencies (prettier and wrangler).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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-d8596bdeea

📜 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 e78ca90 and f268026.

⛔ 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). (5)
  • GitHub Check: E2E API Tests
  • GitHub Check: E2E Browser Tests
  • GitHub Check: E2E Claim Token API CORS Tests
  • GitHub Check: deploy
  • GitHub Check: codedov
🔇 Additional comments (2)
package.json (2)

8-8: Prettier patch update looks good.

The bump from 3.7.3 to 3.7.4 is a safe patch update addressing TypeScript formatting bugs and union type handling.


10-10: Verify wrangler 4.53.0 compatibility before merging.

This is a minor version jump (4.51.0 → 4.53.0) with several feature additions. Notable changes include ES2024 target setting and new autoconfig support, which could affect the build output. While minor versions are backward-compatible, the broader scope of changes warrants verification.

Before merging, please verify that:

  1. The wrangler build and wrangler dev scripts continue to work as expected with the new version.
  2. The generated build artifacts (wasm bundle, CSS, Wrangler output) are correct and unchanged.
  3. No breaking changes or behavior shifts affect the project's build or deployment workflow.

You can test this by running the project's build scripts locally with the updated wrangler version.


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 41.11%. Comparing base (e78ca90) to head (f268026).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #368   +/-   ##
=======================================
  Coverage   41.11%   41.11%           
=======================================
  Files          40       40           
  Lines        2668     2668           
=======================================
  Hits         1097     1097           
  Misses       1571     1571           

☔ 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 Dec 8, 2025
Merged via the queue into main with commit f496519 Dec 8, 2025
7 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/npm_and_yarn/patch-versions-d8596bdeea branch December 8, 2025 01:37
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