@pnpm/deps.inspection.commands 1100.5.2 → 1100.5.3
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 +24 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @pnpm/deps.inspection.commands
|
|
2
2
|
|
|
3
|
+
## 1100.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @pnpm/cli.utils@1101.0.14
|
|
9
|
+
- @pnpm/config.pick-registry-for-package@1100.0.10
|
|
10
|
+
- @pnpm/config.reader@1101.12.0
|
|
11
|
+
- @pnpm/deps.inspection.list@1100.0.24
|
|
12
|
+
- @pnpm/deps.inspection.outdated@1100.1.14
|
|
13
|
+
- @pnpm/deps.inspection.peers-checker@1100.0.20
|
|
14
|
+
- @pnpm/deps.inspection.peers-issues-renderer@1100.0.7
|
|
15
|
+
- @pnpm/global.commands@1100.0.34
|
|
16
|
+
- @pnpm/global.packages@1100.0.11
|
|
17
|
+
- @pnpm/installing.modules-yaml@1100.0.10
|
|
18
|
+
- @pnpm/lockfile.fs@1100.1.11
|
|
19
|
+
- @pnpm/network.auth-header@1101.1.4
|
|
20
|
+
- @pnpm/network.fetch@1100.1.5
|
|
21
|
+
- @pnpm/resolving.default-resolver@1100.3.14
|
|
22
|
+
- @pnpm/resolving.npm-resolver@1102.1.3
|
|
23
|
+
- @pnpm/resolving.registry.types@1100.1.4
|
|
24
|
+
- @pnpm/types@1101.4.0
|
|
25
|
+
- @pnpm/workspace.project-manifest-reader@1100.0.15
|
|
26
|
+
|
|
3
27
|
## 1100.5.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.inspection.commands",
|
|
3
|
-
"version": "1100.5.
|
|
3
|
+
"version": "1100.5.3",
|
|
4
4
|
"description": "The list, ll, why, and outdated commands of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,30 +29,30 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@pnpm/cli.command": "1100.0.1",
|
|
31
31
|
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
32
|
-
"@pnpm/cli.utils": "1101.0.
|
|
32
|
+
"@pnpm/cli.utils": "1101.0.14",
|
|
33
33
|
"@pnpm/colorize-semver-diff": "^2.0.0",
|
|
34
34
|
"@pnpm/config.matcher": "1100.0.1",
|
|
35
|
-
"@pnpm/config.pick-registry-for-package": "1100.0.
|
|
36
|
-
"@pnpm/config.reader": "1101.
|
|
37
|
-
"@pnpm/deps.inspection.list": "1100.0.
|
|
38
|
-
"@pnpm/deps.inspection.outdated": "1100.1.
|
|
39
|
-
"@pnpm/deps.inspection.peers-checker": "1100.0.
|
|
40
|
-
"@pnpm/deps.inspection.peers-issues-renderer": "1100.0.
|
|
35
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.10",
|
|
36
|
+
"@pnpm/config.reader": "1101.12.0",
|
|
37
|
+
"@pnpm/deps.inspection.list": "1100.0.24",
|
|
38
|
+
"@pnpm/deps.inspection.outdated": "1100.1.14",
|
|
39
|
+
"@pnpm/deps.inspection.peers-checker": "1100.0.20",
|
|
40
|
+
"@pnpm/deps.inspection.peers-issues-renderer": "1100.0.7",
|
|
41
41
|
"@pnpm/error": "1100.0.1",
|
|
42
|
-
"@pnpm/global.commands": "1100.0.
|
|
43
|
-
"@pnpm/global.packages": "1100.0.
|
|
44
|
-
"@pnpm/installing.modules-yaml": "1100.0.
|
|
45
|
-
"@pnpm/lockfile.fs": "1100.1.
|
|
46
|
-
"@pnpm/network.auth-header": "1101.1.
|
|
47
|
-
"@pnpm/network.fetch": "1100.1.
|
|
42
|
+
"@pnpm/global.commands": "1100.0.34",
|
|
43
|
+
"@pnpm/global.packages": "1100.0.11",
|
|
44
|
+
"@pnpm/installing.modules-yaml": "1100.0.10",
|
|
45
|
+
"@pnpm/lockfile.fs": "1100.1.11",
|
|
46
|
+
"@pnpm/network.auth-header": "1101.1.4",
|
|
47
|
+
"@pnpm/network.fetch": "1100.1.5",
|
|
48
48
|
"@pnpm/npm-package-arg": "^2.0.0",
|
|
49
|
-
"@pnpm/resolving.default-resolver": "1100.3.
|
|
50
|
-
"@pnpm/resolving.npm-resolver": "1102.1.
|
|
51
|
-
"@pnpm/resolving.registry.types": "1100.1.
|
|
49
|
+
"@pnpm/resolving.default-resolver": "1100.3.14",
|
|
50
|
+
"@pnpm/resolving.npm-resolver": "1102.1.3",
|
|
51
|
+
"@pnpm/resolving.registry.types": "1100.1.4",
|
|
52
52
|
"@pnpm/semver-diff": "^2.0.0",
|
|
53
53
|
"@pnpm/store.path": "1100.0.2",
|
|
54
|
-
"@pnpm/types": "1101.
|
|
55
|
-
"@pnpm/workspace.project-manifest-reader": "1100.0.
|
|
54
|
+
"@pnpm/types": "1101.4.0",
|
|
55
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.15",
|
|
56
56
|
"@zkochan/table": "^2.0.1",
|
|
57
57
|
"chalk": "^5.6.2",
|
|
58
58
|
"hosted-git-info": "npm:@pnpm/hosted-git-info@1.0.0",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@jest/globals": "30.4.1",
|
|
68
68
|
"@pnpm/constants": "1100.0.0",
|
|
69
|
-
"@pnpm/deps.inspection.commands": "1100.5.
|
|
70
|
-
"@pnpm/installing.commands": "1100.10.
|
|
71
|
-
"@pnpm/prepare": "1100.0.
|
|
69
|
+
"@pnpm/deps.inspection.commands": "1100.5.3",
|
|
70
|
+
"@pnpm/installing.commands": "1100.10.5",
|
|
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/hosted-git-info": "^3.0.5",
|
|
77
77
|
"@types/ramda": "0.31.1",
|
|
78
78
|
"@types/zkochan__table": "npm:@types/table@6.3.2",
|