Bump the npm-major group across 1 directory with 10 updates
Bumps the npm-major group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| @mui/styled-engine-sc | 5.14.7 |
6.0.0-alpha.18 |
| @mui/x-data-grid | 6.18.4 |
7.3.2 |
| @mui/x-date-pickers | 6.18.4 |
7.3.2 |
| @tanstack/react-query | 4.33.0 |
5.34.2 |
| @testing-library/react | 14.2.2 |
15.0.6 |
| react-hook-form-mui | 6.7.3 |
7.0.0 |
| husky | 8.0.3 |
9.0.11 |
| lint-staged | 14.0.1 |
15.2.2 |
| typescript | 4.9.5 |
5.4.5 |
Updates @mui/styled-engine-sc from 5.14.7 to 6.0.0-alpha.18
Release notes
Sourced from @mui/styled-engine-sc's releases.
v6.0.0-alpha.5
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
@mui/[email protected]
- [FormControlLabel] Deprecate
componentsProps(#41767)@sai6855- [PaginationItem] Deprecate components prop (#41777)
@sai6855- [SvgIcon] Convert to support CSS extraction (#41779)
@aarongarciah
@mui/[email protected]
- [TextareaAutosize] Fix resizing instability (#41638)
@ZeeshanTamboliDocs
- Fix small SEO issues
@oliviertassinari- [material-ui] Fix minor spelling error in the "About the lab" page (#42073)
@ryanhartwig- [material-ui] Update Figma plugin name (#41967)
@danilo-leal- [material-ui][templates] Fix input props attributes in Landing Page template (#42013)
@5-tom- [system] Update typo on the sx prop page (#42035)
@brickerCore
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023)
@danilo-leal- [docs-infra] Simplify docs demo (#42016)
@oliviertassinari- [website] Add content about the Sync plugin in the Material UI page (#40515)
@danilo-leal- [website] Sync career roles (#42058)
@oliviertassinari- [website] Add Nadja on the about page (#42021)
@mnajdova- [website] Fix code block design by changing the
MarkdownElementimport (#42022)@danilo-leal- [wesbite] Remove duplicate MarkdownElement component (#42028)
@danilo-lealAll contributors of this release in alphabetical order:
@5-tom,@aarongarciah,@bricker,@danilo-leal,@mnajdova,@oliviertassinari,@ryanhartwig,@sai6855,@ZeeshanTamboliv6.0.0-alpha.4
Apr 24, 2024
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
- ℹ️ Pigment CSS now lives in its own repository! From now on, all future development will happen there.
@mui/[email protected]
- [Checkbox] Convert to support CSS extraction (#41957)
@lhilgert9- [IconButton] Convert to support CSS extraction (#41850)
@gijsbotje- [Radio] Convert to support CSS extraction (#41840)
@lhilgert9- [Typography] Fix ownerState prop placement (#41903)
@sai6855- Generate typography tokens (#41703)
@siriwatknp- Move typography CSS variables to
font(#42003)@siriwatknp- Fix getOverlayAlpha type (#41995)
@oliviertassinari
... (truncated)
Changelog
Sourced from @mui/styled-engine-sc's changelog.
Versions
v6.0.0-alpha.5
May 1, 2024
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
@mui/[email protected]
- [FormControlLabel] Deprecate
componentsProps(#41767)@sai6855- [PaginationItem] Deprecate components prop (#41777)
@sai6855- [SvgIcon] Convert to support CSS extraction (#41779)
@aarongarciah
@mui/[email protected]
- [TextareaAutosize] Fix resizing instability (#41638)
@ZeeshanTamboliDocs
- Fix small SEO issues
@oliviertassinari- [material-ui] Fix minor spelling error in the "About the lab" page (#42073)
@ryanhartwig- [material-ui] Update Figma plugin name (#41967)
@danilo-leal- [material-ui][templates] Fix input props attributes in Landing Page template (#42013)
@5-tom- [system] Update typo on the sx prop page (#42035)
@brickerCore
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023)
@danilo-leal- [docs-infra] Simplify docs demo (#42016)
@oliviertassinari- [website] Add content about the Sync plugin in the Material UI page (#40515)
@danilo-leal- [website] Sync career roles (#42058)
@oliviertassinari- [website] Add Nadja on the about page (#42021)
@mnajdova- [website] Fix code block design by changing the
MarkdownElementimport (#42022)@danilo-leal- [wesbite] Remove duplicate MarkdownElement component (#42028)
@danilo-lealAll contributors of this release in alphabetical order:
@5-tom,@aarongarciah,@bricker,@danilo-leal,@mnajdova,@oliviertassinari,@ryanhartwig,@sai6855,@ZeeshanTamboliv6.0.0-alpha.4
Apr 24, 2024
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
- ℹ️ Pigment CSS now lives in its own repository! From now on, all future development will happen there.
... (truncated)
Commits
- See full diff in compare view
Updates @mui/x-data-grid from 6.18.4 to 7.3.2
Release notes
Sourced from @mui/x-data-grid's releases.
v7.3.2
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
idattribute. It should not affect you, but if you were relying on the gradientidattribute, please update your usage.- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/[email protected]
- [DataGrid] Allow to change reset text in the columns management panel (#12972)
@MBilalShafi- [DataGrid] Derive
formattedValuefrom the edit value when passing torenderEditCell(#12870)@cherniavskii- [DataGrid] Fix rows not being recomputed on
props.rowCountchange (#12833)@MBilalShafi- [l10n] Improve Danish (da-DK) locale (#12844)
@fosterbuster- [l10n] Improve Slovak (sk-SK) locale (#12949)
@stefikp
@mui/[email protected]Same changes as in
@mui/[email protected].
@mui/[email protected]Same changes as in
@mui/[email protected], plus:
- [DataGridPremium] Fix print export not working with row grouping (#12957)
@MBilalShafiDate and Time Pickers
@mui/[email protected]
- [l10n] Improve Hebrew (he-IL) locale (#12910)
@michaelNXT1- [l10n] Improve Hungarian (hu-HU) locale (#12930)
@noherczeg- [pickers] Fix typo on the
viewRenderersprop description (#12915)@flaviendelangle- [pickers] Improve TypeScript performance in
PickersDay(#12920)@flaviendelangle
@mui/[email protected]Same changes as in
@mui/[email protected].Charts
@mui/[email protected]
... (truncated)
Changelog
Sourced from @mui/x-data-grid's changelog.
7.3.2
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
idattribute. It should not affect you, but if you were relying on the gradientidattribute, please update your usage.- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/[email protected]
- [DataGrid] Allow to change reset text in the columns management panel (#12972)
@MBilalShafi- [DataGrid] Derive
formattedValuefrom the edit value when passing torenderEditCell(#12870)@cherniavskii- [DataGrid] Fix rows not being recomputed on
props.rowCountchange (#12833)@MBilalShafi- [l10n] Improve Danish (da-DK) locale (#12844)
@fosterbuster- [l10n] Improve Slovak (sk-SK) locale (#12949)
@stefikp
@mui/[email protected]Same changes as in
@mui/[email protected].
@mui/[email protected]Same changes as in
@mui/[email protected], plus:
- [DataGridPremium] Fix print export not working with row grouping (#12957)
@MBilalShafiDate and Time Pickers
@mui/[email protected]
- [l10n] Improve Hebrew (he-IL) locale (#12910)
@michaelNXT1- [l10n] Improve Hungarian (hu-HU) locale (#12930)
@noherczeg- [pickers] Fix typo on the
viewRenderersprop description (#12915)@flaviendelangle- [pickers] Improve TypeScript performance in
PickersDay(#12920)@flaviendelangle
@mui/[email protected]Same changes as in
@mui/[email protected].Charts
... (truncated)
Commits
75f63c3v7.3.2 (#12971)8f03743[DataGrid] Allow to change reset text in columns management panel (#12972)1d16c85[l10n] Improve Danish (da-DK) locale (#12844)45000ca[l10n] Improve Slovak (sk-SK) locale (#12949)f895c93[DataGridPremium] Fix print export not working with row grouping (#12957)bb57c87[DataGrid] Fix rows not being recomputed onprops.rowCountchange (#12833)0a88646[core] Remove inconsistent blank lines (#12966)c0b6932[DataGrid] DeriveformattedValuefrom the edit value when passing to `rende...f9b1a63[charts] Add an overlay for "no data" or "loading" states (#12817)0cfc7e2v7.3.1 (#12909)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jcquintas, a new releaser for @mui/x-data-grid since your current version.
Updates @mui/x-date-pickers from 6.18.4 to 7.3.2
Release notes
Sourced from @mui/x-date-pickers's releases.
v7.3.2
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
idattribute. It should not affect you, but if you were relying on the gradientidattribute, please update your usage.- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/[email protected]
- [DataGrid] Allow to change reset text in the columns management panel (#12972)
@MBilalShafi- [DataGrid] Derive
formattedValuefrom the edit value when passing torenderEditCell(#12870)@cherniavskii- [DataGrid] Fix rows not being recomputed on
props.rowCountchange (#12833)@MBilalShafi- [l10n] Improve Danish (da-DK) locale (#12844)
@fosterbuster- [l10n] Improve Slovak (sk-SK) locale (#12949)
@stefikp
@mui/[email protected]Same changes as in
@mui/[email protected].
@mui/[email protected]Same changes as in
@mui/[email protected], plus:
- [DataGridPremium] Fix print export not working with row grouping (#12957)
@MBilalShafiDate and Time Pickers
@mui/[email protected]
- [l10n] Improve Hebrew (he-IL) locale (#12910)
@michaelNXT1- [l10n] Improve Hungarian (hu-HU) locale (#12930)
@noherczeg- [pickers] Fix typo on the
viewRenderersprop description (#12915)@flaviendelangle- [pickers] Improve TypeScript performance in
PickersDay(#12920)@flaviendelangle
@mui/[email protected]Same changes as in
@mui/[email protected].Charts
@mui/[email protected]
... (truncated)
Changelog
Sourced from @mui/x-date-pickers's changelog.
7.3.2
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
idattribute. It should not affect you, but if you were relying on the gradientidattribute, please update your usage.- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/[email protected]
- [DataGrid] Allow to change reset text in the columns management panel (#12972)
@MBilalShafi- [DataGrid] Derive
formattedValuefrom the edit value when passing torenderEditCell(#12870)@cherniavskii- [DataGrid] Fix rows not being recomputed on
props.rowCountchange (#12833)@MBilalShafi- [l10n] Improve Danish (da-DK) locale (#12844)
@fosterbuster- [l10n] Improve Slovak (sk-SK) locale (#12949)
@stefikp
@mui/[email protected]Same changes as in
@mui/[email protected].
@mui/[email protected]Same changes as in
@mui/[email protected], plus:
- [DataGridPremium] Fix print export not working with row grouping (#12957)
@MBilalShafiDate and Time Pickers
@mui/[email protected]
- [l10n] Improve Hebrew (he-IL) locale (#12910)
@michaelNXT1- [l10n] Improve Hungarian (hu-HU) locale (#12930)
@noherczeg- [pickers] Fix typo on the
viewRenderersprop description (#12915)@flaviendelangle- [pickers] Improve TypeScript performance in
PickersDay(#12920)@flaviendelangle
@mui/[email protected]Same changes as in
@mui/[email protected].Charts
... (truncated)
Commits
75f63c3v7.3.2 (#12971)0a88646[core] Remove inconsistent blank lines (#12966)c808d8c[l10n] Improve Hungarian (hu-HU) locale (#12930)a61561a[pickers] Improve TypeScript performance inPickersDay(#12920)48989e4[l10n] Improve Hebrew (he-IL) locale (#12910)d8050dd[pickers] Fix typo on theviewRenderersprop description (#12915)0cfc7e2v7.3.1 (#12909)f1b84a1[core] Remove redundantsetupFilesentries inpackage.json(#12899)931fd6e[code-infra] Change package manager topnpm(#11875)14c577f[l10n] Improve Spanish (es-ES) locale (#12858)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jcquintas, a new releaser for @mui/x-date-pickers since your current version.
Updates @tanstack/react-query from 4.33.0 to 5.34.2
Release notes
Sourced from @tanstack/react-query's releases.
v5.34.2
Version 5.34.2 - 5/5/2024, 9:43 AM
Changes
Fix
- query-core: replaceEqualDeep correctly handles arrays that contain undefined (#7376) (fdb09442) by Manuel Schiller
Docs
- angular-query: add jsdoc (#7379) (32d1e822) by Arnoud
- angular-query: update disabling-queries.md (#7332) (d0322477) by Shahar Har-Shuv
- angular-query: update quick start and readme (#7378) (10bdb08f) by Arnoud
Packages
@tanstack/query-core@5.34.2@tanstack/angular-query-devtools-experimental@5.34.2@tanstack/angular-query-experimental@5.34.2@tanstack/query-broadcast-client-experimental@5.34.2@tanstack/query-persist-client-core@5.34.2@tanstack/query-sync-storage-persister@5.34.2@tanstack/react-query@5.34.2@tanstack/react-query-devtools@5.34.2@tanstack/react-query-persist-client@5.34.2@tanstack/react-query-next-experimental@5.34.2@tanstack/solid-query@5.34.2@tanstack/solid-query-devtools@5.34.2@tanstack/solid-query-persist-client@5.34.2@tanstack/svelte-query@5.34.2@tanstack/svelte-query-devtools@5.34.2@tanstack/svelte-query-persist-client@5.34.2@tanstack/vue-query@5.34.2@tanstack/vue-query-devtools@5.34.2@tanstack/query-async-storage-persister@5.34.2v5.34.1
Version 5.34.1 - 5/4/2024, 8:30 AM
Changes
Fix
- core: replaceDeepEqual for objects created by Object.create (#7357) (f70d404e) by
@sukovanejDocs
... (truncated)
Commits
3d3a503release: v5.34.23ab92bcrelease: v5.34.138be91frelease: v5.32.12ffd9fbrelease: v5.32.05b6c67frelease: v5.31.024f1d45feat: scoped mutations (#7312)5ace1bcrelease: v5.29.203048e3fix(react-query): reorder query function declarations (#7260)3fa5323types(react-query): rename useSuspenseQueries, useQueries internal type name ...51dea30release: v5.29.0- Additional commits viewable in compare view
Updates @testing-library/react from 14.2.2 to 15.0.6
Release notes
Sourced from @testing-library/react's releases.
v15.0.6
15.0.6 (2024-05-01)
Bug Fixes
v15.0.5
15.0.5 (2024-04-26)
Bug Fixes
v15.0.4
15.0.4 (2024-04-23)
Bug Fixes
v15.0.3
15.0.3 (2024-04-23)
Bug Fixes
v15.0.2
15.0.2 (2024-04-13)
Bug Fixes
v15.0.1
15.0.1 (2024-04-11)
Bug Fixes
v15.0.0
15.0.0 (2024-04-10)
... (truncated)
Commits
b6e59f7fix: export new act when available (#1319)f6a1677chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46fix: Stop restrictingcontaineroption based onhydrate(#1313)48282c2fix: EnsurerenderHookoptions extend options forrender(#1308)067d0c6fix: Don't raise TypeScript errors when hydatingdocument(#1304)c63b873fix: ImprovelegacyRooterror message (#1301)1645d21fix: Stop using nullish coalescing (#1299)787cb85Release: 15.0.0 (#1295)9c4a46dfeat: Add support for React 19 Canary (#1294)4e10ba3chore: change canary version to specific prefix (#1290)- Additional commits viewable in compare view
Updates react-hook-form-mui from 6.7.3 to 7.0.0
Commits
- See full diff in compare view
Updates styled-components from 5.3.11 to 6.1.9
Release notes
Sourced from styled-components's releases.
v6.1.9
What's Changed
- fix: improve types for .attrs() by
@uhyoin styled-components/styled-components#4288- fix(types): allow using a styled component as a key inside object styles in the web runtime by
@iirojin styled-components/styled-components#4249- Upgrading babel dependencies to latest to fix CVE-2023-45133 by
@JesseObrienin styled-components/styled-components#4214New Contributors
@uhyomade their first contribution in styled-components/styled-components#4288@iirojmade their first contribution in styled-components/styled-components#4249@JesseObrienmade their first contribution in styled-components/styled-components#4214Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9
v6.1.8
Revert adding
peerDependenciesfrom v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optionalwhich is causing issues. Will revisit at a later date if possible.Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8
v6.1.7
What's Changed
chore: add all missing peer dependency statements by
@quantizorin styled-components/styled-components#4243NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.
Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.
Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.6...v6.1.7
v6.1.6
What's Changed
- fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors by
@quantizorin styled-components/styled-components#4245Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6
v6.1.5
What's Changed
- fix: further constrain self-referencing to match v5 behavior by
@quantizorin styled-components/styled-components#4244Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5
v6.1.4
What's Changed
- fix: allow using
attrsto provide a customthemeprop to child components by@quantizorin styled-components/styled-components#4242Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.3...v6.1.4
... (truncated)
Commits
871c7eechore: bump version13cdf72upgrading babel dependencies to latest to fix CVE-2023-45133 (#4214)8010643fix(types): allow using a styled component as a key inside object styles in t...906838efix: upgrade@emotion/unitlessto ensure aspectRatio is handled properly028628bfix: improve types for .attrs() (#4288)c842c4cchore: add v6 benchmark22e8b7fchore: bump versionf122b18Revert "chore: add all missing peer dependency statements (#4243)"af1300bchore: bump version20eb8efchore: add all missing peer dependency statements (#4243)- Additional commits viewable in compare view
Updates husky from 8.0.3 to 9.0.11
Release notes
Sourced from husky's releases.
v9.0.11
- chore: update
package-lock.jsonby@bteain typicode/husky#1383- fix:
export HUSKY=0in init (fixes #1393) by@typicodein typicode/husky#1395v9.0.10
- fix: rename index.d.ts to index.d.mts by
@mrkjdyin typicode/husky#1379v9.0.9
- refactor: rename files by
@typicodein typicode/husky#1378v9.0.8
- docs: update index.md by
@khaledYSin typicode/husky#1369- Fix tab detection on install command by
@glenscin typicode/husky#1376- refactor: reduce file size by
@typicodein typicode/husky#1377v9.0.7
- fix: typo and source
~/.huskyrccorrectly (compatibility with v8)- docs: fix example by
@typicodein typicode/husky#1363v9.0.6
- docs: add favicon by
@rakleedin typicode/husky#1354- chore: apply editorconfig to code only by
@typicodein typicode/husky#1355- docs: update install script to mjs and fix CI checks by
@starnayutain typicode/husky#1357- Fix unbound variable by
@typicodein typicode/husky#1359v9.0.5
- docs: update path to startup files by
@ManuelRauberin typicode/husky#1350- fix: init error by
@typicodein typicode/husky#1353v9.0.4
- fix: init create dir before by
@typicodein typicode/husky#1348- refactor: simplify by
@typicodein typicode/husky#1349- fix: init not working on pnpm #1334 by
@rozboin typicode/husky#1347v9.0.3
- docs: fix link by
@typicodein typicode/husky#1340- chore: fix links in issue template by
@julien-fin typicode/husky#1341- fix: add scripts field if not present by
@chalkygames123in typicode/husky#1338- docs: changelog link by
@typicodein typicode/husky#1343- fix: insert final newline by
@chalkygames123in typicode/husky#1339- fix: fix git hooks path on windows by
@rozboin typicode/husky#1346v9.0.2
- fix: exit code by
@gergelypapin typicode/husky#1336- docs: typo by
@chalkygames123in typicode/husky#1337v9.0.1
... (truncated)