Skip to content

Commit

Permalink
feat(deps): update core verdaccio dependencies (5.x) (#4558)
Browse files Browse the repository at this point in the history
End of Node.js 12 support, cannot guarantee due dependencies updates.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
  • Loading branch information
renovate[bot] and juanpicado committed Mar 23, 2024
1 parent bf2a2c3 commit 72c3ab7
Show file tree
Hide file tree
Showing 28 changed files with 245 additions and 401 deletions.
@@ -1,4 +1,4 @@
name: Module Smoke Test Node.js 12
name: Module Smoke Test Node.js 14
on:
workflow_dispatch:
pull_request:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 12
node-version: 14
- name: Docker test
run: |
docker run -d -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio:5
Expand Down
306 changes: 115 additions & 191 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-2882183fbf-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -20,19 +20,19 @@
},
"dependencies": {
"@cypress/request": "3.0.1",
"@verdaccio/config": "7.0.0-next-7.12",
"@verdaccio/core": "7.0.0-next-7.12",
"@verdaccio/config": "7.0.0-next-7.13",
"@verdaccio/core": "7.0.0-next-7.13",
"@verdaccio/local-storage-legacy": "11.0.2",
"@verdaccio/logger-7": "7.0.0-next-7.12",
"@verdaccio/middleware": "7.0.0-next-7.12",
"@verdaccio/search": "7.0.0-next-7.1",
"@verdaccio/logger-7": "7.0.0-next-7.13",
"@verdaccio/middleware": "7.0.0-next-7.13",
"@verdaccio/search": "7.0.0-next-7.2",
"@verdaccio/search-indexer": "7.0.0-next.0",
"@verdaccio/signature": "7.0.0-next.3",
"@verdaccio/streams": "10.2.1",
"@verdaccio/tarball": "12.0.0-next-7.12",
"@verdaccio/ui-theme": "7.0.0-next-7.12",
"@verdaccio/url": "12.0.0-next-7.12",
"@verdaccio/utils": "7.0.0-next-7.12",
"@verdaccio/tarball": "12.0.0-next-7.13",
"@verdaccio/ui-theme": "7.0.0-next-7.13",
"@verdaccio/url": "12.0.0-next-7.13",
"@verdaccio/utils": "7.0.0-next-7.13",
"JSONStream": "1.3.5",
"async": "3.2.5",
"clipanion": "3.2.1",
Expand All @@ -56,8 +56,8 @@
"pkginfo": "0.4.1",
"semver": "7.6.0",
"validator": "13.11.0",
"verdaccio-audit": "12.0.0-next-7.12",
"verdaccio-htpasswd": "12.0.0-next-7.12"
"verdaccio-audit": "12.0.0-next-7.13",
"verdaccio-htpasswd": "12.0.0-next-7.13"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down

0 comments on commit 72c3ab7

Please sign in to comment.