question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] NPM releases are deprecated (apart from release candidate versions)

See original GitHub issue

Describe the bug

SortableJS versions up to 1.12.0 have until recently been distributed via NPM. Currently release versions of SortableJS on NPM are indicated as ‘deprecated’ and are unavailable for download.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.npmjs.com/package/sortablejs
  2. View the package version history
  3. Observe that only releases containing -rc in the version tag (release candidates) are listed
  4. To see the previously-available (now deprecated) versions, check the ‘show deprecated versions’ checkbox

Expected behavior

Previously-released versions of SortableJS should be available via NPM, or a descriptive reason explaining the deprecation of the package versions should be provided on the NPM package page and GitHub repository.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
owen-m1commented, Dec 28, 2020

Yes, this was a mistake due to a problem with npm, I have contacted npm support to fix this and I’m waiting to hear back from them

1reaction
owen-m1commented, Dec 29, 2020

@jayaddison It contained a lot of structural changes to the codebase that we deemed unnecessary, as well as some build issues. Since this was the majority of the updates it was just rolled back to an earlier version. Any bug fixes that there were in 1.12.0 I will merge into the current version and release as a new version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecating and undeprecating packages or package versions
Note: We strongly recommend deprecating packages or package versions instead of unpublishing them, because unpublishing removes a package from the registry ...
Read more >
How can I update NodeJS and NPM to their latest versions?
2) List all available NPM versions and make a custom install/update/roll-back. View all versions including "alpha", "beta" and "rc" (release ...
Read more >
Meteor 2.3 Release Candidate (Node.js major upgrade) - core
We would like to encourage everyone to test this as this is a big release starting with Node 14, removal of deprecated APIs...
Read more >
Semantic Versioning 2.0.0 | Semantic Versioning
In systems with many dependencies, releasing new package versions can quickly become a nightmare. If the dependency specifications are too tight, you are...
Read more >
How We Release Flex | Twilio
All of our available versions and their release candidates are published on NPM. Major Releases (1.x.x): Backward incompatible changes to our APIs or ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found