1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 03:19:36 +01:00

chore: update versions (6-next) (#3331)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Juan Picado 2022-08-27 19:33:00 +02:00 committed by GitHub
parent d202128a06
commit 3089c1c9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 716 additions and 40 deletions

@ -40,7 +40,17 @@
"@verdaccio/core": "6.0.0-next.0",
"@verdaccio/test-helper": "1.0.0",
"docusaurus-plugin-contributors": "1.0.0",
"@verdaccio/website": "5.4.0"
"@verdaccio/website": "5.4.0",
"@verdaccio/test-cli-commons": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-npm6": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-npm7": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-npm8": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-pnpm6": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-pnpm7": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-yarn1": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-yarn2": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-yarn3": "1.0.1-6-next.1",
"@verdaccio/e2e-cli-yarn4": "1.0.1-6-next.1"
},
"changesets": [
"afraid-mice-obey",
@ -102,6 +112,7 @@
"slow-carrots-relate",
"smart-apricots-kneel",
"smart-beds-cross",
"smooth-owls-pump",
"sour-buses-shout",
"spicy-frogs-press",
"spicy-snakes-sip",

@ -1,5 +1,11 @@
# @verdaccio/ui-theme
## 6.0.0-6-next.27
### Patch Changes
- 20d63dc3: ui: basic grammatical fixes in the Ukraine Message
## 6.0.0-6-next.26
### Major Changes

@ -1,6 +1,6 @@
{
"name": "@verdaccio/ui-theme",
"version": "6.0.0-6-next.26",
"version": "6.0.0-6-next.27",
"description": "Verdaccio User Interface",
"author": {
"name": "Verdaccio Contributors",

@ -33,7 +33,7 @@
"license": "MIT",
"devDependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.36",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.26",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.27",
"fs-extra": "10.1.0",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",

@ -1,5 +1,12 @@
# verdaccio
## 6.0.0-6-next.44
### Patch Changes
- Updated dependencies [20d63dc3]
- @verdaccio/ui-theme@6.0.0-6-next.27
## 6.0.0-6-next.43
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "6.0.0-6-next.43",
"version": "6.0.0-6-next.44",
"description": "A lightweight private npm proxy registry",
"main": "build/index.js",
"types": "build/index.d.ts",
@ -41,7 +41,7 @@
"@verdaccio/hooks": "workspace:6.0.0-6-next.14",
"@verdaccio/logger": "workspace:6.0.0-6-next.12",
"@verdaccio/node-api": "workspace:6.0.0-6-next.34",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.26",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.27",
"@verdaccio/utils": "workspace:6.0.0-6-next.12",
"verdaccio-audit": "workspace:11.0.0-6-next.9",
"verdaccio-htpasswd": "workspace:11.0.0-6-next.14"

622
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

@ -1,5 +1,11 @@
# @verdaccio/test-cli-commons
## 1.0.1-6-next.2
### Patch Changes
- verdaccio@6.0.0-6-next.44
## 1.0.1-6-next.1
### Patch Changes

@ -1,7 +1,7 @@
{
"private": true,
"name": "@verdaccio/test-cli-commons",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
@ -12,7 +12,7 @@
"fs-extra": "10.1.0",
"semver": "7.3.7",
"got": "11.8.5",
"verdaccio": "workspace:6.0.0-6-next.43",
"verdaccio": "workspace:6.0.0-6-next.44",
"@verdaccio/core": "workspace:6.0.0-6-next.6",
"@verdaccio/config": "workspace:6.0.0-6-next.15",
"@verdaccio/test-helper": "workspace:1.1.0-6-next.2"

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-npm6
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-npm6",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"npm": "latest-6"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-npm7
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-npm7",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"npm": "latest-7"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-npm8
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-npm8",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"npm": "next-8"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-pnpm6
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-pnpm6",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"pnpm": "latest-6"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-pnpm7
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-pnpm7",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"pnpm": "next-7"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-yarn1
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-yarn1",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"yarn": "1.22.19"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-yarn2
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-yarn2",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"@yarnpkg/cli-dist": "2.4.2"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-yarn3
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-yarn3",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2",
"@yarnpkg/cli-dist": "3.2.3"
},
"scripts": {

@ -1,5 +1,11 @@
# @verdaccio/e2e-cli-yarn4
## 1.0.1-6-next.2
### Patch Changes
- @verdaccio/test-cli-commons@1.0.1-6-next.2
## 1.0.1-6-next.1
### Patch Changes

@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.1-6-next.1",
"version": "1.0.1-6-next.2",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.1"
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.2"
},
"scripts": {
"test": "jest"