v6.1.0
Reported bugs from this version (fixed at v6.1.2)
What's Changed
- chore(deps): update all linting dependencies (6.x) by @renovate in #5033
- chore(deps): update all actions to v4 (6.x) (major) by @renovate in #5036
- chore(deps): update node.js to v20.18.2 (6.x) by @renovate in #5063
- chore(deps): update dependency @octokit/rest to v21 (6.x) by @renovate in #5068
- chore(deps): update node.js to v22 (6.x) by @renovate in #5070
- chore(deps): update actions/setup-node action to v4.2.0 (6.x) by @renovate in #5072
- fix(deps): update dependency compression to v1.8.0 (6.x) by @renovate in #5091
- feat: refactor add api names and update core dependencies by @juanpicado in #5090
- feat: upgrade load plugin and auth by @juanpicado in #5130
- fix(deps): update core verdaccio dependencies (6.x) by @renovate in #5154
- fix(deps): update dependency @cypress/request to v3.0.8 (6.x) by @renovate in #5155
Big thanks to @mbtools for the last three months of remarkable improvements (which are behind the core dev updates, mostly on the master branch)
Improvements
Improved logging for plugins
Before
info --- plugin successfully loaded: verdaccio-htpasswd
info --- plugin successfully loaded: verdaccio-audit
New
info --- plugin verdaccio-htpasswd successfully loaded (authentication)
info --- plugin verdaccio-audit successfully loaded (middleware)
info --- plugin @verdaccio/ui-theme successfully loaded (theme)
Other improvements
- Allow scoped plugins https://github.com/orgs/verdaccio/discussions/5120
- Improved remote proxy (improvements ported from 7.x 8.x versions (next)) @mbtools
Full Changelog: v6.0.5...v6.1.0