@pnpm/deps.inspection.commands 1100.4.1 → 1100.5.1

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.
Files changed (2) hide show
  1. package/lib/bugs/index.js +5 -2
  2. package/package.json +20 -20
package/lib/bugs/index.js CHANGED
@@ -12,12 +12,15 @@ export function rcOptionsTypes() {
12
12
  export function cliOptionsTypes() {
13
13
  return rcOptionsTypes();
14
14
  }
15
- export const commandNames = ['bugs'];
15
+ export const commandNames = ['bugs', 'issues'];
16
16
  export function help() {
17
17
  return renderHelp({
18
18
  description: "Opens the URL of the package's bug tracker in a browser.",
19
19
  url: docsUrl('bugs'),
20
- usages: ['pnpm bugs [<pkgname> [<pkgname> ...]]'],
20
+ usages: [
21
+ 'pnpm bugs [<pkgname> [<pkgname> ...]]',
22
+ 'pnpm issues [<pkgname> [<pkgname> ...]]',
23
+ ],
21
24
  });
22
25
  }
23
26
  export async function handler(opts, params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.inspection.commands",
3
- "version": "1100.4.1",
3
+ "version": "1100.5.1",
4
4
  "description": "The list, ll, why, and outdated commands of pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -39,26 +39,26 @@
39
39
  "@pnpm/cli.command": "1100.0.1",
40
40
  "@pnpm/cli.common-cli-options-help": "1100.0.2",
41
41
  "@pnpm/cli.utils": "1101.0.13",
42
- "@pnpm/config.matcher": "1100.0.1",
43
42
  "@pnpm/config.pick-registry-for-package": "1100.0.9",
44
- "@pnpm/config.reader": "1101.10.1",
45
- "@pnpm/deps.inspection.list": "1100.0.20",
46
- "@pnpm/deps.inspection.peers-checker": "1100.0.16",
47
- "@pnpm/deps.inspection.outdated": "1100.1.10",
43
+ "@pnpm/config.reader": "1101.11.1",
44
+ "@pnpm/deps.inspection.outdated": "1100.1.12",
45
+ "@pnpm/deps.inspection.list": "1100.0.22",
46
+ "@pnpm/deps.inspection.peers-checker": "1100.0.18",
47
+ "@pnpm/config.matcher": "1100.0.1",
48
48
  "@pnpm/error": "1100.0.1",
49
49
  "@pnpm/deps.inspection.peers-issues-renderer": "1100.0.6",
50
- "@pnpm/global.commands": "1100.0.30",
51
- "@pnpm/global.packages": "1100.0.9",
50
+ "@pnpm/global.commands": "1100.0.32",
51
+ "@pnpm/global.packages": "1100.0.10",
52
52
  "@pnpm/installing.modules-yaml": "1100.0.9",
53
53
  "@pnpm/network.auth-header": "1101.1.3",
54
54
  "@pnpm/network.fetch": "1100.1.4",
55
- "@pnpm/resolving.default-resolver": "1100.3.10",
56
- "@pnpm/resolving.npm-resolver": "1102.1.0",
57
- "@pnpm/resolving.registry.types": "1100.1.3",
58
- "@pnpm/store.path": "1100.0.2",
55
+ "@pnpm/lockfile.fs": "1100.1.9",
56
+ "@pnpm/resolving.default-resolver": "1100.3.12",
57
+ "@pnpm/resolving.npm-resolver": "1102.1.2",
58
+ "@pnpm/workspace.project-manifest-reader": "1100.0.14",
59
59
  "@pnpm/types": "1101.3.2",
60
- "@pnpm/lockfile.fs": "1100.1.7",
61
- "@pnpm/workspace.project-manifest-reader": "1100.0.14"
60
+ "@pnpm/store.path": "1100.0.2",
61
+ "@pnpm/resolving.registry.types": "1100.1.3"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@pnpm/logger": "^1100.0.0"
@@ -71,14 +71,14 @@
71
71
  "execa": "npm:safe-execa@0.3.0",
72
72
  "symlink-dir": "^10.0.1",
73
73
  "write-yaml-file": "^6.0.0",
74
- "@pnpm/deps.inspection.commands": "1100.4.1",
75
- "@pnpm/installing.commands": "1100.10.1",
74
+ "@pnpm/deps.inspection.commands": "1100.5.1",
76
75
  "@pnpm/constants": "1100.0.0",
77
- "@pnpm/prepare": "1100.0.17",
76
+ "@pnpm/installing.commands": "1100.10.3",
77
+ "@pnpm/prepare": "1100.0.18",
78
78
  "@pnpm/test-fixtures": "1100.0.0",
79
- "@pnpm/testing.command-defaults": "1100.0.7",
80
- "@pnpm/testing.registry-mock": "1100.0.7",
81
- "@pnpm/workspace.projects-filter": "1100.0.23"
79
+ "@pnpm/testing.command-defaults": "1100.0.8",
80
+ "@pnpm/testing.registry-mock": "1100.0.8",
81
+ "@pnpm/workspace.projects-filter": "1100.0.25"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=22.13"