Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @mui/x-date-pickers from 6.19.9 to 7.0.0 #1672

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

mo-auto
Copy link
Member

@mo-auto mo-auto commented Apr 15, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @mui/x-date-pickers from 6.19.9 to 7.0.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2024-03-22.
Release notes
Package name: @mui/x-date-pickers
  • 7.0.0 - 2024-03-22
    Read more
  • 7.0.0-beta.7 - 2024-03-14

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

    • 🦥 The Lazy loading feature is now stable and the lazyLoading feature flag was removed from the experimentalFeatures prop.
    • 🌍 Improve Japanese (ja-JP) locale for the Data Grid
    • 🐞 Bugfixes
    • 📚 Documentation improvements

    Data Grid

    Breaking changes

    • The columnHeader--showColumnBorder class was replaced by columnHeader--withLeftBorder and columnHeader--withRightBorder.
    • The columnHeadersInner, columnHeadersInner--scrollable, and columnHeaderDropZone classes were removed since the inner wrapper was removed in our effort to simplify the DOM structure and improve accessibility.
    • The pinnedColumnHeaders, pinnedColumnHeaders--left, and pinnedColumnHeaders--right classes were removed along with the element they were applied to.
      The pinned column headers now use position: 'sticky' and are rendered in the same row element as the regular column headers.

    @ mui/x-data-grid@7.0.0-beta.7

    @ mui/x-data-grid-pro@7.0.0-beta.7 pro

    Same changes as in @ mui/x-data-grid@7.0.0-beta.7, plus:

    • [DataGridPro] Add inputRef to the props passed to colDef.renderHeaderFilter (#12328) @ vovarudomanenko
    • [DataGridPro] Fix filler rendered for no reason when there are pinned columns (#12440) @ cherniavskii
    • [DataGridPro] Make lazy loading feature stable (#12421) @ cherniavskii
    • [DataGridPro] Render pinned and non-pinned column headers in one row (#12376) @ cherniavskii

    @ mui/x-data-grid-premium@7.0.0-beta.7 premium

    Same changes as in @ mui/x-data-grid-pro@7.0.0-beta.7, plus:

    Date and Time Pickers

    @ mui/x-date-pickers@7.0.0-beta.7

    @ mui/x-date-pickers-pro@7.0.0-beta.7 pro

    Same changes as in @ mui/x-date-pickers@7.0.0-beta.7.

    Charts

    @ mui/x-charts@7.0.0-beta.7

    Tree View

    Breaking changes

    The onNodeFocus callback has been renamed to onItemFocus for consistency:

     <SimpleTreeView
    -  onNodeFocus={onNodeFocus}
    +  onItemFocus={onItemFocus}
     />

    @ mui/x-tree-view@7.0.0-beta.7

    Docs

    Core

  • 7.0.0-beta.6 - 2024-03-08
    Read more
  • 7.0.0-beta.5 - 2024-03-02
    Read more
  • 7.0.0-beta.4 - 2024-02-23
    Read more
  • 7.0.0-beta.2 - 2024-02-09
  • 7.0.0-beta.1 - 2024-02-01
  • 7.0.0-beta.0 - 2024-01-26
  • 7.0.0-alpha.9 - 2024-01-19
  • 7.0.0-alpha.8 - 2024-01-11
  • 7.0.0-alpha.7 - 2024-01-05
  • 7.0.0-alpha.6 - 2023-12-22
  • 7.0.0-alpha.5 - 2023-12-14
  • 7.0.0-alpha.4 - 2023-12-08
  • 7.0.0-alpha.3 - 2023-12-04
  • 7.0.0-alpha.2 - 2023-11-23
  • 7.0.0-alpha.1 - 2023-11-17
  • 7.0.0-alpha.0 - 2023-11-10
  • 6.19.9 - 2024-04-05
from @mui/x-date-pickers GitHub release notes
Commit messages
Package name: @mui/x-date-pickers
  • 2e5fbb3 v7.0.0 (#12523)
  • 2916fb1 [docs] Update "What's new in MUI X" page (#12527)
  • dcb8721 [DateTimeRangePicker] Fix views behavior regression (#12529)
  • fb7e03e [DataGridPremium] Fix boolean cell not rendered in group rows (#12492)
  • 4280655 [core] Update supported browsers (browserlistrc) (#12521)
  • 617bcda [core] Update prettier script to use `master` branch (#12522)
  • 9045cc0 [docs] Update supported versions (#12508)
  • 0ac7985 [core] Remove leftover `legacy` `browserlistrc` entry (#12415)
  • b8418ae [DateTimeRangePicker] Add component `JSDoc` (#12518)
  • abe28f6 [pickers] Use renderer interceptor on `DateTimePicker` (#12441)
  • 2ec11b7 [core] Bump `@ mui/material` peer dependency for all packages (#12516)
  • ce28aa1 [DataGrid] Make `rows` an optional prop (#12478)
  • dd1ef3b [docs] Remove mentions of pre release (#12513)
  • 66dcf3f [core] Update NPM tag (#12511)
  • 0b3a64d Bump MUI Core (#12105)
  • 719dc04 [fields] Allow to override the separator between the start and the end date in all range fields (#12174)
  • 6787e71 [fields] Support format without separator (#12489)
  • 1418ac2 [DataGrid] Dynamic virtualization range (#12353)
  • 6fc1da5 [DataGrid] Fix `ElementType` usage (#12479)
  • 1a54927 [docs] Update branch name and tags (#12498)
  • 84b4e02 [codemod] Add a codemod and update the grid migration guide (#12488)
  • 51952b6 [docs] Finalize migration guide (#12501)
  • d968a63 [DataGrid] Allow to control the grid density (#12332)
  • aea5ef7 [docs] Update links to v7 docs (#12500)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mo-auto mo-auto added comp-admin-ui Component affected by issue or PR kind-dependencies Pull requests that update a dependency file labels Apr 15, 2024
Copy link

sonarcloud bot commented Apr 15, 2024

Quality Gate Passed Quality Gate passed for 'flex_admin_ui'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
@jv18creator jv18creator force-pushed the snyk-upgrade-2ed821f841d2ea1e5c4574a31464007f branch from eb96152 to e08701f Compare June 6, 2024 12:13
Copy link

sonarcloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed for 'flex_linux_setup'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed for 'flex_admin_ui'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

@jv18creator jv18creator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference check migration v6 to v7

@jv18creator jv18creator merged commit aea60dc into main Jun 11, 2024
2 checks passed
@jv18creator jv18creator deleted the snyk-upgrade-2ed821f841d2ea1e5c4574a31464007f branch June 11, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-admin-ui Component affected by issue or PR kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants