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/x-date-pickers (source) devDependencies minor 7.2.0 -> 7.3.1
@storybook/addon-essentials (source) devDependencies patch 7.6.17 -> 7.6.18
@storybook/addon-links (source) devDependencies patch 7.6.17 -> 7.6.18
@storybook/nextjs (source) devDependencies patch 7.6.17 -> 7.6.18
@storybook/react (source) devDependencies patch 7.6.17 -> 7.6.18
@testing-library/react devDependencies patch 15.0.2 -> 15.0.5
@types/react (source) devDependencies minor 18.2.79 -> 18.3.1
@typescript-eslint/eslint-plugin (source) devDependencies patch 7.7.0 -> 7.7.1
@typescript-eslint/parser (source) devDependencies patch 7.7.0 -> 7.7.1
clsx dependencies patch 2.1.0 -> 2.1.1
dayjs (source) dependencies patch 1.11.10 -> 1.11.11
eslint-plugin-jest devDependencies minor 28.2.0 -> 28.3.0
eslint-plugin-react-hooks (source) devDependencies patch 4.6.0 -> 4.6.2
immer dependencies minor 10.0.4 -> 10.1.1
next (source) devDependencies patch 14.2.2 -> 14.2.3
react (source) devDependencies minor 18.2.0 -> 18.3.1
react-dom (source) devDependencies minor 18.2.0 -> 18.3.1
react-i18next devDependencies patch 14.1.0 -> 14.1.1
storybook (source) devDependencies patch 7.6.17 -> 7.6.18

Release Notes

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

v7.3.1

Compare Source

Apr 26, 2024

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

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

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

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

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

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

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

Charts
@mui/x-charts@7.3.1
Tree View
@mui/x-tree-view@7.3.1
Docs
Core
storybookjs/storybook (@​storybook/addon-essentials)

v7.6.18

Compare Source

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

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

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

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

lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1

iamkun/dayjs (dayjs)

v1.11.11

Compare Source

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

v28.3.0

Compare Source

Features
facebook/react (eslint-plugin-react-hooks)

v4.6.2

Compare Source

v4.6.1

Compare Source

immerjs/immer (immer)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features
  • performance: Make non-strict mode faster for classes. Addresses #​1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
vercel/next.js (next)

v14.2.3

Compare Source

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

Core Changes
  • Fix: resolve mixed re-exports module as cjs (#​64681)
  • fix: mixing namespace import and named import client components (#​64809)
  • Fix mixed exports in server component with barrel optimization (#​64894)
  • Fix next/image usage in mdx(#​64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#​64799)
  • prevent erroneous route interception during lazy fetch (#​64692)
  • fix root page revalidation when redirecting in a server action (#​64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#​64727)
  • Clean-up fetch metrics tracking (#​64746)
Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

facebook/react (react)

v18.3.1

Compare Source

  • Export act from react f1338f

v18.3.0

Compare Source

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React
  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #​25383
  • Warn for deprecated defaultProps for function components #​25699
  • Warn when spreading key #​25697
  • Warn when using act from test-utils d4ea75
React DOM
  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #​28874
i18next/react-i18next (react-i18next)

v14.1.1

Compare Source

  • do not modify passed tOptions context property to address 1745

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