1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

fix(deps): update all core dependencies (#3507)

This commit is contained in:
renovate[bot] 2022-11-21 18:40:22 +01:00 committed by GitHub
parent 0b88c99223
commit 294e4525b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 2887 additions and 1995 deletions

@ -4,7 +4,7 @@
"version": "1.0.1-6-next.5", "version": "1.0.1-6-next.5",
"dependencies": { "dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5", "@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5",
"npm": "8.19.2" "npm": "8.19.3"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"

@ -4,7 +4,7 @@
"version": "1.0.1-6-next.5", "version": "1.0.1-6-next.5",
"dependencies": { "dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5", "@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5",
"npm": "9.0.0-pre.5" "npm": "9.1.2"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"

@ -4,7 +4,7 @@
"version": "1.0.1-6-next.5", "version": "1.0.1-6-next.5",
"dependencies": { "dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5", "@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5",
"@yarnpkg/cli-dist": "3.2.4" "@yarnpkg/cli-dist": "3.3.0"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"

@ -8,7 +8,7 @@
"@verdaccio/config": "workspace:6.0.0-6-next.51", "@verdaccio/config": "workspace:6.0.0-6-next.51",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"debug": "4.3.4", "debug": "4.3.4",
"cypress": "11.0.1" "cypress": "11.1.0"
}, },
"scripts": { "scripts": {
"cypress:open": "cypress open", "cypress:open": "cypress open",

@ -16,52 +16,56 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.19.3", "@babel/cli": "7.19.3",
"@babel/core": "7.19.3", "@babel/core": "7.20.2",
"@babel/node": "7.19.1", "@babel/node": "7.20.2",
"@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3", "@babel/plugin-proposal-decorators": "7.20.2",
"@babel/plugin-proposal-export-namespace-from": "7.18.9", "@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.18.6", "@babel/plugin-proposal-function-sent": "7.18.6",
"@babel/plugin-proposal-json-strings": "7.18.6", "@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.19.4", "@babel/plugin-proposal-object-rest-spread": "7.20.2",
"@babel/plugin-proposal-optional-chaining": "7.18.9", "@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-proposal-throw-expressions": "7.18.6", "@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.18.6", "@babel/plugin-transform-async-to-generator": "7.18.6",
"@babel/plugin-transform-classes": "7.19.0", "@babel/plugin-transform-classes": "7.20.2",
"@babel/plugin-transform-runtime": "7.19.1", "@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4", "@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6", "@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6", "@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9", "@babel/register": "7.18.9",
"@babel/runtime": "7.19.4", "@babel/runtime": "7.20.1",
"@dianmora/contributors": "5.0.0", "@dianmora/contributors": "5.0.0",
"@changesets/changelog-github": "0.4.7", "@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.24.4", "@changesets/cli": "2.24.4",
"@changesets/get-dependents-graph": "1.3.4", "@changesets/get-dependents-graph": "1.3.4",
"@crowdin/cli": "3.8.1", "@crowdin/cli": "3.9.1",
"@trivago/prettier-plugin-sort-imports": "3.4.0", "@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/async": "3.2.15", "@types/async": "3.2.15",
"@types/autocannon": "4.1.1", "@types/autocannon": "4.1.1",
"@types/express": "4.17.14", "@types/express": "4.17.14",
"@types/http-errors": "1.8.2", "@types/http-errors": "1.8.2",
"@types/jest": "27.5.2", "@types/jest": "27.5.2",
"@types/lodash": "4.14.186", "@types/lodash": "4.14.189",
"@types/mime": "2.0.3", "@types/mime": "2.0.3",
"@types/minimatch": "3.0.5", "@types/minimatch": "3.0.5",
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@types/jsonwebtoken": "8.5.9", "@types/jsonwebtoken": "8.5.9",
"@types/request": "2.48.8", "@types/request": "2.48.8",
"@types/semver": "7.3.12", "@types/semver": "7.3.13",
"@types/node-fetch": "2.6.2", "@types/node-fetch": "2.6.2",
"@types/supertest": "2.0.12", "@types/supertest": "2.0.12",
"@types/testing-library__jest-dom": "5.14.5", "@types/testing-library__jest-dom": "5.14.5",
"@types/validator": "13.7.7", "@types/validator": "13.7.10",
"@types/webpack": "5.28.0", "@types/webpack": "5.28.0",
"@types/webpack-env": "1.18.0", "@types/webpack-env": "1.18.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.21",
"@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0", "@typescript-eslint/parser": "5.41.0",
"@verdaccio/benchmark": "workspace:*", "@verdaccio/benchmark": "workspace:*",
@ -72,23 +76,23 @@
"autocannon": "7.10.0", "autocannon": "7.10.0",
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"babel-jest": "29.2.0", "babel-jest": "29.3.1",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "10.2.2", "babel-plugin-emotion": "10.2.2",
"concurrently": "6.5.1", "concurrently": "6.5.1",
"core-js": "3.25.5", "core-js": "3.26.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"debug": "4.3.4", "debug": "4.3.4",
"detect-secrets": "1.0.6", "detect-secrets": "1.0.6",
"jest-diff": "29.2.0", "jest-diff": "29.3.1",
"eslint": "8.26.0", "eslint": "8.26.0",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"husky": "7.0.4", "husky": "7.0.4",
"in-publish": "2.0.1", "in-publish": "2.0.1",
"jest": "29.2.0", "jest": "29.3.1",
"jest-environment-jsdom": "29.2.0", "jest-environment-jsdom": "29.3.1",
"jest-environment-jsdom-global": "3.1.2", "jest-environment-jsdom-global": "3.1.2",
"jest-environment-node": "29.2.0", "jest-environment-node": "29.3.1",
"jest-junit": "12.3.0", "jest-junit": "12.3.0",
"kleur": "3.0.3", "kleur": "3.0.3",
"lint-staged": "11.2.6", "lint-staged": "11.2.6",
@ -99,9 +103,9 @@
"prettier": "2.7.1", "prettier": "2.7.1",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"selfsigned": "1.10.14", "selfsigned": "1.10.14",
"supertest": "6.3.0", "supertest": "6.3.1",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "4.8.4", "typescript": "4.9.3",
"update-ts-references": "2.4.1", "update-ts-references": "2.4.1",
"verdaccio-audit": "workspace:*", "verdaccio-audit": "workspace:*",
"verdaccio-auth-memory": "workspace:*", "verdaccio-auth-memory": "workspace:*",

@ -56,11 +56,11 @@
"semver": "7.3.8" "semver": "7.3.8"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/server": "workspace:6.0.0-6-next.40", "@verdaccio/server": "workspace:6.0.0-6-next.40",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"supertest": "6.3.0", "supertest": "6.3.1",
"nock": "13.2.9", "nock": "13.2.9",
"mockdate": "3.0.5" "mockdate": "3.0.5"
}, },

@ -37,13 +37,13 @@
"http-errors": "1.8.1", "http-errors": "1.8.1",
"http-status-codes": "2.2.0", "http-status-codes": "2.2.0",
"semver": "7.3.8", "semver": "7.3.8",
"ajv": "8.11.0", "ajv": "8.11.2",
"process-warning": "1.0.0", "process-warning": "1.0.0",
"core-js": "3.25.5" "core-js": "3.26.1"
}, },
"devDependencies": { "devDependencies": {
"lodash": "4.17.21", "lodash": "4.17.21",
"typedoc": "0.23.16", "typedoc": "0.23.21",
"typedoc-plugin-missing-exports": "latest", "typedoc-plugin-missing-exports": "latest",
"@verdaccio/types": "workspace:11.0.0-6-next.17" "@verdaccio/types": "workspace:11.0.0-6-next.17"
}, },

