Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) ^4.0.14 -> ^4.0.15 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
vitest (source) ^4.0.14 -> ^4.0.15 age confidence

Release Notes

prettier/prettier (prettier)

v3.7.4

Compare Source

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
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone America/Los_Angeles, 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 added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@renovate renovate bot requested a review from a team as a code owner December 8, 2025 08:39
@renovate renovate bot added the javascript Pull requests that update Javascript code label Dec 8, 2025
@renovate renovate bot enabled auto-merge (squash) December 8, 2025 08:39
@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.14%. Comparing base (1e5f334) to head (2b723db).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4413      +/-   ##
==========================================
+ Coverage   86.08%   86.14%   +0.05%     
==========================================
  Files         132      132              
  Lines       14381    14381              
  Branches       35       35              
==========================================
+ Hits        12380    12388       +8     
+ Misses       1789     1784       -5     
+ Partials      212      209       -3     

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

@renovate renovate bot force-pushed the renovate/npm-dependencies branch from 6615d6e to a72e84d Compare December 8, 2025 15:04
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from a72e84d to 3daf612 Compare December 8, 2025 15:46
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | @vitest/coverage-v8 | 4.0.15 | 4.0.15 |
| npm        | prettier            | 3.7.3  | 3.7.4  |
| npm        | vitest              | 4.0.15 | 4.0.15 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from 3daf612 to 2b723db Compare December 8, 2025 17:00
@renovate renovate bot merged commit 7078558 into main Dec 8, 2025
61 checks passed
@renovate renovate bot deleted the renovate/npm-dependencies branch December 8, 2025 17:28
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Dec 8, 2025
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

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants