Skip to content

chore(deps): update npm

BIWG Bot requested to merge renovate/npm into main

This MR contains the following updates:

Package Type Update Change
@babel/preset-env (source) devDependencies patch 7.23.7 -> 7.23.8
@mui/icons-material (source) devDependencies patch 5.15.3 -> 5.15.4
@mui/lab (source) devDependencies patch 5.0.0-alpha.159 -> 5.0.0-alpha.161
@mui/material (source) devDependencies patch 5.15.3 -> 5.15.5
@mui/types (source) devDependencies patch 7.2.12 -> 7.2.13
@mui/x-date-pickers (source) devDependencies minor 6.18.7 -> 6.19.0
@storybook/addon-essentials (source) devDependencies patch 7.6.7 -> 7.6.9
@storybook/addon-links (source) devDependencies patch 7.6.7 -> 7.6.9
@storybook/addon-storyshots (source) devDependencies patch 7.6.7 -> 7.6.9
@storybook/nextjs (source) devDependencies patch 7.6.7 -> 7.6.9
@storybook/react (source) devDependencies patch 7.6.7 -> 7.6.9
@tanstack/react-table devDependencies patch 8.11.3 -> 8.11.6
@types/node (source) devDependencies minor 20.10.7 -> 20.11.5
@types/react (source) devDependencies patch 18.2.47 -> 18.2.48
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.18.0 -> 6.19.0
@typescript-eslint/parser (source) devDependencies minor 6.18.0 -> 6.19.0
chromatic (source) devDependencies minor 10.2.0 -> 10.3.0
eslint-plugin-jest devDependencies patch 27.6.1 -> 27.6.3
eslint-plugin-prettier devDependencies patch 5.1.2 -> 5.1.3
msw (source) devDependencies minor 2.0.12 -> 2.1.1
prettier (source) devDependencies minor 3.1.1 -> 3.2.4
react-hook-form (source) devDependencies patch 7.49.2 -> 7.49.3
react-redux devDependencies minor 9.0.4 -> 9.1.0
storybook (source) devDependencies patch 7.6.7 -> 7.6.9

Release Notes

babel/babel (@​babel/preset-env)

v7.23.8

Compare Source

🐛 Bug Fix
Revert
🔬 Output optimization
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
mui/material-ui (@​mui/icons-material)

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/material@5.15.4
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
@mui/utils@5.15.4
@mui/base@5.0.0-beta.31
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/joy@5.0.0-beta.22
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan

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

v6.19.0

Compare Source

Jan 11, 2024

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

  • Support date-fns v3 (#​11659) @​LukasTy Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    // with date-fns v3.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';
Date Pickers
@mui/x-date-pickers@6.19.0
@mui/x-date-pickers-pro@6.19.0 pro

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

Docs
storybookjs/storybook (@​storybook/addon-essentials)

v7.6.9

Compare Source

v7.6.8

Compare Source

tanstack/table (@​tanstack/react-table)

v8.11.6

Compare Source

Version 8.11.6 - 1/12/2024, 12:07 AM

Changes

Fix
  • contextDocument scope for SSR bug (0c0a947) by Kevin Vandy

Packages

v8.11.5

Compare Source

Version 8.11.5 - 1/11/2024, 11:54 PM

Changes

Fix
  • potential ssr bug with column sizing document (8b0022d) by Kevin Vandy

Packages

v8.11.4

Compare Source

Version 8.11.4 - 1/11/2024, 5:30 PM

Changes

Fix
  • add optional document context for resize listeners prettier (9aba3c0) by Kevin Vandy
  • add optional document context for resize listeners (#​5003) (8e106a9) by Jareth
  • Correctly exit publish script (#​5262) (57336fc) by Lachlan Collins
Chore
  • Fix incorrect npm tag for previous version release (#​5265) (0899c33) by Lachlan Collins
  • Stricter tsconfig options (#​5264) (86d6447) by Lachlan Collins
  • Update to Rollup v4, Vite v5 (#​5260) (fefe74f) by Lachlan Collins
  • Update examples to use Vite v4 (#​5259) (5d615ab) by Lachlan Collins
  • Update select workspace dependencies (#​5258) (a990435) by Lachlan Collins
Docs
  • fix meta data example (#​5256) (6561267) by Nathan Isaac
  • fix feature guide links (8a14fa6) by Kevin Vandy
  • refactor guides section and new table instance guide (#​5254) (b327934) by Kevin Van Cott
  • add solid filters example (#​5252) (80d92d6) by Hephaestian
Ci
  • Use publish function from @tanstack/config (#​5257) (43989f2) by Lachlan Collins

Packages

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

️ Thank You
  • auvred
  • James
  • Josh Goldberg
  • YeonJuan

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

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

chromaui/chromatic-cli (chromatic)

v10.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • Retrieve sentinelUrls from uploadBuild and wait for all of them before finishing upload task #​878 (@​ghengeveld)
Authors: 2

v10.2.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.2.1

Compare Source

🐛 Bug Fix
Authors: 2

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.1.3

Compare Source

Patch Changes
mswjs/msw (msw)

v2.1.1

Compare Source

v2.1.1 (2024-01-17)

Bug Fixes

v2.1.0

Compare Source

v2.1.0 (2024-01-15)

Features

Shoutout to @​mattcosta7 for his continuous on the library's performance and stability 🎉

v2.0.14

Compare Source

v2.0.14 (2024-01-12)

Bug Fixes

v2.0.13

Compare Source

v2.0.13 (2024-01-09)

Bug Fixes
prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.49.3: Version 7.49.3

Compare Source

🐛 fix(formState, disabled): infer controlled disabled form state (#​11361) 🐛 fix(reset): remove global reset option flag (#​11355) 🐛 fix(useController): check if disabled state was set by user (#​11353) 🖨️ fix: Change DeepPartial type definition to be compatible with unknown (#​11333) 🐞 fix #​11328 resetField with object as defaultValue (#​11329)

thanks to @​Moshyfawn, @​geeee and @​RulerOfCakes

reduxjs/react-redux (react-redux)

v9.1.0

Compare Source

This minor release adds a new syntax for pre-typing hooks.

.withTypes

Previously, the approach for "pre-typing" hooks with your app settings was a little varied. The result would look something like the below:

import type { TypedUseSelectorHook } from "react-redux"
import { useDispatch, useSelector, useStore } from "react-redux"
import type { AppDispatch, AppStore, RootState } from "./store"

export const useAppDispatch: () => AppDispatch = useDispatch
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector
export const useAppStore = useStore as () => AppStore

React Redux v9.1.0 adds a new .withTypes method to each of these hooks, analogous to the .withTypes method found on Redux Toolkit's createAsyncThunk.

The setup now becomes:

import { useDispatch, useSelector, useStore } from "react-redux"
import type { AppDispatch, AppStore, RootState } from "./store"

export const useAppDispatch = useDispatch.withTypes<AppDispatch>()
export const useAppSelector = useSelector.withTypes<RootState>()
export const useAppStore = useStore.withTypes<AppStore>()

What's Changed

New Contributors

Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.0.4...v9.1.0


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