Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 31, 2022
1 parent b5ff524 commit 0da2f04
Show file tree
Hide file tree
Showing 23 changed files with 289 additions and 503 deletions.
8 changes: 8 additions & 0 deletions .changeset/poor-pianos-pay.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/build-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/git-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks.read-package-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/merge-lockfile-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/node.resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@pnpm/fetch": "workspace:*",
"@pnpm/node.resolver": "workspace:*",
"@types/semver": "7.3.12"
"@types/semver": "7.3.13"
}
}
2 changes: 1 addition & 1 deletion packages/npm-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/outdated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-is-installable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/package-requester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-rebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bin"
],
"optionalDependencies": {
"node-gyp": "^9.2.0"
"node-gyp": "^9.3.0"
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/real-hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/resolve-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-workspace-range/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0da2f04

Please sign in to comment.