@ -42,7 +42,7 @@
}, },
"devDependencies": { "devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"node-mocks-http": "1.11.0" "node-mocks-http": "1.12.1"
}, },
"scripts": { "scripts": {
"clean": "rimraf ./build", "clean": "rimraf ./build",

@ -41,8 +41,8 @@
"build": "tsc --emitDeclarationOnly -p tsconfig.build.json" "build": "tsc --emitDeclarationOnly -p tsconfig.build.json"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"typedoc": "0.23.16" "typedoc": "0.23.21"
}, },
"typedoc": { "typedoc": {
"entryPoint": "./src/types.ts", "entryPoint": "./src/types.ts",

@ -41,7 +41,7 @@
}, },
"devDependencies": { "devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"node-mocks-http": "1.11.0" "node-mocks-http": "1.12.1"
}, },
"scripts": { "scripts": {
"clean": "rimraf ./build", "clean": "rimraf ./build",

@ -32,13 +32,13 @@
"dependencies": { "dependencies": {
"@verdaccio/core": "workspace:6.0.0-6-next.51", "@verdaccio/core": "workspace:6.0.0-6-next.51",
"@verdaccio/logger": "workspace:6.0.0-6-next.19", "@verdaccio/logger": "workspace:6.0.0-6-next.19",
"core-js": "3.25.5", "core-js": "3.26.1",
"debug": "4.3.4", "debug": "4.3.4",
"handlebars": "4.7.7", "handlebars": "4.7.7",
"undici": "4.16.0" "undici": "4.16.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/auth": "workspace:6.0.0-6-next.30", "@verdaccio/auth": "workspace:6.0.0-6-next.30",
"@verdaccio/config": "workspace:6.0.0-6-next.51", "@verdaccio/config": "workspace:6.0.0-6-next.51",
"@verdaccio/types": "workspace:11.0.0-6-next.17" "@verdaccio/types": "workspace:11.0.0-6-next.17"

@ -39,14 +39,14 @@
"build": "pnpm run build:js && pnpm run build:types" "build": "pnpm run build:js && pnpm run build:types"
}, },
"dependencies": { "dependencies": {
"dayjs": "1.11.5", "dayjs": "1.11.6",
"pino-abstract-transport": "1.0.0", "pino-abstract-transport": "1.0.0",
"colorette": "2.0.19", "colorette": "2.0.19",
"lodash": "4.17.21", "lodash": "4.17.21",
"sonic-boom": "3.2.0" "sonic-boom": "3.2.0"
}, },
"devDependencies": { "devDependencies": {
"pino": "8.6.1" "pino": "8.7.0"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",

@ -1,6 +1,6 @@
import { PrettyOptions } from 'pino'; import { LoggerOptions } from 'pino';
export interface PrettyOptionsExtended extends PrettyOptions { export interface PrettyOptionsExtended extends LoggerOptions {
prettyStamp: boolean; prettyStamp: boolean;
colors?: boolean; colors?: boolean;
} }

@ -43,7 +43,7 @@
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.7", "@verdaccio/logger-prettify": "workspace:6.0.0-6-next.7",
"debug": "4.3.4", "debug": "4.3.4",
"colorette": "2.0.19", "colorette": "2.0.19",
"pino": "8.6.1" "pino": "8.7.0"
}, },
"devDependencies": { "devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.17" "@verdaccio/types": "workspace:11.0.0-6-next.17"

@ -44,16 +44,16 @@
"@verdaccio/logger": "workspace:6.0.0-6-next.19", "@verdaccio/logger": "workspace:6.0.0-6-next.19",
"@verdaccio/server": "workspace:6.0.0-6-next.40", "@verdaccio/server": "workspace:6.0.0-6-next.40",
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.32", "@verdaccio/server-fastify": "workspace:6.0.0-6-next.32",
"core-js": "3.25.5", "core-js": "3.26.1",
"debug": "4.3.4", "debug": "4.3.4",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"jest-mock-process": "1.5.1", "jest-mock-process": "1.5.1",
"selfsigned": "1.10.14", "selfsigned": "1.10.14",
"supertest": "6.3.0" "supertest": "6.3.1"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

@ -43,7 +43,7 @@
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"@verdaccio/auth": "workspace:6.0.0-6-next.30", "@verdaccio/auth": "workspace:6.0.0-6-next.30",
"nock": "13.2.9", "nock": "13.2.9",
"supertest": "6.3.0" "supertest": "6.3.1"
}, },
"scripts": { "scripts": {
"clean": "rimraf ./build", "clean": "rimraf ./build",

@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.12", "@verdaccio/types": "workspace:11.0.0-6-next.12",
"recursive-readdir": "2.2.2" "recursive-readdir": "2.2.3"
}, },
"scripts": { "scripts": {
"clean": "rimraf ./build", "clean": "rimraf ./build",

@ -38,7 +38,7 @@
"@verdaccio/file-locking": "workspace:11.0.0-6-next.6", "@verdaccio/file-locking": "workspace:11.0.0-6-next.6",
"apache-md5": "1.1.8", "apache-md5": "1.1.8",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"core-js": "3.25.5", "core-js": "3.26.1",
"http-errors": "1.8.1", "http-errors": "1.8.1",
"debug": "4.3.4", "debug": "4.3.4",
"unix-crypt-td-js": "1.1.4" "unix-crypt-td-js": "1.1.4"

@ -40,14 +40,14 @@
"@verdaccio/core": "workspace:6.0.0-6-next.51", "@verdaccio/core": "workspace:6.0.0-6-next.51",
"@verdaccio/file-locking": "workspace:11.0.0-6-next.6", "@verdaccio/file-locking": "workspace:11.0.0-6-next.6",
"@verdaccio/utils": "workspace:6.0.0-6-next.19", "@verdaccio/utils": "workspace:6.0.0-6-next.19",
"core-js": "3.25.5", "core-js": "3.26.1",
"debug": "4.3.4", "debug": "4.3.4",
"globby": "11.1.0", "globby": "11.1.0",
"lockfile": "1.0.4", "lockfile": "1.0.4",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"lowdb": "1.0.0", "lowdb": "1.0.0",
"lru-cache": "7.14.0" "lru-cache": "7.14.1"
}, },
"devDependencies": { "devDependencies": {
"@types/minimatch": "3.0.5", "@types/minimatch": "3.0.5",

@ -34,7 +34,7 @@
"@verdaccio/core": "workspace:6.0.0-6-next.51", "@verdaccio/core": "workspace:6.0.0-6-next.51",
"memory-fs": "0.5.0", "memory-fs": "0.5.0",
"debug": "4.3.4", "debug": "4.3.4",
"memfs": "3.4.7" "memfs": "3.4.12"
}, },
"devDependencies": { "devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",

@ -13,14 +13,14 @@
"homepage": "https://verdaccio.org", "homepage": "https://verdaccio.org",
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
"@emotion/babel-plugin": "11.10.2", "@emotion/babel-plugin": "11.10.5",
"@emotion/css": "11.10.0", "@emotion/css": "11.10.5",
"@emotion/jest": "11.10.0", "@emotion/jest": "11.10.5",
"@emotion/react": "11.10.4", "@emotion/react": "11.10.5",
"@emotion/styled": "11.10.4", "@emotion/styled": "11.10.5",
"@mui/icons-material": "5.10.9", "@mui/icons-material": "5.10.14",
"@mui/material": "5.10.9", "@mui/material": "5.10.14",
"@mui/styles": "5.10.9", "@mui/styles": "5.10.14",
"@rematch/core": "2.2.0", "@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2", "@rematch/loading": "2.1.2",
"@rematch/persist": "2.1.2", "@rematch/persist": "2.1.2",
@ -28,42 +28,42 @@
"@testing-library/jest-dom": "5.16.5", "@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0", "@testing-library/react": "13.4.0",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.8", "@types/react-dom": "18.0.9",
"@types/react-router-dom": "5.3.3", "@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.21", "@types/react-virtualized": "9.21.21",
"@types/redux": "3.6.0", "@types/redux": "3.6.0",
"@verdaccio/node-api": "workspace:6.0.0-6-next.51", "@verdaccio/node-api": "workspace:6.0.0-6-next.51",
"@verdaccio/types": "workspace:*", "@verdaccio/types": "workspace:*",
"babel-loader": "8.2.5", "babel-loader": "8.3.0",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
"country-flag-icons": "1.5.5", "country-flag-icons": "1.5.5",
"css-loader": "6.7.1", "css-loader": "6.7.2",
"dayjs": "1.11.5", "dayjs": "1.11.6",
"friendly-errors-webpack-plugin": "1.7.0", "friendly-errors-webpack-plugin": "1.7.0",
"harmony-reflect": "1.6.2", "harmony-reflect": "1.6.2",
"history": "4.10.1", "history": "4.10.1",
"html-webpack-plugin": "5.5.0", "html-webpack-plugin": "5.5.0",
"i18next": "20.6.1", "i18next": "20.6.1",
"in-publish": "2.0.1", "in-publish": "2.0.1",
"js-base64": "3.7.2", "js-base64": "3.7.3",
"js-yaml": "3.14.1", "js-yaml": "3.14.1",
"localstorage-memory": "1.0.3", "localstorage-memory": "1.0.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.1", "mini-css-extract-plugin": "2.7.0",
"msw": "0.47.4", "msw": "0.49.0",
"mutationobserver-shim": "0.3.7", "mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.11.0", "node-mocks-http": "1.12.1",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "6.0.1", "optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1", "ora": "5.4.1",
"dompurify": "2.4.0", "dompurify": "2.4.1",
"highlight.js": "11.6.0", "highlight.js": "11.6.0",
"marked": "4.2.2", "marked": "4.2.3",
"raw-loader": "4.0.2", "raw-loader": "4.0.2",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hook-form": "7.39.2", "react-hook-form": "7.39.5",
"react-hot-loader": "4.13.0", "react-hot-loader": "4.13.1",
"react-i18next": "12.0.0", "react-i18next": "12.0.0",
"react-json-view": "1.21.3", "react-json-view": "1.21.3",
"react-markdown": "8.0.3", "react-markdown": "8.0.3",
@ -81,12 +81,12 @@
"stylelint-config-styled-components": "0.1.1", "stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0", "stylelint-processor-styled-components": "1.10.0",
"stylelint-webpack-plugin": "3.3.0", "stylelint-webpack-plugin": "3.3.0",
"supertest": "6.3.0", "supertest": "6.3.1",
"terser-webpack-plugin": "5.3.6", "terser-webpack-plugin": "5.3.6",
"url-loader": "4.1.1", "url-loader": "4.1.1",
"validator": "13.7.0", "validator": "13.7.0",
"webpack": "5.74.0", "webpack": "5.75.0",
"webpack-bundle-analyzer": "4.6.1", "webpack-bundle-analyzer": "4.7.0",
"webpack-bundle-size-analyzer": "3.1.0", "webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.10.0", "webpack-cli": "^4.10.0",
"webpack-dev-server": "3.11.3", "webpack-dev-server": "3.11.3",

@ -210,9 +210,9 @@ exports[`<Dist /> component should render the component in default state 1`] = `
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {
@ -502,9 +502,9 @@ exports[`<Dist /> component should render the component in default state 1`] = `
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {
@ -849,9 +849,9 @@ exports[`<Dist /> component should render the component with license as object 1
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {
@ -1154,9 +1154,9 @@ exports[`<Dist /> component should render the component with license as object 1
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {
@ -1514,9 +1514,9 @@ exports[`<Dist /> component should render the component with license as string 1
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {
@ -1819,9 +1819,9 @@ exports[`<Dist /> component should render the component with license as string 1
} }
.emotion-6 .MuiChip-icon { .emotion-6 .MuiChip-icon {
color: #616161;
margin-left: 5px; margin-left: 5px;
margin-right: -6px; margin-right: -6px;
color: #616161;
} }
.emotion-6 .MuiChip-deleteIcon { .emotion-6 .MuiChip-deleteIcon {

@ -48,16 +48,16 @@
"debug": "4.3.4", "debug": "4.3.4",
"lodash": "4.17.21", "lodash": "4.17.21",
"got": "11.8.5", "got": "11.8.5",
"hpagent": "1.1.0", "hpagent": "1.2.0",
"undici": "4.16.0" "undici": "4.16.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"p-cancelable": "2.1.1", "p-cancelable": "2.1.1",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"get-stream": "^6.0.1", "get-stream": "^6.0.1",
"nock": "13.2.9", "nock": "13.2.9",
"node-mocks-http": "1.11.0", "node-mocks-http": "1.12.1",
"semver": "7.3.8" "semver": "7.3.8"
}, },
"funding": { "funding": {

@ -49,7 +49,7 @@
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/proxy": "workspace:6.0.0-6-next.29", "@verdaccio/proxy": "workspace:6.0.0-6-next.29",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"http-errors": "1.8.1" "http-errors": "1.8.1"

@ -41,14 +41,14 @@
"@verdaccio/store": "workspace:6.0.0-6-next.31", "@verdaccio/store": "workspace:6.0.0-6-next.31",
"@verdaccio/tarball": "workspace:11.0.0-6-next.20", "@verdaccio/tarball": "workspace:11.0.0-6-next.20",
"@verdaccio/utils": "workspace:6.0.0-6-next.19", "@verdaccio/utils": "workspace:6.0.0-6-next.19",
"core-js": "3.25.5", "core-js": "3.26.1",
"debug": "4.3.4", "debug": "4.3.4",
"fastify": "4.8.1", "fastify": "4.10.0",
"fastify-plugin": "4.3.0", "fastify-plugin": "4.3.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"ts-node": "10.9.1" "ts-node": "10.9.1"
}, },

@ -35,8 +35,8 @@
"@verdaccio/cli": "workspace:6.0.0-6-next.51", "@verdaccio/cli": "workspace:6.0.0-6-next.51",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.51", "@verdaccio/ui-theme": "workspace:6.0.0-6-next.51",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"webpack": "5.74.0", "webpack": "5.75.0",
"webpack-bundle-analyzer": "4.6.1", "webpack-bundle-analyzer": "4.7.0",
"webpack-bundle-size-analyzer": "3.1.0", "webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "4.10.0" "webpack-cli": "4.10.0"
}, },

@ -56,12 +56,12 @@
"semver": "7.3.8" "semver": "7.3.8"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"undici": "4.16.0", "undici": "4.16.0",
"nock": "13.2.9", "nock": "13.2.9",
"node-mocks-http": "1.11.0", "node-mocks-http": "1.12.1",
"mockdate": "3.0.5" "mockdate": "3.0.5"
}, },
"funding": { "funding": {

@ -17,7 +17,7 @@
"@verdaccio/utils": "workspace:6.0.0-6-next.19", "@verdaccio/utils": "workspace:6.0.0-6-next.19",
"body-parser": "1.20.1", "body-parser": "1.20.1",
"express": "4.18.2", "express": "4.18.2",
"supertest": "6.3.0", "supertest": "6.3.1",
"debug": "4.3.4", "debug": "4.3.4",
"fs-extra": "10.1.0" "fs-extra": "10.1.0"
}, },

