-
Notifications
You must be signed in to change notification settings - Fork 357
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
1.23.0-module.beta.1 was mistakenly released under the latest
dist-tag
#818
Comments
I want to fix this, but As an aside, it's baffling to me that this is the default behavior for publishing a pre-release version of a package. |
@nex3 any update regarding this? |
latest
dist-taglatest
dist-tag
I haven't heard back from npm support about the |
The half-measure: |
Well, I don't want it to be deprecated; it's definitely a valid person I want people to be able to use. I think this will be solved when we release the next stable version, which should be soon. |
Deprecation doesn't prevent someone to use the version but it would be a clear indication that there is something wrong with the publication. |
you should deprecate this version |
Why would deprecating it be better than releasing a new stable version that will take the |
the time |
It's no faster to release a new version of the beta than it is to release a new version of the stable release. |
i meant to release the old version again |
I'm pretty sure npm forbids re-releasing a version that's already been uploaded. |
i missed to say change the npm version so here is what i meant |
Once we have to bump the package version, it's not trivial to release a new version. |
if you can explain why maybe someone can help |
You'll either have to look at our deployment infrastructure, or just take my word for it. Anyway, we're in the process of releasing a new stable version right now, so this is a moot point. |
okay i will take your word sorry for bothering you |
1.22.12 has been released, so I'm closing this out. |
If users install dart sass via
npm install sass
and use it along with sass-loader, sass-loader's version check will fail.https://github.com/webpack-contrib/sass-loader/blob/aa9b53b4d1c14117c4ca114a13cecb6e53b4e87a/src/getSassImplementation.js#L28-L31
The text was updated successfully, but these errors were encountered: