Skip to content

Update verdaccio/verdaccio Docker tag to v5.10.0

Utopia Planitia Bot requested to merge renovate/verdaccio-verdaccio-5.x into main

This MR contains the following updates:

Package Update Change
verdaccio/verdaccio minor 5.9.0 -> 5.10.0

Release Notes

verdaccio/verdaccio

v5.10.0

Compare Source

Features
🌞 Initial new set of variables to hide features (more to come)

Add set of new variables that allow hide different parts of the UI, buttons, footer or download tarballs. All are enabled by default.

### web:
###  login: true <-- already exist but worth the reminder
###  showInfo: true
###  showSettings: true
### In combination with darkMode you can force specific theme
###  showThemeSwitch: true
###  showFooter: true
###  showSearch: true
###  showDownloadTarball: true

If you disable showThemeSwitch and force darkMode: true the local storage settings would be ignored and force all themes to the one in the configuration file.

Future could be extended to other parts.

🚀 Raw button to display manifest package

A new experimental feature (enabled by default), button named RAW to be able navigate on the package manifest directly on the ui, kudos to react-json-view that allows an easy integration, not configurable yet until get more feedback.

### web:
 showRaw: true <-- false to disable it

| image | image |

🧑‍🏭 Rework header buttons
  • The header has been rework, the mobile was looking broken. Now only displays login and logo (for screens smaller than 400px)
  • Removed info button in the header and moved to a dialog
  • Info dialog now contains more information about the project, license and the aid content for Ukrania 🇺🇦 now is inside of the info modal.
  • Separate settings and info to avoid collapse too much info (for mobile still need some work)
🔢 Others
  • Updated translations for several languages
🪄 What's next?
  • Next updates will be focused on improving the mobile/tablet layouts (does not look so great yet)
  • More updates on v6 (alpha release)
🐞 Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports