chore(deps): update npm
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
🐛 Bug Fix
-
babel-node
- #16554 Allow extra flags in babel-node (@nicolo-ribaudo)
-
babel-traverse
-
#16522 fix: incorrect
constantViolations
with destructuring (@liuxingbaoyu)
-
#16522 fix: incorrect
-
babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
-
#16524 fix: Transform
using
inswitch
correctly (@liuxingbaoyu)
-
#16524 fix: Transform
🏠 Internal
-
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16525 Delete unused array helpers (@blakewilson)
mui/mui-x (@mui/x-date-pickers)
v7.6.2
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
- [DataGrid] Add the
areElementSizesEqual
utility to improve code readability (#13254) @layerok - [DataGrid] Clean up IE remnants from the codebase (#13390) @MBilalShafi
@mui/x-data-grid-pro@7.6.2
Same changes as in @mui/x-data-grid@7.6.2
.
@mui/x-data-grid-premium@7.6.2
Same changes as in @mui/x-data-grid-pro@7.6.2
.
Date and Time Pickers
@mui/x-date-pickers@7.6.2
- [fields] Fix
PageUp
andPageDown
editing on letter sections (#13310) @arthurbalduini - [pickers] Fix
AdapterDayjs
timezone behavior (#13362) @LukasTy - [pickers] Use
useRtl
instead ofuseTheme
to access direction (#13363) @flaviendelangle
@mui/x-date-pickers-pro@7.6.2
Same changes as in @mui/x-date-pickers@7.6.2
.
Charts
@mui/x-charts@7.6.2
- [charts] Add
Initializable
type and behaviour to allow checking if a complex context has been initialized. (#13365) @JCQuintas - [charts] Fix some props not working in
xAxis
andyAxis
(#13372) @Valyok26 - [charts] Harmonize charts types (#13366) @alexfauquette
- [charts] Introduce plugins system (#13367) @alexfauquette
- [charts] Simplify plugin types (#13396) @JCQuintas
Docs
- [docs] Add badges like in Material UI @oliviertassinari
- [docs] Update twitter.com to x.com @oliviertassinari
- [docs] Fix the description of
tickInterval
(#13355) @alexfauquette - [docs] Adjust the code example for
quickFilterValues
(#12919) @michelengelen - [docs] Create Pickers accessibility page (#13274) @arthurbalduini
Core
- [core] Comment on
CSS.escape
for the future @oliviertassinari - [core] Fix
l10n
action setup (#13382) @LukasTy - [core] Fixes in preparation for React 18.3 (#13378) @LukasTy
- [core] Remove explicit
marked
dependency (#13383) @LukasTy - [core] Remove unused
@types/prettier
dependency (#13389) @LukasTy - [core] Add
docs/.env.local
to.gitignore
(#13377) @KenanYusuf
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.12.0
🚀 Features
-
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-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
declare
s -
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
🩹 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
🐛 Bug Fix
- Clean package.json before compiling into source #1003 (@ghengeveld)
Authors: 1
- Gert Hengeveld (@ghengeveld)
v11.5.2
🐛 Bug Fix
- Chore: Update the RegEx filter to pull out empty strings #1004 (@ethriel3695)
Authors: 1
- Reuben Ellis (@ethriel3695)
v11.5.1
🐛 Bug Fix
- Add fallback type for Storybook 6 builder syntax #1001 (@ethriel3695 @ghengeveld)
- Only replace local builds with uncommitted changes #994 (@ghengeveld)
- Clean package.json before publishing #999 (@ghengeveld)
Authors: 2
- Gert Hengeveld (@ghengeveld)
- Reuben Ellis (@ethriel3695)
danger/danger-js (danger)
v12.3.1
- Fixes for created, modified ,deleted files in GitHub - [@szweier]
- Dont log about github.pr not being available in pull_request_target - [@sayali10]
prettier/prettier (prettier)
v3.3.1
#16347 by @fisker)
Preserve empty lines in front matter (<!-- Input -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
<!-- Prettier 3.3.0 -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
<!-- Prettier 3.3.1 -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
#16348 by @fisker)
Preserve explicit language in front matter (<!-- Input -->
---yaml
title: Hello
slug: home
---
<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---
<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
#16349 by @fisker)
Avoid line breaks in import attributes (// 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.