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/core (source) devDependencies patch 7.24.4 -> 7.24.5
@babel/preset-env (source) devDependencies patch 7.24.4 -> 7.24.5
@mui/icons-material (source) devDependencies patch 5.15.15 -> 5.15.16
@mui/material (source) devDependencies patch 5.15.15 -> 5.15.16
@mui/x-date-pickers (source) devDependencies patch 7.3.1 -> 7.3.2
@storybook/addon-essentials (source) devDependencies patch 7.6.18 -> 7.6.19
@storybook/addon-links (source) devDependencies patch 7.6.18 -> 7.6.19
@storybook/addon-storyshots (source) devDependencies patch 7.6.18 -> 7.6.19
@storybook/nextjs (source) devDependencies patch 7.6.18 -> 7.6.19
@storybook/react (source) devDependencies patch 7.6.18 -> 7.6.19
@testing-library/jest-dom devDependencies patch 6.4.2 -> 6.4.5
@testing-library/react devDependencies patch 15.0.5 -> 15.0.6
@types/lodash (source) devDependencies patch 4.17.0 -> 4.17.1
@types/node (source) devDependencies patch 20.12.7 -> 20.12.8
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.7.1 -> 7.8.0
@typescript-eslint/parser (source) devDependencies minor 7.7.1 -> 7.8.0
danger devDependencies minor 12.1.0 -> 12.2.0
eslint-plugin-jest devDependencies minor 28.3.0 -> 28.5.0
react-hook-form (source) devDependencies patch 7.51.3 -> 7.51.4
react-redux devDependencies patch 9.1.1 -> 9.1.2
storybook (source) devDependencies patch 7.6.18 -> 7.6.19
type-coverage devDependencies patch 2.28.1 -> 2.28.2

Release Notes

babel/babel (@​babel/core)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
:running_woman: Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
mui/material-ui (@​mui/icons-material)

v5.15.16

Compare Source

A big thanks to the 8 contributors who made this release possible. Here are some highlights : This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.16
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DanailH, @​DiegoAndai, @​github-actions[bot], @​JCQuintas, @​mnajdova, @​oliviertassinari

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

v7.3.2

Compare Source

May 2, 2024

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

  • 🎁 Add "no data" and "loading" states to charts, allowing users to create custom visualizations for each state
  • 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers
  • 🌍 Improve Danish (da-DK) and Slovak (sk-SK) locales on the Data Grid
  • 📝 Fix a typo in the auto-generated Charts gradient id attribute. It should not affect you, but if you were relying on the gradient id attribute, please update your usage.
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.3.2
@mui/x-data-grid-pro@7.3.2 pro

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

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

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

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

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

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

v7.6.19

Compare Source

7.6.19
  • Fix bad release of 7.6.18 containing wrong dependency identifiers, thanks @​jreinhold!
testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

Bug Fixes

v6.4.3

Compare Source

Bug Fixes
  • Updates role support for aria-required attribute in toBeRequired (#​590) (20aca33)
testing-library/react-testing-library (@​testing-library/react)

v15.0.6

Compare Source

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

️ Thank You
  • auvred
  • Josh Goldberg
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

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

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

danger/danger-js (danger)

v12.2.0

Compare Source

  • Adds a log when you run on GitHub Actions without being a pull_request - [@​orta]
  • GitHub: Move to 'List pull request files' API with pagination support [@​fabianehlert]
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)
react-hook-form/react-hook-form (react-hook-form)

v7.51.4: Version 7.51.4

Compare Source

👹 close #​11778 improve unregister omit key with getValues method (#​11779) 🐞 fix #​11794 issue: Fields dirty state is not updated when passing values to useForm

reduxjs/react-redux (react-redux)

v9.1.2

Compare Source

This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release.

Changes

React Native Peer Dependency Removed

We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the unstable_batchedUpdates API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.

As of 9.0.3, we dropped the batching imports completely, since React 18 now batches by default. That means we didn't even have any remaining imports from react-native.

Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.

This caused NPM users to have installation failures when trying to use React-Redux:

  • React-Redux has a peer dep on RN
  • RN has a peer dep on React 18.2
  • But the latest React, 18.3 would get installed in the app
  • NPM errors with a peer dep mismatch

We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.

What's Changed

Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.1...v9.1.2

plantain-00/type-coverage (type-coverage)

v2.28.2

Compare Source


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