fix(deps): update all non-major dependencies
This MR contains the following updates:
Release Notes
eslint/eslint (@eslint/js)
v9.26.0
Features
-
e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) -
0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar) -
dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas) -
2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)
Bug Fixes
-
96e84defix: check cache file existence before deletion (#19648) (sethamus) -
d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic) -
9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic) -
17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)
Documentation
-
dd98d63docs: Update README (GitHub Actions Bot) -
c25e858docs: Update README (GitHub Actions Bot) -
b2397e9docs: Update README (GitHub Actions Bot) -
addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic) -
a21b38ddocs: Update README (GitHub Actions Bot) -
c0721a7docs: fix double space in command (#19657) (CamWass)
Chores
-
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta) -
d6fa4acchore: package.json update for @eslint/js release (Jenkins) -
0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta) -
f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta) -
40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas) -
1cfd702chore: update dependency @eslint/json to ^0.12.0 (#19656) (renovate[bot])
mui/material-ui (@mui/icons-material)
v7.1.0
May 6, 2025
A big thanks to the 21 contributors who made this release possible. Here are some highlights
-
🎉 Material UI now works with Tailwind CSS v4! Check out the setup guide.
@mui/material@7.1.0
- [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
- [OutlinedInput] Add missing
notchedOutlineslot (#45917) @siriwatknp - [Snackbar] Skip default
onClickAwaybehavior whendefaultMuiPreventedis provided (#45629) @sai6855 - [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
- [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
- [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
- [CardActionArea] Add slots and slotProps (#45866) @sai6855
- [useMediaQuery] Add warning and docs for using
useMediaQuery('print')(#44790) @good-jinu - Remove unnecessary clsx usages (#46084) @sai6855
- Corrected generic type definition in
SelectChangeEvent(#45941) @SuyashShukla0007 - Fix theme object changes between renders (#45863) @siriwatknp
@mui/material-nextjs@7.1.0
- Add option to enable CSS layers for pages router (#45596) @siriwatknp
- Do not wrap
@layerorder rules in App Router (#45864) @Nayeem-XTREME
@mui/system@7.1.0
@mui/styled-engine@7.1.0
- Infer
ownerStatefrom props instyled(#46083) @siriwatknp - Fix style overrides variants type (#45478) @siriwatknp
Docs
- [Avatar] Add avatar upload demo (#45986) @Demianeen
- [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
- [Menu] Update
paperslot JSDoc default fromPapertoPopoverPaper(#45722) @andreachiera - [examples] Remove create-react-app usages (#45426) @CodeLeom
- Add
AccordionSummaryto the v5 breaking change migration (#45947) @siriwatknp - Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
- Fix docs API dark mode color (#46086) @alexfauquette
- Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
- Add
InitColorSchemeScriptdocs and API (#45927) @siriwatknp - Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
- Fix 301 links to the system v6 (#45931) @oliviertassinari
- Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
- Fix som 301 redirections (
ae84b35) @oliviertassinari - Fix some 301 redirections (
057384e) @oliviertassinari - Fix logo is not centered on small screens (#45920) @crabsim
- Fix line break typo (
a2a62d5) @oliviertassinari - Fix markdown typo in templates.md (#45914) @scyzoryck
- Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
Core
- [code-infra] Give a stable name to dev tool app (
3889ded) @oliviertassinari - [code-infra] Normalize author package in org (
8135638) @oliviertassinari - [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
- [code-infra] Align deps versions (#46048) @Janpot
- [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
- [code-infra] Eliminate
@mui/utilsdeep imports (#46004) @Janpot - [code-infra] Expand renovate.json for react types (#45935) @Janpot
- [code-infra] Make Argos upload script reusable (#45883) @Janpot
- [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
- [code-infra] Remove type generation of modern build (#45912) @Janpot
- [code-infra] Clean up bundle size checker (#45622) @Janpot
- [code-infra] Fix
StrictModeeffects not being called twice in React 19 tests (#45812) @bernardobelchior - [code-infra] Convert
@mui/utilsto typescript (#45671) @Janpot - [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
- [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
- [docs-infra] Normalize netlify.toml in org (
b101d5c) @oliviertassinari - [docs-infra] Uniformize Vale between repositories (
0f79796) @oliviertassinari - [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
- [docs-infra] Remove demo styling switch (#45926) @Janpot
- [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
- [docs-infra] Fix feedback management (#45872) @alexfauquette
- [test] Replace
playwrightwith@playwright/test(#45998) @ZeeshanTamboli - Fix internal version duplication (#46051) @oliviertassinari
- Avoid the need for
@mui/material/themeCssVarsAugmentation(#46053) @Janpot - Add security label to dependabot MRs (
0a5c027) @oliviertassinari - Remove unecessary versions (#46034) @oliviertassinari
- Remove redundant overrides resolver (#45970) @romgrk
- Fix duplicate branch reference (#45915) @oliviertassinari
- Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
- Fix redirection chains (#45930) @oliviertassinari
- Run pnpm docs:sync-team (
beee09f) @oliviertassinari - Add
pkg.pr.newpublishing (#42984) @Aslemammad - Remove @mui/base from the master branch (#45857) @mnajdova
All contributors of this release in alphabetical order: @alexfauquette, @andreachiera, @Aslemammad, @bernardobelchior, @CodeLeom, @crabsim, @Demianeen, @good-jinu, @Janpot, @joserodolfofreitas, @mnajdova, @Nayeem-XTREME, @oliviertassinari, @renovate[bot], @romgrk, @sai6855, @scyzoryck, @siriwatknp, @SuyashShukla0007, @yermartee, @ZeeshanTamboli
vitest-dev/vitest (@vitest/browser)
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3) - Fix fixture parsing with lowered async with esbuild 0.25.3 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7921 (c5c85)
- Remove event-catcher code - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7898 (deb1b)
- Reset mocks on test retry/repeat - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7897 (2fa76)
- Ignore failures on writeToCache - by @orgads in https://github.com/vitest-dev/vitest/issues/7893 (8c7f7)
- browser: Correctly inherit CLI options - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7858 (03660)
- deps: Update all non-major dependencies - in https://github.com/vitest-dev/vitest/issues/7867 (67ef7)
-
reporters:
--merge-reportsto show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)
View changes on GitHub
microsoft/TypeScript (typescript)
v5.8.3: TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
v5.8.2: TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v8.32.0
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.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.10.0
Fixed
-
terraform-pipeline: Partially revert changes made in v5.1.0.- Plan jobs for branch push pipelines will be reverted.
- Manual apply jobs for the development environment will remain in the merge request pipelines.
vitejs/vite (vite)
v6.3.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.