chore(deps): update npm
This MR contains the following updates:
Release Notes
mui/material-ui
v5.13.6
Jun 21, 2023
A big thanks to the 25 contributors who made this release possible. Here are some highlights
-
💫 Added Slider component using the new Material You design language (#37520) @DiegoAndai. -
📚 Added examples showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
@mui/material@5.13.6
- [Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
- [Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
- [Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
- [Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
- [Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
- [Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
- [SvgIcon] allow
svg
as a child (#37231) @siriwatknp - [Timeline] Add alternate reverse position (#37311) @abhinavkmrru
- [Tooltip] Fix type of sx prop in
slotProps
(#37550) @SuperKXT - [TouchRipple] perf: avoid calling
clearTimeout()
(#37512) @romgrk
@mui/material-next@6.0.0-alpha.90
- [Material You] Add Slider component with Material You design (#37520) @DiegoAndai
@mui/joy@5.0.0-alpha.85
- [ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
- [CardActions][joy] Add
CardActions
component (#37441) @siriwatknp - [Menu][joy] Fix closing of
Menu
in demos (#36917) @sai6855
@mui/base@5.0.0-beta.5
- [Menu][base] Add the resetHighlight action (#37392) @michaldudak
- [Select][base] Expose the
areOptionsEqual
prop (#37615) @michaldudak
@mui/utils@5.13.2
- [utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
Docs
- [docs][base] Improve Base UI all components images (#37590) @danilo-leal
- [docs][base] Add pages for coming soon components (#37575) @danilo-leal
- [docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
- [docs][base] Add page for all Base UI components (#37536) @danilo-leal
- [docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
- [docs] Switch order of snackbar buttons in demos (#37389) @Primajin
- [docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
- [docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
- [docs] Inline the Base UI demo (#37603) @oliviertassinari
- [docs] Fix typo in themed components page (#37598) @vinayr
- [docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
- [docs] Add styles to styled argument list (#37558) @DiegoAndai
- [docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
- [docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
- [docs] Fix GitHub typo (#37578) @oliviertassinari
- [docs] Improve release guide (#37547) @DiegoAndai
- [docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
- [docs][joy] Add a messages template (#37546) @sernstberger
- [docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
- [docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
- [docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
- [docs-infra] Fix demos border radius (#37658) @oliviertassinari
- [docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
- [docs-infra] Simplify product id handling (#37593) @oliviertassinari
- [CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
- [examples] Shell command fix in the readme file of material-next-app-router-ts example (#37675) @bablukpik
- [examples] Next.js v13 app router with Material UI (#37315) @smo043
Core
- [core] Update to Node.js v18 for
test-dev
CI (#37604) @ZeeshanTamboli - [core] Add priority support issue template (#37671) @DanailH
- [website] Update roadmap page (#37587) @cherniavskii
- [website] Add CSP to limit iframes to self @oliviertassinari
- [website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
mui/mui-x
v6.9.0
Jun 22, 2023
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights
-
🎁 We release a new package@mui/x-charts
. This package aims at simplifying the integration of charts into your dashboards.📊 It already contains lines, bars, and scatter charts with basic customization features. Please, visit the new documentation to know what it does, and open issues to get the feature you need to be implemented.
-
🚀 Introduce the UTC and timezone support for pickers. Please visit the documentation to learn how to use it. -
🌍 Improve Brazilian Portuguese (pt-BR) on the data grid -
🌍 Improve Czech (cs-CZ) locale on the pickers -
🚅 Performance improvements -
🐞 Bugfixes -
📚 Documentation improvements
@mui/x-data-grid@v6.9.0
/ @mui/x-data-grid-pro@v6.9.0
/ @mui/x-data-grid-premium@v6.9.0
Changes
- [DataGrid] Filtering performance: use unmemoized selectors by default (#9287) @romgrk
- [DataGrid] Use container dimensions from
getComputedStyle
(#9236) @m4theushw - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#9404) @julioAz
@mui/x-date-pickers@v6.9.0
/ @mui/x-date-pickers-pro@v6.9.0
Changes
- [fields] Ensure
minutesStep
is respected by fields arrows up/down (#9338) @alexfauquette - [fields] Reset internal state when
referenceValue
changes (#9390) @adrianmxb - [l10n] Improve Czech (cs-CZ) locale (#9397) @radimkafka
- [pickers] Add proper support for UTC and timezones (#8261) @flaviendelangle
- [pickers] Fix field section selection on
DateTimePicker
(#9342) @LukasTy - [pickers] Reduce date range calendar vertical border width (#9368) @oliviertassinari
- [pickers] Reset fields internal state when pasting value (#9385) @alexfauquette
@mui/x-charts@v6.0.0-alpha.0
Changes
- [charts] Allow to customize colors based on the theme mode (#9006) @alexfauquette
- [charts] Prepare the charts release (#9361) @alexfauquette
- [charts] Various improvements of charts docs (#9341) @alexfauquette
Docs
- [docs] Add examples of using different time view renderers (#9360) @LukasTy
- [docs] Add recipe for single-click editing (#8365) @m4theushw
- [docs] Fix Base UI references (#9349) @oliviertassinari
- [docs] Fix random screenshot generation (#9364) @cherniavskii
- [docs] Remove random generation from chart doc example (#9343) @flaviendelangle
- [docs] Sync h1 with sidenav link (#9252) @oliviertassinari
- [docs] Use the mui-x Stack Overflow tag (#9352) @oliviertassinari
Core
- [core] Add MR template and update the contributions guide (#9329) @DanailH
- [core] Bump monorepo (#9420) @LukasTy
- [core] Fix file typo (#9421) @DanailH
- [core] Fix proptypes (#9396) @LukasTy
- [core] Move old release notes in
CHANGELOG.old.md
(#9269) @flaviendelangle - [core] Add priority support issue template (#8928) @DanailH
storybookjs/storybook
v7.0.23
7.0.23
- Core: Fix compat by disabling name mangling in
esbuild
require - #22486, thanks @youngboy! - Core: Prebundle node-logger and make it CJS only - #23109, thanks @ndelangen!
- NextJS: Fix fonts not loading with 3+ words in name - #23121, thanks @ygkn!
- Telemetry: Count onboarding stories - #23092, thanks @shilman!
tanstack/table
v8.9.3
Version 8.9.3 - 6/23/2023, 8:17 PM
Changes
Fix
- actually handle undefined sorting out of the box (
17a0373
) by Tanner Linsley
Other
Packages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.60.0
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.60.0
Note: Version bump only for package @typescript-eslint/parser
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/parser
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/parser
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/parser
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/parser
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/parser
5.59.1 (2023-04-24)
Note: Version bump only for package @typescript-eslint/parser
chromaui/chromatic-cli
v6.19.9
vercel/next.js
v13.4.7
Core Changes
- Route Module Updates Redux: #51373
- Lock down server IPC address: #51378
- Revert "Route Module Updates Redux": #51409
- Fix bundling of Server Actions: #51367
- Fix pnpm lock: #51503
- router: add layout and other file supports to parallel routes: #51413
- Next Build Turbo POC: #49942
- add edge rendering for app dir for Turbopack: #50830
- Fix shared action module in two layers: #51510
- Revert "Next Build Turbo POC (#49942)": #51538
- Fix font styles on react dev overlay: #51518
- fix typo in x-next-revalidate-tag-token header: #51432
- Add docs links to RSC errors: #51557
- Moved new line to warnOnce call: #51552
- Update id env prefix: #51588
- router: support layout/special files as direct children of parallel routes: #51604
- use env var to switch next.js to turbopack mode: #51353
- Revert "add edge rendering for app dir for Turbopack": #51617
- Ensure upgrade request has request meta: #51590
- Revert "Fix standalone not found": #51506
Documentation Changes
- docs: Add streaming AI example.: #51382
- docs: remove copy mentioning appDir as an experimental feature: #51403
- examples: update
with-supabase
example to App Router: #51335 - Fix typo in image alt: #51487
- docs: add better examples to
next/image
docs.: #51457 - Go directly to caching section: #51501
- fix(typo): add missing word: #51490
- fix(typo): add missing comma: #51489
- Remove duplicate bullet point in app router migration docs: #51440
- fix: missing come: #51437
- Linted MDX: #51530
- docs: Fix typo: #51517
- Migrate validate links script from next-site and setup GitHub action: #51365
- Remove extra word in env key error: #51512
- Remove duplicate word in 11-draft-mode.mdx: #51580
- Broken link at 01-static-and-dynamic-rendering.mdx: #51582
- refactor tests for readability: #51051
Example Changes
- Upgrade with-redux example to app router: #49994
Misc Changes
- ci(workflow): upload test trace for deploy e2e: #51389
- Fix pnpm
ERR_INVALID_THIS
on Node 20: #51406 - Update flakey build output test: #51411
- Fix native build: #51522
- Revert "Fix pnpm
ERR_INVALID_THIS
on Node 20": #51539 - Update .vercel.approvers: #51417
- Update broken link validator: #51586
- Temporarily disable flaky test: #51616
- Update flakey build output test: #51625
Credits
Huge thanks to @wyattjoh, @ijjk, @dvakatsiienko, @leerob, @kwonoj, @nickmccurdy, @brunoeduardodev, @dijonmusters, @shuding, @tyler-lutz, @huozhi, @feedthejim, @alexkirsz, @sonam-serchan, @vicsantizo, @leodr, @wiscaksono, @sokra, @delbaoliveira, @ztanner, @hustLer2k, @joshuabaker, and @ForsakenHarmony for helping!
reduxjs/react-redux
v8.1.1
This bugfix release tweaks the recent lazy context setup logic to ensure a single React context instance per React version, and removes the recently added RTK peerdep to fix an issue with Yarn workspaces.
Changelog
React Context Singletons
React Context has always relied on reference identity. If you have two different copies of React or a library in a page, that can cause multiple versions of a context instance to be created, leading to problems like the infamous "Could not find react-redux context" error.
In v8.1.0, we reworked the internals to lazily create our single ReactReduxContext
instance to avoid issues in a React Server Components environment.
This release further tweaks that to stash a single context instance per React version found in the page, thus hopefully avoiding the "multiple copies of the same context" error in the future.
What's Changed
- fix: fix typescript error on non exported type by @luzzif in https://github.com/reduxjs/react-redux/pull/2034
- create singleton context by React version by @phryneas in https://github.com/reduxjs/react-redux/pull/2039
- remove RTK peerDep by @markerikson in
44fc725
Full Changelog: https://github.com/reduxjs/react-redux/compare/v8.1.0...v8.1.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.