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
@mui/icons-material (source) devDependencies patch 5.15.6 -> 5.15.7
@mui/lab (source) devDependencies patch 5.0.0-alpha.162 -> 5.0.0-alpha.163
@mui/material (source) devDependencies patch 5.15.6 -> 5.15.7
@mui/x-date-pickers (source) devDependencies patch 6.19.2 -> 6.19.3
@storybook/addon-essentials (source) devDependencies patch 7.6.10 -> 7.6.12
@storybook/addon-links (source) devDependencies patch 7.6.10 -> 7.6.12
@storybook/addon-storyshots (source) devDependencies patch 7.6.10 -> 7.6.12
@storybook/nextjs (source) devDependencies patch 7.6.10 -> 7.6.12
@storybook/react (source) devDependencies patch 7.6.10 -> 7.6.12
@tanstack/react-table (source) devDependencies patch 8.11.7 -> 8.11.8
@testing-library/jest-dom devDependencies minor 6.3.0 -> 6.4.2
@testing-library/react devDependencies minor 14.1.2 -> 14.2.1
@types/node (source) devDependencies patch 20.11.10 -> 20.11.16
@types/react (source) devDependencies patch 18.2.48 -> 18.2.53
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.19.1 -> 6.20.0
@typescript-eslint/parser (source) devDependencies minor 6.19.1 -> 6.20.0
chromatic (source) devDependencies minor 10.6.1 -> 10.7.1
msw (source) devDependencies patch 2.1.5 -> 2.1.6
npm-run-all2 devDependencies patch 5.0.0 -> 5.0.2
prettier (source) devDependencies patch 3.2.4 -> 3.2.5
react-hook-form (source) devDependencies minor 7.49.3 -> 7.50.0
react-i18next devDependencies patch 14.0.1 -> 14.0.3
storybook (source) devDependencies patch 7.6.10 -> 7.6.12

Release Notes

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

v5.15.7

Compare Source

Jan 31, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.7
@mui/codemod@5.15.7
@mui/system@5.15.7
@mui/utils@5.15.7
@mui/base@5.0.0-beta.34
@mui/joy@5.0.0-beta.25
@mui/lab@5.0.0-alpha.163
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​colmtuite, @​danilo-leal, @​DiegoAndai, @​EyaOuenniche, @​flaviendelangle, @​Janpot, @​Jaswanth-Sriram-Veturi, @​joserodolfofreitas, @​michaldudak, @​mirus-ua, @​mnajdova, @​mohamedsaiedd, @​Nikhilh26, @​oliviertassinari, @​romgrk, @​sai6855, @​siriwatknp, @​srinidhi9831, @​zanivan, @​ZeeshanTamboli

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

v6.19.3

Compare Source

Feb 1, 2024

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

Data Grid
@mui/x-data-grid@6.19.3
@mui/x-data-grid-pro@6.19.3 pro

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

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

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

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

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

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

v7.6.12

Compare Source

v7.6.11

Compare Source

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

v8.11.8

Compare Source

Version 8.11.8 - 2/2/2024, 7:28 AM (Manual Release)

Changes

Docs
Ci
  • Update example dependencies when publishing (#​5322) (c944980) by Lachlan Collins

Packages

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features
testing-library/react-testing-library (@​testing-library/react)

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

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

v6.20.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.

chromaui/chromatic-cli (chromatic)

v10.7.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.7.0

Compare Source

🚀 Enhancement
Authors: 1

mswjs/msw (msw)

v2.1.6

Compare Source

v2.1.6 (2024-02-05)

Bug Fixes
bcomnes/npm-run-all2 (npm-run-all2)

v5.0.2

Compare Source

Merged
  • Upgrade: Bump ansi-styles from 4.3.0 to 5.0.0 #26
  • Upgrade: Bump actions/checkout from v2.3.3 to v2.3.4 #25

v5.0.1

Compare Source

Commits
  • Fix repo field to a valid format 00b88f8
  • Remove duplicate repo field a2d11ff
  • Update FUNDING.yml 648a541
prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v3.2.0, we introduced "jsonc" parser which adds trialing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .pretterrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
react-hook-form/react-hook-form (react-hook-form)

v7.50.0: Versions 7.50.0

Compare Source

🔧 fix data param in handleSubmit when TTransformedValues is a union type (#​11420) 👷 build(Engines): remove pnpm dependency (#​11425) 🐞 fixes #​11386 get new dirtyFields when reset keeping defaults and dirty values (#​11401) 🏷️ improve CustomElement type (#​11309) 💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#​11214) ️ fix: change DeepPartial to account for object union types & unknown (#​11385) feat(values): priorities values over defaultvalues (#​11399) 🐞 close #​11246 skip root validation on action when mode and revalidate mode is onSubmit (#​11395) 💩 fix #​11322 trigger extra re-render with useWatch plus shouldUnregister (#​11394) ️ fix #​10734 watch and useWatch without parameters return type (#​11359) 🧑‍️ fix #​11281 issue with upgrade node version (#​11392) 🐞 fix #​11368 keep form state mounted when keeping values (#​11384) 🐞 fix #​11374: Nested deep partial with unknown (#​11373)

thanks to @​Moshyfawn, @​jonahallibone, @​eladattias1996, @​RulerOfCakes, @​anonkey, @​Ar4ys, @​IanVS and @​r-kataoka11

i18next/react-i18next (react-i18next)

v14.0.3

Compare Source

  • revert changes done in v14.0.2 since it breaks normal language change render updates

v14.0.2

Compare Source

  • Fix/bug 1691 make returned t function identical upon second effect run in strict mode 1716

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

Loading