Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@mui/icons-material (source) 7.3.67.3.7 age confidence
@mui/material (source) 7.3.67.3.7 age confidence
@types/react (source) 19.2.719.2.9 age confidence
axios (source) 1.13.21.13.3 age confidence
prettier (source) 3.7.43.8.1 age confidence
puppeteer (source) 24.34.024.36.0 age confidence
react-router (source) 7.12.07.13.0 age confidence
react-router-dom (source) 7.12.07.13.0 age confidence
react-virtuoso (source) 4.18.04.18.1 age confidence
remove-markdown 0.6.20.6.3 age confidence
typescript-eslint (source) 8.50.18.54.0 age confidence
vite (source) 7.3.07.3.1 age confidence
vitest (source) 4.0.164.0.18 age confidence

Release Notes

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

v7.3.7

Compare Source

Jan 8, 2026

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

@mui/material@7.3.7
Docs
Core

All contributors of this release in alphabetical order: @​AarishMansur, @​alelthomas, @​atharva3333, @​bricefrisco, @​Janpot, @​jnbain, @​joserodolfofreitas, @​mapache-salvaje, @​mj12albert, @​oliviertassinari, @​prakhargupta1, @​rithik56, @​siriwatknp, @​TimKraemer, @​Zache, @​ZeeshanTamboli

axios/axios (axios)

v1.13.3

Compare Source

Bug Fixes
  • http2: Use port 443 for HTTPS connections by default. (#​7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#​6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#​5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#​5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#​7253) (#​7257) (7d19335)
  • turn AxiosError into a native error (#​5394) (#​5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#​5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#​7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#​6314) (6ef867e)
Features
Reverts
Contributors to this release
prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

puppeteer/puppeteer (puppeteer)

v24.36.0

Compare Source

🎉 Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.35.0 to 24.36.0
🛠️ Fixes

v24.35.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🎉 Features
🛠️ Fixes
remix-run/react-router (react-router)

v7.13.0

Compare Source

Minor Changes
  • Add crossOrigin prop to Links component (#​14687)
Patch Changes
  • Fix double slash normalization for useNavigate colon urls (#​14718)
  • Update failed origin checks to return a 400 status instead of a 500 (#​14737)
  • Bugfix #​14666: Inline criticalCss is missing nonce (#​14691)
  • Loosen allowedActionOrigins glob check so ** matches all domains (#​14722)
remix-run/react-router (react-router-dom)

v7.13.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.13.0
petyosi/react-virtuoso (react-virtuoso)

v4.18.1

Patch Changes
zuchka/remove-markdown (remove-markdown)

v0.6.3

Compare Source

Added
  • New separateLinksAndTexts option to replace inline links with text and URL separated by a custom string (#​101 by @​tafel)
    • Example: removeMd('[link](http://example.com)', { separateLinksAndTexts: ': ' }) returns 'link: http://example.com'
typescript-eslint/typescript-eslint (typescript-eslint)

v8.54.0

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.

v8.53.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.

v8.53.0

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.

v8.52.0

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.

v8.51.0

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

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.17

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 a team as a code owner January 1, 2026 16:47
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.70%. Comparing base (1818c5d) to head (0667135).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #895   +/-   ##
=======================================
  Coverage   78.70%   78.70%           
=======================================
  Files          57       57           
  Lines        2517     2517           
=======================================
  Hits         1981     1981           
  Misses        397      397           
  Partials      139      139           

☔ 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/bump-dependencies-npm branch from f3afc58 to 8ffe72b Compare January 1, 2026 22:32
@renovate renovate bot changed the title chore(deps): update dependency react-virtuoso to v4.18.1 chore(deps): update bump npm dependencies Jan 1, 2026
@renovate renovate bot force-pushed the renovate/bump-dependencies-npm branch 3 times, most recently from 121de4b to b1f7faa Compare January 8, 2026 21:33
@renovate renovate bot force-pushed the renovate/bump-dependencies-npm branch 9 times, most recently from 8f01711 to bb1a2dc Compare January 15, 2026 18:14
@renovate renovate bot force-pushed the renovate/bump-dependencies-npm branch 5 times, most recently from 7b3e06b to a6ce04c Compare January 24, 2026 10:22
@renovate renovate bot force-pushed the renovate/bump-dependencies-npm branch 2 times, most recently from 20d4c8f to 8b0330f Compare January 28, 2026 15:55
@renovate renovate bot force-pushed the renovate/bump-dependencies-npm branch from 8b0330f to 0667135 Compare January 28, 2026 17:56
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

Development

Successfully merging this pull request may close these issues.

0 participants