Skip to content

Commit

Permalink
fix(deps): update all core dependencies to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2022
1 parent 04cc863 commit 4f77b50
Show file tree
Hide file tree
Showing 26 changed files with 82 additions and 82 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Expand Up @@ -20,18 +20,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2
- uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2
with:
driver-opts: network=host
- uses: docker/login-action@v1
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2
name: Login Docker Hub
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Prepare docker image tags
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: crazy-max/ghaction-docker-meta@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4
with:
images: ${{ github.repository }}
tag-custom: nightly-master
Expand All @@ -41,7 +41,7 @@ jobs:
{{major}}
{{major}}.{{minor}}
- name: Build & Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3
with:
context: .
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:16-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:18-alpine as builder

ENV NODE_ENV=development \
VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org
Expand All @@ -20,7 +20,7 @@ RUN npm -g i pnpm@6.32.15 && \
# FIXME: need to remove devDependencies from the build
# RUN pnpm install --prod --ignore-scripts

FROM node:16-alpine
FROM node:18-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -38,25 +38,25 @@
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@dianmora/contributors": "2.0.2",
"@dianmora/contributors": "3.0.0",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.15.0",
"@changesets/get-dependents-graph": "1.3.3",
"@crowdin/cli": "3.7.9",
"@trivago/prettier-plugin-sort-imports": "3.3.0",
"@types/async": "3.2.15",
"@types/autocannon": "4.1.1",
"@types/autocannon": "7.6.1",
"@types/express": "4.17.13",
"@types/http-errors": "1.8.2",
"@types/jest": "27.5.2",
"@types/jest": "28.1.6",
"@types/lodash": "4.14.182",
"@types/mime": "2.0.3",
"@types/mime": "3.0.1",
"@types/minimatch": "3.0.5",
"@types/node": "16.11.47",
"@types/jsonwebtoken": "8.5.8",
"@types/request": "2.48.8",
"@types/semver": "7.3.10",
"@types/node-fetch": "2.6.2",
"@types/node-fetch": "3.0.2",
"@types/supertest": "2.0.12",
"@types/testing-library__jest-dom": "5.14.5",
"@types/validator": "13.7.5",
Expand All @@ -71,35 +71,35 @@
"autocannon": "7.9.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-jest": "28.1.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "10.2.2",
"babel-plugin-emotion": "11.0.0",
"codecov": "3.8.3",
"concurrently": "6.5.1",
"concurrently": "7.3.0",
"core-js": "3.24.1",
"cross-env": "7.0.3",
"debug": "4.3.4",
"detect-secrets": "1.0.6",
"pretty-format": "27.5.1",
"jest-diff": "27.5.1",
"pretty-format": "28.1.3",
"jest-diff": "28.1.3",
"eslint": "8.21.0",
"fs-extra": "10.1.0",
"husky": "7.0.4",
"husky": "8.0.1",
"in-publish": "2.0.1",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-environment-jsdom-global": "3.1.2",
"jest-environment-node": "27.5.1",
"jest-junit": "12.3.0",
"kleur": "3.0.3",
"lint-staged": "11.2.6",
"nock": "12.0.3",
"jest-environment-node": "28.1.3",
"jest-junit": "14.0.0",
"kleur": "4.1.5",
"lint-staged": "13.0.3",
"nock": "13.2.9",
"node-fetch": "cjs",
"nodemon": "2.0.19",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"selfsigned": "2.0.1",
"supertest": "6.2.4",
"ts-node": "10.9.1",
"typescript": "4.7.4",
Expand Down Expand Up @@ -150,7 +150,7 @@
},
"engines": {
"node": ">=16.5",
"pnpm": ">=6.32.3 <7.0.0"
"pnpm": "<8.0.0"
},
"license": "MIT",
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -52,7 +52,7 @@
"body-parser": "1.20.0",
"express": "4.18.1",
"lodash": "4.17.21",
"mime": "2.6.0",
"mime": "3.0.0",
"semver": "7.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -50,7 +50,7 @@
"@verdaccio/node-api": "workspace:6.0.0-6-next.32",
"clipanion": "3.1.0",
"envinfo": "7.8.1",
"kleur": "3.0.3",
"kleur": "4.1.5",
"semver": "7.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -44,7 +44,7 @@
"debug": "4.3.4",
"yaml": "2.1.1",
"lodash": "4.17.21",
"minimatch": "3.1.2",
"minimatch": "5.1.0",
"yup": "0.32.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/core/package.json
Expand Up @@ -34,11 +34,11 @@
"access": "public"
},
"dependencies": {
"http-errors": "1.8.1",
"http-errors": "2.0.0",
"http-status-codes": "2.2.0",
"semver": "7.3.7",
"ajv": "8.11.0",
"process-warning": "1.0.0",
"process-warning": "2.0.0",
"core-js": "3.24.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/readme/package.json
Expand Up @@ -41,8 +41,8 @@
],
"dependencies": {
"dompurify": "2.3.10",
"jsdom": "17.0.0",
"marked": "3.0.8"
"jsdom": "20.0.0",
"marked": "4.0.18"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Expand Up @@ -35,7 +35,7 @@
"core-js": "3.24.1",
"debug": "4.3.4",
"handlebars": "4.7.7",
"undici": "4.16.0"
"undici": "5.8.2"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger-prettify/package.json
Expand Up @@ -41,12 +41,12 @@
"dependencies": {
"dayjs": "1.11.4",
"fast-safe-stringify": "2.1.1",
"kleur": "3.0.3",
"kleur": "4.1.5",
"lodash": "4.17.21",
"prettier-bytes": "1.0.4"
},
"devDependencies": {
"pino": "7.11.0"
"pino": "8.4.0"
},
"funding": {
"type": "opencollective",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"@verdaccio/core": "workspace:6.0.0-6-next.5",
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.6",
"pino-pretty": "7.6.1",
"pino-pretty": "8.1.0",
"debug": "4.3.4",
"lodash": "4.17.21",
"pino": "7.11.0"
"pino": "8.4.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-api/package.json
Expand Up @@ -52,8 +52,8 @@
"@types/node": "16.11.47",
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
"@verdaccio/types": "workspace:11.0.0-6-next.12",
"jest-mock-process": "1.5.1",
"selfsigned": "1.10.14",
"jest-mock-process": "2.0.0",
"selfsigned": "2.0.1",
"supertest": "6.2.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/htpasswd/package.json
Expand Up @@ -39,7 +39,7 @@
"apache-md5": "1.1.7",
"bcryptjs": "2.4.3",
"core-js": "3.24.1",
"http-errors": "1.8.1",
"http-errors": "2.0.0",
"debug": "4.3.4",
"unix-crypt-td-js": "1.1.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/local-storage/package.json
Expand Up @@ -41,12 +41,12 @@
"@verdaccio/file-locking": "workspace:11.0.0-6-next.4",
"core-js": "3.24.1",
"debug": "4.3.4",
"globby": "11.1.0",
"globby": "13.1.2",
"lockfile": "1.0.4",
"sanitize-filename": "1.6.3",
"lodash": "4.17.21",
"lowdb": "1.0.0",
"lru-cache": "6.0.0"
"lru-cache": "7.13.2"
},
"devDependencies": {
"@types/minimatch": "3.0.5",
Expand All @@ -55,7 +55,7 @@
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
"minimatch": "3.1.2"
"minimatch": "5.1.0"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
30 changes: 15 additions & 15 deletions packages/plugins/ui-theme/package.json
Expand Up @@ -13,9 +13,9 @@
"homepage": "https://verdaccio.org",
"main": "index.js",
"devDependencies": {
"@types/react": "17.0.48",
"@types/react": "18.0.17",
"@types/react-autosuggest": "10.1.5",
"@types/react-dom": "17.0.17",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "6.1.5",
"@types/redux": "3.6.0",
"@types/react-router-dom": "5.3.3",
Expand All @@ -32,23 +32,23 @@
"@rematch/loading": "2.1.2",
"@testing-library/dom": "8.16.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react": "13.3.0",
"@verdaccio/node-api": "workspace:6.0.0-6-next.32",
"@verdaccio/types": "workspace:*",
"babel-loader": "8.2.5",
"babel-plugin-dynamic-import-node": "2.3.3",
"css-loader": "6.7.1",
"dayjs": "1.11.4",
"friendly-errors-webpack-plugin": "1.7.0",
"github-markdown-css": "4.0.0",
"github-markdown-css": "5.1.0",
"harmony-reflect": "1.6.2",
"history": "4.10.1",
"history": "5.3.0",
"html-webpack-plugin": "5.5.0",
"i18next": "20.6.1",
"i18next": "21.9.0",
"in-publish": "2.0.1",
"country-flag-icons": "1.5.5",
"js-base64": "3.7.2",
"js-yaml": "3.14.1",
"js-yaml": "4.1.0",
"localstorage-memory": "1.0.3",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.1",
Expand All @@ -59,16 +59,16 @@
"react-json-view": "1.21.3",
"remark-gfm": "3.0.1",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"ora": "6.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.34.0",
"react-hot-loader": "4.13.0",
"react-i18next": "11.18.3",
"react-router": "5.3.3",
"react-router-dom": "5.3.3",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-virtualized": "9.22.3",
"react-redux": "7.2.8",
"react-redux": "8.0.2",
"redux": "4.2.0",
"rimraf": "3.0.2",
"raw-loader": "4.0.2",
Expand All @@ -87,8 +87,8 @@
"webpack-bundle-analyzer": "4.5.0",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "3.11.3",
"webpack-manifest-plugin": "4.1.1",
"webpack-dev-server": "4.9.3",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "5.8.0",
"whatwg-fetch": "3.6.2",
"xss": "1.0.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy/package.json
Expand Up @@ -47,9 +47,9 @@
"JSONStream": "1.3.5",
"debug": "4.3.4",
"lodash": "4.17.21",
"got": "11.8.5",
"got": "12.3.1",
"hpagent": "1.0.0",
"undici": "4.16.0"
"undici": "5.8.2"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/express/package.json
Expand Up @@ -45,15 +45,15 @@
"cors": "2.8.5",
"debug": "4.3.4",
"express": "4.18.1",
"express-rate-limit": "5.5.1",
"express-rate-limit": "6.5.1",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/node": "16.11.47",
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
"@verdaccio/proxy": "workspace:6.0.0-6-next.20",
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
"http-errors": "1.8.1"
"http-errors": "2.0.0"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Expand Up @@ -60,7 +60,7 @@
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
"@verdaccio/types": "workspace:11.0.0-6-next.12",
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
"undici": "4.16.0",
"undici": "5.8.2",
"nock": "13.2.9",
"node-mocks-http": "1.11.0",
"mockdate": "3.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/benchmark/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"clipanion": "3.1.0",
"temp-dir": "2.0.0",
"get-port": "5.1.1",
"get-port": "6.1.2",
"semver": "7.3.7"
},
"devDependencies": {
Expand Down

0 comments on commit 4f77b50

Please sign in to comment.