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

[material-ui] v5.15.8 still not available on npm after 18+ hours #40984

Closed
lorand-horvath opened this issue Feb 7, 2024 · 8 comments
Closed
Labels
duplicate This issue or pull request already exists package: material-ui Specific to @mui/material regression A bug, but worse

Comments

@lorand-horvath
Copy link

lorand-horvath commented Feb 7, 2024

Steps to reproduce

Link to live example: (required)

Steps:

  1. https://www.npmjs.com/package/@mui/material still has 5.15.7
  2. npm outdated doesn't say anything about 5.15.8 being available

Current behavior

No response

Expected behavior

No response

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: 5.15.8, npm

@lorand-horvath lorand-horvath added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Feb 7, 2024
@danilo-leal danilo-leal changed the title MUI 5.15.8 still not available on npm after 18+ hours [material-ui] v5.15.8 still not available on npm after 18+ hours Feb 7, 2024
@danilo-leal danilo-leal added the package: material-ui Specific to @mui/material label Feb 7, 2024
@oliviertassinari oliviertassinari added the regression A bug, but worse label Feb 7, 2024
@mnajdova
Copy link
Member

mnajdova commented Feb 7, 2024

Hmm, that's strange, I have received a confirmation email about it being published (21h ago).
Screenshot 2024-02-07 at 19 14 28

I can see it here: https://www.npmjs.com/package/@mui/material?activeTab=versions, but it's not marked as latest and has 0 downloads.

@lorand-horvath
Copy link
Author

lorand-horvath commented Feb 7, 2024

@mnajdova The latest still appears to be 5.15.7 below the package name, as well as when I actually do npm install @mui/material

image

@mnajdova
Copy link
Member

mnajdova commented Feb 8, 2024

Yeah, I noticed, that's strange. cc @michaldudak do you know what was changed with the release process that may have caused this? Did I do something wrong, or are we missing some information in the release scripts?

@lorand-horvath
Copy link
Author

The latest tag is still pointing to the previous version 5.15.7 for some reason. One can, however, manually install 5.15.8 with
npm install @mui/[email protected]

@lorand-horvath
Copy link
Author

@mnajdova @michaldudak I've just tried to manually install with npm install @mui/[email protected] and I get zero-runtime errors:

image

@mnajdova
Copy link
Member

mnajdova commented Feb 8, 2024

Oops. @brijeshb42 you've added the @mui/zero-runtime as a peer dependency for @mui/material, but it's still marked as a private package and hasn't been released. Can you revert this change until we have a publicly available version of this package?

@mnajdova
Copy link
Member

mnajdova commented Feb 8, 2024

It's marked as optional dependency in #40971, hopefully, that will be enough.

@mnajdova
Copy link
Member

mnajdova commented Feb 8, 2024

The latest tag was intentionally pointed to the previous version, see #40969 (comment), exactly because of this issue. I am closing this one, seems like the error you provided is already captured in the linked issue.

@mnajdova mnajdova closed this as completed Feb 8, 2024
@mnajdova mnajdova added duplicate This issue or pull request already exists and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists package: material-ui Specific to @mui/material regression A bug, but worse
Projects
None yet
Development

No branches or pull requests

4 participants