@pnpm/patching.commands 1100.1.10 → 1100.1.11
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 +19 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @pnpm/plugin-commands-patching
|
|
2
2
|
|
|
3
|
+
## 1100.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @pnpm/cli.utils@1101.0.14
|
|
9
|
+
- @pnpm/config.reader@1101.12.0
|
|
10
|
+
- @pnpm/config.writer@1100.0.16
|
|
11
|
+
- @pnpm/fs.packlist@1100.0.2
|
|
12
|
+
- @pnpm/installing.commands@1100.10.5
|
|
13
|
+
- @pnpm/installing.modules-yaml@1100.0.10
|
|
14
|
+
- @pnpm/lockfile.fs@1100.1.11
|
|
15
|
+
- @pnpm/lockfile.utils@1100.1.3
|
|
16
|
+
- @pnpm/pkg-manifest.reader@1100.0.10
|
|
17
|
+
- @pnpm/store.connection-manager@1100.3.6
|
|
18
|
+
- @pnpm/types@1101.4.0
|
|
19
|
+
- @pnpm/workspace.project-manifest-reader@1100.0.15
|
|
20
|
+
- @pnpm/workspace.workspace-manifest-reader@1100.1.0
|
|
21
|
+
|
|
3
22
|
## 1100.1.10
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/patching.commands",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.11",
|
|
4
4
|
"description": "Commands for creating patches",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@inquirer/prompts": "^8.4.3",
|
|
32
|
-
"@pnpm/cli.utils": "1101.0.
|
|
33
|
-
"@pnpm/config.reader": "1101.
|
|
34
|
-
"@pnpm/config.writer": "1100.0.
|
|
32
|
+
"@pnpm/cli.utils": "1101.0.14",
|
|
33
|
+
"@pnpm/config.reader": "1101.12.0",
|
|
34
|
+
"@pnpm/config.writer": "1100.0.16",
|
|
35
35
|
"@pnpm/constants": "1100.0.0",
|
|
36
36
|
"@pnpm/crypto.hash": "1100.0.1",
|
|
37
37
|
"@pnpm/error": "1100.0.1",
|
|
38
|
-
"@pnpm/fs.packlist": "1100.0.
|
|
39
|
-
"@pnpm/installing.commands": "1100.10.
|
|
40
|
-
"@pnpm/installing.modules-yaml": "1100.0.
|
|
41
|
-
"@pnpm/lockfile.fs": "1100.1.
|
|
42
|
-
"@pnpm/lockfile.utils": "1100.1.
|
|
38
|
+
"@pnpm/fs.packlist": "1100.0.2",
|
|
39
|
+
"@pnpm/installing.commands": "1100.10.5",
|
|
40
|
+
"@pnpm/installing.modules-yaml": "1100.0.10",
|
|
41
|
+
"@pnpm/lockfile.fs": "1100.1.11",
|
|
42
|
+
"@pnpm/lockfile.utils": "1100.1.3",
|
|
43
43
|
"@pnpm/patching.apply-patch": "1100.0.3",
|
|
44
|
-
"@pnpm/pkg-manifest.reader": "1100.0.
|
|
44
|
+
"@pnpm/pkg-manifest.reader": "1100.0.10",
|
|
45
45
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
46
|
-
"@pnpm/store.connection-manager": "1100.3.
|
|
46
|
+
"@pnpm/store.connection-manager": "1100.3.6",
|
|
47
47
|
"@pnpm/store.path": "1100.0.2",
|
|
48
|
-
"@pnpm/types": "1101.
|
|
49
|
-
"@pnpm/workspace.project-manifest-reader": "1100.0.
|
|
50
|
-
"@pnpm/workspace.workspace-manifest-reader": "1100.0
|
|
48
|
+
"@pnpm/types": "1101.4.0",
|
|
49
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.15",
|
|
50
|
+
"@pnpm/workspace.workspace-manifest-reader": "1100.1.0",
|
|
51
51
|
"chalk": "^5.6.2",
|
|
52
52
|
"escape-string-regexp": "^5.0.0",
|
|
53
53
|
"is-windows": "^1.0.2",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@jest/globals": "30.4.1",
|
|
69
69
|
"@pnpm/logger": "1100.0.0",
|
|
70
|
-
"@pnpm/patching.commands": "1100.1.
|
|
71
|
-
"@pnpm/prepare": "1100.0.
|
|
70
|
+
"@pnpm/patching.commands": "1100.1.11",
|
|
71
|
+
"@pnpm/prepare": "1100.0.19",
|
|
72
72
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
73
|
-
"@pnpm/testing.command-defaults": "1100.0.
|
|
74
|
-
"@pnpm/testing.registry-mock": "1100.0.
|
|
75
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
73
|
+
"@pnpm/testing.command-defaults": "1100.0.9",
|
|
74
|
+
"@pnpm/testing.registry-mock": "1100.0.9",
|
|
75
|
+
"@pnpm/workspace.projects-filter": "1100.0.27",
|
|
76
76
|
"@types/is-windows": "^1.0.2",
|
|
77
77
|
"@types/normalize-path": "^3.0.2",
|
|
78
78
|
"@types/ramda": "0.31.1",
|