Skip to content

Commit

Permalink
chore: update versions (6-next) (verdaccio#2229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 6, 2021
1 parent babe5c3 commit 086c4a7
Show file tree
Hide file tree
Showing 40 changed files with 170 additions and 77 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@verdaccio/fastify-migration": "6.0.0-6-next.9"
},
"changesets": [
"afraid-mice-obey",
"big-lobsters-sin",
"few-cooks-destroy",
"fifty-jars-rest",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"semver": "7.3.2"
},
"devDependencies": {
"@verdaccio/server": "workspace:6.0.0-6-next.13",
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/server": "workspace:6.0.0-6-next.14",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"body-parser": "1.19.0",
"lodash": "^4.17.20",
"supertest": "next"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"funding": {
"type": "opencollective",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdaccio/cli

## 6.0.0-6-next.15

### Patch Changes

- @verdaccio/fastify-migration@6.0.0-6-next.9
- @verdaccio/logger@6.0.0-6-next.4
- @verdaccio/node-api@6.0.0-6-next.15

## 6.0.0-6-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/cli",
"version": "6.0.0-6-next.14",
"version": "6.0.0-6-next.15",
"author": {
"name": "Juan Picado",
"email": "[email protected]"
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@verdaccio/config": "workspace:6.0.0-6-next.6",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/node-api": "workspace:6.0.0-6-next.14",
"@verdaccio/node-api": "workspace:6.0.0-6-next.15",
"@verdaccio/fastify-migration": "workspace:6.0.0-6-next.9",
"commander": "6.2.0",
"clipanion": "3.0.0-rc.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/file-locking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lockfile": "1.0.4"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/htpasswd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"mockdate": "^3.0.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/minimatch": "^3.0.3",
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"minimatch": "^3.0.4",
"rmdir-sync": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"marked": "1.1.1"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fastify": "3.14.2"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tarball/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@verdaccio/utils": "workspace:6.0.0-6-next.4"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"express": "^4.17.1",
"node-mocks-http": "^1.10.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 11.0.0-6-next.7

### Minor Changes

- 0da7031e: allow disable login on ui and endpoints

To be able disable the login, set `login: false`, anything else would enable login. This flag will disable access via UI and web endpoints.

```yml
web:
title: verdaccio
login: false
```
## 11.0.0-6-next.6
### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/types",
"version": "11.0.0-6-next.6",
"version": "11.0.0-6-next.7",
"description": "verdaccio types definitions",
"keywords": [
"private",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"node-mocks-http": "^1.10.1",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@verdaccio/auth": "workspace:6.0.0-6-next.8",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"nock": "^13.0.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.6",
"@verdaccio/mock": "workspace:6.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"homepage": "https://verdaccio.org",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/pino": "^6.3.3",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"funding": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"supertest": "^4.0.2"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"funding": {
"type": "opencollective",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @verdaccio/node-api

## 6.0.0-6-next.15

### Patch Changes

- @verdaccio/logger@6.0.0-6-next.4
- @verdaccio/server@6.0.0-6-next.14

## 6.0.0-6-next.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/node-api",
"version": "6.0.0-6-next.14",
"version": "6.0.0-6-next.15",
"description": "node API",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.6",
"@verdaccio/server": "workspace:6.0.0-6-next.13",
"@verdaccio/server": "workspace:6.0.0-6-next.14",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"core-js": "^3.6.5",
"debug": "^4.2.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"jest-mock-process": "^1.4.0",
"selfsigned": "1.10.7",
"supertest": "^6.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/active-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/activedirectory2": "^1.2.1",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"body-parser": "^1.19.0",
"nock": "^12.0.3",
"supertest": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/auth-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/aws-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"aws-sdk": "^2.607.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"recursive-readdir": "2.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/google-cloud-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@verdaccio/streams": "workspace:11.0.0-alpha.3"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"memory-fs": "0.5.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"memfs": "3.2.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @verdaccio/ui-theme

## 6.0.0-6-next.8

### Minor Changes

- 0da7031e: allow disable login on ui and endpoints

To be able disable the login, set `login: false`, anything else would enable login. This flag will disable access via UI and web endpoints.

```yml
web:
title: verdaccio
login: false
```
## 6.0.0-6-next.7
### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/ui-theme",
"version": "6.0.0-6-next.7",
"version": "6.0.0-6-next.8",
"description": "Verdaccio User Interface",
"author": {
"name": "Verdaccio Core Team",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "10.4.9",
"@verdaccio/node-api": "workspace:6.0.0-6-next.14",
"@verdaccio/node-api": "workspace:6.0.0-6-next.15",
"autosuggest-highlight": "3.1.1",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"request": "2.87.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"funding": {
"type": "opencollective",
Expand Down
13 changes: 13 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @verdaccio/server

## 6.0.0-6-next.14

### Patch Changes

- Updated dependencies [0da7031e]
- @verdaccio/web@6.0.0-6-next.13
- @verdaccio/api@6.0.0-6-next.10
- @verdaccio/auth@6.0.0-6-next.8
- @verdaccio/loaders@6.0.0-6-next.4
- @verdaccio/logger@6.0.0-6-next.4
- [email protected]
- @verdaccio/store@6.0.0-6-next.8

## 6.0.0-6-next.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/server",
"version": "6.0.0-6-next.13",
"version": "6.0.0-6-next.14",
"description": "server logic",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@verdaccio/middleware": "workspace:6.0.0-6-next.8",
"@verdaccio/store": "workspace:6.0.0-6-next.8",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"@verdaccio/web": "workspace:6.0.0-6-next.12",
"@verdaccio/web": "workspace:6.0.0-6-next.13",
"verdaccio-audit": "workspace:11.0.0-alpha.4",
"compression": "1.7.4",
"cors": "2.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"homepage": "https://verdaccio.org",
"license": "MIT",
"devDependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.14",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.7",
"@verdaccio/cli": "workspace:6.0.0-6-next.15",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.8",
"fs-extra": "9.0.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.6",
"@verdaccio/types": "workspace:11.0.0-6-next.6"
"@verdaccio/types": "workspace:11.0.0-6-next.7"
},
"funding": {
"type": "opencollective",
Expand Down
Loading

0 comments on commit 086c4a7

Please sign in to comment.