Skip to content

chore(deps): update npm

Ghost User requested to merge renovate/npm into main

This MR contains the following updates:

Package Type Update Change
@mui/icons-material (source) devDependencies patch 5.15.19 -> 5.15.20
@mui/material (source) devDependencies patch 5.15.19 -> 5.15.20
@mui/x-date-pickers (source) devDependencies minor 7.6.2 -> 7.7.0
@testing-library/jest-dom devDependencies patch 6.4.5 -> 6.4.6
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.12.0 -> 7.13.0
@typescript-eslint/parser (source) devDependencies minor 7.12.0 -> 7.13.0
chromatic (source) devDependencies patch 11.5.3 -> 11.5.4
next (source) devDependencies patch 14.2.3 -> 14.2.4
prettier (source) devDependencies patch 3.3.1 -> 3.3.2
react-hook-form (source) devDependencies minor 7.51.5 -> 7.52.0

Release Notes

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

v5.15.20

Compare Source

Jun 12, 2024

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

@mui/material@5.15.20
@mui/utils@5.15.15
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

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

v7.7.0

Compare Source

Jun 13, 2024

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights :

  • 🎁 Allow customization of the Pickers month and the year buttons
  • 🌍 Improve Persian (fa-IR), Portuguese (pt-PT), and Russian (ru-RU) locales on the Data Grid
  • 🌍 Improve Korean (ko-KR) and Persian (fa-IR) locales on the Date and Time Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.7.0
@mui/x-data-grid-pro@7.7.0 pro

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

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

Same changes as in @mui/x-data-grid-pro@7.7.0.

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

Same changes as in @mui/x-date-pickers@7.7.0.

Charts
@mui/x-charts@7.7.0
Tree View
@mui/x-tree-view@7.7.0
Docs
Core
testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.6

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

chromaui/chromatic-cli (chromatic)

v11.5.4

Compare Source

🐛 Bug Fix
Authors: 1

vercel/next.js (next)

v14.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
react-hook-form/react-hook-form (react-hook-form)

v7.52.0

Compare Source

️ close #​11932 enable react 19 peer dependency (#​11935) 👮‍♀️ close #​11954 getFieldState remove unnessaried inValidating and touched subscription (#​11995) 🐞 fix #​11985 logic createFormControl check field before usage (#​11986) ️ fix: enforce type safety for deps property in RegisterOptions (#​11969) 🐞 fix #​11922 keep dirty on reset with dirty fields (#​11958) 🚔 close #​11937 add validation in the cleanup process in useController (#​11938) Revert "️ close: correct type of error field in getFieldState return object (#​11831)" 📖 fix: change info.values type in WatchObserver (#​11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin


Configuration

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

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Ghost User

Merge request reports