mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: restore engines legacy support (#4072)
* chore: restore minimatch and legacy support to be used on 5.x versions * Update package.json * Create old-turkeys-heal.md
This commit is contained in:
parent
580319a53a
commit
daceb6d87e
2
.babelrc
2
.babelrc
@ -4,7 +4,7 @@
|
|||||||
"@babel/env",
|
"@babel/env",
|
||||||
{
|
{
|
||||||
"targets": {
|
"targets": {
|
||||||
"node": 16
|
"node": 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
18
.changeset/old-turkeys-heal.md
Normal file
18
.changeset/old-turkeys-heal.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
'@verdaccio/config': minor
|
||||||
|
'@verdaccio/core': minor
|
||||||
|
'@verdaccio/file-locking': minor
|
||||||
|
'@verdaccio/tarball': minor
|
||||||
|
'@verdaccio/url': minor
|
||||||
|
'@verdaccio/logger-7': minor
|
||||||
|
'@verdaccio/logger-commons': minor
|
||||||
|
'@verdaccio/logger-prettify': minor
|
||||||
|
'@verdaccio/middleware': minor
|
||||||
|
'verdaccio-audit': minor
|
||||||
|
'verdaccio-htpasswd': minor
|
||||||
|
'@verdaccio/search': minor
|
||||||
|
'@verdaccio/signature': minor
|
||||||
|
'@verdaccio/utils': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
restore legacy support
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"minimatch": "9.0.3",
|
"minimatch": "7.4.6",
|
||||||
"yup": "0.32.11"
|
"yup": "0.32.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "https",
|
"type": "https",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "https",
|
"type": "https",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "https",
|
"type": "https",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "https",
|
"type": "https",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/config": "workspace:7.0.0-next.2",
|
"@verdaccio/config": "workspace:7.0.0-next.2",
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next.2",
|
"@verdaccio/core": "workspace:7.0.0-next.2",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
@ -26,11 +26,11 @@
|
|||||||
"verdaccio"
|
"verdaccio"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next.2",
|
"@verdaccio/core": "workspace:7.0.0-next.2",
|
||||||
"minimatch": "9.0.3",
|
"minimatch": "7.4.6",
|
||||||
"semver": "7.5.4",
|
"semver": "7.5.4",
|
||||||
"lodash": "4.17.21"
|
"lodash": "4.17.21"
|
||||||
},
|
},
|
||||||
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@ -667,8 +667,8 @@ importers:
|
|||||||
specifier: 4.17.21
|
specifier: 4.17.21
|
||||||
version: 4.17.21
|
version: 4.17.21
|
||||||
minimatch:
|
minimatch:
|
||||||
specifier: 9.0.3
|
specifier: 7.4.6
|
||||||
version: 9.0.3
|
version: 7.4.6
|
||||||
yup:
|
yup:
|
||||||
specifier: 0.32.11
|
specifier: 0.32.11
|
||||||
version: 0.32.11
|
version: 0.32.11
|
||||||
@ -1994,8 +1994,8 @@ importers:
|
|||||||
specifier: 4.17.21
|
specifier: 4.17.21
|
||||||
version: 4.17.21
|
version: 4.17.21
|
||||||
minimatch:
|
minimatch:
|
||||||
specifier: 9.0.3
|
specifier: 7.4.6
|
||||||
version: 9.0.3
|
version: 7.4.6
|
||||||
semver:
|
semver:
|
||||||
specifier: 7.5.4
|
specifier: 7.5.4
|
||||||
version: 7.5.4
|
version: 7.5.4
|
||||||
@ -22504,11 +22504,19 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
|
|
||||||
|
/minimatch@7.4.6:
|
||||||
|
resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
dependencies:
|
||||||
|
brace-expansion: 2.0.1
|
||||||
|
dev: false
|
||||||
|
|
||||||
/minimatch@9.0.3:
|
/minimatch@9.0.3:
|
||||||
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
|
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
|
||||||
engines: {node: '>=16 || 14 >=14.17'}
|
engines: {node: '>=16 || 14 >=14.17'}
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/minimist-options@4.1.0:
|
/minimist-options@4.1.0:
|
||||||
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
||||||
@ -29640,7 +29648,7 @@ packages:
|
|||||||
portfinder: 1.0.32(supports-color@6.1.0)
|
portfinder: 1.0.32(supports-color@6.1.0)
|
||||||
schema-utils: 1.0.0
|
schema-utils: 1.0.0
|
||||||
selfsigned: 1.10.14
|
selfsigned: 1.10.14
|
||||||
semver: 6.3.1
|
semver: 6.3.0
|
||||||
serve-index: 1.9.1(supports-color@6.1.0)
|
serve-index: 1.9.1(supports-color@6.1.0)
|
||||||
sockjs: 0.3.24
|
sockjs: 0.3.24
|
||||||
sockjs-client: 1.6.1(supports-color@6.1.0)
|
sockjs-client: 1.6.1(supports-color@6.1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user