Verdaccio Versions Save

📦🔐 A lightweight Node.js private proxy registry

v5.30.3

4 weeks ago

5.30.3 (2024-04-06)

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Bug Fixes

  • upgrade docker file base image to v20.12.1 (#4576) (513b10d)

v5.30.2

1 month ago

5.30.2 (2024-03-24)

Same as https://github.com/verdaccio/verdaccio/releases/tag/v5.30.0

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Bug Fixes

v5.30.1

1 month ago

5.30.1 (2024-03-24)

Same as https://github.com/verdaccio/verdaccio/releases/tag/v5.30.0

Bug Fixes

  • remove search dependency (dependency requires Node.js 18 and is not used) (#4560) (a9cfae5)

@verdaccio/[email protected]

1 month ago

Patch Changes

  • 542f9d3: fix: remove node engine restriction

v5.30.0

1 month ago

5.30.0 (2024-03-24)

🎉 3 new contributors

Be warned, if you are using (or cannot upgrade to major) Node.js 12 (only if you install from npmjs) please do not upgrade to this version, the minimum is now Node.js 14 (due dependency reasons are out my hand), the recommendation is always go for LTS releases anyway which at this moment is Node.js 20. For context if you are using the Docker image ignore this warning, the Dockerfile uses Node.js 20 as base image.

ℹ️ Verdaccio v6.0.0-beta.2 has been released, ready for user test to ensure the best backward compatibility, help us by trying it out.

Features

On the versions view there is a new filter that allows semantic versioning filtering (feedback is welcome)

  • deps: update core verdaccio dependencies (5.x) (#4558) (72c3ab7)

Versions filter by semver range

Kapture 2024-03-23 at 20 04 02

Bug Fixes

v6.0.0-beta.2

1 month ago

ℹ️ Available via npm install -g verdaccio@latest-6

Feedback is welcome 👍🏼

6.0.0-beta.2 (2024-03-17)

Features

  • enable stream search from user interface (#4544) (ed3ce4d)

Kapture 2024-03-17 at 11 43 06

Bug Fixes

  • deps: update core verdaccio dependencies (#4436) (5a03778)
  • deps: update core verdaccio dependencies (#4500) (eda0f51)
  • deps: update core verdaccio dependencies (#4531) (f46f9e1)
  • deps: update core verdaccio dependencies (6.x) (#4540) (c12e1a0)
  • newline after version command (913ce37), closes #4543
  • profile v1 endpoint and tests (a183446)

v5.29.2

2 months ago

5.29.2 (2024-02-21)

Bug Fixes

v5.29.1

2 months ago

5.29.1 (2024-02-17)

Bug Fixes

Powered by @mbtools 💯

  • deps: update core verdaccio dependencies (#4389) (f64b395)
  • deps: update core verdaccio dependencies (#4428) (30af49f)
  • deps: update core verdaccio dependencies (#4499) (e10b381)
  • deps: update core verdaccio dependencies (#4508) (23afe22)
  • deps: update core verdaccio dependencies (5.x) (#4352) (b41f6c9)
  • deps: update dependency cookies to v0.9.0 (#4341) (0bdc10e)
  • deps: update dependency cookies to v0.9.1 (#4371) (c96468a)
  • deps: update dependency verdaccio-audit to v12.0.0-next.5 (#4353) (11421c0)
  • deps: update dependency verdaccio-htpasswd to v12.0.0-next.5 (#4355) (03d8bb4)

v6.0.0-beta.1

3 months ago

6.0.0-beta.1 (2024-01-07)

ℹ️ Available via npm install -g verdaccio@latest-6

Bug Fixes

6.0.0-beta.0 (2024-01-07)

⚠ BREAKING CHANGES

  • using new plugin loader (#4097)
  • drop nodejs 16 (#4032)
  • remove request (#3960)
  • drop Node.js 12 (#3983)

Features

Bug Fixes

  • check if node.js minimum version is correct (#4002) (547ba9a)
  • deps: update core verdaccio dependencies (#4358) (f0c1a3f)
  • deps: update core verdaccio dependencies (#4390) (4ee9878)
  • deps: update dependency cookies to v0.9.0 (#4342) (786c200)
  • deps: update dependency validator to v13.11.0 (#3967) (f61cfda)
  • update docker image to v20.9.0 (127e6cf)
  • update verdaccio core dependencies (dc3fb46)
  • update verdaccio core dependencies (#4034) (4ddb220)

v5.29.0

4 months ago

5.29.0 (2023-12-08)

Features

  • replace request with @cypress/request (#4234) (e11d95d) by @legobeat