From 64c6cbfe9db165ceb323c0915d40d6abf88b2973 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 10:14:01 +0200 Subject: [PATCH] chore: update versions (6-next) (#2198) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 + packages/api/CHANGELOG.md | 14 +++ packages/api/package.json | 16 ++-- packages/auth/CHANGELOG.md | 10 +++ packages/auth/package.json | 8 +- packages/cli/CHANGELOG.md | 8 ++ packages/cli/package.json | 6 +- packages/config/CHANGELOG.md | 15 ++++ packages/config/package.json | 4 +- packages/core/tarball/CHANGELOG.md | 15 ++++ packages/core/tarball/package.json | 4 +- packages/hooks/package.json | 4 +- packages/loaders/package.json | 4 +- packages/middleware/CHANGELOG.md | 8 ++ packages/middleware/package.json | 6 +- packages/mock/CHANGELOG.md | 17 ++++ packages/mock/package.json | 6 +- packages/node-api/CHANGELOG.md | 9 ++ packages/node-api/package.json | 8 +- packages/plugins/ui-theme/CHANGELOG.md | 12 +++ packages/plugins/ui-theme/package.json | 4 +- packages/proxy/CHANGELOG.md | 9 ++ packages/proxy/package.json | 6 +- packages/server/CHANGELOG.md | 23 +++++ packages/server/package.json | 20 ++--- packages/standalone/package.json | 4 +- packages/store/CHANGELOG.md | 11 +++ packages/store/package.json | 10 +-- packages/utils/CHANGELOG.md | 12 +++ packages/utils/package.json | 2 +- packages/verdaccio/CHANGELOG.md | 20 +++++ packages/verdaccio/package.json | 18 ++-- packages/web/CHANGELOG.md | 14 +++ packages/web/package.json | 14 +-- pnpm-lock.yaml | 116 ++++++++++++------------- test/e2e-ui/package.json | 2 +- 36 files changed, 330 insertions(+), 131 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 79b3094e8c3c..43111e41ceeb 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -47,9 +47,11 @@ "few-cooks-destroy", "fifty-jars-rest", "gentle-trains-switch", + "healthy-poets-compare", "hip-hounds-destroy", "late-adults-love", "late-parents-act", + "many-vans-care", "modern-spies-tell", "neat-toes-report", "perfect-kangaroos-agree", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4a1032ff326a..d7482986b8fe 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,19 @@ # @verdaccio/api +## 6.0.0-6-next.9 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/tarball@11.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/auth@6.0.0-6-next.7 + - @verdaccio/hooks@6.0.0-6-next.4 + - @verdaccio/store@6.0.0-6-next.7 + - @verdaccio/middleware@6.0.0-6-next.7 + ## 6.0.0-6-next.8 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index cb50d9ef2926..af42c921fbe3 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/api", - "version": "6.0.0-6-next.8", + "version": "6.0.0-6-next.9", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -39,15 +39,15 @@ }, "license": "MIT", "dependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/hooks": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.6", - "@verdaccio/store": "workspace:6.0.0-6-next.6", - "@verdaccio/tarball": "workspace:11.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/middleware": "workspace:6.0.0-6-next.7", + "@verdaccio/store": "workspace:6.0.0-6-next.7", + "@verdaccio/tarball": "workspace:11.0.0-6-next.5", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "cookies": "0.8.0", "debug": "^4.1.1", "express": "4.17.1", @@ -56,7 +56,7 @@ "semver": "7.3.2" }, "devDependencies": { - "@verdaccio/server": "workspace:6.0.0-6-next.9", + "@verdaccio/server": "workspace:6.0.0-6-next.10", "@verdaccio/types": "workspace:11.0.0-6-next.4", "body-parser": "1.19.0", "lodash": "^4.17.20", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 5f8e43926365..2bd8ed79ddbf 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @verdaccio/auth +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/loaders@6.0.0-6-next.4 + ## 6.0.0-6-next.6 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 5d16de282d3d..ed4b1d00df5b 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/auth", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "description": "logger", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,10 +40,10 @@ "license": "MIT", "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "verdaccio-htpasswd": "workspace:11.0.0-alpha.6", "debug": "^4.1.1", "express": "4.17.1", @@ -51,7 +51,7 @@ "lodash": "4.17.15" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.4", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", "@verdaccio/types": "workspace:11.0.0-6-next.4" }, "funding": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e5557b7d7530..177d2f21ee2c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @verdaccio/cli +## 6.0.0-6-next.11 + +### Patch Changes + +- Updated dependencies [1810ed0d] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/node-api@6.0.0-6-next.11 + ## 6.0.0-6-next.10 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 24cb15a813e8..014bf719a51a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/cli", - "version": "6.0.0-6-next.10", + "version": "6.0.0-6-next.11", "author": { "name": "Juan Picado", "email": "juanpicado19@gmail.com" @@ -43,9 +43,9 @@ "build": "pnpm run build:js && pnpm run build:types" }, "dependencies": { - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/cli-ui": "workspace:6.0.0-alpha.3", - "@verdaccio/node-api": "workspace:6.0.0-6-next.10", + "@verdaccio/node-api": "workspace:6.0.0-6-next.11", "commander": "6.2.0", "clipanion": "3.0.0-rc.11", "envinfo": "7.4.0", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index ed05a11fbfe2..43d18907bb96 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,20 @@ # @verdaccio/config +## 6.0.0-6-next.5 + +### Patch Changes + +- 1810ed0d: Feature + + - add option to set storage from environment variable VERDACCIO_STORAGE_PATH + + #### Related tickets + + https://github.com/verdaccio/verdaccio/issues/1681 + +- Updated dependencies [648575aa] + - @verdaccio/utils@6.0.0-6-next.4 + ## 6.0.0-6-next.4 ### Major Changes diff --git a/packages/config/package.json b/packages/config/package.json index 2eeea70149b3..e8921287bf93 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/config", - "version": "6.0.0-6-next.4", + "version": "6.0.0-6-next.5", "description": "logger", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,7 +40,7 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "debug": "^4.2.0", "js-yaml": "3.14.0", "lodash": "^4.17.20", diff --git a/packages/core/tarball/CHANGELOG.md b/packages/core/tarball/CHANGELOG.md index 9a1c10bb42b5..e07c31bf720c 100644 --- a/packages/core/tarball/CHANGELOG.md +++ b/packages/core/tarball/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 11.0.0-6-next.5 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + +- Updated dependencies [648575aa] + - @verdaccio/utils@6.0.0-6-next.4 + ## 11.0.0-6-next.4 ### Patch Changes diff --git a/packages/core/tarball/package.json b/packages/core/tarball/package.json index 8ee318809cdc..9653333cadec 100644 --- a/packages/core/tarball/package.json +++ b/packages/core/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/tarball", - "version": "11.0.0-6-next.4", + "version": "11.0.0-6-next.5", "description": "tarball utilities resolver", "keywords": [ "private", @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/url": "workspace:11.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-alpha.3" + "@verdaccio/utils": "workspace:6.0.0-6-next.4" }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.4", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 4cff3f071b49..f88695eda590 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -38,9 +38,9 @@ "request": "2.87.0" }, "devDependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/types": "workspace:11.0.0-6-next.4", "nock": "^13.0.4" }, diff --git a/packages/loaders/package.json b/packages/loaders/package.json index 972a8998187d..eb92ce6cdd92 100644 --- a/packages/loaders/package.json +++ b/packages/loaders/package.json @@ -19,8 +19,8 @@ }, "devDependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", - "@verdaccio/mock": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", "@verdaccio/types": "workspace:11.0.0-6-next.4" }, "homepage": "https://verdaccio.org", diff --git a/packages/middleware/CHANGELOG.md b/packages/middleware/CHANGELOG.md index 230199e00b61..1b39efcba016 100644 --- a/packages/middleware/CHANGELOG.md +++ b/packages/middleware/CHANGELOG.md @@ -1,5 +1,13 @@ # @verdaccio/middleware +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [648575aa] + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/auth@6.0.0-6-next.7 + ## 6.0.0-6-next.6 ### Patch Changes diff --git a/packages/middleware/package.json b/packages/middleware/package.json index 7bde08839d04..cda00f03f038 100644 --- a/packages/middleware/package.json +++ b/packages/middleware/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/middleware", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -39,10 +39,10 @@ }, "dependencies": { "debug": "^4.3.1", - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "lodash": "4.17.15" }, "funding": { diff --git a/packages/mock/CHANGELOG.md b/packages/mock/CHANGELOG.md index f2fb113139df..a42645d0ef3e 100644 --- a/packages/mock/CHANGELOG.md +++ b/packages/mock/CHANGELOG.md @@ -1,5 +1,22 @@ # @verdaccio/mock +## 6.0.0-6-next.5 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + ## 6.0.0-6-next.4 ### Patch Changes diff --git a/packages/mock/package.json b/packages/mock/package.json index e18f977dd03c..5adcd973f45a 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/mock", - "version": "6.0.0-6-next.4", + "version": "6.0.0-6-next.5", "author": { "name": "Juan Picado", "email": "juanpicado19@gmail.com" @@ -40,8 +40,8 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/config": "workspace:6.0.0-6-next.5", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "debug": "^4.2.0", "fs-extra": "^8.1.0", "lodash": "^4.17.20", diff --git a/packages/node-api/CHANGELOG.md b/packages/node-api/CHANGELOG.md index 398e2960c585..c5e6b83e91a1 100644 --- a/packages/node-api/CHANGELOG.md +++ b/packages/node-api/CHANGELOG.md @@ -1,5 +1,14 @@ # @verdaccio/node-api +## 6.0.0-6-next.11 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/server@6.0.0-6-next.10 + ## 6.0.0-6-next.10 ### Major Changes diff --git a/packages/node-api/package.json b/packages/node-api/package.json index 094c294bd6f6..c5b741321398 100644 --- a/packages/node-api/package.json +++ b/packages/node-api/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/node-api", - "version": "6.0.0-6-next.10", + "version": "6.0.0-6-next.11", "description": "node API", "main": "build/index.js", "types": "build/index.d.ts", @@ -40,16 +40,16 @@ "license": "MIT", "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/cli-ui": "workspace:6.0.0-alpha.3", - "@verdaccio/server": "workspace:6.0.0-6-next.9", + "@verdaccio/server": "workspace:6.0.0-6-next.10", "@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.4", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", "@verdaccio/types": "workspace:11.0.0-6-next.4", "jest-mock-process": "^1.4.0", "selfsigned": "1.10.7", diff --git a/packages/plugins/ui-theme/CHANGELOG.md b/packages/plugins/ui-theme/CHANGELOG.md index f4235f453e4a..6cd4c68525b7 100644 --- a/packages/plugins/ui-theme/CHANGELOG.md +++ b/packages/plugins/ui-theme/CHANGELOG.md @@ -1,5 +1,17 @@ # @verdaccio/ui-theme +## 6.0.0-6-next.6 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + ## 5.0.0-alpha.5 ### Major Changes diff --git a/packages/plugins/ui-theme/package.json b/packages/plugins/ui-theme/package.json index e9f8f040966e..b23a28075c3a 100644 --- a/packages/plugins/ui-theme/package.json +++ b/packages/plugins/ui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "6.0.0-alpha.5", + "version": "6.0.0-6-next.6", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team", @@ -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.10", + "@verdaccio/node-api": "workspace:6.0.0-6-next.11", "autosuggest-highlight": "3.1.1", "babel-loader": "^8.2.2", "babel-plugin-dynamic-import-node": "^2.3.3", diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index ed9cfb697ba9..3111f80bf0b1 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -1,5 +1,14 @@ # @verdaccio/proxy +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + ## 6.0.0-6-next.6 ### Patch Changes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 4d5a90c61e36..b4ef535b158b 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/proxy", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "description": "verdaccio proxy fetcher", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,11 +40,11 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/local-storage": "workspace:11.0.0-6-next.5", "@verdaccio/logger": "workspace:6.0.0-6-next.4", "@verdaccio/streams": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "JSONStream": "1.3.5", "lodash": "^4.17.20", "request": "2.87.0" diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 785a15859d2a..b9bf3f70b665 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,28 @@ # @verdaccio/server +## 6.0.0-6-next.10 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/api@6.0.0-6-next.9 + - @verdaccio/auth@6.0.0-6-next.7 + - @verdaccio/loaders@6.0.0-6-next.4 + - @verdaccio/store@6.0.0-6-next.7 + - @verdaccio/web@6.0.0-6-next.10 + - @verdaccio/middleware@6.0.0-6-next.7 + ## 6.0.0-6-next.9 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index fe74d6cd1f27..3668e8797586 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/server", - "version": "6.0.0-6-next.9", + "version": "6.0.0-6-next.10", "description": "server logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -30,16 +30,16 @@ "npm": ">=6" }, "dependencies": { - "@verdaccio/api": "workspace:6.0.0-6-next.8", - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/api": "workspace:6.0.0-6-next.9", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.6", - "@verdaccio/store": "workspace:6.0.0-6-next.6", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", - "@verdaccio/web": "workspace:6.0.0-6-next.9", + "@verdaccio/middleware": "workspace:6.0.0-6-next.7", + "@verdaccio/store": "workspace:6.0.0-6-next.7", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/web": "workspace:6.0.0-6-next.10", "verdaccio-audit": "workspace:11.0.0-alpha.4", "compression": "1.7.4", "cors": "2.8.5", @@ -48,8 +48,8 @@ "lodash": "4.17.15" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.4", - "@verdaccio/proxy": "workspace:6.0.0-6-next.6", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", + "@verdaccio/proxy": "workspace:6.0.0-6-next.7", "http-errors": "1.7.3", "request": "2.87.0" }, diff --git a/packages/standalone/package.json b/packages/standalone/package.json index 1f76557f6e6f..3b72b065cc6f 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -32,8 +32,8 @@ "homepage": "https://verdaccio.org", "license": "MIT", "devDependencies": { - "@verdaccio/cli": "workspace:6.0.0-6-next.10", - "@verdaccio/ui-theme": "workspace:6.0.0-alpha.5", + "@verdaccio/cli": "workspace:6.0.0-6-next.11", + "@verdaccio/ui-theme": "workspace:6.0.0-6-next.6", "fs-extra": "9.0.1", "webpack": "^5.11.1", "webpack-cli": "^4.3.1", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 7689b47277b3..de59fa190669 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,16 @@ # @verdaccio/store +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/loaders@6.0.0-6-next.4 + - @verdaccio/proxy@6.0.0-6-next.7 + ## 6.0.0-6-next.6 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index edf3ec62f3fb..d604a4d4e074 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/store", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,13 +40,13 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/local-storage": "workspace:11.0.0-6-next.5", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/proxy": "workspace:6.0.0-6-next.6", + "@verdaccio/proxy": "workspace:6.0.0-6-next.7", "@verdaccio/streams": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "async": "3.1.1", "debug": "^4.1.1", "lodash": "4.17.15", @@ -54,7 +54,7 @@ "semver": "7.1.2" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.4", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", "@verdaccio/types": "workspace:11.0.0-6-next.4" }, "funding": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 01c8d3a4a168..606cd596988b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @verdaccio/utils +## 6.0.0-6-next.4 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + ## 5.0.0-alpha.3 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5a34ace68341..ec600373eba3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/utils", - "version": "6.0.0-alpha.3", + "version": "6.0.0-6-next.4", "description": "verdaccio utilities", "main": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/verdaccio/CHANGELOG.md b/packages/verdaccio/CHANGELOG.md index cfa5fd85bd67..653ccc93fa72 100644 --- a/packages/verdaccio/CHANGELOG.md +++ b/packages/verdaccio/CHANGELOG.md @@ -1,5 +1,25 @@ # verdaccio +## 6.0.0-6-next.12 + +### Patch Changes + +- 648575aa: Bug Fixes + + - fix escaped slash in namespaced packages + + #### Related tickets + + https://github.com/verdaccio/verdaccio/pull/2193 + +- Updated dependencies [648575aa] + - @verdaccio/mock@6.0.0-6-next.5 + - @verdaccio/ui-theme@6.0.0-6-next.6 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/cli@6.0.0-6-next.11 + - @verdaccio/hooks@6.0.0-6-next.4 + - @verdaccio/node-api@6.0.0-6-next.11 + ## 6.0.0-6-next.11 ### Major Changes diff --git a/packages/verdaccio/package.json b/packages/verdaccio/package.json index 8461f76e09de..9df48b2040ec 100644 --- a/packages/verdaccio/package.json +++ b/packages/verdaccio/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "6.0.0-6-next.11", + "version": "6.0.0-6-next.12", "description": "A lightweight private npm proxy registry", "main": "build/index.js", "types": "build/index.d.ts", @@ -36,21 +36,21 @@ }, "homepage": "https://verdaccio.org", "dependencies": { - "@verdaccio/cli": "workspace:6.0.0-6-next.10", + "@verdaccio/cli": "workspace:6.0.0-6-next.11", "@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.4", - "@verdaccio/node-api": "workspace:6.0.0-6-next.10", - "@verdaccio/ui-theme": "workspace:6.0.0-alpha.5", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/mock": "workspace:6.0.0-6-next.5", + "@verdaccio/node-api": "workspace:6.0.0-6-next.11", + "@verdaccio/ui-theme": "workspace:6.0.0-6-next.6", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "verdaccio-audit": "11.0.0-alpha.4", "verdaccio-htpasswd": "11.0.0-alpha.6" }, "devDependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", - "@verdaccio/store": "workspace:6.0.0-6-next.6" + "@verdaccio/config": "workspace:6.0.0-6-next.5", + "@verdaccio/store": "workspace:6.0.0-6-next.7" }, "keywords": [ "private", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e75fafbcd6c6..cdc87615d0f8 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,19 @@ # @verdaccio/web +## 6.0.0-6-next.10 + +### Patch Changes + +- Updated dependencies [1810ed0d] +- Updated dependencies [648575aa] + - @verdaccio/config@6.0.0-6-next.5 + - @verdaccio/tarball@11.0.0-6-next.5 + - @verdaccio/utils@6.0.0-6-next.4 + - @verdaccio/auth@6.0.0-6-next.7 + - @verdaccio/loaders@6.0.0-6-next.4 + - @verdaccio/store@6.0.0-6-next.7 + - @verdaccio/middleware@6.0.0-6-next.7 + ## 6.0.0-6-next.9 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index bf9f93263ba5..970c5714464e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/web", - "version": "6.0.0-6-next.9", + "version": "6.0.0-6-next.10", "description": "web ui middleware", "main": "./build/index.js", "types": "build/index.d.ts", @@ -25,17 +25,17 @@ }, "license": "MIT", "dependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.6", + "@verdaccio/auth": "workspace:6.0.0-6-next.7", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.5", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.6", + "@verdaccio/middleware": "workspace:6.0.0-6-next.7", "@verdaccio/readme": "workspace:11.0.0-alpha.3", - "@verdaccio/store": "workspace:6.0.0-6-next.6", - "@verdaccio/utils": "workspace:6.0.0-alpha.3", + "@verdaccio/store": "workspace:6.0.0-6-next.7", + "@verdaccio/utils": "workspace:6.0.0-6-next.4", "@verdaccio/url": "workspace:11.0.0-6-next.4", - "@verdaccio/tarball": "workspace:11.0.0-6-next.4", + "@verdaccio/tarball": "workspace:11.0.0-6-next.5", "body-parse": "0.1.0", "lru-cache": "^6.0.0", "body-parser": "1.19.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ce1525e4883..67dee27f422d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,17 +218,17 @@ importers: packages/api: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.6 + '@verdaccio/auth': workspace:6.0.0-6-next.7 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/hooks': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.6 - '@verdaccio/server': workspace:6.0.0-6-next.9 - '@verdaccio/store': workspace:6.0.0-6-next.6 - '@verdaccio/tarball': workspace:11.0.0-6-next.4 + '@verdaccio/middleware': workspace:6.0.0-6-next.7 + '@verdaccio/server': workspace:6.0.0-6-next.10 + '@verdaccio/store': workspace:6.0.0-6-next.7 + '@verdaccio/tarball': workspace:11.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 body-parser: 1.19.0 cookies: 0.8.0 debug: ^4.1.1 @@ -262,12 +262,12 @@ importers: packages/auth: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.4 + '@verdaccio/mock': workspace:6.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 debug: ^4.1.1 express: 4.17.1 jsonwebtoken: 8.5.1 @@ -291,8 +291,8 @@ importers: packages/cli: specifiers: '@verdaccio/cli-ui': workspace:6.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 - '@verdaccio/node-api': workspace:6.0.0-6-next.10 + '@verdaccio/config': workspace:6.0.0-6-next.5 + '@verdaccio/node-api': workspace:6.0.0-6-next.11 clipanion: 3.0.0-rc.11 commander: 6.2.0 envinfo: 7.4.0 @@ -313,7 +313,7 @@ importers: '@types/minimatch': 3.0.3 '@types/yup': ^0.29.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 debug: ^4.2.0 js-yaml: 3.14.0 lodash: ^4.17.20 @@ -434,7 +434,7 @@ importers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.4 '@verdaccio/url': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 debug: ^4.3.1 express: ^4.17.1 lodash: ^4.17.21 @@ -475,9 +475,9 @@ importers: packages/hooks: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.6 + '@verdaccio/auth': workspace:6.0.0-6-next.7 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/types': workspace:11.0.0-6-next.4 debug: ^4.2.0 @@ -501,9 +501,9 @@ importers: packages/loaders: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.4 + '@verdaccio/mock': workspace:6.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.4 debug: ^4.1.1 lodash: 4.17.15 @@ -559,10 +559,10 @@ importers: packages/middleware: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.6 + '@verdaccio/auth': workspace:6.0.0-6-next.7 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 debug: ^4.3.1 lodash: 4.17.15 dependencies: @@ -576,9 +576,9 @@ importers: packages/mock: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 debug: ^4.2.0 fs-extra: ^8.1.0 lodash: ^4.17.20 @@ -600,10 +600,10 @@ importers: specifiers: '@verdaccio/cli-ui': workspace:6.0.0-alpha.3 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.4 - '@verdaccio/server': workspace:6.0.0-6-next.9 + '@verdaccio/mock': workspace:6.0.0-6-next.5 + '@verdaccio/server': workspace:6.0.0-6-next.10 '@verdaccio/types': workspace:11.0.0-6-next.4 core-js: ^3.6.5 debug: ^4.2.0 @@ -736,7 +736,7 @@ importers: '@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.10 + '@verdaccio/node-api': workspace:6.0.0-6-next.11 autosuggest-highlight: 3.1.1 babel-loader: ^8.2.2 babel-plugin-dynamic-import-node: ^2.3.3 @@ -883,12 +883,12 @@ importers: packages/proxy: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/local-storage': workspace:11.0.0-6-next.5 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 JSONStream: 1.3.5 lodash: ^4.17.20 request: 2.87.0 @@ -907,18 +907,18 @@ importers: packages/server: specifiers: - '@verdaccio/api': workspace:6.0.0-6-next.8 - '@verdaccio/auth': workspace:6.0.0-6-next.6 + '@verdaccio/api': workspace:6.0.0-6-next.9 + '@verdaccio/auth': workspace:6.0.0-6-next.7 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.6 - '@verdaccio/mock': workspace:6.0.0-6-next.4 - '@verdaccio/proxy': workspace:6.0.0-6-next.6 - '@verdaccio/store': workspace:6.0.0-6-next.6 - '@verdaccio/utils': workspace:6.0.0-alpha.3 - '@verdaccio/web': workspace:6.0.0-6-next.9 + '@verdaccio/middleware': workspace:6.0.0-6-next.7 + '@verdaccio/mock': workspace:6.0.0-6-next.5 + '@verdaccio/proxy': workspace:6.0.0-6-next.7 + '@verdaccio/store': workspace:6.0.0-6-next.7 + '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/web': workspace:6.0.0-6-next.10 compression: 1.7.4 cors: 2.8.5 express: 4.17.1 @@ -952,8 +952,8 @@ importers: packages/standalone: specifiers: - '@verdaccio/cli': workspace:6.0.0-6-next.10 - '@verdaccio/ui-theme': workspace:6.0.0-alpha.5 + '@verdaccio/cli': workspace:6.0.0-6-next.11 + '@verdaccio/ui-theme': workspace:6.0.0-6-next.6 fs-extra: 9.0.1 webpack: ^5.11.1 webpack-bundle-analyzer: 3.8.0 @@ -971,15 +971,15 @@ importers: packages/store: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/local-storage': workspace:11.0.0-6-next.5 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.4 - '@verdaccio/proxy': workspace:6.0.0-6-next.6 + '@verdaccio/mock': workspace:6.0.0-6-next.5 + '@verdaccio/proxy': workspace:6.0.0-6-next.7 '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 async: 3.1.1 debug: ^4.1.1 lodash: 4.17.15 @@ -1022,17 +1022,17 @@ importers: packages/verdaccio: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.6 - '@verdaccio/cli': workspace:6.0.0-6-next.10 + '@verdaccio/auth': workspace:6.0.0-6-next.7 + '@verdaccio/cli': workspace:6.0.0-6-next.11 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@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.4 - '@verdaccio/node-api': workspace:6.0.0-6-next.10 - '@verdaccio/store': workspace:6.0.0-6-next.6 - '@verdaccio/ui-theme': workspace:6.0.0-alpha.5 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/mock': workspace:6.0.0-6-next.5 + '@verdaccio/node-api': workspace:6.0.0-6-next.11 + '@verdaccio/store': workspace:6.0.0-6-next.7 + '@verdaccio/ui-theme': workspace:6.0.0-6-next.6 + '@verdaccio/utils': workspace:6.0.0-6-next.4 verdaccio-audit: 11.0.0-alpha.4 verdaccio-htpasswd: 11.0.0-alpha.6 dependencies: @@ -1053,18 +1053,18 @@ importers: packages/web: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.6 + '@verdaccio/auth': workspace:6.0.0-6-next.7 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.4 + '@verdaccio/config': workspace:6.0.0-6-next.5 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.6 + '@verdaccio/middleware': workspace:6.0.0-6-next.7 '@verdaccio/readme': workspace:11.0.0-alpha.3 - '@verdaccio/store': workspace:6.0.0-6-next.6 - '@verdaccio/tarball': workspace:11.0.0-6-next.4 + '@verdaccio/store': workspace:6.0.0-6-next.7 + '@verdaccio/tarball': workspace:11.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.4 '@verdaccio/url': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-alpha.3 + '@verdaccio/utils': workspace:6.0.0-6-next.4 body-parse: 0.1.0 body-parser: 1.19.0 debug: ^4.1.1 @@ -1122,7 +1122,7 @@ importers: test/e2e-ui: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/ui-theme': workspace:6.0.0-alpha.5 + '@verdaccio/ui-theme': workspace:6.0.0-6-next.6 debug: 4.3.1 kleur: ^4.1.3 lodash: ^4.17.20 diff --git a/test/e2e-ui/package.json b/test/e2e-ui/package.json index 2a7ab40ae846..1edd8de3e069 100644 --- a/test/e2e-ui/package.json +++ b/test/e2e-ui/package.json @@ -3,7 +3,7 @@ "private": true, "version": "1.0.1-alpha.0", "devDependencies": { - "@verdaccio/ui-theme": "workspace:6.0.0-alpha.5", + "@verdaccio/ui-theme": "workspace:6.0.0-6-next.6", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "debug": "4.3.1", "kleur": "^4.1.3",