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

chore(deps): bump @mui/x-date-pickers from 6.20.2 to 7.16.0 in /demos/jans-tarp #9396

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

Bumps @mui/x-date-pickers from 6.20.2 to 7.16.0.

Release notes

Sourced from @​mui/x-date-pickers's releases.

v7.16.0

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

  • 🎨 Update the design of Data Grid column headers (#14293)
  • 🧠 Add the slots concept introduction documentation page (#13881)
  • 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.16.0

@mui/x-data-grid-pro@7.16.0 pro

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

@mui/x-data-grid-premium@7.16.0 premium

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

Date and Time Pickers

@mui/x-date-pickers@7.16.0

@mui/x-date-pickers-pro@7.16.0 pro

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

Charts

@mui/x-charts@7.16.0

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

7.16.0

Sep 5, 2024

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

  • 🎨 Update the design of Data Grid column headers (#14293)
  • 🧠 Add the slots concept introduction documentation page (#13881)
  • 🌍 Improve Chinese (zh-CN) and Dutch (nl-NL) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.16.0

@mui/x-data-grid-pro@7.16.0 pro

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

@mui/x-data-grid-premium@7.16.0 premium

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

Date and Time Pickers

@mui/x-date-pickers@7.16.0

@mui/x-date-pickers-pro@7.16.0 pro

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 6.20.2 to 7.16.0.
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.16.0/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from duttarnab as a code owner September 6, 2024 10:10
@dependabot dependabot bot added javascript Pull requests that update Javascript code kind-dependencies Pull requests that update a dependency file labels Sep 6, 2024
Copy link

dryrunsecurity bot commented Sep 6, 2024

DryRun Security Summary

The provided code change is an update to the package.json file for the jans-tarp project, where the primary change is an update to the @mui/x-date-pickers dependency from version 6.19.5 to version 7.16.0, which is a routine dependency update that is generally safe as long as the updated dependency is properly tested.

Expand for full summary

Summary:

The provided code change is an update to the package.json file for the jans-tarp project, where the primary change is an update to the @mui/x-date-pickers dependency from version 6.19.5 to version 7.16.0. From an application security perspective, this change is generally not concerning, as updating dependencies to their latest versions is a common practice and can help address potential security vulnerabilities.

The @mui/x-date-pickers library is a UI component library for date and time pickers, and an update to a newer version is unlikely to introduce any significant security risks. However, it's always a good practice to review the changelog of the updated dependency to understand the changes and any potential security-related fixes or improvements. Additionally, it's recommended to thoroughly test the application after the dependency update to ensure that the changes do not introduce any unintended issues or regressions.

Files Changed:

  • demos/jans-tarp/package.json: This file has been updated to use version 7.16.0 of the @mui/x-date-pickers dependency, up from the previous version 6.19.5. This is a routine dependency update, which is a common and generally safe practice in software development. As long as the updated dependency is properly tested, there are no immediate security concerns that stand out.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #9504.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/demos/jans-tarp/mui/x-date-pickers-7.16.0 branch September 16, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants