mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-13 03:29:17 -04:00
chore(deps): update
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"@pnpm/assert-project": "workspace:*",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/isexe": "2.0.1",
|
||||
"@types/node": "^16.18.52"
|
||||
"@types/node": "^16.18.58"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/utils/eslint-config",
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
||||
"@typescript-eslint/parser": "^6.7.2",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-standard-with-typescript": "^39.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||
"@typescript-eslint/parser": "^6.7.5",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-config-standard-with-typescript": "^39.1.1",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-n": "^16.1.0",
|
||||
"eslint-plugin-n": "^16.2.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"typescript": "5.2.2"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/prepare": "workspace:*",
|
||||
"@types/node": "^16.18.52"
|
||||
"@types/node": "^16.18.58"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src/**/*.ts",
|
||||
|
||||
2
env/node.fetcher/package.json
vendored
2
env/node.fetcher/package.json
vendored
@@ -50,7 +50,7 @@
|
||||
"@pnpm/cafs-types": "workspace:*",
|
||||
"@pnpm/node.fetcher": "workspace:*",
|
||||
"@pnpm/prepare": "workspace:*",
|
||||
"@types/adm-zip": "^0.5.1",
|
||||
"@types/adm-zip": "^0.5.2",
|
||||
"node-fetch": "npm:@pnpm/node-fetch@1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
4
env/plugin-commands-env/package.json
vendored
4
env/plugin-commands-env/package.json
vendored
@@ -53,8 +53,8 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/plugin-commands-env": "workspace:*",
|
||||
"@pnpm/prepare": "workspace:*",
|
||||
"@types/adm-zip": "^0.5.1",
|
||||
"@types/graceful-fs": "^4.1.6",
|
||||
"@types/adm-zip": "^0.5.2",
|
||||
"@types/graceful-fs": "^4.1.7",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/semver": "7.3.13",
|
||||
"adm-zip": "^0.5.10",
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/sinon": "^10.0.19",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"path-exists": "^4.0.0",
|
||||
"sinon": "^16.0.0",
|
||||
"sinon": "^16.1.0",
|
||||
"write-yaml-file": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@pnpm/resolver-base": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@types/ssri": "^7.1.1"
|
||||
"@types/ssri": "^7.1.2"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -55,8 +55,8 @@
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@types/lodash.throttle": "4.1.7",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/retry": "^0.12.2",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/retry": "^0.12.3",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"nock": "13.3.2",
|
||||
"ssri": "10.0.4",
|
||||
"tempy": "^1.0.1"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"devDependencies": {
|
||||
"@pnpm/graceful-fs": "workspace:*",
|
||||
"@types/graceful-fs": "^4.1.6"
|
||||
"@types/graceful-fs": "^4.1.7"
|
||||
},
|
||||
"exports": {
|
||||
".": "./lib/index.js"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/read-modules-dir": "workspace:*",
|
||||
"@types/graceful-fs": "^4.1.6"
|
||||
"@types/graceful-fs": "^4.1.7"
|
||||
},
|
||||
"exports": {
|
||||
".": "./lib/index.js"
|
||||
|
||||
@@ -36,11 +36,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-file": "workspace:*",
|
||||
"@types/js-yaml": "^4.0.6",
|
||||
"@types/js-yaml": "^4.0.7",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/write-file-atomic": "^4.0.0",
|
||||
"@types/write-file-atomic": "^4.0.1",
|
||||
"tempy": "^1.0.1",
|
||||
"write-yaml-file": "^5.0.0",
|
||||
"yaml-tag": "1.1.0"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-utils": "workspace:*",
|
||||
"@types/js-yaml": "^4.0.6",
|
||||
"@types/js-yaml": "^4.0.7",
|
||||
"@types/ramda": "0.28.20",
|
||||
"tempy": "^1.0.1",
|
||||
"write-yaml-file": "^5.0.0",
|
||||
|
||||
18
package.json
18
package.json
@@ -27,26 +27,26 @@
|
||||
"dev-setup": "pnpm -C=./pnpm/dev link -g"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.20",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@babel/types": "^7.22.19",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@babel/types": "^7.23.0",
|
||||
"@changesets/cli": "^2.26.2",
|
||||
"@commitlint/cli": "^17.7.1",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@commitlint/prompt-cli": "^17.7.1",
|
||||
"@commitlint/cli": "^17.8.0",
|
||||
"@commitlint/config-conventional": "^17.8.0",
|
||||
"@commitlint/prompt-cli": "^17.8.0",
|
||||
"@pnpm/eslint-config": "workspace:*",
|
||||
"@pnpm/meta-updater": "1.0.0",
|
||||
"@pnpm/registry-mock": "3.13.0",
|
||||
"@pnpm/tsconfig": "workspace:*",
|
||||
"@pnpm/worker": "workspace:*",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/node": "^16.18.52",
|
||||
"@types/node": "^16.18.58",
|
||||
"c8": "^7.14.0",
|
||||
"concurrently": "8.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.51.0",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.7.0",
|
||||
"keyv": "4.5.3",
|
||||
|
||||
@@ -90,9 +90,9 @@
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/sinon": "^10.0.19",
|
||||
"@yarnpkg/core": "4.0.0-rc.45",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"exists-link": "2.0.0",
|
||||
@@ -101,7 +101,7 @@
|
||||
"path-name": "^1.0.0",
|
||||
"read-yaml-file": "^2.1.0",
|
||||
"resolve-link-target": "^2.0.0",
|
||||
"sinon": "^16.0.0",
|
||||
"sinon": "^16.1.0",
|
||||
"symlink-dir": "^5.2.0",
|
||||
"write-json-file": "^4.3.0",
|
||||
"write-yaml-file": "^5.0.0"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"@pnpm/read-projects-context": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"enquirer": "^2.4.1",
|
||||
"path-absolute": "^1.0.1",
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1"
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/sinon": "^10.0.19",
|
||||
"concurrently": "8.2.0",
|
||||
"isexe": "2.0.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
"sinon": "^16.0.0",
|
||||
"sinon": "^16.1.0",
|
||||
"tempy": "^1.0.1",
|
||||
"write-json-file": "^4.3.0"
|
||||
},
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@zkochan/cmd-shim": "^6.0.0",
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"bin-links": "^4.0.2",
|
||||
"bin-links": "^4.0.3",
|
||||
"is-subdir": "^1.2.0",
|
||||
"is-windows": "^1.0.2",
|
||||
"normalize-path": "^3.0.0",
|
||||
@@ -52,7 +52,7 @@
|
||||
"@pnpm/link-bins": "workspace:*",
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/node": "^16.18.52",
|
||||
"@types/node": "^16.18.58",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"cmd-extension": "^1.0.2",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/package-bins": "workspace:*",
|
||||
"@types/node": "^16.18.52"
|
||||
"@types/node": "^16.18.58"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"exports": {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"delay": "^5.0.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
"nock": "13.3.2",
|
||||
|
||||
@@ -36,17 +36,17 @@
|
||||
"@pnpm/prepare": "workspace:*",
|
||||
"@pnpm/registry-mock": "3.13.0",
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/proxyquire": "^1.3.29",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/yarnpkg__lockfile": "^1.1.6",
|
||||
"@types/sinon": "^10.0.19",
|
||||
"@types/yarnpkg__lockfile": "^1.1.7",
|
||||
"@types/zkochan__table": "npm:@types/table@6.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"jest-diff": "^29.7.0",
|
||||
"path-name": "^1.0.0",
|
||||
"proxyquire": "^2.1.3",
|
||||
"read-yaml-file": "^2.1.0",
|
||||
"sinon": "^16.0.0",
|
||||
"sinon": "^16.1.0",
|
||||
"symlink-dir": "^5.2.0",
|
||||
"tempy": "^1.0.1",
|
||||
"write-json-file": "^4.3.0",
|
||||
@@ -89,7 +89,7 @@
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"@zkochan/table": "^2.0.1",
|
||||
"chalk": "^4.1.2",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"enquirer": "^2.4.1",
|
||||
"is-subdir": "^1.2.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"devDependencies": {
|
||||
"@pnpm/read-package-json": "workspace:*",
|
||||
"@types/normalize-package-data": "^2.4.1"
|
||||
"@types/normalize-package-data": "^2.4.2"
|
||||
},
|
||||
"exports": {
|
||||
".": "./lib/index.js"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/write-project-manifest": "workspace:*",
|
||||
"@types/write-file-atomic": "^4.0.0",
|
||||
"@types/write-file-atomic": "^4.0.1",
|
||||
"tempy": "^1.0.1"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
|
||||
936
pnpm-lock.yaml
generated
936
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -80,12 +80,12 @@
|
||||
"@zkochan/retry": "^0.2.0",
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"chalk": "^4.1.2",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"dir-is-case-sensitive": "^2.0.0",
|
||||
"esbuild": "^0.19.3",
|
||||
"esbuild": "^0.19.4",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"exists-link": "2.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
|
||||
@@ -39,12 +39,12 @@
|
||||
"@types/cross-spawn": "^6.0.3",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/npm-packlist": "^3.0.0",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/proxyquire": "^1.3.29",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/sinon": "^10.0.19",
|
||||
"@types/tar": "^6.1.6",
|
||||
"@types/tar-stream": "^2.2.3",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"is-windows": "^1.0.2",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/local-resolver": "workspace:*",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ssri": "^7.1.1"
|
||||
"@types/ssri": "^7.1.2"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"exports": {
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"nock": "13.3.2",
|
||||
"path-exists": "^4.0.0",
|
||||
"tempy": "^1.0.1"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/cafs-types": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@types/ssri": "^7.1.1"
|
||||
"@types/ssri": "^7.1.2"
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/main/store/cafs-types#readme",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"@pnpm/store.cafs": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@types/is-gzip": "2.0.0",
|
||||
"@types/node": "^16.18.52",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/node": "^16.18.58",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"tempy": "^1.0.1"
|
||||
},
|
||||
"bugs": {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@pnpm/package-store": "workspace:*",
|
||||
"@pnpm/prepare": "workspace:*",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"tempy": "^1.0.1"
|
||||
},
|
||||
"directories": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@pnpm/plugin-commands-server": "workspace:*",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/signal-exit": "^3.0.1"
|
||||
"@types/signal-exit": "^3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/cli-meta": "workspace:*",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@pnpm/registry-mock": "3.13.0",
|
||||
"@types/archy": "0.0.32",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/ssri": "^7.1.1",
|
||||
"@types/ssri": "^7.1.2",
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"path-exists": "^4.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@pnpm/package-requester": "workspace:*",
|
||||
"@pnpm/package-store": "workspace:*",
|
||||
"@pnpm/server": "workspace:*",
|
||||
"@types/mz": "^2.7.4",
|
||||
"@types/mz": "^2.7.5",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@zkochan/rimraf": "^2.1.3",
|
||||
"get-port": "^5.1.1",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/store-path": "workspace:*",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/node": "^16.18.52",
|
||||
"@types/node": "^16.18.58",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@types/touch": "^3.1.3",
|
||||
"is-windows": "^1.0.2",
|
||||
|
||||
@@ -42,10 +42,10 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/filter-workspace-packages": "workspace:*",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/micromatch": "^4.0.3",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/touch": "^3.1.3",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^3.9.0",
|
||||
"is-windows": "^1.0.2",
|
||||
"tempy": "^1.0.1",
|
||||
"touch": "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user