npm verdaccio 5.5.0
v5.5.0

latest releases: 7.0.0-next-7.15, 7.0.0-next-7.14, 5.30.3...
2 years ago

5.5.0 (2022-01-22)

Features

TL;DR

Web User Interface Improvements

The current user interface for this version is exactly the same used on the next major release, the verdaccio/ui repository has been archived, one single UI is much easier to maintain and also to share features between the future major release and the stable one.

The translations were migrated from the source code to the crowdin platform for the User interface which ensure repeated words are not translated twice and also crowding provides a nice interface for contributions, the latest translations are pulled on every release automcatically.

  • Add new options to the web disable login and pkg managers (#2947) (1a7b1ee)

    • Users are able to select which package managers you want to enabled on the web user interface ref #2226
    • Users are able to enable/disable login on web and endpoints option ref #2228 (this is another security layer which some users might be interested to disable)
web:
  pkgManagers:
    - npm
    - yarn
    - pnpm
  login: true      

Improve language switch ui and package manager info

  • Remove the language switch as autocomplete, add info how to contribute to translations
  • Convert info dialog to be able host more information, learn how to use registry with Yarn 2 and add links to documentation.

2022-01-22_13-17
2022-01-20_22-09

Bug Fixes

⚠️ The marked dependency has been updated to v4 which was marked a security upgrade through the @verdaccio/readme dependency.

  • deps: update all non-major linting dependencies (5.x) (#2885) (23d0bd7)
  • deps: update dependency @verdaccio/local-storage to v10.1.1 (#2932) (8c7e39e)
  • deps: update dependency @verdaccio/readme to v10.2.1 (#2933) (8a75f8c)
  • deps: update dependency async to v3.2.3 (#2934) (e2eb6ce)
  • deps: update dependency fast-safe-stringify to v2.1.1 (#2891) (bd738ec)
  • deps: update dependency verdaccio-audit to v10.1.1 (#2935) (3a9d773)
  • update babel and core dependencies (#2887) (ec98159)
  • update docker to v14.18.2 (#2888) (22cfea0)

Announcements

The next month is the talk at Node.js Congress 2022, you can craft your own badge 😊 here, please share it with your colleagues and 👍🏼 if you want like this tweet.

Screenshot 2022-01-22 165430

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.