Skip to content

Update all non-major frontend dependencies - #1761

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch-frontend
Open

Update all non-major frontend dependencies#1761
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch-frontend

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/resolvers (source) 5.7.15.9.1 age adoption passing confidence
@mui/x-date-pickers (source) 9.11.09.12.0 age adoption passing confidence
@vitejs/plugin-react (source) 6.0.56.1.0 age adoption passing confidence
pnpm (source) 11.21.011.22.0 age adoption passing confidence
sass 1.102.01.103.1 age adoption passing confidence
vite (source) 8.2.18.2.2 age adoption passing confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v5.9.1

Compare Source

v5.9.0

Compare Source

Features

v5.8.0

Compare Source

mui/mui-x (@​mui/x-date-pickers)

v9.12.0

Compare Source

Aug 21, 2026

We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🧮 Support Formulas on the Data Grid: cells in opted-in columns can hold spreadsheet-like formulas (=SUM(RANGE(…)), =price * quantity) evaluated by a built-in engine, with a formula editor and Formula Bar, autocomplete, reference highlighting, optional A1 notation, fill-handle reference adjustment, custom functions, and live formula Excel export
  • ♿️ Improve the accessibility of Data Grid cells and picker day cells
  • 🗓️ Enable multi-resource event creation and editing in the Scheduler
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@​Anexus5919, @​mustafajw07

The following team members contributed to this release:
@​brijeshb42, @​flaviendelangle, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​noraleonte, @​rita-codes, @​romgrk, @​silviuaavram

Data Grid
@mui/x-data-grid@9.12.0
@mui/x-data-grid-pro@9.12.0 pro

Same changes as in @mui/x-data-grid@9.12.0, plus:

@mui/x-data-grid-premium@9.12.0 premium

Same changes as in @mui/x-data-grid-pro@9.12.0, plus:

Date and Time Pickers
@mui/x-date-pickers@9.12.0
@mui/x-date-pickers-pro@9.12.0 pro

Same changes as in @mui/x-date-pickers@9.12.0, plus:

Charts
@mui/x-charts@9.12.0
@mui/x-charts-pro@9.12.0 pro

Same changes as in @mui/x-charts@9.12.0.

@mui/x-charts-premium@9.12.0 premium

Same changes as in @mui/x-charts-pro@9.12.0, plus:

Tree View
@mui/x-tree-view@9.12.0

Internal changes.

@mui/x-tree-view-pro@9.12.0 pro

Same changes as in @mui/x-tree-view@9.12.0.

Scheduler
@mui/x-scheduler@9.0.0-beta.10
@mui/x-scheduler-premium@9.0.0-beta.10 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.10, plus:

Codemod
@mui/x-codemod@9.12.0

Internal changes.

Docs
Core
Miscellaneous
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})
pnpm/pnpm (pnpm)

v11.22.0

Compare Source

sass/dart-sass (sass)

v1.103.1

Compare Source

  • No user-visible changes.

v1.103.0

Compare Source

  • Potentially breaking compatibility fix: Colors now preserve "analogous
    sets" of missing channels during conversions, per the CSS spec. For example,
    color.to-space(lch(50% none none), lab) now returns lab(50% none none)
    instead of lab(50% 0 0).
vitejs/vite (vite)

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)

Configuration

📅 Schedule: (in timezone Europe/Budapest)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 KOliver94 as a code owner August 22, 2026 17:04
@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2026
@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.42%. Comparing base (3d62894) to head (1549ce1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1761   +/-   ##
=======================================
  Coverage   93.42%   93.42%           
=======================================
  Files          76       76           
  Lines        2418     2418           
  Branches      190      190           
=======================================
  Hits         2259     2259           
  Misses        132      132           
  Partials       27       27           

☔ View full report in Codecov by Harness.
📢 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/all-minor-patch-frontend branch 3 times, most recently from f908e82 to 860df10 Compare August 24, 2026 01:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch-frontend branch from 860df10 to 1549ce1 Compare August 24, 2026 13:04
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.

0 participants