@pnpm/patching.commands 1100.1.9 → 1100.1.10
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 +3677 -0
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/patching.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.10",
|
|
4
4
|
"description": "Commands for creating patches",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,6 +29,25 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@inquirer/prompts": "^8.4.3",
|
|
32
|
+
"@pnpm/cli.utils": "1101.0.13",
|
|
33
|
+
"@pnpm/config.reader": "1101.11.2",
|
|
34
|
+
"@pnpm/config.writer": "1100.0.15",
|
|
35
|
+
"@pnpm/constants": "1100.0.0",
|
|
36
|
+
"@pnpm/crypto.hash": "1100.0.1",
|
|
37
|
+
"@pnpm/error": "1100.0.1",
|
|
38
|
+
"@pnpm/fs.packlist": "1100.0.1",
|
|
39
|
+
"@pnpm/installing.commands": "1100.10.4",
|
|
40
|
+
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
41
|
+
"@pnpm/lockfile.fs": "1100.1.10",
|
|
42
|
+
"@pnpm/lockfile.utils": "1100.1.2",
|
|
43
|
+
"@pnpm/patching.apply-patch": "1100.0.3",
|
|
44
|
+
"@pnpm/pkg-manifest.reader": "1100.0.9",
|
|
45
|
+
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
46
|
+
"@pnpm/store.connection-manager": "1100.3.5",
|
|
47
|
+
"@pnpm/store.path": "1100.0.2",
|
|
48
|
+
"@pnpm/types": "1101.3.2",
|
|
49
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.14",
|
|
50
|
+
"@pnpm/workspace.workspace-manifest-reader": "1100.0.9",
|
|
32
51
|
"chalk": "^5.6.2",
|
|
33
52
|
"escape-string-regexp": "^5.0.0",
|
|
34
53
|
"is-windows": "^1.0.2",
|
|
@@ -40,45 +59,26 @@
|
|
|
40
59
|
"safe-execa": "^0.3.0",
|
|
41
60
|
"semver": "^7.8.4",
|
|
42
61
|
"terminal-link": "^5.0.0",
|
|
43
|
-
"tinyglobby": "^0.2.16"
|
|
44
|
-
"@pnpm/cli.utils": "1101.0.13",
|
|
45
|
-
"@pnpm/config.reader": "1101.11.1",
|
|
46
|
-
"@pnpm/config.writer": "1100.0.15",
|
|
47
|
-
"@pnpm/constants": "1100.0.0",
|
|
48
|
-
"@pnpm/error": "1100.0.1",
|
|
49
|
-
"@pnpm/crypto.hash": "1100.0.1",
|
|
50
|
-
"@pnpm/fs.packlist": "1100.0.1",
|
|
51
|
-
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
52
|
-
"@pnpm/installing.commands": "1100.10.3",
|
|
53
|
-
"@pnpm/lockfile.utils": "1100.1.1",
|
|
54
|
-
"@pnpm/lockfile.fs": "1100.1.9",
|
|
55
|
-
"@pnpm/patching.apply-patch": "1100.0.3",
|
|
56
|
-
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
57
|
-
"@pnpm/pkg-manifest.reader": "1100.0.9",
|
|
58
|
-
"@pnpm/store.connection-manager": "1100.3.4",
|
|
59
|
-
"@pnpm/types": "1101.3.2",
|
|
60
|
-
"@pnpm/store.path": "1100.0.2",
|
|
61
|
-
"@pnpm/workspace.workspace-manifest-reader": "1100.0.9",
|
|
62
|
-
"@pnpm/workspace.project-manifest-reader": "1100.0.14"
|
|
62
|
+
"tinyglobby": "^0.2.16"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@pnpm/logger": "^1100.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@jest/globals": "30.4.1",
|
|
69
|
+
"@pnpm/logger": "1100.0.0",
|
|
70
|
+
"@pnpm/patching.commands": "1100.1.10",
|
|
71
|
+
"@pnpm/prepare": "1100.0.18",
|
|
72
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
73
|
+
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
74
|
+
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
75
|
+
"@pnpm/workspace.projects-filter": "1100.0.26",
|
|
69
76
|
"@types/is-windows": "^1.0.2",
|
|
70
77
|
"@types/normalize-path": "^3.0.2",
|
|
71
78
|
"@types/ramda": "0.31.1",
|
|
72
79
|
"@types/semver": "7.7.1",
|
|
73
80
|
"tempy": "3.0.0",
|
|
74
|
-
"write-yaml-file": "^6.0.0"
|
|
75
|
-
"@pnpm/patching.commands": "1100.1.9",
|
|
76
|
-
"@pnpm/prepare": "1100.0.18",
|
|
77
|
-
"@pnpm/test-fixtures": "1100.0.0",
|
|
78
|
-
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
79
|
-
"@pnpm/logger": "1100.0.0",
|
|
80
|
-
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
81
|
-
"@pnpm/workspace.projects-filter": "1100.0.25"
|
|
81
|
+
"write-yaml-file": "^6.0.0"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=22.13"
|