fix(deps): update (#5190)

close #5191
This commit is contained in:
Zoltan Kochan
2022-08-14 00:19:54 +03:00
committed by GitHub
parent bb2a69c8d0
commit dbac0ca01d
62 changed files with 907 additions and 810 deletions

View File

@@ -0,0 +1,10 @@
---
"@pnpm/cafs": patch
"@pnpm/local-resolver": patch
"@pnpm/npm-resolver": patch
"@pnpm/package-requester": patch
"@pnpm/package-store": patch
"@pnpm/tarball-fetcher": patch
---
Update ssri to v9.

View File

@@ -0,0 +1,5 @@
---
"@pnpm/resolve-dependencies": patch
---
Update @yarnpkg/core.

View File

@@ -0,0 +1,5 @@
---
"pnpm": patch
---
Update node-gyp to v9.

View File

@@ -28,12 +28,12 @@
"dev-setup": "pnpm -C=./packages/pnpm/dev link -g"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.18.9",
"@changesets/cli": "^2.24.1",
"@babel/types": "^7.18.10",
"@changesets/cli": "^2.24.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/prompt-cli": "^17.0.3",
@@ -42,10 +42,10 @@
"@pnpm/registry-mock": "2.20.0",
"@pnpm/tsconfig": "workspace:*",
"@types/jest": "^28.1.6",
"@types/node": "^14.18.22",
"@types/node": "^14.18.23",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lcov-result-merger": "^3.3.0",
@@ -54,10 +54,10 @@
"rimraf": "^3.0.2",
"shx": "^0.3.4",
"syncpack": "^8.2.4",
"ts-jest": "28.0.5",
"ts-jest": "28.0.7",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"verdaccio": "^5.13.3"
"verdaccio": "^5.14.0"
},
"engines": {
"pnpm": ">=7.7.1"
@@ -69,7 +69,8 @@
"hosted-git-info@4": "npm:@zkochan/hosted-git-info@^4.0.2",
"istanbul-reports": "npm:@zkochan/istanbul-reports",
"js-yaml@^4.0.0": "npm:@zkochan/js-yaml@0.0.6",
"nopt@5": "npm:@pnpm/nopt@^0.2.1"
"nopt@5": "npm:@pnpm/nopt@^0.2.1",
"clipanion": "3.2.0-rc.6"
},
"packageExtensions": {
"@babel/parser": {

View File

@@ -33,7 +33,7 @@
"@pnpm/audit": "workspace:*",
"@pnpm/constants": "workspace:*",
"@pnpm/lockfile-file": "workspace:*",
"nock": "13.2.8"
"nock": "13.2.9"
},
"dependencies": {
"@pnpm/error": "workspace:*",

View File

@@ -50,7 +50,7 @@
"devDependencies": {
"@pnpm/build-modules": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -26,7 +26,7 @@
"p-limit": "^3.1.0",
"path-temp": "^2.0.0",
"rename-overwrite": "^4.0.2",
"ssri": "^8.0.1",
"ssri": "^9.0.1",
"strip-bom": "^4.0.0",
"tar-stream": "^2.2.0"
},
@@ -35,7 +35,7 @@
"@pnpm/cafs-types": "workspace:*",
"@pnpm/types": "workspace:*",
"@types/concat-stream": "^2.0.0",
"@types/node": "^14.18.22",
"@types/node": "^14.18.23",
"@types/ssri": "^7.1.1",
"@types/tar-stream": "^2.2.2",
"p-defer": "^3.0.0",

View File

@@ -30,7 +30,7 @@
"devDependencies": {
"@pnpm/cli-utils": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:*",

View File

@@ -52,7 +52,7 @@
"devDependencies": {
"@pnpm/config": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/which": "^2.0.1",
"symlink-dir": "^5.0.1"
},

View File

@@ -84,16 +84,16 @@
"@types/is-ci": "^3.0.0",
"@types/is-windows": "^1.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"@types/sinon": "^10.0.13",
"@yarnpkg/core": "3.2.0",
"@yarnpkg/core": "3.2.3",
"deep-require-cwd": "1.0.0",
"execa": "npm:safe-execa@^0.1.2",
"exists-link": "2.0.0",
"is-ci": "^3.0.1",
"is-windows": "^1.0.2",
"nock": "13.2.8",
"nock": "13.2.9",
"path-name": "^1.0.0",
"read-yaml-file": "^2.1.0",
"resolve-link-target": "^2.0.0",

View File

@@ -56,8 +56,8 @@
"@pnpm/default-reporter": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"ghooks": "2.0.4",
"load-json-file": "^6.2.0",
"normalize-newline": "3.0.0"

View File

@@ -37,7 +37,7 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@types/semver": "^7.3.10",
"@types/semver": "7.3.10",
"dependency-path": "workspace:*"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -41,7 +41,7 @@
"@pnpm/directory-fetcher": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/npm-packlist": "^3.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"exports": {
".": "./lib/index.js"

View File

@@ -30,7 +30,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/exportable-manifest#readme",
"devDependencies": {
"@pnpm/exportable-manifest": "workspace:*",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"dependencies": {
"@pnpm/error": "workspace:*",

View File

@@ -42,7 +42,7 @@
"devDependencies": {
"@pnpm/fetch": "workspace:*",
"@pnpm/logger": "^4.0.0",
"nock": "13.2.8"
"nock": "13.2.9"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -36,7 +36,7 @@
"devDependencies": {
"@pnpm/filter-lockfile": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"detect-libc": "^2.0.1",
"tempy": "^1.0.1",
"write-yaml-file": "^4.2.0",

View File

@@ -44,7 +44,7 @@
"@types/is-ci": "^3.0.0",
"@types/is-windows": "^1.0.0",
"@types/micromatch": "^4.0.2",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/touch": "^3.1.2",
"is-ci": "^3.0.1",
"is-windows": "^1.0.2",

View File

@@ -32,7 +32,7 @@
"@pnpm/get-context": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/is-ci": "^3.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"peerDependencies": {
"@pnpm/logger": "^4.0.0"

View File

@@ -42,7 +42,7 @@
"@pnpm/git-resolver": "workspace:*",
"@types/hosted-git-info": "^3.0.2",
"@types/is-windows": "^1.0.0",
"@types/semver": "^7.3.10",
"@types/semver": "7.3.10",
"is-windows": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -26,7 +26,7 @@
"@pnpm/store-path": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/rimraf": "^3.0.2",
"@types/sinon": "^10.0.13",
"isexe": "2.0.0",

View File

@@ -17,7 +17,7 @@
"devDependencies": {
"@pnpm/hoist": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"directories": {
"test": "test"

View File

@@ -52,9 +52,9 @@
"@pnpm/logger": "^4.0.0",
"@pnpm/test-fixtures": "workspace:*",
"@types/is-windows": "^1.0.0",
"@types/node": "^14.18.22",
"@types/node": "^14.18.23",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"cmd-extension": "^1.0.2",
"path-exists": "^4.0.0",
"tempy": "^1.0.1"

View File

@@ -50,9 +50,9 @@
"devDependencies": {
"@pnpm/list": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/archy": "0.0.31",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10"
"@types/archy": "0.0.32",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -38,7 +38,7 @@
"@pnpm/resolver-base": "workspace:*",
"@pnpm/types": "workspace:*",
"normalize-path": "^3.0.0",
"ssri": "^8.0.1"
"ssri": "^9.0.1"
},
"devDependencies": {
"@pnpm/local-resolver": "workspace:*",

View File

@@ -39,8 +39,8 @@
"@pnpm/logger": "^4.0.0",
"@types/js-yaml": "^4.0.5",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"@types/write-file-atomic": "^3.0.3",
"tempy": "^1.0.1",
"write-yaml-file": "^4.2.0",

View File

@@ -37,7 +37,7 @@
"@pnpm/lockfile-to-pnp": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"rimraf": "^3.0.2"
},
"dependencies": {

View File

@@ -33,7 +33,7 @@
"devDependencies": {
"@pnpm/lockfile-utils": "workspace:*",
"@types/js-yaml": "^4.0.5",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"tempy": "^1.0.1",
"write-yaml-file": "^4.2.0",
"yaml-tag": "1.1.0"

View File

@@ -31,7 +31,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-walker#readme",
"devDependencies": {
"@pnpm/lockfile-walker": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"tempy": "^1.0.1"
},
"dependencies": {

View File

@@ -48,7 +48,7 @@
"devDependencies": {
"@pnpm/make-dedicated-lockfile": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"exports": {
".": "./lib/index.js"

View File

@@ -39,8 +39,8 @@
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/merge-lockfile-changes": "workspace:*",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10"
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10"
},
"exports": {
".": "./lib/index.js"

View File

@@ -43,7 +43,7 @@
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/modules-cleaner": "workspace:*",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -43,6 +43,6 @@
"devDependencies": {
"@pnpm/fetch": "workspace:*",
"@pnpm/node.resolver": "workspace:*",
"@types/semver": "^7.3.10"
"@types/semver": "7.3.10"
}
}

View File

@@ -52,7 +52,7 @@
"path-temp": "^2.0.0",
"rename-overwrite": "^4.0.2",
"semver": "^7.3.7",
"ssri": "^8.0.1",
"ssri": "^9.0.1",
"version-selector-type": "^3.0.0"
},
"devDependencies": {
@@ -61,9 +61,9 @@
"@pnpm/npm-resolver": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/semver": "^7.3.10",
"@types/semver": "7.3.10",
"@types/ssri": "^7.1.1",
"nock": "13.2.8",
"nock": "13.2.9",
"path-exists": "^4.0.0",
"tempy": "^1.0.1"
},

View File

@@ -53,8 +53,8 @@
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/outdated": "workspace:*",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"npm-run-all": "^4.1.5"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -37,7 +37,7 @@
},
"devDependencies": {
"@pnpm/package-bins": "workspace:*",
"@types/node": "^14.18.22"
"@types/node": "^14.18.23"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -40,7 +40,7 @@
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/package-is-installable": "workspace:*",
"@types/semver": "^7.3.10"
"@types/semver": "7.3.10"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -60,7 +60,7 @@
"rename-overwrite": "^4.0.2",
"safe-promise-defer": "^1.0.1",
"semver": "^7.3.7",
"ssri": "^8.0.1"
"ssri": "^9.0.1"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
@@ -71,11 +71,11 @@
"@pnpm/registry-mock": "2.20.0",
"@pnpm/test-fixtures": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"@types/ssri": "^7.1.1",
"delay": "^5.0.0",
"nock": "13.2.8",
"nock": "13.2.9",
"normalize-path": "^3.0.0",
"tempy": "^1.0.1"
},

View File

@@ -25,7 +25,7 @@
"@zkochan/rimraf": "^2.1.2",
"load-json-file": "^6.2.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"ssri": "^8.0.1",
"ssri": "^9.0.1",
"write-json-file": "^4.3.0"
},
"devDependencies": {
@@ -33,7 +33,7 @@
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/ssri": "^7.1.1",
"tempy": "^1.0.1"
},

View File

@@ -25,7 +25,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/pkgs-graph#readme",
"devDependencies": {
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"better-path-resolve": "1.0.0",
"pkgs-graph": "workspace:*"
},

View File

@@ -33,10 +33,10 @@
"devDependencies": {
"@pnpm/plugin-commands-audit": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/zkochan__table": "npm:@types/table@6.0.0",
"load-json-file": "^6.2.0",
"nock": "13.2.8",
"nock": "13.2.9",
"strip-ansi": "^6.0.1",
"tempy": "^1.0.1"
},
@@ -51,10 +51,10 @@
"@pnpm/types": "workspace:*",
"@zkochan/table": "^1.0.0",
"chalk": "^4.1.2",
"ramda": "npm:@pnpm/ramda@0.28.1",
"render-help": "^1.0.2",
"credentials-by-uri": "^2.1.0",
"mem": "^8.1.1"
"mem": "^8.1.1",
"ramda": "npm:@pnpm/ramda@0.28.1",
"render-help": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -49,7 +49,7 @@
"@types/adm-zip": "^0.4.34",
"adm-zip": "^0.5.9",
"execa": "npm:safe-execa@^0.1.2",
"nock": "13.2.8",
"nock": "13.2.9",
"node-fetch": "3.0.0-beta.9",
"path-name": "^1.0.0"
},

View File

@@ -43,7 +43,7 @@
"@pnpm/test-fixtures": "workspace:*",
"@types/is-ci": "^3.0.0",
"@types/proxyquire": "^1.3.28",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/sinon": "^10.0.13",
"@types/yarnpkg__lockfile": "^1.1.5",
"@types/zkochan__table": "npm:@types/table@6.0.0",
@@ -84,7 +84,7 @@
"@pnpm/sort-packages": "workspace:*",
"@pnpm/store-connection-manager": "workspace:*",
"@pnpm/types": "workspace:*",
"@yarnpkg/core": "3.2.0",
"@yarnpkg/core": "3.2.3",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "2.5.0",
"@zkochan/rimraf": "^2.1.2",

View File

@@ -39,7 +39,7 @@
"@pnpm/plugin-commands-listing": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"execa": "npm:safe-execa@^0.1.2",
"strip-ansi": "^6.0.1",
"write-yaml-file": "^4.2.0"

View File

@@ -39,7 +39,7 @@
"@pnpm/plugin-commands-outdated": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/wrap-ansi": "^3.0.0",
"@types/zkochan__table": "npm:@types/table@6.0.0"
},

View File

@@ -37,7 +37,7 @@
"@pnpm/plugin-commands-patching": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:*",

View File

@@ -45,9 +45,9 @@
"@types/is-windows": "^1.0.0",
"@types/npm-packlist": "^3.0.0",
"@types/proxyquire": "^1.3.28",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/sinon": "^10.0.13",
"@types/tar": "^6.1.1",
"@types/tar": "^6.1.2",
"@types/tar-stream": "^2.2.2",
"cross-spawn": "^7.0.3",
"is-ci": "^3.0.1",

View File

@@ -39,8 +39,8 @@
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"@types/sinon": "^10.0.13",
"execa": "npm:safe-execa@^0.1.2",
"path-exists": "^4.0.0",

View File

@@ -40,7 +40,7 @@
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/is-windows": "^1.0.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"is-windows": "^1.0.2",
"write-yaml-file": "^4.2.0"
},

View File

@@ -32,7 +32,7 @@
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-server": "workspace:*",
"@types/is-windows": "^1.0.0",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/signal-exit": "^3.0.1"
},
"dependencies": {

View File

@@ -39,13 +39,13 @@
"@pnpm/plugin-commands-store": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/archy": "0.0.31",
"@types/ramda": "0.28.14",
"@types/archy": "0.0.32",
"@types/ramda": "0.28.15",
"@types/ssri": "^7.1.1",
"@zkochan/rimraf": "^2.1.2",
"execa": "npm:safe-execa@^0.1.2",
"path-exists": "^4.0.0",
"ssri": "^8.0.1",
"ssri": "^9.0.1",
"tempy": "^1.0.1"
},
"dependencies": {

View File

@@ -16,7 +16,7 @@
"bin"
],
"optionalDependencies": {
"node-gyp": "^8.4.1"
"node-gyp": "^9.1.0"
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
@@ -65,8 +65,8 @@
"@types/is-ci": "^3.0.0",
"@types/is-windows": "^1.0.0",
"@types/pnpm__byline": "npm:@types/byline@^4.2.33",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10",
"@types/which": "^2.0.1",
"@zkochan/retry": "^0.2.0",
"@zkochan/rimraf": "^2.1.2",
@@ -76,7 +76,7 @@
"deep-require-cwd": "1.0.0",
"delay": "^5.0.0",
"dir-is-case-sensitive": "^2.0.0",
"esbuild": "^0.14.51",
"esbuild": "^0.15.2",
"execa": "npm:safe-execa@^0.1.2",
"exists-link": "2.0.0",
"is-ci": "^3.0.1",

View File

@@ -32,7 +32,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/prune-lockfile#readme",
"devDependencies": {
"@pnpm/prune-lockfile": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"yaml-tag": "1.1.0"
},
"dependencies": {

View File

@@ -40,7 +40,7 @@
"@pnpm/logger": "^4.0.0",
"@pnpm/remove-bins": "workspace:*",
"@types/is-windows": "^1.0.0",
"@types/ramda": "0.28.14"
"@types/ramda": "0.28.15"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -36,7 +36,7 @@
},
"devDependencies": {
"@pnpm/render-peer-issues": "workspace:*",
"@types/archy": "0.0.31",
"@types/archy": "0.0.32",
"strip-ansi": "^6.0.1"
},
"exports": {

View File

@@ -43,7 +43,7 @@
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/which-version-is-pinned": "workspace:*",
"@yarnpkg/core": "3.2.0",
"@yarnpkg/core": "3.2.3",
"dependency-path": "workspace:*",
"encode-registry": "^3.0.0",
"filenamify": "^4.3.0",
@@ -63,8 +63,8 @@
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/resolve-dependencies": "workspace:*",
"@types/ramda": "0.28.14",
"@types/semver": "^7.3.10"
"@types/ramda": "0.28.15",
"@types/semver": "7.3.10"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -29,7 +29,7 @@
},
"devDependencies": {
"@pnpm/resolve-workspace-range": "workspace:*",
"@types/semver": "^7.3.10"
"@types/semver": "7.3.10"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -40,7 +40,7 @@
"devDependencies": {
"@pnpm/store-path": "workspace:*",
"@types/is-windows": "^1.0.0",
"@types/node": "^14.18.22",
"@types/node": "^14.18.23",
"@types/rimraf": "^3.0.2",
"@types/touch": "^3.1.2",
"is-windows": "^1.0.2",

View File

@@ -42,7 +42,7 @@
"@pnpm/prepare-package": "workspace:*",
"@zkochan/retry": "^0.2.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"ssri": "^8.0.1"
"ssri": "^9.0.1"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
@@ -51,10 +51,10 @@
"@pnpm/logger": "^4.0.0",
"@pnpm/tarball-fetcher": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.14",
"@types/ramda": "0.28.15",
"@types/retry": "^0.12.2",
"@types/ssri": "^7.1.1",
"nock": "13.2.8",
"nock": "13.2.9",
"tempy": "^1.0.1"
},
"funding": "https://opencollective.com/pnpm",

1496
pnpm-lock.yaml generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
"@pnpm/assert-project": "workspace:*",
"@types/is-windows": "^1.0.0",
"@types/isexe": "2.0.1",
"@types/node": "^14.18.22"
"@types/node": "^14.18.23"
},
"directories": {
"test": "test"

View File

@@ -13,7 +13,7 @@
},
"devDependencies": {
"@pnpm/prepare": "workspace:*",
"@types/node": "^14.18.22"
"@types/node": "^14.18.23"
},
"scripts": {
"lint": "tslint -c ../../tslint.json --project .",

View File

@@ -23,9 +23,9 @@
"repository": "https://github.com/pnpm/pnpm/blob/master/utils/eslint-config",
"scripts": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",