Skip to content

Commit

Permalink
chore: update versions (next-7) (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 5, 2024
1 parent b6d5652 commit e1a9e5c
Show file tree
Hide file tree
Showing 73 changed files with 609 additions and 506 deletions.
6 changes: 6 additions & 0 deletions .changeset/orange-mails-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@verdaccio/tarball': patch
'@verdaccio/store': patch
---

revert #4600
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@
"eight-squids-judge",
"eighty-lobsters-study",
"good-cups-train",
"itchy-mangos-wink",
"long-jars-collect",
"long-moles-attend",
"old-turkeys-heal",
"olive-bananas-wink",
"perfect-chairs-act",
"pink-apples-nail",
"pink-balloons-leave",
"quick-buses-scream",
"real-socks-vanish",
"sharp-wolves-carry",
"shiny-worms-retire",
"shy-carrots-compare",
"shy-garlics-cry",
Expand All @@ -81,7 +85,10 @@
"spicy-birds-flow",
"strange-points-repair",
"thirty-toes-swim",
"unlucky-cycles-sparkle",
"weak-fans-explain",
"wicked-kiwis-check",
"wicked-worms-wash",
"wild-otters-talk",
"young-donuts-own"
]
Expand Down
6 changes: 3 additions & 3 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.13",
"@verdaccio/core": "workspace:7.0.0-next-7.13",
"@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",
"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.13"
"verdaccio": "workspace:7.0.0-next-7.14"
},
"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.13",
"@verdaccio/core": "workspace:7.0.0-next-7.13",
"@verdaccio/config": "workspace:7.0.0-next-7.13",
"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/test-helper": "workspace:3.0.0-next-7.2",
"debug": "4.3.4",
"cypress": "^13.6.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @verdaccio/api

## 7.0.0-next-7.14

### Patch Changes

- Updated dependencies [b0946b2]
- Updated dependencies [f967a69]
- Updated dependencies [4dc62a8]
- Updated dependencies [253cc13]
- @verdaccio/middleware@7.0.0-next-7.14
- @verdaccio/store@7.0.0-next-7.14
- @verdaccio/auth@7.0.0-next-7.14
- @verdaccio/core@7.0.0-next-7.14
- @verdaccio/config@7.0.0-next-7.14
- @verdaccio/utils@7.0.0-next-7.14
- @verdaccio/logger@7.0.0-next-7.14

## 7.0.0-next-7.13

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.13",
"version": "7.0.0-next-7.14",
"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.13",
"@verdaccio/config": "workspace:7.0.0-next-7.13",
"@verdaccio/core": "workspace:7.0.0-next-7.13",
"@verdaccio/logger": "workspace:7.0.0-next-7.13",
"@verdaccio/middleware": "workspace:7.0.0-next-7.13",
"@verdaccio/store": "workspace:7.0.0-next-7.13",
"@verdaccio/utils": "workspace:7.0.0-next-7.13",
"@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",
"abortcontroller-polyfill": "1.7.5",
"body-parser": "1.20.2",
"cookies": "0.9.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @verdaccio/auth

## 7.0.0-next-7.14

### Patch Changes

- 4dc62a8: fix: adduser error message grammar (@tobbe in #4586)
- Updated dependencies [b6d5652]
- @verdaccio/signature@7.0.0-next-7.4
- @verdaccio/core@7.0.0-next-7.14
- @verdaccio/config@7.0.0-next-7.14
- @verdaccio/loaders@7.0.0-next-7.14
- verdaccio-htpasswd@12.0.0-next-7.14
- @verdaccio/utils@7.0.0-next-7.14
- @verdaccio/logger@7.0.0-next-7.14

## 7.0.0-next-7.13

### 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.13",
"version": "7.0.0-next-7.14",
"description": "logger",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -38,20 +38,20 @@
},
"license": "MIT",
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.13",
"@verdaccio/config": "workspace:7.0.0-next-7.13",
"@verdaccio/loaders": "workspace:7.0.0-next-7.13",
"@verdaccio/logger": "workspace:7.0.0-next-7.13",
"@verdaccio/signature": "workspace:7.0.0-next.3",
"@verdaccio/utils": "workspace:7.0.0-next-7.13",
"@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",
"debug": "4.3.4",
"lodash": "4.17.21",
"verdaccio-htpasswd": "workspace:12.0.0-next-7.13"
"verdaccio-htpasswd": "workspace:12.0.0-next-7.14"
},
"devDependencies": {
"express": "4.18.3",
"supertest": "6.3.4",
"@verdaccio/middleware": "workspace:7.0.0-next-7.13",
"@verdaccio/middleware": "workspace:7.0.0-next-7.14",
"@verdaccio/types": "workspace:12.0.0-next.2"
},
"funding": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @verdaccio/cli

