@salesforce/plugin-info 3.0.9 → 3.0.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/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.9/src/commands/doctor.ts)_
127
+ _See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.11/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.9/src/commands/info/releasenotes/display.ts)_
166
+ _See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.11/src/commands/info/releasenotes/display.ts)_
167
167
 
168
168
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -784,10 +784,10 @@
784
784
  wordwrap "^1.0.0"
785
785
  wrap-ansi "^7.0.0"
786
786
 
787
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
788
- version "3.14.1"
789
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
790
- integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
787
+ "@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
788
+ version "3.15.0"
789
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
790
+ integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
791
791
  dependencies:
792
792
  ansi-escapes "^4.3.2"
793
793
  ansi-styles "^4.3.0"
@@ -818,11 +818,11 @@
818
818
  wrap-ansi "^7.0.0"
819
819
 
820
820
  "@oclif/plugin-command-snapshot@^5":
821
- version "5.0.4"
822
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
823
- integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
821
+ version "5.0.5"
822
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
823
+ integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
824
824
  dependencies:
825
- "@oclif/core" "^3.10.8"
825
+ "@oclif/core" "^3.15.0"
826
826
  "@types/lodash.difference" "^4.5.9"
827
827
  chalk "^5.3.0"
828
828
  just-diff "^5.2.0"
@@ -1004,10 +1004,10 @@
1004
1004
  semver "^7.5.4"
1005
1005
  ts-retry-promise "^0.7.1"
1006
1006
 
1007
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
1008
- version "6.4.0"
1009
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
1010
- integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
1007
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1008
+ version "6.4.2"
1009
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
1010
+ integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
1011
1011
  dependencies:
1012
1012
  "@salesforce/kit" "^3.0.15"
1013
1013
  "@salesforce/schemas" "^1.6.1"
@@ -1023,7 +1023,7 @@
1023
1023
  jszip "3.10.1"
1024
1024
  pino "^8.16.2"
1025
1025
  pino-abstract-transport "^1.1.0"
1026
- pino-pretty "^10.2.3"
1026
+ pino-pretty "^10.3.0"
1027
1027
  proper-lockfile "^4.1.2"
1028
1028
  semver "^7.5.4"
1029
1029
  ts-retry-promise "^0.7.1"
@@ -1073,15 +1073,15 @@
1073
1073
  "@salesforce/ts-types" "^2.0.9"
1074
1074
  tslib "^2.6.2"
1075
1075
 
1076
- "@salesforce/plugin-command-reference@^3.0.48":
1077
- version "3.0.48"
1078
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.48.tgz#ca24930520e40266864dbe7ba51529ec446b35fc"
1079
- integrity sha512-eC8ZagVwBFJVxuls0bfomdtLhGbh6YxKbQKTWAVVvBDEEUvSxcpoeGhYHKRfYJU+4Wwa7GdwK86LTmAy/PD0KQ==
1076
+ "@salesforce/plugin-command-reference@^3.0.56":
1077
+ version "3.0.56"
1078
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.56.tgz#538a9ad005cae322c43848e69952a7cc9474dd57"
1079
+ integrity sha512-4+C8GwXpl7jlyEsJXiMPFG4QTk3Y6N+H+58AZ50RB7qIzXcWROLeIazuvRyZedPvzAdze02hVHPBAO+pltdh4w==
1080
1080
  dependencies:
1081
- "@oclif/core" "^3.12.0"
1082
- "@salesforce/core" "^5.3.20"
1081
+ "@oclif/core" "^3.15.0"
1082
+ "@salesforce/core" "^6.4.1"
1083
1083
  "@salesforce/kit" "^3.0.15"
1084
- "@salesforce/sf-plugins-core" "^4"
1084
+ "@salesforce/sf-plugins-core" "^5.0.8"
1085
1085
  "@salesforce/ts-types" "^2.0.9"
1086
1086
  chalk "^4"
1087
1087
  handlebars "^4.7.8"
@@ -1097,26 +1097,13 @@
1097
1097
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1098
1098
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1099
1099
 
1100
- "@salesforce/sf-plugins-core@^4":
1101
- version "4.1.3"
1102
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
1103
- integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
1104
- dependencies:
1105
- "@oclif/core" "^3.11.0"
1106
- "@salesforce/core" "^6.1.0"
1107
- "@salesforce/kit" "^3.0.15"
1108
- "@salesforce/ts-types" "^2.0.9"
1109
- "@types/inquirer" "^8.2.3"
1110
- chalk "^4"
1111
- inquirer "^8.2.5"
1112
-
1113
- "@salesforce/sf-plugins-core@^5.0.10":
1114
- version "5.0.10"
1115
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1116
- integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1100
+ "@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
1101
+ version "5.0.12"
1102
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1103
+ integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1117
1104
  dependencies:
1118
- "@oclif/core" "^3.14.1"
1119
- "@salesforce/core" "^6.2.2"
1105
+ "@oclif/core" "^3.15.0"
1106
+ "@salesforce/core" "^6.4.1"
1120
1107
  "@salesforce/kit" "^3.0.15"
1121
1108
  "@salesforce/ts-types" "^2.0.9"
1122
1109
  "@types/inquirer" "^8.2.3"
@@ -4141,6 +4128,11 @@ help-me@^4.0.1:
4141
4128
  glob "^8.0.0"
4142
4129
  readable-stream "^3.6.0"
4143
4130
 
4131
+ help-me@^5.0.0:
4132
+ version "5.0.0"
4133
+ resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
4134
+ integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
4135
+
4144
4136
  hosted-git-info@^2.1.4:
4145
4137
  version "2.8.9"
4146
4138
  resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
@@ -6166,10 +6158,10 @@ object.values@^1.1.7:
6166
6158
  define-properties "^1.2.0"
6167
6159
  es-abstract "^1.22.1"
6168
6160
 
6169
- oclif@^4.0.4:
6170
- version "4.0.4"
6171
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6172
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6161
+ oclif@^4.1.0:
6162
+ version "4.1.0"
6163
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6164
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6173
6165
  dependencies:
6174
6166
  "@oclif/core" "^3.0.4"
6175
6167
  "@oclif/plugin-help" "^5.2.14"
@@ -6589,6 +6581,26 @@ pino-pretty@^10.2.3:
6589
6581
  sonic-boom "^3.0.0"
6590
6582
  strip-json-comments "^3.1.1"
6591
6583
 
6584
+ pino-pretty@^10.3.0:
6585
+ version "10.3.0"
6586
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6587
+ integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6588
+ dependencies:
6589
+ colorette "^2.0.7"
6590
+ dateformat "^4.6.3"
6591
+ fast-copy "^3.0.0"
6592
+ fast-safe-stringify "^2.1.1"
6593
+ help-me "^5.0.0"
6594
+ joycon "^3.1.1"
6595
+ minimist "^1.2.6"
6596
+ on-exit-leak-free "^2.1.0"
6597
+ pino-abstract-transport "^1.0.0"
6598
+ pump "^3.0.0"
6599
+ readable-stream "^4.0.0"
6600
+ secure-json-parse "^2.4.0"
6601
+ sonic-boom "^3.0.0"
6602
+ strip-json-comments "^3.1.1"
6603
+
6592
6604
  pino-std-serializers@^6.0.0:
6593
6605
  version "6.2.2"
6594
6606
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
@@ -163,5 +163,5 @@
163
163
  ]
164
164
  }
165
165
  },
166
- "version": "3.0.9"
166
+ "version": "3.0.11"
167
167
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-info",
3
3
  "description": "Plugin for accessing cli info from the command line",
4
- "version": "3.0.9",
4
+ "version": "3.0.11",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.13.1",
8
+ "@oclif/core": "^3.15.0",
9
9
  "@salesforce/core": "^6.4.0",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^5.0.10",
11
+ "@salesforce/sf-plugins-core": "^5.0.12",
12
12
  "got": "^13.0.0",
13
13
  "marked": "^4.3.0",
14
14
  "marked-terminal": "^4.2.0",
@@ -20,7 +20,7 @@
20
20
  "@oclif/plugin-command-snapshot": "^5",
21
21
  "@salesforce/cli-plugins-testkit": "^5",
22
22
  "@salesforce/dev-scripts": "^8.1.2",
23
- "@salesforce/plugin-command-reference": "^3.0.48",
23
+ "@salesforce/plugin-command-reference": "^3.0.56",
24
24
  "@salesforce/ts-sinon": "^1.4.19",
25
25
  "@salesforce/ts-types": "^2.0.9",
26
26
  "@types/marked": "^4.0.8",
@@ -28,7 +28,7 @@
28
28
  "@types/semver": "^7.5.6",
29
29
  "@types/sinon-chai": "^3.2.12",
30
30
  "eslint-plugin-sf-plugin": "^1.16.15",
31
- "oclif": "^4.0.4",
31
+ "oclif": "^4.1.0",
32
32
  "shx": "0.3.4",
33
33
  "sinon-chai": "^3.7.0",
34
34
  "typescript": "^5.2.2"
@@ -221,7 +221,7 @@
221
221
  "exports": "./lib/index.js",
222
222
  "type": "module",
223
223
  "sfdx": {
224
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.9.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.9.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.11.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.0.11.sig"
226
226
  }
227
227
  }