Skip to content

Update verdaccio/verdaccio Docker tag to v5.27.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.26.3 -> 5.27.0

Release Notes

verdaccio/verdaccio (verdaccio/verdaccio)

v5.27.0

Compare Source

Features
User Interface updates in detail
download progress indicator:

A new indicator was added on the detail page action button and the packages view (small icon to download)

Kapture 2023-10-14 at 11 03 07

fix dark mode and readme css support

The README was not on sync with the darkMode settings displaying a white box when the dark mode was enabled.

fix global for yarn packages and add version to the packages on copy

Screenshot 2023-10-14 at 15 11 43

  • yarn -g xxx@xxx is not a valid syntax, has been replaced by yarn global
  • Added yarn modern syntax, since global is not valid on yarn >2.x the global is ignored
feat: hide deprecated versions option

npm deprecate is a valuable command, but is not enough visible on the UI whenever a package has been deprecated, also could be many packages are deprecated and should not be longer visible (later in the future a filter will be added to display then), the new option hide all those version from the UI.

web:
  hideDeprecatedVersions: true
Screenshot 2023-10-14 at 16 54 23
fix: improve deprecated package style

The deprecated banner was not on sync with the material-ui components.

Screenshot 2023-10-14 at 16 54 03
feat: display deprecated versions

Deprecated versions display a badge, thus is clearly visible which packages are already deprecated.

Screenshot 2023-10-14 at 17 57 16


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

This MR has been generated by Renovate Bot.

Merge request reports