Skip to content

Update all major dependencies (major)#94

Merged
kosinal merged 4 commits into
developfrom
renovate/major-all-major
May 22, 2026
Merged

Update all major dependencies (major)#94
kosinal merged 4 commits into
developfrom
renovate/major-all-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@mui/icons-material (source) ^7.3.9^9.0.1 age confidence dependencies major
@mui/material (source) ^7.3.9^9.0.1 age confidence dependencies major
actions/configure-pages v5v6 age confidence action major
actions/deploy-pages v4v5 age confidence action major
actions/upload-pages-artifact v4v5 age confidence action major
jsdom ^28.1.0^29.1.1 age confidence devDependencies major
typescript (source) ~5.9.3~6.0.3 age confidence devDependencies major
vite (source) ^7.3.1^8.0.14 age confidence devDependencies major

Release Notes

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

v9.0.1

Compare Source

May 6, 2026

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

@mui/material@9.0.1
@mui/system@9.0.1
  • [system] Fix theme mutation when using responsive typography shorthand in sx (#​48266) @​tomups
@mui/codemod@9.0.1
@mui/utils@9.0.1
Docs
Core

All contributors of this release in alphabetical order: @​ayushshukla1807, @​brijeshb42, @​chudesno, @​franco-dias, @​hasdfa, @​imazizbohra, @​Janpot, @​JCQuintas, @​joserodolfofreitas, @​LukasTy, @​mapache-salvaje, @​mj12albert, @​mnajdova, @​Mr-Quin, @​nitzan-treg, @​oliviertassinari, @​pavan-sh, @​sai6855, @​sandeshdamkondwar, @​SAY-5, @​silviuaavram, @​siriwatknp, @​starboyvarun, @​tomups, @​ZeeshanTamboli

v9.0.0

Compare Source

Apr 7, 2026

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

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

v7.3.11

Compare Source

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

@mui/material@7.3.11
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​mj12albert, @​oliviertassinari, @​silviuaavram, @​siriwatknp

v7.3.10

Compare Source

A big thanks to the 15 contributors who made this release possible. A few highlights ✨:

  • 📖 Added the Menubar component page to the docs.
@mui/material@7.3.10
Docs
Core

All contributors of this release in alphabetical order: @​Ahmad-Alaziz, @​aman44444, @​anchmelev, @​arminmeh, @​cherniavskii, @​DanailH, @​dav-is, @​GerardasB, @​mj12albert, @​olivier-lxo, @​pcorpet, @​sai6855, @​silviuaavram, @​siriwatknp, @​ZeeshanTamboli

actions/configure-pages (actions/configure-pages)

v6.0.0

Compare Source

Changelog

See details of all code changes since previous release.

v6

Compare Source

actions/deploy-pages (actions/deploy-pages)

v5.0.0

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v5

Compare Source

v4.0.5

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.4

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.3

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.2

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.1

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

actions/upload-pages-artifact (actions/upload-pages-artifact)

v5.0.0

Compare Source

Changelog

See details of all code changes since previous release.

v5

Compare Source

jsdom/jsdom (jsdom)

v29.1.1

Compare Source

v29.1.0

Compare Source

v29.0.2

Compare Source

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)

v29.0.1

Compare Source

v29.0.0

Compare Source

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.
microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source

vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests

v8.0.13

Compare Source

Features
Bug Fixes
  • build: copy public directory after building same environment with write=false (#​22328) (158e8ae)
  • css: await

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8pm on Sunday"
  • 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 15, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: vite-plugin-pwa@1.2.0
npm error Found: vite@8.0.14
npm error node_modules/vite
npm error   dev vite@"^8.0.14" from the root project
npm error   peer vite@"^4 || ^5 || ^6 || ^7 || ^8" from @vitejs/plugin-react-swc@4.3.0
npm error   node_modules/@vitejs/plugin-react-swc
npm error     dev @vitejs/plugin-react-swc@"^4.3.0" from the root project
npm error   2 more (@vitest/mocker, vitest)
npm error
npm error Could not resolve dependency:
npm error peer vite@"^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from vite-plugin-pwa@1.2.0
npm error node_modules/vite-plugin-pwa
npm error   vite-plugin-pwa@"^1.2.0" from the root project
npm error
npm error Conflicting peer dependency: vite@7.3.3
npm error node_modules/vite
npm error   peer vite@"^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from vite-plugin-pwa@1.2.0
npm error   node_modules/vite-plugin-pwa
npm error     vite-plugin-pwa@"^1.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-21T08_40_02_070Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-21T08_40_02_070Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-all-major branch 5 times, most recently from 7a79cd6 to 536f549 Compare March 23, 2026 05:25
@renovate renovate Bot force-pushed the renovate/major-all-major branch 9 times, most recently from ee4c0b5 to b0adc00 Compare March 30, 2026 09:29
@renovate renovate Bot force-pushed the renovate/major-all-major branch 8 times, most recently from 12d2fba to 22532dd Compare April 9, 2026 05:28
@renovate renovate Bot force-pushed the renovate/major-all-major branch 3 times, most recently from 7cb0e50 to 49929f2 Compare April 20, 2026 06:07
@renovate renovate Bot force-pushed the renovate/major-all-major branch 2 times, most recently from 2fa96b0 to 23698ff Compare April 27, 2026 05:50
@renovate renovate Bot force-pushed the renovate/major-all-major branch from 23698ff to c157ab2 Compare April 30, 2026 11:04
@renovate renovate Bot force-pushed the renovate/major-all-major branch 3 times, most recently from e624211 to b4f2102 Compare May 11, 2026 08:39
@renovate renovate Bot force-pushed the renovate/major-all-major branch from b4f2102 to 66b579d Compare May 14, 2026 12:43
@renovate renovate Bot force-pushed the renovate/major-all-major branch from 66b579d to a39739d Compare May 21, 2026 08:40
@kosinal kosinal enabled auto-merge (rebase) May 22, 2026 13:06
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 22, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kosinal kosinal disabled auto-merge May 22, 2026 13:21
@kosinal kosinal merged commit 363dcac into develop May 22, 2026
0 of 2 checks passed
@kosinal kosinal deleted the renovate/major-all-major branch May 22, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant