@salesforce/plugin-info 3.0.17 → 3.0.18

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/README.md CHANGED
@@ -124,7 +124,7 @@ EXAMPLES
124
124
  $ sf doctor --plugin @salesforce/plugin-source
125
125
  ```
126
126
 
127
- _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.17/src/commands/doctor.ts)_
127
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.18/src/commands/doctor.ts)_
128
128
 
129
129
  ## `sf info releasenotes display`
130
130
 
@@ -163,6 +163,6 @@ EXAMPLES
163
163
  $ sf info releasenotes display --version latest
164
164
  ```
165
165
 
166
- _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.17/src/commands/info/releasenotes/display.ts)_
166
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.18/src/commands/info/releasenotes/display.ts)_
167
167
 
168
168
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -837,7 +837,7 @@
837
837
  wordwrap "^1.0.0"
838
838
  wrap-ansi "^7.0.0"
839
839
 
840
- "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.3.1":
840
+ "@oclif/core@^3.0.4", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.3.1":
841
841
  version "3.18.1"
842
842
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
843
843
  integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
@@ -871,11 +871,11 @@
871
871
  wrap-ansi "^7.0.0"
872
872
 
873
873
  "@oclif/plugin-command-snapshot@^5":
874
- version "5.0.5"
875
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
876
- integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
874
+ version "5.0.6"
875
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
876
+ integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
877
877
  dependencies:
878
- "@oclif/core" "^3.15.0"
878
+ "@oclif/core" "^3.16.0"
879
879
  "@types/lodash.difference" "^4.5.9"
880
880
  chalk "^5.3.0"
881
881
  just-diff "^5.2.0"
@@ -1019,11 +1019,11 @@
1019
1019
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1020
1020
 
1021
1021
  "@salesforce/cli-plugins-testkit@^5":
1022
- version "5.1.4"
1023
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.4.tgz#6afcfe9573fb41dae0202bef6c5353925f9707e3"
1024
- integrity sha512-BvN36/Yx5hoDU1cUsWwSb1DsY29aJU7t7Q6/1dPIdUv8t0wLsaUTxR+7uYtA2sQAMgCD2UewCUiUOWnutA25Pw==
1022
+ version "5.1.7"
1023
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.7.tgz#79c21424fa7775c9b3220ee566cf4a467154478e"
1024
+ integrity sha512-ZItoRNujnYN5andRLsTjVXp82W114d9TceWEbOOB2CrUofFdqiSbyiKxfg2/VkB2zk1t3B/ueVkFbiQtoLowPA==
1025
1025
  dependencies:
1026
- "@salesforce/core" "^6.4.4"
1026
+ "@salesforce/core" "^6.4.7"
1027
1027
  "@salesforce/kit" "^3.0.15"
1028
1028
  "@salesforce/ts-types" "^2.0.9"
1029
1029
  "@types/shelljs" "^0.8.15"
@@ -1031,9 +1031,9 @@
1031
1031
  jszip "^3.10.1"
1032
1032
  shelljs "^0.8.4"
1033
1033
  strip-ansi "6.0.1"
1034
- ts-retry-promise "^0.7.1"
1034
+ ts-retry-promise "^0.8.0"
1035
1035
 
1036
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.6":
1036
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
1037
1037
  version "6.4.7"
1038
1038
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
1039
1039
  integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
@@ -1102,13 +1102,13 @@
1102
1102
  "@salesforce/ts-types" "^2.0.9"
1103
1103
  tslib "^2.6.2"
1104
1104
 
1105
- "@salesforce/plugin-command-reference@^3.0.59":
1106
- version "3.0.59"
1107
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
1108
- integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
1105
+ "@salesforce/plugin-command-reference@^3.0.61":
1106
+ version "3.0.61"
1107
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.61.tgz#3f7cd5089b52eed02059d5b6831349913b092f7c"
1108
+ integrity sha512-0mS90XJW8UaWDaf+bGz0digHjUz69nEZJkYV6UJ/TliYciHlGX3GZT/pRG0rEvnNvggIdcSbdZrq6IP9xyZoVg==
1109
1109
  dependencies:
1110
- "@oclif/core" "^3.15.1"
1111
- "@salesforce/core" "^6.4.1"
1110
+ "@oclif/core" "^3.16.0"
1111
+ "@salesforce/core" "^6.4.4"
1112
1112
  "@salesforce/kit" "^3.0.15"
1113
1113
  "@salesforce/sf-plugins-core" "^5.0.13"
1114
1114
  "@salesforce/ts-types" "^2.0.9"
@@ -1139,15 +1139,15 @@
1139
1139
  chalk "^4"
1140
1140
  inquirer "^8.2.5"
1141
1141
 
