1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: update versions

This commit is contained in:
Juan Picado 2025-02-02 10:50:54 +01:00
parent ab427ffda5
commit 4247cb1d3b
2 changed files with 10 additions and 2 deletions

@ -88,7 +88,7 @@ npm install -g generator-verdaccio-plugin
Learn more [here](https://verdaccio.org/docs/dev-plugins) how to develop plugins. Share your plugins with the community.
## Integration Tests
## End to End Testing
In our compatibility testing project, we're dedicated to ensuring that your favorite commands work seamlessly across different versions of npm, pnpm, and Yarn. From publishing packages to managing dependencies.
Our goal is to give you the confidence to use your preferred package manager without any issues. So dive in, check out our matrix, and see how your commands fare across the board!

@ -16,6 +16,13 @@ The migration from Verdaccio v5/v6 to v7 contains breaking changes. Refer to the
For migrations from older versions to v5/6 refer to the [v5 migration guide](https://verdaccio.org/blog/2021/04/14/verdaccio-5-migration-guide/).
### Deprecated Versions
Deprecated versions arent supported anymore and shouldnt be used in production. They dont get updates—including security fixes—and we dont run E2E tests on them.
Once the deprecation period is over, the source code will be archived and wont be maintained anymore.
We try to keep things as backward-compatible as possible, but sometimes deprecating old versions is necessary to keep the project moving forward.
## Npm Registry
The official Verdaccio npm packages are located at https://www.npmjs.com/package/verdaccio.
@ -31,4 +38,5 @@ The official Verdaccio Helm Charts are found at https://artifacthub.io/packages/
## E2E Tests
The e2e test are set of basic test running on each release to ensure the basic functionality of Verdaccio. The tests are located at
different branches, depending on the version. For versions 6.x and 7.x the tests are located at the [e2e-test](https://github.com/verdaccio/e2e-tests) and everything else on this repository.
different branches, depending on the version. For versions `6.x` and `7.x` the tests are located at the [e2e-test](https://github.com/verdaccio/e2e-tests) and everything else on this repository.
For more details what's being tested, please refer to the [readme file](https://github.com/verdaccio/verdaccio?tab=readme-ov-file#integration-tests) on this repository.