Skip to content

chore(deps): update npm

Ghost User requested to merge renovate/npm into main

This MR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.24.6 -> 7.24.7
@babel/preset-env (source) devDependencies patch 7.24.6 -> 7.24.7
@babel/preset-react (source) devDependencies patch 7.24.6 -> 7.24.7
@babel/preset-typescript (source) devDependencies patch 7.24.6 -> 7.24.7
@mui/x-date-pickers (source) devDependencies patch 7.6.1 -> 7.6.2
@types/lodash (source) devDependencies patch 4.17.4 -> 4.17.5
@types/node (source) devDependencies patch 20.14.0 -> 20.14.2
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.11.0 -> 7.12.0
@typescript-eslint/parser (source) devDependencies minor 7.11.0 -> 7.12.0
chromatic (source) devDependencies patch 11.5.0 -> 11.5.3
danger devDependencies patch 12.3.0 -> 12.3.1
eslint-plugin-jest devDependencies minor 28.5.0 -> 28.6.0
prettier (source) devDependencies patch 3.3.0 -> 3.3.1

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
mui/mui-x (@​mui/x-date-pickers)

v7.6.2

Compare Source

Jun 6, 2024

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

  • 📚 Adds Date and Time Pickers accessibility page
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.6.2
@mui/x-data-grid-pro@7.6.2 pro

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

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

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

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

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

Charts
@mui/x-charts@7.6.2
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

chromaui/chromatic-cli (chromatic)

v11.5.3

Compare Source

🐛 Bug Fix
Authors: 1

v11.5.2

Compare Source

🐛 Bug Fix
Authors: 1

v11.5.1

Compare Source

🐛 Bug Fix
Authors: 2

danger/danger-js (danger)

v12.3.1

Compare Source

  • Fixes for created, modified ,deleted files in GitHub - [@​szweier]
  • Dont log about github.pr not being available in pull_request_target - [@​sayali10]
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.6.0

Compare Source

Features
prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

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 Ghost User

Merge request reports

Loading