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/material from 5.14.15 to 5.14.16 #806

Closed

Conversation

christophe-f
Copy link
Contributor

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


Snyk has created this PR to upgrade @mui/material from 5.14.15 to 5.14.16.

ℹ️ 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.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-10-31.
Release notes
Package name: @mui/material from @mui/material GitHub release notes
Commit messages
Package name: @mui/material
  • 391b57a [release] v5.14.16 (#39676)
  • 8ab0e65 [base-ui] Fix mergeSlotProps className join order (#39616)
  • e74a4f5 [Card] Fix CardOverflow in nested cards (#39668)
  • 191c3d8 Bump @ types/react-swipeable-views-utils to ^0.13.6 (#39651)
  • d26fbc9 [material-next][Snackbar] copy Snackbar Content files to material-next package (#39635)
  • 444972e Bump @ types/react-test-renderer to ^18.0.5 (#39652)
  • 1dc1c2b Bump @ types/node to ^18.18.7 (#39647)
  • 838d7d5 Bump @ types/react-transition-group to ^4.4.8 (#39653)
  • df00f50 [core] Setup vale for enforcing style guides (#39633)
  • 4971e84 [website] Add stray adjustments and clean-ups (#39673)
  • 1c05cd1 Bump @ types/react-is to ^18.2.3 (#39649)
  • cb35d1a Bump @ types/react to v18.2.33 (#39648)
  • f35890a [docs][system] Clean up `@ mui/styles` docs and discourage users from installing it (#39644)
  • ad7e8ee Bump danger to ^11.3.0 (#39665)
  • 9a670df Bump emoji-regex to ^10.3.0 (#39666)
  • 70c6cdf Bump GitHub Actions (#39658)
  • 2252a87 [docs][joy-ui] Revise the CSS vars page (#39335)
  • a2fdd9c [joy-ui] Fix sticky hover media query issue on mobile (#37467)
  • 0d40384 [core] Remove unused use client (#38967)
  • 8df1870 [examples] Upgrade Remix to v2 (#39229)
  • 9ba725a [core] Remove duplicate export (#39346)
  • 96fffe4 [Menu][joy-ui] Fix closing of listbox in `MenuList` demo (#39459)
  • f152a62 [docs][material-ui] Include link to bundler how-to for Styled Components users (#39620)
  • af9bb98 Bump @ definitelytyped tools (#39646)

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

@christophe-f christophe-f requested a review from a team as a code owner November 21, 2023 14:28
Copy link

changeset-bot bot commented Nov 21, 2023

⚠️ No Changeset found

Latest commit: 3ff7d74

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@Zaperex Zaperex left a comment

Choose a reason for hiding this comment

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

yarn tsc fails with the following error:

packages/app/src/components/Root/LogoFull.tsx:4:7 - error TS2742: The inferred type of 'Svg' cannot be named without a reference to '@mui/material/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.

4 const Svg = styled('svg')`
        ~~~

packages/app/src/components/Root/LogoIcon.tsx:4:7 - error TS2742: The inferred type of 'Svg' cannot be named without a reference to '@mui/material/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.

4 const Svg = styled('svg')`
        ~~~

packages/app/src/components/catalog/Grid/Grid.tsx:15:7 - error TS2742: The inferred type of 'Grid' cannot be named without a reference to '@mui/material/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.

15 const Grid = ({
         ~~~~


Found 3 errors in 3 files.

Errors  Files
     1  packages/app/src/components/Root/LogoFull.tsx:4
     1  packages/app/src/components/Root/LogoIcon.tsx:4
     1  packages/app/src/components/catalog/Grid/Grid.tsx:15
error Command failed with exit code 1.

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

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

See analysis details on SonarCloud

@schultzp2020
Copy link
Collaborator

fixed in #693

@schultzp2020 schultzp2020 deleted the snyk-upgrade-3cfbee5359dfe7bb1e28530359e52076 branch April 5, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants