Skip to content

Commit

Permalink
fix(deps): update all core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 13, 2022
1 parent 4cd71c6 commit 5f0ca25
Show file tree
Hide file tree
Showing 24 changed files with 850 additions and 415 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node 16
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install pnpm
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node 16
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install pnpm
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node 16
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install pnpm
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node ${{ matrix.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
- name: Install pnpm
Expand All @@ -118,7 +118,7 @@ jobs:
name: UI Test E2E Node 16
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install pnpm
Expand All @@ -143,7 +143,7 @@ jobs:
name: CLI Test E2E Node 14
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Install pnpm
Expand All @@ -168,7 +168,7 @@ jobs:
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
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@v3
with:
images: ${{ github.repository }}
tag-custom: nightly-master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Audit preview URL with Lighthouse
id: lighthouse_audit
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v8
with:
urls: |
${{ steps.netlify_preview.outputs.preview-url }}
Expand All @@ -106,7 +106,7 @@ jobs:

- name: Format lighthouse score
id: format_lighthouse_score
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Add comment to PR
id: comment_to_pr
uses: marocchino/sticky-pull-request-comment@v1
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.issue.number }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:16.13.2-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:17.5.0-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.24.1 && \
# FIXME: need to remove devDependencies from the build
# RUN pnpm install --prod --ignore-scripts

FROM node:16.13.2-alpine
FROM node:17.5.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -70,9 +70,9 @@
"babel-eslint": "10.1.0",
"babel-jest": "27.4.6",
"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.0.0",
"core-js": "3.20.3",
"cross-env": "7.0.3",
"debug": "4.3.3",
Expand All @@ -85,16 +85,16 @@
"jest-environment-jsdom": "27.4.6",
"jest-environment-jsdom-global": "3.0.0",
"jest-environment-node": "27.4.6",
"jest-junit": "12.3.0",
"kleur": "3.0.3",
"lint-staged": "11.2.6",
"nock": "12.0.3",
"jest-junit": "13.0.0",
"kleur": "4.1.4",
"lint-staged": "12.3.3",
"nock": "13.2.4",
"node-fetch": "cjs",
"nodemon": "2.0.15",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"selfsigned": "2.0.0",
"supertest": "6.2.2",
"ts-node": "10.4.0",
"typescript": "4.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -53,7 +53,7 @@
"body-parser": "1.19.1",
"express": "4.17.2",
"lodash": "4.17.21",
"mime": "2.6.0",
"mime": "3.0.0",
"semver": "7.3.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -51,7 +51,7 @@
"@verdaccio/fastify-migration": "workspace:6.0.0-6-next.18",
"clipanion": "3.1.0",
"envinfo": "7.8.1",
"kleur": "3.0.3",
"kleur": "4.1.4",
"semver": "7.3.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Expand Up @@ -42,9 +42,9 @@
"@verdaccio/core": "workspace:6.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-6-next.10",
"debug": "4.3.3",
"js-yaml": "3.14.1",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"minimatch": "3.0.4",
"minimatch": "4.1.0",
"yup": "0.32.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"http-errors": "1.8.1",
"http-errors": "2.0.0",
"http-status-codes": "2.2.0",
"semver": "7.3.5",
"process-warning": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/readme/package.json
Expand Up @@ -41,8 +41,8 @@
],
"dependencies": {
"dompurify": "2.3.4",
"jsdom": "17.0.0",
"marked": "3.0.8"
"jsdom": "19.0.0",
"marked": "4.0.12"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger-prettify/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"dayjs": "1.10.7",
"fast-safe-stringify": "2.1.1",
"kleur": "3.0.3",
"kleur": "4.1.4",
"lodash": "4.17.21",
"prettier-bytes": "1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-api/package.json
Expand Up @@ -52,7 +52,7 @@
"@verdaccio/mock": "workspace:6.0.0-6-next.13",
"@verdaccio/types": "workspace:11.0.0-6-next.10",
"jest-mock-process": "1.4.1",
"selfsigned": "1.10.14",
"selfsigned": "2.0.0",
"supertest": "6.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit/package.json
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.10",
"nock": "12.0.3",
"nock": "13.2.4",
"supertest": "6.2.2"
},
"scripts": {
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.20.3",
"http-errors": "1.8.1",
"http-errors": "2.0.0",
"unix-crypt-td-js": "1.1.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/local-storage/package.json
Expand Up @@ -43,19 +43,19 @@
"async": "3.2.3",
"core-js": "3.20.3",
"debug": "4.3.3",
"globby": "11.1.0",
"globby": "13.1.1",
"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.3.1"
},
"devDependencies": {
"@types/minimatch": "3.0.5",
"@verdaccio/types": "workspace:11.0.0-6-next.10",
"@verdaccio/config": "workspace:6.0.0-6-next.12",
"@verdaccio/utils": "workspace:6.0.0-6-next.10",
"minimatch": "3.0.4",
"minimatch": "4.1.0",
"tmp-promise": "3.0.3"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/plugins/ui-theme/package.json
Expand Up @@ -41,15 +41,15 @@
"css-loader": "6.5.1",
"dayjs": "1.10.7",
"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.2.0",
"html-webpack-plugin": "5.5.0",
"i18next": "20.6.1",
"i18next": "21.6.11",
"in-publish": "2.0.1",
"country-flag-icons": "1.4.19",
"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.5.2",
Expand All @@ -59,14 +59,14 @@
"react-markdown": "8.0.0",
"remark-gfm": "3.0.1",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1",
"ora": "6.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.25.0",
"react-hot-loader": "4.13.0",
"react-i18next": "11.15.3",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-router": "6.2.1",
"react-router-dom": "6.2.1",
"react-virtualized": "9.22.3",
"react-redux": "7.2.6",
"redux": "4.1.2",
Expand All @@ -86,7 +86,7 @@
"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-dev-server": "4.7.4",
"webpack-manifest-plugin": "4.1.1",
"webpack-merge": "5.8.0",
"whatwg-fetch": "3.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -45,15 +45,15 @@
"cors": "2.8.5",
"debug": "4.3.3",
"express": "4.17.2",
"express-rate-limit": "5.5.1",
"express-rate-limit": "6.2.1",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/node": "16.11.21",
"@verdaccio/mock": "workspace:6.0.0-6-next.13",
"@verdaccio/proxy": "workspace:6.0.0-6-next.17",
"@verdaccio/helper": "1.0.0",
"http-errors": "1.8.1",
"http-errors": "2.0.0",
"request": "2.88.0"
},
"scripts": {
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.0.0",
"semver": "7.3.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@verdaccio/core": "workspace:6.0.0-6-next.4",
"minimatch": "3.0.4",
"minimatch": "4.1.0",
"semver": "7.3.5",
"lodash": "4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Expand Up @@ -40,12 +40,12 @@
"debug": "4.3.3",
"express": "4.17.2",
"lodash": "4.17.21",
"lru-cache": "6.0.0"
"lru-cache": "7.3.1"
},
"devDependencies": {
"@types/node": "16.11.21",
"@verdaccio/types": "workspace:11.0.0-6-next.10",
"node-html-parser": "4.1.5",
"node-html-parser": "5.2.0",
"supertest": "6.2.2",
"verdaccio-auth-memory": "workspace:11.0.0-6-next.7",
"verdaccio-memory": "workspace:11.0.0-6-next.8"
Expand Down

0 comments on commit 5f0ca25

Please sign in to comment.