Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@mui/material (source) 7.3.5 -> 7.3.6 age confidence
@types/chrome (source) 0.1.31 -> 0.1.32 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
react (source) 19.2.0 -> 19.2.1 age confidence
react-dom (source) 19.2.0 -> 19.2.1 age confidence
typescript-eslint (source) 8.48.0 -> 8.48.1 age confidence
vite (source) 7.2.4 -> 7.2.6 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Release Notes

mui/material-ui (@​mui/material)

v7.3.6

Compare Source

Dec 3, 2025

A big thanks to the 22 contributors who made this release possible.

@​mui/material@​7.3.6
@​mui/system@​7.3.6
@​mui/lab@​7.3.6
Docs
Core

All contributors of this release in alphabetical order: @​Ad1tya-007, @​akankshahu, @​albarv340, @​Aleksan4e3, @​brijeshb42, @​Copilot, @​Fanzzzd, @​Janpot, @​JCQuintas, @​kumarvishwajeettrivedi, @​mapache-salvaje, @​oliviertassinari, @​pcorpet, @​rifeplight, @​rithik56, @​rossdakin, @​sai6855, @​shamblonaut, @​siriwatknp, @​vrachuri28, @​xBlizZer, @​ZeeshanTamboli

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
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);
facebook/react (react)

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

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.

vitejs/vite (vite)

v7.2.6

Compare Source

7.2.6 (2025-12-01)


Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from xuhdev as a code owner December 14, 2025 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 702a37a to 2d71c47 Compare December 14, 2025 06:35
@xuhdev xuhdev merged commit c90c3db into master Dec 15, 2025
9 checks passed
@xuhdev xuhdev deleted the renovate/all-minor-patch branch December 15, 2025 03:24
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