chore(deps): update verdaccio/verdaccio docker tag to v6.4.0#7311
Merged
wanghe-fit2cloud merged 2 commits intodevfrom Apr 7, 2026
Merged
chore(deps): update verdaccio/verdaccio docker tag to v6.4.0#7311wanghe-fit2cloud merged 2 commits intodevfrom
wanghe-fit2cloud merged 2 commits intodevfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.2→6.4.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
verdaccio/verdaccio (verdaccio/verdaccio)
v6.4.0Compare Source
Features
Package Filter Plugins (#5786, #5548) by @vsugrob, @pyhp2017
@verdaccio/package-filteris a built-in plugin that intercepts package metadata from uplinks and removes versions matching configurable rules. With no rules configured, it acts as a no-op passthrough.Block a compromised package version
Block an entire malicious scope
Quarantine recently published versions
Hide versions published less than 7 days ago, giving time for review before adoption:
Freeze registry to a point in time
Only serve versions published before a specific date:
Whitelist trusted packages within blocked rules
Replace instead of remove
Substitute a blocked version with the nearest older safe version, useful when removing it would break transitive dependencies:
Full example
Bug Fixes
Full Changelog: verdaccio/verdaccio@v6.3.2...v6.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.