pnpm 11.10.0 → 11.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1119 -0
- package/dist/node_modules/.bin/node-gyp +38 -0
- package/dist/node_modules/.bin/node-which +38 -0
- package/dist/node_modules/.bin/nopt +38 -0
- package/dist/node_modules/.bin/semver +38 -0
- package/dist/node_modules/.package-map.json +1 -1
- package/dist/pnpm.mjs +4645 -3863
- package/package.json +115 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pnpm",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.12.0",
|
|
4
4
|
"description": "Fast, disk space efficient package manager",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -60,6 +60,120 @@
|
|
|
60
60
|
"test": "test"
|
|
61
61
|
},
|
|
62
62
|
"unpkg": "dist/pnpm.mjs",
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"@reflink/reflink": "0.1.19",
|
|
65
|
+
"node-gyp": "^12.3.0",
|
|
66
|
+
"v8-compile-cache": "2.4.0"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@jest/globals": "30.4.1",
|
|
70
|
+
"@pnpm/assert-project": "1100.0.18",
|
|
71
|
+
"@pnpm/auth.commands": "1100.2.9",
|
|
72
|
+
"@pnpm/building.commands": "1100.1.10",
|
|
73
|
+
"@pnpm/byline": "^1.0.0",
|
|
74
|
+
"@pnpm/cache.commands": "1100.0.28",
|
|
75
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
76
|
+
"@pnpm/cli.commands": "1100.0.26",
|
|
77
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
78
|
+
"@pnpm/cli.default-reporter": "1100.3.6",
|
|
79
|
+
"@pnpm/cli.meta": "1100.0.8",
|
|
80
|
+
"@pnpm/cli.parse-cli-args": "1100.1.5",
|
|
81
|
+
"@pnpm/cli.utils": "1101.0.13",
|
|
82
|
+
"@pnpm/config.commands": "1100.0.27",
|
|
83
|
+
"@pnpm/config.reader": "1101.11.2",
|
|
84
|
+
"@pnpm/config.version-policy": "1100.1.6",
|
|
85
|
+
"@pnpm/constants": "1100.0.0",
|
|
86
|
+
"@pnpm/core-loggers": "1100.2.1",
|
|
87
|
+
"@pnpm/crypto.hash": "1100.0.1",
|
|
88
|
+
"@pnpm/deps.compliance.commands": "1101.5.3",
|
|
89
|
+
"@pnpm/deps.inspection.commands": "1100.5.2",
|
|
90
|
+
"@pnpm/deps.path": "1100.0.8",
|
|
91
|
+
"@pnpm/engine.pm.commands": "1101.2.2",
|
|
92
|
+
"@pnpm/engine.runtime.commands": "1100.1.10",
|
|
93
|
+
"@pnpm/engine.runtime.system-version": "1100.0.3",
|
|
94
|
+
"@pnpm/error": "1100.0.1",
|
|
95
|
+
"@pnpm/exec.commands": "1100.3.4",
|
|
96
|
+
"@pnpm/hooks.pnpmfile": "1100.0.18",
|
|
97
|
+
"@pnpm/installing.client": "1100.2.13",
|
|
98
|
+
"@pnpm/installing.commands": "1100.10.4",
|
|
99
|
+
"@pnpm/installing.env-installer": "1102.0.5",
|
|
100
|
+
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
101
|
+
"@pnpm/lockfile.fs": "1100.1.10",
|
|
102
|
+
"@pnpm/lockfile.types": "1100.0.13",
|
|
103
|
+
"@pnpm/logger": "1100.0.0",
|
|
104
|
+
"@pnpm/network.fetch": "1100.1.4",
|
|
105
|
+
"@pnpm/network.web-auth": "1101.2.0",
|
|
106
|
+
"@pnpm/nopt": "^0.3.1",
|
|
107
|
+
"@pnpm/patching.commands": "1100.1.10",
|
|
108
|
+
"@pnpm/pkg-manifest.commands": "1100.1.11",
|
|
109
|
+
"@pnpm/pkg-manifest.reader": "1100.0.9",
|
|
110
|
+
"@pnpm/prepare": "1100.0.18",
|
|
111
|
+
"@pnpm/registry-access.commands": "1100.4.1",
|
|
112
|
+
"@pnpm/releasing.commands": "1100.5.5",
|
|
113
|
+
"@pnpm/shell.path": "1100.0.1",
|
|
114
|
+
"@pnpm/store.cafs": "1100.1.12",
|
|
115
|
+
"@pnpm/store.commands": "1100.0.31",
|
|
116
|
+
"@pnpm/store.connection-manager": "1100.3.5",
|
|
117
|
+
"@pnpm/store.index": "1100.2.1",
|
|
118
|
+
"@pnpm/tabtab": "^0.5.4",
|
|
119
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
120
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
121
|
+
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
122
|
+
"@pnpm/types": "1101.3.2",
|
|
123
|
+
"@pnpm/util.lex-comparator": "^4.0.1",
|
|
124
|
+
"@pnpm/worker": "1100.2.3",
|
|
125
|
+
"@pnpm/workspace.commands": "1100.1.25",
|
|
126
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.14",
|
|
127
|
+
"@pnpm/workspace.project-manifest-writer": "1100.0.8",
|
|
128
|
+
"@pnpm/workspace.projects-filter": "1100.0.26",
|
|
129
|
+
"@pnpm/workspace.projects-graph": "1100.0.22",
|
|
130
|
+
"@pnpm/workspace.projects-reader": "1101.0.13",
|
|
131
|
+
"@pnpm/workspace.root-finder": "1100.0.3",
|
|
132
|
+
"@pnpm/workspace.state": "1100.0.27",
|
|
133
|
+
"@pnpm/workspace.workspace-manifest-reader": "1100.0.9",
|
|
134
|
+
"@types/cross-spawn": "^6.0.6",
|
|
135
|
+
"@types/ini": "4.1.1",
|
|
136
|
+
"@types/is-windows": "^1.0.2",
|
|
137
|
+
"@types/pnpm__byline": "npm:@types/byline@^4.2.36",
|
|
138
|
+
"@types/ramda": "0.31.1",
|
|
139
|
+
"@types/semver": "7.7.1",
|
|
140
|
+
"@zkochan/retry": "^0.2.0",
|
|
141
|
+
"@zkochan/rimraf": "^4.0.0",
|
|
142
|
+
"chalk": "^5.6.2",
|
|
143
|
+
"ci-info": "^4.4.0",
|
|
144
|
+
"cross-spawn": "^7.0.6",
|
|
145
|
+
"deep-require-cwd": "1.0.0",
|
|
146
|
+
"delay": "^7.0.0",
|
|
147
|
+
"dir-is-case-sensitive": "^3.0.0",
|
|
148
|
+
"esbuild": "^0.28.1",
|
|
149
|
+
"execa": "npm:safe-execa@0.3.0",
|
|
150
|
+
"exists-link": "2.0.0",
|
|
151
|
+
"get-port": "^7.2.0",
|
|
152
|
+
"ini": "6.0.0",
|
|
153
|
+
"is-subdir": "^2.0.0",
|
|
154
|
+
"is-windows": "^1.0.2",
|
|
155
|
+
"load-json-file": "^7.0.1",
|
|
156
|
+
"loud-rejection": "^2.2.0",
|
|
157
|
+
"nm-prune": "^5.0.0",
|
|
158
|
+
"normalize-newline": "5.0.0",
|
|
159
|
+
"p-defer": "^4.0.1",
|
|
160
|
+
"path-absolute": "^2.0.0",
|
|
161
|
+
"path-exists": "^5.0.0",
|
|
162
|
+
"path-name": "^1.0.0",
|
|
163
|
+
"pidtree": "^1.0.0",
|
|
164
|
+
"ps-list": "^9.0.0",
|
|
165
|
+
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
166
|
+
"read-yaml-file": "^3.0.0",
|
|
167
|
+
"render-help": "^2.0.0",
|
|
168
|
+
"semver": "^7.8.4",
|
|
169
|
+
"split-cmd": "^1.1.0",
|
|
170
|
+
"symlink-dir": "^10.0.1",
|
|
171
|
+
"tempy": "3.0.0",
|
|
172
|
+
"tree-kill": "^1.2.2",
|
|
173
|
+
"write-json-file": "^7.0.0",
|
|
174
|
+
"write-package": "7.2.0",
|
|
175
|
+
"write-yaml-file": "^6.0.0"
|
|
176
|
+
},
|
|
63
177
|
"engines": {
|
|
64
178
|
"node": ">=22.13"
|
|
65
179
|
},
|