fix(deps): update dependencies

This commit is contained in:
Zoltan Kochan
2022-10-31 14:46:40 +02:00
parent b5ff524188
commit 0da2f04122
23 changed files with 293 additions and 507 deletions

View File

@@ -0,0 +1,8 @@
---
"@pnpm/hooks.read-package-hook": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/real-hoist": patch
"@pnpm/resolve-dependencies": patch
---
Update dependencies.

View File

@@ -43,7 +43,7 @@
"@pnpm/read-package-json": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/types": "workspace:*",
"patch-package": "^6.4.7",
"patch-package": "^6.5.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"run-groups": "^3.0.1"
},

View File

@@ -83,9 +83,9 @@
"@types/is-windows": "^1.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/sinon": "^10.0.13",
"@yarnpkg/core": "4.0.0-rc.25",
"@yarnpkg/core": "4.0.0-rc.27",
"deep-require-cwd": "1.0.0",
"execa": "npm:safe-execa@^0.1.2",
"exists-link": "2.0.0",

View File

@@ -56,7 +56,7 @@
"@pnpm/default-reporter": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"ghooks": "2.0.4",
"load-json-file": "^6.2.0",
"normalize-newline": "3.0.0"

View File

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

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.12",
"@types/semver": "7.3.13",
"is-windows": "^1.0.2"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -32,7 +32,7 @@
"@pnpm/parse-overrides": "workspace:*",
"@pnpm/parse-wanted-dependency": "workspace:*",
"@pnpm/types": "workspace:*",
"@yarnpkg/extensions": "2.0.0-rc.7",
"@yarnpkg/extensions": "2.0.0-rc.9",
"normalize-path": "^3.0.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"semver": "^7.3.8"
@@ -41,8 +41,8 @@
"@pnpm/hooks.read-package-hook": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@yarnpkg/core": "4.0.0-rc.25"
"@types/semver": "7.3.13",
"@yarnpkg/core": "4.0.0-rc.27"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -51,7 +51,7 @@
"@pnpm/list": "workspace:*",
"@types/archy": "0.0.32",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12"
"@types/semver": "7.3.13"
},
"funding": "https://opencollective.com/pnpm",
"exports": {

View File

@@ -39,7 +39,7 @@
"@types/js-yaml": "^4.0.5",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/write-file-atomic": "^3.0.3",
"tempy": "^1.0.1",
"write-yaml-file": "^4.2.0",

View File

@@ -40,7 +40,7 @@
"devDependencies": {
"@pnpm/merge-lockfile-changes": "workspace:*",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12"
"@types/semver": "7.3.13"
},
"exports": {
".": "./lib/index.js"

View File

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

View File

@@ -62,7 +62,7 @@
"@pnpm/test-fixtures": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/ssri": "^7.1.1",
"nock": "13.2.9",
"path-exists": "^4.0.0",

View File

@@ -54,7 +54,7 @@
"devDependencies": {
"@pnpm/outdated": "workspace:*",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"npm-run-all": "^4.1.5"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -39,7 +39,7 @@
},
"devDependencies": {
"@pnpm/package-is-installable": "workspace:*",
"@types/semver": "7.3.12"
"@types/semver": "7.3.13"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -71,7 +71,7 @@
"@pnpm/test-fixtures": "workspace:*",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/ssri": "^7.1.1",
"delay": "^5.0.0",
"nock": "13.2.9",

View File

@@ -83,9 +83,9 @@
"@pnpm/sort-packages": "workspace:*",
"@pnpm/store-connection-manager": "workspace:*",
"@pnpm/types": "workspace:*",
"@yarnpkg/core": "4.0.0-rc.25",
"@yarnpkg/core": "4.0.0-rc.27",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.25",
"@yarnpkg/parsers": "3.0.0-rc.27",
"@zkochan/rimraf": "^2.1.2",
"@zkochan/table": "^1.0.0",
"@zkochan/which": "^2.0.3",

View File

@@ -39,7 +39,7 @@
"@pnpm/registry-mock": "3.1.0",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/sinon": "^10.0.13",
"execa": "npm:safe-execa@^0.1.2",
"path-exists": "^4.0.0",

View File

@@ -16,7 +16,7 @@
"bin"
],
"optionalDependencies": {
"node-gyp": "^9.2.0"
"node-gyp": "^9.3.0"
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
@@ -67,7 +67,7 @@
"@types/is-windows": "^1.0.0",
"@types/pnpm__byline": "npm:@types/byline@^4.2.33",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/semver": "7.3.13",
"@types/which": "^2.0.1",
"@zkochan/retry": "^0.2.0",
"@zkochan/rimraf": "^2.1.2",
@@ -78,7 +78,7 @@
"delay": "^5.0.0",
"dependency-path": "workspace:*",
"dir-is-case-sensitive": "^2.0.0",
"esbuild": "^0.15.10",
"esbuild": "^0.15.12",
"execa": "npm:safe-execa@^0.1.2",
"exists-link": "2.0.0",
"is-ci": "^3.0.1",

View File

@@ -32,7 +32,7 @@
"dependencies": {
"@pnpm/error": "workspace:*",
"@pnpm/lockfile-utils": "workspace:*",
"@yarnpkg/nm": "4.0.0-rc.25",
"@yarnpkg/nm": "4.0.0-rc.27",
"dependency-path": "workspace:*"
},
"funding": "https://opencollective.com/pnpm",

View File

@@ -43,7 +43,7 @@
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/which-version-is-pinned": "workspace:*",
"@yarnpkg/core": "4.0.0-rc.25",
"@yarnpkg/core": "4.0.0-rc.27",
"dependency-path": "workspace:*",
"encode-registry": "^3.0.0",
"filenamify": "^4.3.0",
@@ -64,7 +64,7 @@
"devDependencies": {
"@pnpm/resolve-dependencies": "workspace:*",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12"
"@types/semver": "7.3.13"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

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

728
pnpm-lock.yaml generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -23,14 +23,14 @@
"repository": "https://github.com/pnpm/pnpm/blob/master/utils/eslint-config",
"scripts": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.1",
"typescript": "4.8.4"
},
"devDependencies": {