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
@babel/core (source) 7.23.0 -> 7.23.2 age adoption passing confidence
@babel/preset-env (source) 7.22.20 -> 7.23.2 age adoption passing confidence
@babel/preset-typescript (source) 7.23.0 -> 7.23.2 age adoption passing confidence
@commitlint/config-conventional (source) 17.7.0 -> 17.8.0 age adoption passing confidence
@commitlint/cz-commitlint (source) 17.7.2 -> 17.8.0 age adoption passing confidence
@mui/icons-material (source) 5.14.12 -> 5.14.13 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.147 -> 5.0.0-alpha.148 age adoption passing confidence
@mui/material (source) 5.14.12 -> 5.14.13 age adoption passing confidence
@mui/types (source) 7.2.5 -> 7.2.6 age adoption passing confidence
@mui/x-date-pickers (source) 6.16.1 -> 6.16.2 age adoption passing confidence
@tanstack/react-table 8.10.6 -> 8.10.7 age adoption passing confidence
@testing-library/jest-dom 6.1.3 -> 6.1.4 age adoption passing confidence
@types/node (source) 20.8.3 -> 20.8.6 age adoption passing confidence
@types/react (source) 18.2.25 -> 18.2.28 age adoption passing confidence
@types/redux-saga-tester (source) 1.0.5 -> 1.0.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.4 -> 6.7.5 age adoption passing confidence
@typescript-eslint/parser 6.7.4 -> 6.7.5 age adoption passing confidence
chromatic (source) 7.2.3 -> 7.4.0 age adoption passing confidence
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence
eslint-plugin-typescript-sort-keys 3.0.0 -> 3.1.0 age adoption passing confidence
marked (source) 9.1.0 -> 9.1.2 age adoption passing confidence
react-i18next 13.2.2 -> 13.3.0 age adoption passing confidence
type-coverage 2.26.3 -> 2.27.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/cz-commitlint)

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cz-commitlint

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cz-commitlint

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

v5.14.13

Compare Source

Oct 10, 2023

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

@mui/material@5.14.13
@mui/base@5.0.0-beta.19
@mui/material-next@6.0.0-alpha.105
@mui/joy@5.0.0-beta.10
@mui/styled-engine-sc@6.0.0-alpha.1
Docs
Core

All contributors of this release in alphabetical order: @​3xp10it3r, @​alexfauquette, @​ARJ2160, @​atharva3333, @​axelbostrom, @​Bestwebdesign, @​brijeshb42, @​chirag3003, @​danilo-leal, @​DarhkVoyd, @​DiegoAndai, @​gugudwt, @​mbrookes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ValkonX33, @​ZeeshanTamboli

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

v5.0.0-alpha.148

Compare Source

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

v7.2.6

Compare Source

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

v6.16.2

Compare Source

Oct 12, 2023

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

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

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

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

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

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

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

Charts / @mui/x-charts@6.0.0-alpha.15
Breaking changes

The charts have a new text display mechanism. It adds line break support and avoids overlapping text in the legend. This comes with some breaking changes.

  • The DOM structure is modified. An intermediary <tspan /> element has been added. This can impact how your style is applied.

    - <text>The label</text>
    + <text><tspan>The label</tspan></text>
  • The top margin has been reduced from 100 to 50 to benefit from the denser legend.

  • To accurately compute the text size and then place it, styling should be provided as a JS object. For example, to set the legend font size, you should do:

    <PieChart
      {/** ... */}
      slotProps={{
        legend: {
          labelStyle: {
            fontSize: 16,
          },
        },
      }}
    />

    Support for other text elements (axis labels and tick labels) will be implemented in follow-up MR.

Changes
Docs
Core
tanstack/table (@​tanstack/react-table)

v8.10.7

Compare Source

Version 8.10.7 - 10/13/2023, 1:56 PM

Changes

Fix

Packages

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

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

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

v6.7.5

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

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v7.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

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

v5.0.1

Compare Source

Patch Changes
infctr/eslint-plugin-typescript-sort-keys (eslint-plugin-typescript-sort-keys)

v3.1.0

Compare Source

Changed
  • Fix esm export paths in config
markedjs/marked (marked)

v9.1.2

Compare Source

Bug Fixes

v9.1.1

Compare Source

Bug Fixes
i18next/react-i18next (react-i18next)

v13.3.0

Compare Source

  • Respect defaultVariables in the interpolation options 1685
plantain-00/type-coverage (type-coverage)

v2.27.0

Compare Source

  • docs: --json-output (8d394e7)
  • Add JSON Output argument to CLI (e9364af)
  • chore: update dependencies (5085b1e)

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