Skip to content

Commit

Permalink
chore: update versions (next-7)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 16, 2024
1 parent e7ceb8c commit 02b7c60
Show file tree
Hide file tree
Showing 74 changed files with 703 additions and 385 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,25 @@
"@verdaccio/website": "5.20.2",
"@verdaccio/local-publish": "0.0.1",
"@verdaccio/search": "7.0.0-next.0",
"@verdaccio/e2e-cli-pnpm9": "1.0.1"
"@verdaccio/e2e-cli-pnpm9": "1.0.1",
"generator-verdaccio-plugin": "4.1.0"
},
"changesets": [
"angry-trees-tie",
"big-cameras-invent",
"breezy-mayflies-pull",
"chilled-carrots-guess",
"chilly-rivers-chew",
"dry-shoes-report",
"eight-icons-heal",
"eight-squids-judge",
"eighty-lobsters-study",
"good-cups-train",
"grumpy-pots-watch",
"itchy-mangos-wink",
"long-jars-collect",
"long-moles-attend",
"nervous-fireants-design",
"old-turkeys-heal",
"olive-bananas-wink",
"perfect-chairs-act",
Expand All @@ -80,6 +84,7 @@
"poor-seals-turn",
"quick-buses-scream",
"real-socks-vanish",
"rich-shrimps-check",
"sharp-wolves-carry",
"shiny-worms-retire",
"shy-carrots-compare",
Expand All @@ -90,6 +95,7 @@
"strange-points-repair",
"stupid-dancers-relate",
"thirty-toes-swim",
"twenty-queens-protect",
"unlucky-cycles-sparkle",
"weak-fans-explain",
"wet-balloons-give",
Expand Down
8 changes: 4 additions & 4 deletions e2e/cli/cli-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"devDependencies": {
"@verdaccio/config": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/types": "workspace:12.0.0-next-7.4",
"debug": "4.3.4",
"fs-extra": "11.2.0",
"get-port": "5.1.1",
"got": "11.8.6",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"verdaccio": "workspace:7.0.0-next-7.16"
"verdaccio": "workspace:7.0.0-next-7.17"
},
"scripts": {
"test": "jest",
Expand Down
6 changes: 3 additions & 3 deletions e2e/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "@verdaccio/e2e-ui",
"version": "2.0.0",
"devDependencies": {
"verdaccio": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/config": "workspace:7.0.0-next-7.16",
"verdaccio": "workspace:7.0.0-next-7.17",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
"debug": "4.3.4",
"cypress": "^13.6.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @verdaccio/api

## 7.0.0-next-7.17

### Patch Changes

- 6e764e3: feat: add support for npm owner
- Updated dependencies [6e764e3]
- Updated dependencies [de6ff5c]
- @verdaccio/config@7.0.0-next-7.17
- @verdaccio/core@7.0.0-next-7.17
- @verdaccio/store@7.0.0-next-7.17
- @verdaccio/auth@7.0.0-next-7.17
- @verdaccio/logger@7.0.0-next-7.17
- @verdaccio/middleware@7.0.0-next-7.17
- @verdaccio/utils@7.0.0-next-7.17

## 7.0.0-next-7.16

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/api",
"version": "7.0.0-next-7.16",
"version": "7.0.0-next-7.17",
"description": "loaders logic",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -38,13 +38,13 @@
},
"license": "MIT",
"dependencies": {
"@verdaccio/auth": "workspace:7.0.0-next-7.16",
"@verdaccio/config": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/logger": "workspace:7.0.0-next-7.16",
"@verdaccio/middleware": "workspace:7.0.0-next-7.16",
"@verdaccio/store": "workspace:7.0.0-next-7.16",
"@verdaccio/utils": "workspace:7.0.0-next-7.16",
"@verdaccio/auth": "workspace:7.0.0-next-7.17",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/logger": "workspace:7.0.0-next-7.17",
"@verdaccio/middleware": "workspace:7.0.0-next-7.17",
"@verdaccio/store": "workspace:7.0.0-next-7.17",
"@verdaccio/utils": "workspace:7.0.0-next-7.17",
"abortcontroller-polyfill": "1.7.5",
"body-parser": "1.20.2",
"cookies": "0.9.0",
Expand All @@ -56,7 +56,7 @@
},
"devDependencies": {
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"@verdaccio/types": "workspace:12.0.0-next-7.4",
"mockdate": "3.0.5",
"nock": "13.5.1",
"supertest": "6.3.4"
Expand Down
13 changes: 13 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @verdaccio/auth

## 7.0.0-next-7.17

### Patch Changes

- Updated dependencies [6e764e3]
- @verdaccio/config@7.0.0-next-7.17
- @verdaccio/core@7.0.0-next-7.17
- @verdaccio/loaders@7.0.0-next-7.17
- @verdaccio/logger@7.0.0-next-7.17
- verdaccio-htpasswd@12.0.0-next-7.17
- @verdaccio/signature@7.0.0-next-7.5
- @verdaccio/utils@7.0.0-next-7.17

## 7.0.0-next-7.16

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/auth",
"version": "7.0.0-next-7.16",
"version": "7.0.0-next-7.17",
"description": "logger",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -38,21 +38,21 @@
},
"license": "MIT",
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/config": "workspace:7.0.0-next-7.16",
"@verdaccio/loaders": "workspace:7.0.0-next-7.16",
"@verdaccio/logger": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"@verdaccio/loaders": "workspace:7.0.0-next-7.17",
"@verdaccio/logger": "workspace:7.0.0-next-7.17",
"@verdaccio/signature": "workspace:7.0.0-next-7.5",
"@verdaccio/utils": "workspace:7.0.0-next-7.16",
"@verdaccio/utils": "workspace:7.0.0-next-7.17",
"debug": "4.3.4",
"lodash": "4.17.21",
"verdaccio-htpasswd": "workspace:12.0.0-next-7.16"
"verdaccio-htpasswd": "workspace:12.0.0-next-7.17"
},
"devDependencies": {
"express": "4.19.2",
"supertest": "6.3.4",
"@verdaccio/middleware": "workspace:7.0.0-next-7.16",
"@verdaccio/types": "workspace:12.0.0-next-7.3"
"@verdaccio/middleware": "workspace:7.0.0-next-7.17",
"@verdaccio/types": "workspace:12.0.0-next-7.4"
},
"funding": {
"type": "opencollective",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @verdaccio/cli

## 7.0.0-next-7.17

### Patch Changes

- 199aea3: chore: add config location and loglevel to startup log
- Updated dependencies [6e764e3]
- @verdaccio/config@7.0.0-next-7.17
- @verdaccio/core@7.0.0-next-7.17
- @verdaccio/logger@7.0.0-next-7.17
- @verdaccio/node-api@7.0.0-next-7.17

## 7.0.0-next-7.16

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/cli",
"version": "7.0.0-next-7.16",
"version": "7.0.0-next-7.17",
"author": {
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
Expand Down Expand Up @@ -43,10 +43,10 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/config": "workspace:7.0.0-next-7.16",
"@verdaccio/logger": "workspace:7.0.0-next-7.16",
"@verdaccio/node-api": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"@verdaccio/logger": "workspace:7.0.0-next-7.17",
"@verdaccio/node-api": "workspace:7.0.0-next-7.17",
"clipanion": "3.2.1",
"envinfo": "7.11.0",
"kleur": "4.1.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @verdaccio/config

## 7.0.0-next-7.17

### Patch Changes

- 6e764e3: feat: add support for npm owner
- Updated dependencies [6e764e3]
- @verdaccio/core@7.0.0-next-7.17
- @verdaccio/utils@7.0.0-next-7.17

## 7.0.0-next-7.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/config",
"version": "7.0.0-next-7.16",
"version": "7.0.0-next-7.17",
"description": "logger",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"build": "pnpm run build:js && pnpm run build:types"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/utils": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/utils": "workspace:7.0.0-next-7.17",
"debug": "4.3.4",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdaccio/core

## 7.0.0-next-7.17

### Patch Changes

- 6e764e3: feat: add support for npm owner

## 7.0.0-next-7.16

## 7.0.0-next-7.15
Expand Down
4 changes: 2 additions & 2 deletions packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/core",
"version": "7.0.0-next-7.16",
"version": "7.0.0-next-7.17",
"description": "core utilities",
"keywords": [
"private",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lodash": "4.17.21",
"typedoc": "0.23.25",
"typedoc-plugin-missing-exports": "latest",
"@verdaccio/types": "workspace:12.0.0-next-7.3"
"@verdaccio/types": "workspace:12.0.0-next-7.4"
},
"scripts": {
"clean": "rimraf ./build",
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 @@ -39,7 +39,7 @@
"lockfile": "1.0.4"
},
"devDependencies": {
"@verdaccio/types": "workspace:12.0.0-next-7.3"
"@verdaccio/types": "workspace:12.0.0-next-7.4"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 12.0.0-next-7.17

### Patch Changes

- Updated dependencies [6e764e3]
- @verdaccio/core@7.0.0-next-7.17
- @verdaccio/url@12.0.0-next-7.17
- @verdaccio/utils@7.0.0-next-7.17

## 12.0.0-next-7.16

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/tarball",
"version": "12.0.0-next-7.16",
"version": "12.0.0-next-7.17",
"description": "tarball utilities resolver",
"keywords": [
"private",
Expand Down Expand Up @@ -33,16 +33,16 @@
"access": "public"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"@verdaccio/url": "workspace:12.0.0-next-7.16",
"@verdaccio/utils": "workspace:7.0.0-next-7.16",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/url": "workspace:12.0.0-next-7.17",
"@verdaccio/utils": "workspace:7.0.0-next-7.17",
"debug": "4.3.4",
"gunzip-maybe": "^1.4.2",
"lodash": "4.17.21",
"tar-stream": "^3.1.7"
},
"devDependencies": {
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"@verdaccio/types": "workspace:12.0.0-next-7.4",
"node-mocks-http": "1.14.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 12.0.0-next-7.4

### Patch Changes

- 6e764e3: feat: add support for npm owner
- de6ff5c: fix: update fields for abbreviated manifest
- 117eb1c: fix: change bundleDependencies to array

## 12.0.0-next-7.3

### 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": "12.0.0-next-7.3",
"version": "12.0.0-next-7.4",
"description": "verdaccio types definitions",
"keywords": [
"private",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 12.0.0-next-7.17

### Patch Changes

- Updated dependencies [6e764e3]
- @verdaccio/core@7.0.0-next-7.17

## 12.0.0-next-7.16

### Patch Changes
Expand Down
Loading

0 comments on commit 02b7c60

Please sign in to comment.