apex-code-coverage-transformer 2.12.0 → 2.12.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.
- package/CHANGELOG.md +7 -0
- package/oclif.lock +35 -10
- package/oclif.manifest.json +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## [2.12.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.12.0...v2.12.1) (2025-06-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* upgrade @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([#191](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/191)) ([0fd939d](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/0fd939d8e2977d2f8f90238e339b5116f573affa))
|
|
14
|
+
|
|
8
15
|
## [2.12.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.11.8...v2.12.0) (2025-06-17)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -2108,7 +2108,7 @@
|
|
|
2108
2108
|
strip-ansi "6.0.1"
|
|
2109
2109
|
ts-retry-promise "^0.8.1"
|
|
2110
2110
|
|
|
2111
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.4", "@salesforce/core@^8.8.0"
|
|
2111
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.4", "@salesforce/core@^8.8.0":
|
|
2112
2112
|
version "8.11.4"
|
|
2113
2113
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
|
|
2114
2114
|
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
|
|
@@ -2186,16 +2186,16 @@
|
|
|
2186
2186
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
2187
2187
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2188
2188
|
|
|
2189
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
2190
|
-
version "12.2.
|
|
2191
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2192
|
-
integrity sha512-
|
|
2189
|
+
"@salesforce/sf-plugins-core@^12.2.2":
|
|
2190
|
+
version "12.2.2"
|
|
2191
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
|
|
2192
|
+
integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
|
|
2193
2193
|
dependencies:
|
|
2194
2194
|
"@inquirer/confirm" "^3.1.22"
|
|
2195
2195
|
"@inquirer/password" "^2.2.0"
|
|
2196
|
-
"@oclif/core" "^4.
|
|
2196
|
+
"@oclif/core" "^4.3.0"
|
|
2197
2197
|
"@oclif/table" "^0.4.6"
|
|
2198
|
-
"@salesforce/core" "^8.
|
|
2198
|
+
"@salesforce/core" "^8.10.0"
|
|
2199
2199
|
"@salesforce/kit" "^3.2.3"
|
|
2200
2200
|
"@salesforce/ts-types" "^2.0.12"
|
|
2201
2201
|
ansis "^3.3.2"
|
|
@@ -9257,7 +9257,16 @@ string-length@^4.0.1:
|
|
|
9257
9257
|
char-regex "^1.0.2"
|
|
9258
9258
|
strip-ansi "^6.0.0"
|
|
9259
9259
|
|
|
9260
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
9260
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
9261
|
+
version "4.2.3"
|
|
9262
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
9263
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
9264
|
+
dependencies:
|
|
9265
|
+
emoji-regex "^8.0.0"
|
|
9266
|
+
is-fullwidth-code-point "^3.0.0"
|
|
9267
|
+
strip-ansi "^6.0.1"
|
|
9268
|
+
|
|
9269
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
9261
9270
|
version "4.2.3"
|
|
9262
9271
|
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
9263
9272
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -9365,7 +9374,14 @@ stringify-entities@^4.0.0:
|
|
|
9365
9374
|
character-entities-html4 "^2.0.0"
|
|
9366
9375
|
character-entities-legacy "^3.0.0"
|
|
9367
9376
|
|
|
9368
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
9377
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
9378
|
+
version "6.0.1"
|
|
9379
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
9380
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
9381
|
+
dependencies:
|
|
9382
|
+
ansi-regex "^5.0.1"
|
|
9383
|
+
|
|
9384
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
9369
9385
|
version "6.0.1"
|
|
9370
9386
|
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
9371
9387
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -10183,7 +10199,7 @@ workerpool@^6.5.1:
|
|
|
10183
10199
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
10184
10200
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
10185
10201
|
|
|
10186
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
10202
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
10187
10203
|
version "7.0.0"
|
|
10188
10204
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
10189
10205
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -10201,6 +10217,15 @@ wrap-ansi@^6.2.0:
|
|
|
10201
10217
|
string-width "^4.1.0"
|
|
10202
10218
|
strip-ansi "^6.0.0"
|
|
10203
10219
|
|
|
10220
|
+
wrap-ansi@^7.0.0:
|
|
10221
|
+
version "7.0.0"
|
|
10222
|
+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
10223
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
10224
|
+
dependencies:
|
|
10225
|
+
ansi-styles "^4.0.0"
|
|
10226
|
+
string-width "^4.1.0"
|
|
10227
|
+
strip-ansi "^6.0.0"
|
|
10228
|
+
|
|
10204
10229
|
wrap-ansi@^8.1.0:
|
|
10205
10230
|
version "8.1.0"
|
|
10206
10231
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apex-code-coverage-transformer",
|
|
3
|
-
"description": "Transform Salesforce Apex code coverage JSONs
|
|
4
|
-
"version": "2.12.
|
|
3
|
+
"description": "Transform Salesforce Apex code coverage JSONs into other formats accepted by SonarQube, GitHub, GitLab, Azure, Bitbucket, etc.",
|
|
4
|
+
"version": "2.12.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4.3.0",
|
|
7
7
|
"@salesforce/core": "^8.11.4",
|
|
8
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
8
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
9
9
|
"async": "^3.2.6",
|
|
10
10
|
"xmlbuilder2": "^3.1.1"
|
|
11
11
|
},
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"bitbucket",
|
|
68
68
|
"jacoco",
|
|
69
69
|
"lcov",
|
|
70
|
-
"json2xml"
|
|
70
|
+
"json2xml",
|
|
71
|
+
"istanbul"
|
|
71
72
|
],
|
|
72
73
|
"license": "MIT",
|
|
73
74
|
"oclif": {
|