Skip to content

Commit

Permalink
chore: update versions (6-next) (verdaccio#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 3, 2021
1 parent 3763b9f commit a6bbc8e
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"@verdaccio/url": "11.0.0-alpha.3",
"@verdaccio/fastify-migration": "6.0.0-6-next.9",
"@verdaccio/eslint-config": "1.0.0",
"@verdaccio/benchmark": "1.0.0"
"@verdaccio/benchmark": "1.0.0",
"@verdaccio/website": "5.1.3"
},
"changesets": [
"afraid-mice-obey",
Expand All @@ -59,6 +60,7 @@
"hip-hounds-destroy",
"late-adults-love",
"late-parents-act",
"little-stingrays-rule",
"many-vans-care",
"modern-spies-tell",
"neat-toes-report",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"semver": "7.3.5"
},
"devDependencies": {
"@verdaccio/server": "workspace:6.0.0-6-next.16",
"@verdaccio/server": "workspace:6.0.0-6-next.17",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"body-parser": "1.19.0",
"lodash": "4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdaccio/cli

## 6.0.0-6-next.18

### Patch Changes

- @verdaccio/node-api@6.0.0-6-next.18

## 6.0.0-6-next.17

### Minor 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.17",
"version": "6.0.0-6-next.18",
"author": {
"name": "Juan Picado",
"email": "[email protected]"
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
"@verdaccio/fastify-migration": "workspace:6.0.0-6-next.10",
"commander": "6.2.0",
"clipanion": "3.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdaccio/node-api

## 6.0.0-6-next.18

### Patch Changes

- @verdaccio/server@6.0.0-6-next.17

## 6.0.0-6-next.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "6.0.0-6-next.18",
"description": "node API",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/server": "workspace:6.0.0-6-next.16",
"@verdaccio/server": "workspace:6.0.0-6-next.17",
"debug": "4.3.2",
"lodash": "4.17.21"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.0.0-6-next.5

### Patch Changes

- f96b147e: fix: several issues which caused the audit to fail (#2335)

## 10.0.0-alpha.4

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-audit",
"version": "11.0.0-alpha.4",
"version": "11.0.0-6-next.5",
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
"keywords": [
"private",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
"autosuggest-highlight": "3.1.1",
"babel-loader": "8.2.2",
"babel-plugin-dynamic-import-node": "2.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdaccio/server

## 6.0.0-6-next.17

### Patch Changes

- Updated dependencies [f96b147e]
- [email protected]
- @verdaccio/api@6.0.0-6-next.12

## 6.0.0-6-next.16

### 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.16",
"version": "6.0.0-6-next.17",
"description": "server logic",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@verdaccio/store": "workspace:6.0.0-6-next.10",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"@verdaccio/web": "workspace:6.0.0-6-next.15",
"verdaccio-audit": "workspace:11.0.0-alpha.4",
"verdaccio-audit": "workspace:11.0.0-6-next.5",
"compression": "1.7.4",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://verdaccio.org",
"license": "MIT",
"devDependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.17",
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"fs-extra": "10.0.0",
"webpack": "5.33.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/verdaccio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# verdaccio

## 6.0.0-6-next.20

### Patch Changes

- Updated dependencies [f96b147e]
- [email protected]
- @verdaccio/node-api@6.0.0-6-next.18
- @verdaccio/cli@6.0.0-6-next.18
- @verdaccio/ui-theme@6.0.0-6-next.9

## 6.0.0-6-next.19

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/verdaccio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "6.0.0-6-next.19",
"version": "6.0.0-6-next.20",
"description": "A lightweight private npm proxy registry",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"homepage": "https://verdaccio.org",
"dependencies": {
"@verdaccio/cli": "workspace:6.0.0-6-next.17",
"@verdaccio/cli": "workspace:6.0.0-6-next.18",
"@verdaccio/hooks": "workspace:6.0.0-6-next.4",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
"@verdaccio/node-api": "workspace:6.0.0-6-next.18",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"verdaccio-audit": "11.0.0-alpha.4",
"verdaccio-audit": "11.0.0-6-next.5",
"verdaccio-htpasswd": "11.0.0-alpha.6"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6bbc8e

Please sign in to comment.