Skip to content

Commit

Permalink
chore: update versions (next-7) (#4624)
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
juanpicado and github-actions[bot] committed May 5, 2024
1 parent bd8703e commit 53d9df9
Show file tree
Hide file tree
Showing 70 changed files with 671 additions and 374 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"perfect-chairs-act",
"pink-apples-nail",
"pink-balloons-leave",
"poor-seals-turn",
"quick-buses-scream",
"real-socks-vanish",
"sharp-wolves-carry",
Expand All @@ -87,6 +88,7 @@
"thirty-toes-swim",
"unlucky-cycles-sparkle",
"weak-fans-explain",
"wet-balloons-give",
"wicked-kiwis-check",
"wicked-worms-wash",
"wild-otters-talk",
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.14",
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/types": "workspace:12.0.0-next.2",
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"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.14"
"verdaccio": "workspace:7.0.0-next-7.15"
},
"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.14",
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/config": "workspace:7.0.0-next-7.14",
"verdaccio": "workspace:7.0.0-next-7.15",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
"debug": "4.3.4",
"cypress": "^13.6.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @verdaccio/api

## 7.0.0-next-7.15

### Patch Changes

- Updated dependencies [7400830]
- Updated dependencies [bd8703e]
- @verdaccio/store@7.0.0-next-7.15
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/config@7.0.0-next-7.15
- @verdaccio/auth@7.0.0-next-7.15
- @verdaccio/logger@7.0.0-next-7.15
- @verdaccio/middleware@7.0.0-next-7.15
- @verdaccio/utils@7.0.0-next-7.15

## 7.0.0-next-7.14

### 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.14",
"version": "7.0.0-next-7.15",
"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.14",
"@verdaccio/config": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/logger": "workspace:7.0.0-next-7.14",
"@verdaccio/middleware": "workspace:7.0.0-next-7.14",
"@verdaccio/store": "workspace:7.0.0-next-7.14",
"@verdaccio/utils": "workspace:7.0.0-next-7.14",
"@verdaccio/auth": "workspace:7.0.0-next-7.15",
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/logger": "workspace:7.0.0-next-7.15",
"@verdaccio/middleware": "workspace:7.0.0-next-7.15",
"@verdaccio/store": "workspace:7.0.0-next-7.15",
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"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.2",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"mockdate": "3.0.5",
"nock": "13.5.1",
"supertest": "6.3.4"
Expand Down
17 changes: 17 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @verdaccio/auth

## 7.0.0-next-7.15

### Minor Changes

- bd8703e: feat: add migrateToSecureLegacySignature and remove enhancedLegacySignature property

### Patch Changes

- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/signature@7.0.0-next-7.5
- @verdaccio/config@7.0.0-next-7.15
- @verdaccio/loaders@7.0.0-next-7.15
- @verdaccio/logger@7.0.0-next-7.15
- verdaccio-htpasswd@12.0.0-next-7.15
- @verdaccio/utils@7.0.0-next-7.15

## 7.0.0-next-7.14

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.14",
"version": "7.0.0-next-7.15",
"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.14",
"@verdaccio/config": "workspace:7.0.0-next-7.14",
"@verdaccio/loaders": "workspace:7.0.0-next-7.14",
"@verdaccio/logger": "workspace:7.0.0-next-7.14",
"@verdaccio/signature": "workspace:7.0.0-next-7.4",
"@verdaccio/utils": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/loaders": "workspace:7.0.0-next-7.15",
"@verdaccio/logger": "workspace:7.0.0-next-7.15",
"@verdaccio/signature": "workspace:7.0.0-next-7.5",
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"debug": "4.3.4",
"lodash": "4.17.21",
"verdaccio-htpasswd": "workspace:12.0.0-next-7.14"
"verdaccio-htpasswd": "workspace:12.0.0-next-7.15"
},
"devDependencies": {
"express": "4.18.3",
"supertest": "6.3.4",
"@verdaccio/middleware": "workspace:7.0.0-next-7.14",
"@verdaccio/types": "workspace:12.0.0-next.2"
"@verdaccio/middleware": "workspace:7.0.0-next-7.15",
"@verdaccio/types": "workspace:12.0.0-next-7.3"
},
"funding": {
"type": "opencollective",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @verdaccio/cli

## 7.0.0-next-7.15

### Patch Changes

- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/node-api@7.0.0-next-7.15
- @verdaccio/config@7.0.0-next-7.15
- @verdaccio/logger@7.0.0-next-7.15

## 7.0.0-next-7.14

### 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.14",
"version": "7.0.0-next-7.15",
"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.14",
"@verdaccio/config": "workspace:7.0.0-next-7.14",
"@verdaccio/logger": "workspace:7.0.0-next-7.14",
"@verdaccio/node-api": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/logger": "workspace:7.0.0-next-7.15",
"@verdaccio/node-api": "workspace:7.0.0-next-7.15",
"clipanion": "3.2.1",
"envinfo": "7.11.0",
"kleur": "4.1.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @verdaccio/config

## 7.0.0-next-7.15

### Minor Changes

- bd8703e: feat: add migrateToSecureLegacySignature and remove enhancedLegacySignature property

### Patch Changes

- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/utils@7.0.0-next-7.15

## 7.0.0-next-7.14

### 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.14",
"version": "7.0.0-next-7.15",
"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.14",
"@verdaccio/utils": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"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.15

### Minor Changes

- bd8703e: feat: add migrateToSecureLegacySignature and remove enhancedLegacySignature property

## 7.0.0-next-7.14

## 7.0.0-next-7.13
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.14",
"version": "7.0.0-next-7.15",
"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.2"
"@verdaccio/types": "workspace:12.0.0-next-7.3"
},
"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.2"
"@verdaccio/types": "workspace:12.0.0-next-7.3"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 12.0.0-next-7.15

### Patch Changes

- 7400830: revert #4600
- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/url@12.0.0-next-7.15
- @verdaccio/utils@7.0.0-next-7.15

## 12.0.0-next-7.14

### 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.14",
"version": "12.0.0-next-7.15",
"description": "tarball utilities resolver",
"keywords": [
"private",
Expand Down Expand Up @@ -33,14 +33,14 @@
"access": "public"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/url": "workspace:12.0.0-next-7.14",
"@verdaccio/utils": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"@verdaccio/url": "workspace:12.0.0-next-7.15",
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"debug": "4.3.4",
"lodash": "4.17.21"
},
"devDependencies": {
"@verdaccio/types": "workspace:12.0.0-next.2",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"node-mocks-http": "1.14.1"
},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.0.0-next-7.3

### Minor Changes

- bd8703e: feat: add migrateToSecureLegacySignature and remove enhancedLegacySignature property

## 12.0.0-next.2

### 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.2",
"version": "12.0.0-next-7.3",
"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.15

### Patch Changes

- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15

## 12.0.0-next-7.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/url",
"version": "12.0.0-next-7.14",
"version": "12.0.0-next-7.15",
"description": "url utilities resolver",
"keywords": [
"private",
Expand Down Expand Up @@ -33,13 +33,13 @@
"access": "public"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"debug": "4.3.4",
"lodash": "4.17.21",
"validator": "13.11.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:12.0.0-next.2",
"@verdaccio/types": "workspace:12.0.0-next-7.3",
"node-mocks-http": "1.14.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdaccio/hooks

## 7.0.0-next-7.15

### Patch Changes

- Updated dependencies [bd8703e]
- @verdaccio/core@7.0.0-next-7.15
- @verdaccio/logger@7.0.0-next-7.15

## 7.0.0-next-7.14

### Patch Changes
Expand Down

0 comments on commit 53d9df9

Please sign in to comment.