Update dependency @mui/x-charts to v7.11.1 #142

Merged
pierre merged 1 commits from renovate/mui-x-charts-7.x-lockfile into master 2024-07-26 01:55:46 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-charts (source) dependencies patch 7.11.0 -> 7.11.1

Release Notes

mui/mui-x (@​mui/x-charts)

v7.11.1

Compare Source

Jul 25, 2024

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

  • 🔎 Allow Zoom to be controllable for charts (#​13858) @​JCQuintas
  • 🌍 Add Icelandic (is-IS) and Norwegian Nynorsk (nn-NO) locales on the Data Grid
  • 🌍 Improve Norwegian Bokmål (nb-NO) and German (de-DE) locales on the Data Grid
  • 🌍 Add Norwegian Nynorsk (nn-NO) locale on the Date and Time Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.11.1
  • DataGrid] Remove dead code in internal `GridPreferencesPanel` ([#​13934](https://github.com/mui/mui-x/issues/13934)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Do not miss to escape formulas in CSV export ([#​13888](https://github.com/mui/mui-x/issues/13888)) [@​arminmeh](https://github.com/arminmeh)
    
  • l10n] Add Icelandic (is-IS) locale ([#​13283](https://github.com/mui/mui-x/issues/13283)) [@​magnimarels](https://github.com/magnimarels)
    
  • l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmål (nb-NO) locale ([#​13588](https://github.com/mui/mui-x/issues/13588)) [@​AnderzL7](https://github.com/AnderzL7)
    
  • l10n] Improve German (de-DE) locale ([#​13910](https://github.com/mui/mui-x/issues/13910)) [@​lhilgert9](https://github.com/lhilgert9)
    
    

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

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

  • DataGridPremium] Pass the `api` object to events ([#​13893](https://github.com/mui/mui-x/issues/13893)) [@​pcorpet](https://github.com/pcorpet)
    
  • DataGridPremium] Fix paste to selected cells ([#​13967](https://github.com/mui/mui-x/issues/13967)) [@​romgrk](https://github.com/romgrk)
    
    
Date and Time Pickers
@mui/x-date-pickers@7.11.1
  • fields] Prevent keyboard editing when disabled ([#​13900](https://github.com/mui/mui-x/issues/13900)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
  • l10n] Add Norwegian Nynorsk (nn-NO) locale ([#​13946](https://github.com/mui/mui-x/issues/13946)) [@​AnderzL7](https://github.com/AnderzL7)
    
    

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

Charts
@mui/x-charts@7.11.1
  • charts] Add `ownerState` function to `slotProps` typing when available ([#​13965](https://github.com/mui/mui-x/issues/13965)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Allow `Zoom` to be controllable ([#​13858](https://github.com/mui/mui-x/issues/13858)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` ([#​13940](https://github.com/mui/mui-x/issues/13940)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Hide empty arcs in the PieChart ([#​13897](https://github.com/mui/mui-x/issues/13897)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Limit the trigger of exit charts ([#​13682](https://github.com/mui/mui-x/issues/13682)) [@​alexfauquette](https://github.com/alexfauquette)
    
    
Tree View
@mui/x-tree-view@7.11.1
  • TreeView] Allow the plugins to enrich the props passed to the item slots ([#​13953](https://github.com/mui/mui-x/issues/13953)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Bump pnpm priority as a package manager ([#​13894](https://github.com/mui/mui-x/issues/13894)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Explicitly mark charts pro as not released ([#​13905](https://github.com/mui/mui-x/issues/13905)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • docs] Fix dot consistency a11y table [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix some typos in charts docs ([#​13906](https://github.com/mui/mui-x/issues/13906)) [@​cratiu222](https://github.com/cratiu222)
    
  • docs] Fix spelling ([#​13902](https://github.com/mui/mui-x/issues/13902)) [@​nnsW3](https://github.com/nnsW3)
    
  • docs] Improve error message when moving between plans ([#​13874](https://github.com/mui/mui-x/issues/13874)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Update `SparkLineChart` reference not being correctly capitalised ([#​13960](https://github.com/mui/mui-x/issues/13960)) [@​duckboy81](https://github.com/duckboy81)
    
  • docs] Fix scroll demos disorientation ([#​13909](https://github.com/mui/mui-x/issues/13909)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
    
Core
  • core] Add `@mui/material-nextjs` to `MUI Core` renovate group ([#​13966](https://github.com/mui/mui-x/issues/13966)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Remove warning message in production ([#​13911](https://github.com/mui/mui-x/issues/13911)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Reuse `useReactVersion` script from the monorepo ([#​13710](https://github.com/mui/mui-x/issues/13710)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • infra] Adds order id validation action ([#​13957](https://github.com/mui/mui-x/issues/13957)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Fix order id validator action ([#​13971](https://github.com/mui/mui-x/issues/13971)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Fix regex in order id validation ([#​13976](https://github.com/mui/mui-x/issues/13976)) [@​michelengelen](https://github.com/michelengelen)
    
  • infra] Issue template improvement ([#​13954](https://github.com/mui/mui-x/issues/13954)) [@​michelengelen](https://github.com/michelengelen)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/x-charts](https://mui.com/x/react-charts/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts)) | dependencies | patch | [`7.11.0` -> `7.11.1`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/7.11.0/7.11.1) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-charts)</summary> ### [`v7.11.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7111) [Compare Source](https://github.com/mui/mui-x/compare/v7.11.0...v7.11.1) *Jul 25, 2024* We'd like to offer a big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - 🔎 Allow `Zoom` to be controllable for charts ([#&#8203;13858](https://github.com/mui/mui-x/issues/13858)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - 🌍 Add Icelandic (is-IS) and Norwegian Nynorsk (nn-NO) locales on the Data Grid - 🌍 Improve Norwegian Bokmål (nb-NO) and German (de-DE) locales on the Data Grid - 🌍 Add Norwegian Nynorsk (nn-NO) locale on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.11.1` - \[DataGrid] Remove dead code in internal `GridPreferencesPanel` ([#&#8203;13934](https://github.com/mui/mui-x/issues/13934)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Do not miss to escape formulas in CSV export ([#&#8203;13888](https://github.com/mui/mui-x/issues/13888)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[l10n] Add Icelandic (is-IS) locale ([#&#8203;13283](https://github.com/mui/mui-x/issues/13283)) [@&#8203;magnimarels](https://github.com/magnimarels) - \[l10n] Add Norwegian nynorsk (nn-NO) locale and improve Norwegian bokmål (nb-NO) locale ([#&#8203;13588](https://github.com/mui/mui-x/issues/13588)) [@&#8203;AnderzL7](https://github.com/AnderzL7) - \[l10n] Improve German (de-DE) locale ([#&#8203;13910](https://github.com/mui/mui-x/issues/13910)) [@&#8203;lhilgert9](https://github.com/lhilgert9) ##### `@mui/x-data-grid-pro@7.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.11.1`. ##### `@mui/x-data-grid-premium@7.11.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.11.1`, plus: - \[DataGridPremium] Pass the `api` object to events ([#&#8203;13893](https://github.com/mui/mui-x/issues/13893)) [@&#8203;pcorpet](https://github.com/pcorpet) - \[DataGridPremium] Fix paste to selected cells ([#&#8203;13967](https://github.com/mui/mui-x/issues/13967)) [@&#8203;romgrk](https://github.com/romgrk) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.11.1` - \[fields] Prevent keyboard editing when disabled ([#&#8203;13900](https://github.com/mui/mui-x/issues/13900)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) - \[l10n] Add Norwegian Nynorsk (nn-NO) locale ([#&#8203;13946](https://github.com/mui/mui-x/issues/13946)) [@&#8203;AnderzL7](https://github.com/AnderzL7) ##### `@mui/x-date-pickers-pro@7.11.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.11.1`. ##### Charts ##### `@mui/x-charts@7.11.1` - \[charts] Add `ownerState` function to `slotProps` typing when available ([#&#8203;13965](https://github.com/mui/mui-x/issues/13965)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Allow `Zoom` to be controllable ([#&#8203;13858](https://github.com/mui/mui-x/issues/13858)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Deprecate `xAxisKey` /`zAxisKey` in favor of `xAxisId`/`zAxisId` ([#&#8203;13940](https://github.com/mui/mui-x/issues/13940)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Hide empty arcs in the PieChart ([#&#8203;13897](https://github.com/mui/mui-x/issues/13897)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Limit the trigger of exit charts ([#&#8203;13682](https://github.com/mui/mui-x/issues/13682)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Tree View ##### `@mui/x-tree-view@7.11.1` - \[TreeView] Allow the plugins to enrich the props passed to the item slots ([#&#8203;13953](https://github.com/mui/mui-x/issues/13953)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Bump pnpm priority as a package manager ([#&#8203;13894](https://github.com/mui/mui-x/issues/13894)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Explicitly mark charts pro as not released ([#&#8203;13905](https://github.com/mui/mui-x/issues/13905)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[docs] Fix dot consistency a11y table [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix some typos in charts docs ([#&#8203;13906](https://github.com/mui/mui-x/issues/13906)) [@&#8203;cratiu222](https://github.com/cratiu222) - \[docs] Fix spelling ([#&#8203;13902](https://github.com/mui/mui-x/issues/13902)) [@&#8203;nnsW3](https://github.com/nnsW3) - \[docs] Improve error message when moving between plans ([#&#8203;13874](https://github.com/mui/mui-x/issues/13874)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Update `SparkLineChart` reference not being correctly capitalised ([#&#8203;13960](https://github.com/mui/mui-x/issues/13960)) [@&#8203;duckboy81](https://github.com/duckboy81) - \[docs] Fix scroll demos disorientation ([#&#8203;13909](https://github.com/mui/mui-x/issues/13909)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[core] Add `@mui/material-nextjs` to `MUI Core` renovate group ([#&#8203;13966](https://github.com/mui/mui-x/issues/13966)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Remove warning message in production ([#&#8203;13911](https://github.com/mui/mui-x/issues/13911)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Reuse `useReactVersion` script from the monorepo ([#&#8203;13710](https://github.com/mui/mui-x/issues/13710)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[infra] Adds order id validation action ([#&#8203;13957](https://github.com/mui/mui-x/issues/13957)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Fix order id validator action ([#&#8203;13971](https://github.com/mui/mui-x/issues/13971)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Fix regex in order id validation ([#&#8203;13976](https://github.com/mui/mui-x/issues/13976)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[infra] Issue template improvement ([#&#8203;13954](https://github.com/mui/mui-x/issues/13954)) [@&#8203;michelengelen](https://github.com/michelengelen) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
pierre added 1 commit 2024-07-26 00:13:00 +00:00
Update dependency @mui/x-charts to v7.11.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
e3b61baf11
pierre scheduled this pull request to auto merge when all checks succeed 2024-07-26 00:13:00 +00:00
pierre merged commit e3b61baf11 into master 2024-07-26 01:55:46 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWeb#142
No description provided.