1142
- "@salesforce/sf-plugins-core@^7.1.1":
1143
- version "7.1.1"
1144
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz#195b14d8bbb5ee2123872775110892c54c08c791"
1145
- integrity sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==
1142
+ "@salesforce/sf-plugins-core@^7.1.3":
1143
+ version "7.1.3"
1144
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.3.tgz#2d1a15da9e5ebbee435f8699f13cc9aa787df1ca"
1145
+ integrity sha512-HaXEjtose1SOgxXsRYl3HA0f6OYIJTUqS1fGdIKgLZQR8tC3a/BnfDUuJRTjesp+GJZEjc6bUxzd92sn51AuGA==
1146
1146
  dependencies:
1147
1147
  "@inquirer/confirm" "^2.0.15"
1148
1148
  "@inquirer/password" "^1.1.14"
1149
- "@oclif/core" "^3.16.0"
1150
- "@salesforce/core" "^6.4.6"
1149
+ "@oclif/core" "^3.18.1"
1150
+ "@salesforce/core" "^6.4.7"
1151
1151
  "@salesforce/kit" "^3.0.15"
1152
1152
  "@salesforce/ts-types" "^2.0.9"
1153
1153
  chalk "^5.3.0"
@@ -3334,12 +3334,12 @@ eslint-plugin-perfectionist@^2.1.0:
3334
3334
  minimatch "^9.0.3"
3335
3335
  natural-compare-lite "^1.4.0"
3336
3336
 
3337
- eslint-plugin-sf-plugin@^1.17.1:
3338
- version "1.17.1"
3339
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.1.tgz#085119cb27d856170c0651c0d0abbd25493a22d6"
3340
- integrity sha512-ZbIC0P5W7enSMNWZYTKKMzQ+yAU8FyWKazdOwk2rMrMEVk+LA23lfKcgCEvvuala718TEkqkPTwPYyn7qujPkA==
3337
+ eslint-plugin-sf-plugin@^1.17.2:
3338
+ version "1.17.2"
3339
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
3340
+ integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
3341
3341
  dependencies:
3342
- "@salesforce/core" "^6.4.4"
3342
+ "@salesforce/core" "^6.4.7"
3343
3343
  "@typescript-eslint/utils" "^6.17.0"
3344
3344
 
3345
3345
  eslint-plugin-unicorn@^49.0.0:
@@ -7850,6 +7850,11 @@ ts-retry-promise@^0.7.1:
7850
7850
  resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
7851
7851
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
7852
7852
 
7853
+ ts-retry-promise@^0.8.0:
7854
+ version "0.8.0"
7855
+ resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
7856
+ integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
7857
+
7853
7858
  tsconfig-paths@^3.14.2:
7854
7859
  version "3.14.2"
7855
7860
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -161,5 +161,5 @@
161
161
  ]
162
162
  }
163
163
  },
164
- "version": "3.0.17"
164
+ "version": "3.0.18"
165
165
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.17",
4
+ "version": "3.0.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@oclif/core": "^3.18.1",
10
10
  "@salesforce/core": "^6.4.2",
11
11
  "@salesforce/kit": "^3.0.15",
12
- "@salesforce/sf-plugins-core": "^7.1.1",
12
+ "@salesforce/sf-plugins-core": "^7.1.3",
13
13
  "got": "^13.0.0",
14
14
  "marked": "^4.3.0",
15
15
  "marked-terminal": "^4.2.0",
@@ -21,14 +21,14 @@
21
21
  "@oclif/plugin-command-snapshot": "^5",
22
22
  "@salesforce/cli-plugins-testkit": "^5",
23
23
  "@salesforce/dev-scripts": "^8.3.0",
24
- "@salesforce/plugin-command-reference": "^3.0.59",
24
+ "@salesforce/plugin-command-reference": "^3.0.61",
25
25
  "@salesforce/ts-sinon": "^1.4.19",
26
26
  "@salesforce/ts-types": "^2.0.9",
27
27
  "@types/marked": "^4.0.8",
28
28
  "@types/marked-terminal": "^3.1.3",
29
29
  "@types/semver": "^7.5.6",
30
30
  "@types/sinon-chai": "^3.2.12",
31
- "eslint-plugin-sf-plugin": "^1.17.1",
31
+ "eslint-plugin-sf-plugin": "^1.17.2",
32
32
  "oclif": "^4.1.0",
33
33
  "shx": "0.3.4",
34
34
  "sinon-chai": "^3.7.0",
@@ -222,7 +222,7 @@
222
222
  "exports": "./lib/index.js",
223
223
  "type": "module",
224
224
  "sfdx": {
225
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.17.crt",
226
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.17.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.18.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.18.sig"
227
227
  }
228
228
  }