Skip to content

chore(deps): update npm

BIWG Bot requested to merge renovate/npm into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.14.15 -> 5.14.16 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.150 -> 5.0.0-alpha.151 age adoption passing confidence
@mui/material (source) 5.14.15 -> 5.14.16 age adoption passing confidence
@mui/types (source) 7.2.7 -> 7.2.8 age adoption passing confidence
@mui/x-date-pickers (source) 6.17.0 -> 6.18.0 age adoption passing confidence
@storybook/addon-essentials (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-links (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-storyshots (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/nextjs (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@storybook/react (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@types/node (source) 20.8.9 -> 20.8.10 age adoption passing confidence
@types/react (source) 18.2.33 -> 18.2.35 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.0 -> 6.9.1 age adoption passing confidence
@typescript-eslint/parser 6.9.0 -> 6.9.1 age adoption passing confidence
chromatic (source) 7.5.4 -> 7.6.0 age adoption passing confidence
eslint (source) 8.52.0 -> 8.53.0 age adoption passing confidence
msw (source) 2.0.2 -> 2.0.3 age adoption passing confidence
react-hook-form (source) 7.47.0 -> 7.48.2 age adoption passing confidence
storybook (source) 7.5.1 -> 7.5.2 age adoption passing confidence
undici (source) 5.27.0 -> 5.27.2 age adoption passing confidence

Release Notes

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

v5.14.16

Compare Source

Oct 31, 2023

A big thanks to the 19 contributors who made this release possible. Here are some highlights :

@mui/material@5.14.16
  • ​Fix ownerstate being propagated to DOM node when using styled-components v6 (#​39586) @​mnajdova
@mui/base@5.0.0-beta.22
@mui/joy@5.0.0-beta.13
@mui/material-next@6.0.0-alpha.108
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​DanailH, @​danilo-leal, @​DiegoAndai, @​emamoah, @​gitstart, @​Janpot, @​jcoyle37, @​mj12albert, @​mnajdova, @​Nkzn, @​oliviertassinari, @​Popppins, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

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

v5.0.0-alpha.151

Compare Source

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

v7.2.8

Compare Source

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

v6.18.0

Compare Source

Nov 3, 2023

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

  • 🎁 The Charts package is now officially stable!
  • 🥧 Pie charts are now animated.
  • 📈 Line charts now support partial data, and can interpolate missing data.
line charts with partial data
  • Allow to ignore diacritics when filtering
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.18.0
@mui/x-data-grid-pro@6.18.0 pro

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

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

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

Date Pickers
@mui/x-date-pickers@6.18.0
@mui/x-date-pickers-pro@6.18.0 pro

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

Charts / @mui/x-charts@6.18.0
Docs
Core
storybookjs/storybook (@​storybook/addon-essentials)

v7.5.2

Compare Source

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

chromaui/chromatic-cli (chromatic)

v7.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg )

Chores

mswjs/msw (msw)

v2.0.3

Compare Source

v2.0.3 (2023-11-04)

Bug Fixes
react-hook-form/react-hook-form (react-hook-form)

v7.48.2: Version 7.48.2

Compare Source

🐞 #​11106 fix disabled prop not update dirty formState (#​11143) 🐞 fix controller update with disabled prop from useForm (#​11142)

v7.48.1: Version 7.48.1

Compare Source

🐞 fix controller update with disabled prop from useForm

v7.48.0

Compare Source

Added
  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

  return (
    <form
      onSubmit={handleSubmit(async () => {
        setDisabled(true);
        await sleep(100);
        setDisabled(false);
      })}
    / >
  );
}
nodejs/undici (undici)

v5.27.2

Compare Source

Full Changelog: https://github.com/nodejs/undici/compare/v5.27.1...v5.27.2

v5.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v5.27.0...v5.27.1


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 BIWG Bot

Merge request reports