@ -1,7 +1,7 @@
import _ from 'lodash'; import _ from 'lodash';
import { DEFAULT_USER, DIST_TAGS } from '@verdaccio/core'; import { DEFAULT_USER, DIST_TAGS } from '@verdaccio/core';
import { Author, Package } from '@verdaccio/types'; import { Author, Manifest, Package } from '@verdaccio/types';
import { stringToMD5 } from './crypto-utils'; import { stringToMD5 } from './crypto-utils';
@ -148,7 +148,7 @@ export function isVersionValid(packageMeta, packageVersion): boolean {
return hasMatchVersion; return hasMatchVersion;
} }
export function addGravatarSupport(pkgInfo: Package, online = true): AuthorAvatar { export function addGravatarSupport(pkgInfo: Manifest, online = true): AuthorAvatar {
const pkgInfoCopy = { ...pkgInfo } as any; const pkgInfoCopy = { ...pkgInfo } as any;
const author: any = _.get(pkgInfo, 'latest.author', null) as any; const author: any = _.get(pkgInfo, 'latest.author', null) as any;
const contributors: AuthorAvatar[] = normalizeContributors( const contributors: AuthorAvatar[] = normalizeContributors(
@ -190,6 +190,7 @@ export function addGravatarSupport(pkgInfo: Package, online = true): AuthorAvata
// for maintainers // for maintainers
if (_.isEmpty(maintainers) === false) { if (_.isEmpty(maintainers) === false) {
pkgInfoCopy.latest.maintainers = maintainers.map((maintainer): void => { pkgInfoCopy.latest.maintainers = maintainers.map((maintainer): void => {
// @ts-ignore
maintainer.avatar = generateGravatarUrl(maintainer.email, online); maintainer.avatar = generateGravatarUrl(maintainer.email, online);
return maintainer; return maintainer;
}); });

@ -53,11 +53,11 @@
"@verdaccio/config": "workspace:6.0.0-6-next.51", "@verdaccio/config": "workspace:6.0.0-6-next.51",
"@verdaccio/store": "workspace:6.0.0-6-next.31", "@verdaccio/store": "workspace:6.0.0-6-next.31",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"fastify": "4.8.1", "fastify": "4.10.0",
"yaml": "2.1.3", "yaml": "2.1.3",
"got": "11.8.5", "got": "11.8.5",
"lodash": "4.17.21", "lodash": "4.17.21",
"node-mocks-http": "1.11.0", "node-mocks-http": "1.12.1",
"get-port": "5.1.1", "get-port": "5.1.1",
"nock": "13.2.9", "nock": "13.2.9",
"typedoc-plugin-missing-exports": "1.0.0", "typedoc-plugin-missing-exports": "1.0.0",

@ -39,17 +39,17 @@
"debug": "4.3.4", "debug": "4.3.4",
"express": "4.18.2", "express": "4.18.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "7.14.0" "lru-cache": "7.14.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.65", "@types/node": "16.18.3",
"@verdaccio/types": "workspace:11.0.0-6-next.17", "@verdaccio/types": "workspace:11.0.0-6-next.17",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.6", "@verdaccio/test-helper": "workspace:2.0.0-6-next.6",
"@verdaccio/api": "workspace:6.0.0-6-next.34", "@verdaccio/api": "workspace:6.0.0-6-next.34",
"node-html-parser": "4.1.5", "node-html-parser": "4.1.5",
"supertest": "6.3.0", "supertest": "6.3.1",
"nock": "13.2.9", "nock": "13.2.9",
"jsdom": "20.0.1", "jsdom": "20.0.3",
"undici": "4.16.0", "undici": "4.16.0",
"verdaccio-auth-memory": "workspace:11.0.0-6-next.16", "verdaccio-auth-memory": "workspace:11.0.0-6-next.16",
"verdaccio-memory": "workspace:11.0.0-6-next.18" "verdaccio-memory": "workspace:11.0.0-6-next.18"

4667
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

@ -29,9 +29,9 @@
"@docusaurus/theme-common": "2.2.0", "@docusaurus/theme-common": "2.2.0",
"@docusaurus/theme-search-algolia": "2.2.0", "@docusaurus/theme-search-algolia": "2.2.0",
"@mdx-js/react": "^1.6.22", "@mdx-js/react": "^1.6.22",
"@mui/icons-material": "5.10.9", "@mui/icons-material": "5.10.14",
"@mui/material": "5.10.9", "@mui/material": "5.10.14",
"@mui/styles": "5.10.9", "@mui/styles": "5.10.14",
"classnames": "2.3.2", "classnames": "2.3.2",
"clsx": "1.2.1", "clsx": "1.2.1",
"copy-text-to-clipboard": "3.0.1", "copy-text-to-clipboard": "3.0.1",
@ -42,9 +42,9 @@
"p-cancelable": "2.1.1", "p-cancelable": "2.1.1",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-player": "2.11.0", "react-player": "2.11.0",
"react-iframe": "1.8.4", "react-iframe": "1.8.5",
"react-twitter-widgets": "^1.10.0", "react-twitter-widgets": "^1.10.0",
"typedoc": "0.23.16", "typedoc": "0.23.21",
"typedoc-plugin-markdown": "3.13.6", "typedoc-plugin-markdown": "3.13.6",
"use-is-in-viewport": "^1.0.9", "use-is-in-viewport": "^1.0.9",
"usehooks-ts": "2.9.1" "usehooks-ts": "2.9.1"
@ -69,7 +69,7 @@
"esbuild": "0.14.10", "esbuild": "0.14.10",
"esbuild-loader": "2.16.0", "esbuild-loader": "2.16.0",
"prism-react-renderer": "^1.2.1", "prism-react-renderer": "^1.2.1",
"sass": "1.55.0", "sass": "1.56.1",
"sass-loader": "^12.1.0", "sass-loader": "^12.1.0",
"typedoc-github-wiki-theme": "^1.0.1", "typedoc-github-wiki-theme": "^1.0.1",
"url-loader": "4.1.1" "url-loader": "4.1.1"