## 7.0.0-next-7.14

### Patch Changes

- @verdaccio/node-api@7.0.0-next-7.14
- @verdaccio/core@7.0.0-next-7.14
- @verdaccio/config@7.0.0-next-7.14
- @verdaccio/logger@7.0.0-next-7.14

## 7.0.0-next-7.13

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

## 7.0.0-next-7.14

### Patch Changes

- @verdaccio/core@7.0.0-next-7.14
- @verdaccio/utils@7.0.0-next-7.14

## 7.0.0-next-7.13

### 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.13",
"version": "7.0.0-next-7.14",
"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.13",
"@verdaccio/utils": "workspace:7.0.0-next-7.13",
"@verdaccio/core": "workspace:7.0.0-next-7.14",
"@verdaccio/utils": "workspace:7.0.0-next-7.14",
"debug": "4.3.4",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @verdaccio/core

## 7.0.0-next-7.14

## 7.0.0-next-7.13

## 7.0.0-next-7.12
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"version": "7.0.0-next-7.14",
"description": "core utilities",
"keywords": [
"private",
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.14

### Patch Changes

- 253cc13: feat: add tarball details for published packages
- Updated dependencies [b0946b2]
- @verdaccio/url@12.0.0-next-7.14
- @verdaccio/core@7.0.0-next-7.14
- @verdaccio/utils@7.0.0-next-7.14

## 12.0.0-next-7.13

### Patch Changes
Expand Down
12 changes: 5 additions & 7 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.13",
"version": "12.0.0-next-7.14",
"description": "tarball utilities resolver",
"keywords": [
"private",
Expand Down Expand Up @@ -33,13 +33,11 @@
"access": "public"
},
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.13",
"@verdaccio/url": "workspace:12.0.0-next-7.13",
"@verdaccio/utils": "workspace:7.0.0-next-7.13",
"@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",
"debug": "4.3.4",
"gunzip-maybe": "^1.4.2",
"lodash": "4.17.21",
"tar-stream": "^3.1.7"
"lodash": "4.17.21"
},
"devDependencies": {
"@verdaccio/types": "workspace:12.0.0-next.2",
Expand Down
34 changes: 0 additions & 34 deletions packages/core/tarball/src/getTarballDetails.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/tarball/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export {
convertDistVersionToLocalTarballsUrl,
} from './convertDistRemoteToLocalTarballUrls';
export { extractTarballFromUrl, getLocalRegistryTarballUri } from './getLocalRegistryTarballUri';
export { TarballDetails, getTarballDetails } from './getTarballDetails';

export { RequestOptions };
Binary file removed packages/core/tarball/tests/assets/tarball.tar
Binary file not shown.
Binary file removed packages/core/tarball/tests/assets/tarball.tgz
Binary file not shown.
37 changes: 0 additions & 37 deletions packages/core/tarball/tests/getTarballDetails.spec.ts

This file was deleted.

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.14

### Patch Changes

- b0946b2: Improved TS types for renderHTML() and related functions (by @tobbe in #4605)
- @verdaccio/core@7.0.0-next-7.14

## 12.0.0-next-7.13

### Patch Changes
Expand Down

0 comments on commit e1a9e5c

Please sign in to comment.