Skip to content

build(deps-dev): bump verdaccio from 6.3.2 to 6.4.0#344

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/verdaccio-6.4.0
Apr 10, 2026
Merged

build(deps-dev): bump verdaccio from 6.3.2 to 6.4.0#344
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/verdaccio-6.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps verdaccio from 6.3.2 to 6.4.0.

Release notes

Sourced from verdaccio's releases.

v6.4.0

Features

Package Filter Plugins (#5786, verdaccio/verdaccio#5548) by @​vsugrob, @​pyhp2017 @​juanpicado

⚠️ Please help us to test this feature (it is pretty new and might be not perfect) ref https://github.com/orgs/verdaccio/discussions/5796 The @verdaccio/package-filter package is bundled by default but must be enabled by the user.

@verdaccio/package-filter is 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

filters:
  '@verdaccio/package-filter':
    block:
      - package: 'event-stream'
        versions: '3.3.6'

Block an entire malicious scope

filters:
  '@verdaccio/package-filter':
    block:
      - scope: '@malicious'

Quarantine recently published versions

Hide versions published less than 7 days ago, giving time for review before adoption:

filters:
  '@verdaccio/package-filter':
    minAgeDays: 7

Freeze registry to a point in time

Only serve versions published before a specific date:

filters:
  '@verdaccio/package-filter':
    dateThreshold: '2025-01-01'

Whitelist trusted packages within blocked rules

... (truncated)

Changelog

Sourced from verdaccio's changelog.

6.4.0 (2026-04-06)

Features

Bug Fixes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [verdaccio](https://github.com/verdaccio/verdaccio) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v6.4.0/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v6.3.2...v6.4.0)

---
updated-dependencies:
- dependency-name: verdaccio
  dependency-version: 6.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@github-actions github-actions bot enabled auto-merge (squash) April 10, 2026 07:13
@github-actions github-actions bot merged commit 88efdb5 into main Apr 10, 2026
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/verdaccio-6.4.0 branch April 10, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants