apex-code-coverage-transformer 2.1.0 → 2.2.0

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 ADDED
@@ -0,0 +1,197 @@
1
+ <!-- markdownlint-disable MD024 MD025 -->
2
+ <!-- markdown-link-check-disable -->
3
+
4
+ # Changelog
5
+
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
+
8
+ ## [2.2.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.1.0...v2.2.0) (2024-10-28)
9
+
10
+
11
+ ### Features
12
+
13
+ * remove dependency on git repos ([c2bc72d](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/c2bc72d72de00da8b52f3f1ae0a6b8805316b20f))
14
+
15
+ ## [2.1.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.0.0...v2.1.0) (2024-10-22)
16
+
17
+
18
+ ### Features
19
+
20
+ * remove command flag by adding type guard functions ([be380bf](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/be380bf2400cb217a3769d6272668d6ba277a6a4))
21
+
22
+ ## [2.0.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.6...v2.0.0) (2024-10-21)
23
+
24
+
25
+ ### ⚠ BREAKING CHANGES
26
+
27
+ * shorten command to acc-transformer
28
+
29
+ ### Features
30
+
31
+ * shorten command to acc-transformer ([686cdc6](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/686cdc6960f8f73e7796e6b97928a8294a6b450b))
32
+
33
+ ## [1.7.6](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.5...v1.7.6) (2024-07-28)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * refactor fs import ([d246c28](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/d246c28f70f5cd2ac40110b2d376ad0bac59384d))
39
+
40
+ ## [1.7.5](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.4...v1.7.5) (2024-07-28)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * switch to isomorphic-git ([2da1fcc](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/2da1fcc2f55cf76296d1b7cd033daedba1bf496d))
46
+
47
+ ## [1.7.4](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.3...v1.7.4) (2024-06-10)
48
+
49
+ ### Bug Fixes
50
+
51
+ - include `apex get test` command in the hook ([34718f0](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/34718f0c146dbf51efe04c81d994c0c724e84a0c))
52
+ - update the hook to allow 2 different JSON paths based on command ([f6159be](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/f6159be3fe12801a00c06f44a5304cab2d02697e))
53
+
54
+ ## [1.7.3](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.2...v1.7.3) (2024-05-15)
55
+
56
+ ### Bug Fixes
57
+
58
+ - fix handling of an empty JSON from the test run command ([48ef6df](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/48ef6df77eda762006a78e1d2eb66936d57ee418))
59
+ - warn instead of fail when no files in the JSON are processed ([7809843](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/780984332c279ed7142695cbf262e67f69e916c0))
60
+
61
+ ## [1.7.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.1...v1.7.2) (2024-05-10)
62
+
63
+ ### Bug Fixes
64
+
65
+ - add support for coverage JSONs created by `sf apex run test` ([5f48b77](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/5f48b777f1ccd003d650c50ef87a0b24e2b4a73f))
66
+
67
+ ## [1.7.2-beta.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.1...v1.7.2-beta.1) (2024-05-09)
68
+
69
+ ### Bug Fixes
70
+
71
+ - add support for coverage JSONs created by `sf apex run test` ([5f48b77](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/5f48b777f1ccd003d650c50ef87a0b24e2b4a73f))
72
+
73
+ ## [1.7.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.0...v1.7.1) (2024-04-30)
74
+
75
+ ### Bug Fixes
76
+
77
+ - fix no-map replacement for windows-style paths ([e6d4fef](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/e6d4fef16266a8075c01601b3f5a838a058c5fa2))
78
+
79
+ # [1.7.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.8...v1.7.0) (2024-04-30)
80
+
81
+ ### Features
82
+
83
+ - add a post run hook for post deployments ([894a4cd](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/894a4cdb14f6367b3e9248e757b1463e3134ae83))
84
+
85
+ ## [1.6.8](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.7...v1.6.8) (2024-04-23)
86
+
87
+ ### Bug Fixes
88
+
89
+ - get package directories and repo root before looping through files ([b630002](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/b6300020d650e02928c3b5700b05aa0c4bda050e))
90
+
91
+ ## [1.6.7](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.6...v1.6.7) (2024-04-23)
92
+
93
+ ### Bug Fixes
94
+
95
+ - remove `--sfdx-configuration` flag and get `sfdx-project.json` path using `simple-git` ([87d92f3](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/87d92f39fdd4f404887dc2c931940ea3221d7606))
96
+
97
+ ## [1.6.6](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.5...v1.6.6) (2024-04-22)
98
+
99
+ ### Bug Fixes
100
+
101
+ - fix path resolution when running in non-root directories ([c16fe7d](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/c16fe7d09898b857c68c2cc73a1ac2bcc8665f1e))
102
+
103
+ ## [1.6.5](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.4...v1.6.5) (2024-04-18)
104
+
105
+ ### Bug Fixes
106
+
107
+ - build XML using xmlbuilder2 and normalize path building using posix ([c6d6d94](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/c6d6d944e2675eb6be0dd90e972d67e6311f6738))
108
+
109
+ ## [1.6.4](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.3...v1.6.4) (2024-04-09)
110
+
111
+ ### Bug Fixes
112
+
113
+ - switch to promises/async and refactor imports ([2577692](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/2577692672aeb9271151f67e8347ef8a09a07b37))
114
+
115
+ ## [1.6.3](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.2...v1.6.3) (2024-03-27)
116
+
117
+ ### Bug Fixes
118
+
119
+ - remove flow logic ([dd3db2a](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/dd3db2ab60614dd21bdc844b78c8e882814c43a8))
120
+
121
+ ## [1.6.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.1...v1.6.2) (2024-03-26)
122
+
123
+ ### Bug Fixes
124
+
125
+ - warn if a file isn't found and fail if no files are found ([6b9e8ea](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/6b9e8ea80f9101429f82eed7fb3539c71dc613f4))
126
+
127
+ ## [1.6.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.0...v1.6.1) (2024-03-22)
128
+
129
+ ### Bug Fixes
130
+
131
+ - search the directories recursively without hard-coding the sub-folder names ([8880ab3](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/8880ab3e3c9097b8e7927230395eae32560ae55a))
132
+
133
+ ## [1.6.1-beta.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.0...v1.6.1-beta.1) (2024-03-22)
134
+
135
+ ### Bug Fixes
136
+
137
+ - search the directories recursively without hard-coding the sub-folder names ([8880ab3](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/8880ab3e3c9097b8e7927230395eae32560ae55a))
138
+
139
+ # [1.6.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.5.0...v1.6.0) (2024-03-21)
140
+
141
+ ### Features
142
+
143
+ - add `covered` lines, renumbering out-of-range lines numbers ([1733b09](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/1733b09063eac28f0e627e66080dcd24d7c74bf9))
144
+
145
+ # [1.6.0-beta.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.5.0...v1.6.0-beta.1) (2024-03-20)
146
+
147
+ ### Features
148
+
149
+ - add `covered` lines, renumbering out-of-range lines numbers ([1733b09](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/1733b09063eac28f0e627e66080dcd24d7c74bf9))
150
+
151
+ # [1.5.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.4.0...v1.5.0) (2024-03-20)
152
+
153
+ ### Features
154
+
155
+ - support multiple package directories via the sfdx-project.json ([52c1a12](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/52c1a12ff5fbfb10c215a41e010ee7fc6c0370de))
156
+
157
+ # [1.4.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.3.1...v1.4.0) (2024-02-27)
158
+
159
+ ### Features
160
+
161
+ - if coverage JSON includes file extensions, use that to determine paths ([efc1fa6](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/efc1fa61ce21cff394bbc696afce88c4d57894ea))
162
+
163
+ ## [1.3.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.3.0...v1.3.1) (2024-02-26)
164
+
165
+ ### Bug Fixes
166
+
167
+ - dx-directory should be an existing directory and fix flag in messages ([38fb20b](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/38fb20b8a107c203ba78266cb05d133805135ce4))
168
+
169
+ # [1.3.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.2.0...v1.3.0) (2024-02-07)
170
+
171
+ ### Features
172
+
173
+ - add support for flows ([6bf0da1](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/6bf0da14a39871dc3b7d50565416c2d24fba7524))
174
+
175
+ # [1.2.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.1.1...v1.2.0) (2024-02-07)
176
+
177
+ ### Features
178
+
179
+ - check if file name is an apex class or apex trigger using the dx directory flag ([215e41e](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/215e41eab0c41e2861d86370b0bddae2b2e487f0))
180
+
181
+ ## [1.1.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.1.0...v1.1.1) (2024-02-07)
182
+
183
+ ### Bug Fixes
184
+
185
+ - resolve path to xml ([cc75e96](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/cc75e96ef26120f86cff8588256e4f55e79d5473))
186
+
187
+ # [1.1.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.0.0...v1.1.0) (2024-02-07)
188
+
189
+ ### Features
190
+
191
+ - update json flag name to ensure it's unique from the global flag and import path module ([d03c567](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/d03c567a7549e5ada291d82525c78e19a1b8fcba))
192
+
193
+ # 1.0.0 (2024-02-07)
194
+
195
+ ### Features
196
+
197
+ - init release ([504b4cf](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/504b4cfb028fc14241b892e1cc872adadec736d7))
package/README.md CHANGED
@@ -2,11 +2,27 @@
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/apex-code-coverage-transformer.svg?label=apex-code-coverage-transformer)](https://www.npmjs.com/package/apex-code-coverage-transformer) [![Downloads/week](https://img.shields.io/npm/dw/apex-code-coverage-transformer.svg)](https://npmjs.org/package/apex-code-coverage-transformer) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/LICENSE.md)
4
4
 
5
+ <!-- TABLE OF CONTENTS -->
6
+ <details>
7
+ <summary>Table of Contents</summary>
8
+
9
+ - [Install](#install)
10
+ - [Command](#command)
11
+ - [`sf acc-transformer transform`](#sf-acc-transformer-transform)
12
+ - [Hook](#hook)
13
+ - [Errors and Warnings](#errors-and-warnings)
14
+ - [Example](#example)
15
+ - [Issues](#issues)
16
+ - [License](#license)
17
+ </details>
18
+
5
19
  The `apex-code-coverage-transformer` is a Salesforce CLI plugin to transform the Apex Code Coverage JSON files created during deployments and test runs into the Generic Test Coverage Format (XML). This format is accepted by static code analysis tools like SonarQube.
6
20
 
7
21
  This plugin supports code coverage metrics created for Apex Classes and Apex Triggers. This also supports multiple package directories as listed in your project's `sfdx-project.json` configuration, assuming unique file-names are used in your package directories.
8
22
 
9
- This plugin is intended for users who deploy their Apex codebase from a git-based repository and use SonarQube for code quality. This plugin will work if you run local tests or run all tests in an org, including tests that originate from installed managed and unlocked packages. SonarQube relies on file-paths to map code coverage to the files in their file explorer interface. Since files from managed and unlocked packages aren't retrieved into git-based Salesforce repositories, these files cannot be included in your SonarQube scans. If your Apex code coverage JSON output includes managed/unlocked package files, they will not be added to the coverage XML created by this plugin. A warning will be printed for each file not found in a package directory in your git repository. See [Errors and Warnings](https://github.com/mcarvin8/apex-code-coverage-transformer?tab=readme-ov-file#errors-and-warnings) for more information.
23
+ This plugin is intended for users who deploy their Apex codebase from a Salesforce DX repository and use SonarQube for code quality. This plugin is intended to work for any Salesforce DX repository with a `sfdx-project.json` file, not just git-based repositories. This plugin will work if you run local tests or run all tests in an org, including tests that originate from installed managed and unlocked packages.
24
+
25
+ SonarQube relies on file-paths to map code coverage to the files in their file explorer interface. Since files from managed and unlocked packages aren't retrieved into Salesforce DX repositories, these files cannot be included in your SonarQube scans. If your Apex code coverage JSON output includes managed/unlocked package files, they will not be added to the coverage XML created by this plugin. A warning will be printed for each file not found in a package directory in your repository. See [Errors and Warnings](https://github.com/mcarvin8/apex-code-coverage-transformer?tab=readme-ov-file#errors-and-warnings) for more information.
10
26
 
11
27
  To create the code coverage JSON during a Salesforce CLI deployment/validation, append `--coverage-formatters json --results-dir "coverage"` to the `sf project deploy` command. This will create a coverage JSON in this relative path - `coverage/coverage/coverage.json`.
12
28
 
@@ -14,14 +30,14 @@ To create the code coverage JSON during a Salesforce CLI deployment/validation,
14
30
  sf project deploy [start/validate] --coverage-formatters json --results-dir "coverage"
15
31
  ```
16
32
 
17
- To create the code coverage JSON when running tests directly in the org, append `--code-coverage --result-format json --output-dir "coverage"` to the `sf apex run test` or `sf apex get test` command. This will create the code coverage JSON in the a folder named "coverage".
33
+ To create the code coverage JSON when running tests directly in the org, append `--code-coverage --result-format json --output-dir "coverage"` to the `sf apex run test` or `sf apex get test` command. This will create the code coverage JSON in a folder named "coverage".
18
34
 
19
35
  ```
20
36
  sf apex run test --code-coverage --result-format json --output-dir "coverage"
21
37
  sf apex get test --test-run-id <test run id> --code-coverage --result-format json --output-dir "coverage"
22
38
  ```
23
39
 
24
- The code coverage JSONs created by the Salesforce CLI aren't accepted by SonarQube automatically for git-based Salesforce repositories and needs to be converted using this plugin.
40
+ The code coverage JSONs created by the Salesforce CLI aren't accepted by SonarQube automatically for Salesforce DX repositories and needs to be converted using this plugin.
25
41
 
26
42
  **Disclaimer**: Due to existing bugs with how the Salesforce CLI reports covered lines during deployments (see [5511](https://github.com/forcedotcom/salesforcedx-vscode/issues/5511) and [1568](https://github.com/forcedotcom/cli/issues/1568)), to add support for covered lines in this plugin for deployment coverage files, I had to add a function to re-number out-of-range covered lines the CLI may report (ex: line 100 in a 98-line Apex Class is reported back as covered by the Salesforce CLI deploy command). Salesforce's coverage result may also include extra lines as covered (ex: 120 lines are included in the coverage report for a 100 line file), so the coverage percentage may vary based on how many lines the API returns in the coverage report. Once Salesforce fixes the API to correctly return covered lines in the deploy command, this function will be removed.
27
43
 
@@ -37,7 +53,7 @@ The `apex-code-coverage-transformer` has 1 command:
37
53
 
38
54
  - `sf acc-transformer transform`
39
55
 
40
- This command needs to be ran somewhere inside your Salesforce DX git repository, whether in the root folder (recommended) or in a subfolder. This plugin will determine the root folder of this repository and read the `sfdx-project.json` file in the root folder. All package directories listed in the `sfdx-project.json` file will be processed when running this plugin.
56
+ This command needs to be ran somewhere inside your Salesforce DX repository, whether in the root folder (recommended) or in a subfolder. This plugin will determine the root folder of this repository and read the `sfdx-project.json` file in the root folder. All package directories listed in the `sfdx-project.json` file will be processed when running this plugin.
41
57
 
42
58
  ## `sf acc-transformer transform`
43
59
 
@@ -110,7 +126,7 @@ Error (1): The provided JSON does not match a known coverage data format from th
110
126
  If the `sfdx-project.json` file was not found in your repository's root folder, the plugin will fail with:
111
127
 
112
128
  ```
113
- Error (1): Salesforce DX Config File does not exist in this path: {filePath}
129
+ Error (1): sfdx-project.json not found in any parent directory.
114
130
  ```
115
131
 
116
132
  Any ENOENT failures indicate that the plugin had issues finding one of the package directories in the `sfdx-project.json` file:
@@ -194,3 +210,11 @@ This [code coverage JSON file](https://raw.githubusercontent.com/mcarvin8/apex-c
194
210
  </file>
195
211
  </coverage>
196
212
  ```
213
+
214
+ ## Issues
215
+
216
+ If you encounter any issues, please create an issue in the repository's [issue tracker](https://github.com/mcarvin8/apex-code-coverage-transformer/issues). Please also create issues to suggest any new features.
217
+
218
+ ## License
219
+
220
+ This project is licensed under the MIT license. Please see the [LICENSE](https://raw.githubusercontent.com/mcarvin8/apex-code-coverage-transformer/main/LICENSE.md) file for details.
@@ -1,16 +1,13 @@
1
1
  'use strict';
2
- /* eslint-disable no-await-in-loop */
3
- import { existsSync } from 'node:fs';
4
2
  import { readFile } from 'node:fs/promises';
5
3
  import { resolve } from 'node:path';
6
4
  import { getRepoRoot } from './getRepoRoot.js';
7
5
  export async function getPackageDirectories() {
8
- const repoRoot = await getRepoRoot();
9
- const dxConfigPath = resolve(repoRoot, 'sfdx-project.json');
10
- if (!existsSync(dxConfigPath)) {
11
- throw Error(`Salesforce DX Config File does not exist in this path: ${dxConfigPath}`);
6
+ const { repoRoot, dxConfigFilePath } = await getRepoRoot();
7
+ if (!repoRoot || !dxConfigFilePath) {
8
+ throw new Error('Failed to retrieve repository root or sfdx-project.json path.');
12
9
  }
13
- const sfdxProjectRaw = await readFile(dxConfigPath, 'utf-8');
10
+ const sfdxProjectRaw = await readFile(dxConfigFilePath, 'utf-8');
14
11
  const sfdxProject = JSON.parse(sfdxProjectRaw);
15
12
  const packageDirectories = sfdxProject.packageDirectories.map((directory) => resolve(repoRoot, directory.path));
16
13
  return { repoRoot, packageDirectories };
@@ -1 +1 @@
1
- {"version":3,"file":"getPackageDirectories.js","sourceRoot":"","sources":["../../src/helpers/getPackageDirectories.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,qCAAqC;AAErC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,CAAC,KAAK,UAAU,qBAAqB;IACzC,MAAM,QAAQ,GAAG,MAAM,WAAW,EAAE,CAAC;IACrC,MAAM,YAAY,GAAG,OAAO,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;IAC5D,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE,CAAC;QAC9B,MAAM,KAAK,CAAC,0DAA0D,YAAY,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,MAAM,cAAc,GAAW,MAAM,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACrE,MAAM,WAAW,GAAgB,IAAI,CAAC,KAAK,CAAC,cAAc,CAAgB,CAAC;IAC3E,MAAM,kBAAkB,GAAG,WAAW,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IAChH,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAC;AAC1C,CAAC"}
1
+ {"version":3,"file":"getPackageDirectories.js","sourceRoot":"","sources":["../../src/helpers/getPackageDirectories.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,CAAC,KAAK,UAAU,qBAAqB;IACzC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,EAAE,GAAG,MAAM,WAAW,EAAE,CAAC;IAE3D,IAAI,CAAC,QAAQ,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACnC,MAAM,IAAI,KAAK,CAAC,+DAA+D,CAAC,CAAC;IACnF,CAAC;IAED,MAAM,cAAc,GAAW,MAAM,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;IACzE,MAAM,WAAW,GAAgB,IAAI,CAAC,KAAK,CAAC,cAAc,CAAgB,CAAC;IAC3E,MAAM,kBAAkB,GAAG,WAAW,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IAChH,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAC;AAC1C,CAAC"}
@@ -1 +1,4 @@
1
- export declare function getRepoRoot(): Promise<string>;
1
+ export declare function getRepoRoot(): Promise<{
2
+ repoRoot: string | undefined;
3
+ dxConfigFilePath: string | undefined;
4
+ }>;
@@ -1,12 +1,31 @@
1
1
  'use strict';
2
- import { promises as fsPromises, readFile, stat, readdir } from 'node:fs';
3
- import git from 'isomorphic-git';
2
+ /* eslint-disable no-await-in-loop */
3
+ import { access } from 'node:fs/promises';
4
+ import { join, dirname } from 'node:path';
4
5
  export async function getRepoRoot() {
5
- const fs = { promises: fsPromises, readFile, stat, readdir };
6
- const repoRoot = await git.findRoot({
7
- fs,
8
- filepath: process.cwd(),
9
- });
10
- return repoRoot;
6
+ let currentDir = process.cwd();
7
+ let found = false;
8
+ let dxConfigFilePath;
9
+ let repoRoot;
10
+ do {
11
+ const filePath = join(currentDir, 'sfdx-project.json');
12
+ try {
13
+ // Check if sfdx-project.json exists in the current directory
14
+ await access(filePath);
15
+ dxConfigFilePath = filePath;
16
+ repoRoot = currentDir;
17
+ found = true;
18
+ }
19
+ catch {
20
+ // If file not found, move up one directory level
21
+ const parentDir = dirname(currentDir);
22
+ if (currentDir === parentDir) {
23
+ // Reached the root without finding the file, throw an error
24
+ throw new Error('sfdx-project.json not found in any parent directory.');
25
+ }
26
+ currentDir = parentDir;
27
+ }
28
+ } while (!found);
29
+ return { repoRoot, dxConfigFilePath };
11
30
  }
12
31
  //# sourceMappingURL=getRepoRoot.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getRepoRoot.js","sourceRoot":"","sources":["../../src/helpers/getRepoRoot.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,EAAE,QAAQ,IAAI,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAC1E,OAAO,GAAG,MAAM,gBAAgB,CAAC;AAEjC,MAAM,CAAC,KAAK,UAAU,WAAW;IAC/B,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;IAC7D,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,QAAQ,CAAC;QAClC,EAAE;QACF,QAAQ,EAAE,OAAO,CAAC,GAAG,EAAE;KACxB,CAAC,CAAC;IACH,OAAO,QAAQ,CAAC;AAClB,CAAC"}
1
+ {"version":3,"file":"getRepoRoot.js","sourceRoot":"","sources":["../../src/helpers/getRepoRoot.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,qCAAqC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAE1C,MAAM,CAAC,KAAK,UAAU,WAAW;IAC/B,IAAI,UAAU,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAC/B,IAAI,KAAK,GAAG,KAAK,CAAC;IAClB,IAAI,gBAAoC,CAAC;IACzC,IAAI,QAA4B,CAAC;IAEjC,GAAG,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;QAEvD,IAAI,CAAC;YACH,6DAA6D;YAC7D,MAAM,MAAM,CAAC,QAAQ,CAAC,CAAC;YACvB,gBAAgB,GAAG,QAAQ,CAAC;YAC5B,QAAQ,GAAG,UAAU,CAAC;YACtB,KAAK,GAAG,IAAI,CAAC;QACf,CAAC;QAAC,MAAM,CAAC;YACP,iDAAiD;YACjD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;YACtC,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;gBAC7B,4DAA4D;gBAC5D,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;YAC1E,CAAC;YACD,UAAU,GAAG,SAAS,CAAC;QACzB,CAAC;IACH,CAAC,QAAQ,CAAC,KAAK,EAAE;IACjB,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC;AACxC,CAAC"}
@@ -17,7 +17,10 @@ export const postrun = async function (options) {
17
17
  return;
18
18
  }
19
19
  let configFile;
20
- const repoRoot = await getRepoRoot();
20
+ const { repoRoot } = await getRepoRoot();
21
+ if (!repoRoot) {
22
+ return;
23
+ }
21
24
  const configPath = resolve(repoRoot, '.apexcodecovtransformer.config.json');
22
25
  try {
23
26
  const jsonString = await readFile(configPath, 'utf-8');
@@ -1 +1 @@
1
- {"version":3,"file":"postrun.js","sourceRoot":"","sources":["../../src/hooks/postrun.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,OAAO,oBAAoB,MAAM,0CAA0C,CAAC;AAE5E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,CAAC,MAAM,OAAO,GAAoB,KAAK,WAAW,OAAO;IAC7D,IAAI,WAAmB,CAAC;IACxB,IAAI,YAAoB,CAAC;IACzB,IACE,CAAC,yBAAyB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,uBAAuB,CAAC,CAAC,QAAQ,CAC5G,OAAO,CAAC,OAAO,CAAC,EAAE,CACnB,EACD,CAAC;QACD,WAAW,GAAG,QAAQ,CAAC;IACzB,CAAC;SAAM,IAAI,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;QAC3E,WAAW,GAAG,MAAM,CAAC;IACvB,CAAC;SAAM,CAAC;QACN,OAAO;IACT,CAAC;IACD,IAAI,UAAsB,CAAC;IAC3B,MAAM,QAAQ,GAAG,MAAM,WAAW,EAAE,CAAC;IACrC,MAAM,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,qCAAqC,CAAC,CAAC;IAE5E,IAAI,CAAC;QACH,MAAM,UAAU,GAAW,MAAM,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QAC/D,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,CAAe,CAAC;IACpD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAW,UAAU,CAAC,eAAe,IAAI,cAAc,CAAC;IAEzE,IAAI,WAAW,KAAK,QAAQ,EAAE,CAAC;QAC7B,YAAY,GAAG,UAAU,CAAC,sBAAsB,IAAI,GAAG,CAAC;IAC1D,CAAC;SAAM,CAAC;QACN,YAAY,GAAG,UAAU,CAAC,oBAAoB,IAAI,GAAG,CAAC;IACxD,CAAC;IAED,IAAI,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC;QAChC,OAAO;IACT,CAAC;IAED,MAAM,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/C,MAAM,eAAe,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAE7C,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC;QAClC,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAa,EAAE,CAAC;IACjC,WAAW,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACpC,WAAW,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACnC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1B,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAClC,MAAM,oBAAoB,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;AAC9C,CAAC,CAAC"}
1
+ {"version":3,"file":"postrun.js","sourceRoot":"","sources":["../../src/hooks/postrun.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,OAAO,oBAAoB,MAAM,0CAA0C,CAAC;AAE5E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,CAAC,MAAM,OAAO,GAAoB,KAAK,WAAW,OAAO;IAC7D,IAAI,WAAmB,CAAC;IACxB,IAAI,YAAoB,CAAC;IACzB,IACE,CAAC,yBAAyB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,uBAAuB,CAAC,CAAC,QAAQ,CAC5G,OAAO,CAAC,OAAO,CAAC,EAAE,CACnB,EACD,CAAC;QACD,WAAW,GAAG,QAAQ,CAAC;IACzB,CAAC;SAAM,IAAI,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;QAC3E,WAAW,GAAG,MAAM,CAAC;IACvB,CAAC;SAAM,CAAC;QACN,OAAO;IACT,CAAC;IACD,IAAI,UAAsB,CAAC;IAC3B,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,WAAW,EAAE,CAAC;IACzC,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,OAAO;IACT,CAAC;IACD,MAAM,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,qCAAqC,CAAC,CAAC;IAE5E,IAAI,CAAC;QACH,MAAM,UAAU,GAAW,MAAM,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QAC/D,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,CAAe,CAAC;IACpD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAW,UAAU,CAAC,eAAe,IAAI,cAAc,CAAC;IAEzE,IAAI,WAAW,KAAK,QAAQ,EAAE,CAAC;QAC7B,YAAY,GAAG,UAAU,CAAC,sBAAsB,IAAI,GAAG,CAAC;IAC1D,CAAC;SAAM,CAAC;QACN,YAAY,GAAG,UAAU,CAAC,oBAAoB,IAAI,GAAG,CAAC;IACxD,CAAC;IAED,IAAI,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,EAAE,CAAC;QAChC,OAAO;IACT,CAAC;IAED,MAAM,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/C,MAAM,eAAe,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAE7C,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC;QAClC,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAa,EAAE,CAAC;IACjC,WAAW,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACpC,WAAW,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACnC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1B,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAClC,MAAM,oBAAoB,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;AAC9C,CAAC,CAAC"}
package/oclif.lock CHANGED
@@ -1360,6 +1360,23 @@
1360
1360
  "@jridgewell/resolve-uri" "^3.0.3"
1361
1361
  "@jridgewell/sourcemap-codec" "^1.4.10"
1362
1362
 
1363
+ "@jsforce/jsforce-node@^3.4.1":
1364
+ version "3.5.2"
1365
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.5.2.tgz#003142f1b8f6e452cb41adfd685626d97b263f6e"
1366
+ integrity sha512-WZZo7HVFQsTeHRfykMJBrEK3ACr9sQnWSm3EVLasAnAUxjh+hjU4SfJ7HB1UaPRliHjLVZcSCUwF+OoJqjbfoA==
1367
+ dependencies:
1368
+ "@sindresorhus/is" "^4"
1369
+ base64url "^3.0.1"
1370
+ csv-parse "^5.5.2"
1371
+ csv-stringify "^6.4.4"
1372
+ faye "^1.4.0"
1373
+ form-data "^4.0.0"
1374
+ https-proxy-agent "^5.0.0"
1375
+ multistream "^3.1.0"
1376
+ node-fetch "^2.6.1"
1377
+ strip-ansi "^6.0.0"
1378
+ xml2js "^0.6.2"
1379
+
1363
1380
  "@nodelib/fs.scandir@2.1.5":
1364
1381
  version "2.1.5"
1365
1382
  resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -1813,20 +1830,21 @@
1813
1830
  resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
1814
1831
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1815
1832
 
1816
- "@salesforce/cli-plugins-testkit@^5.1.7":
1817
- version "5.1.7"
1818
- resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.7.tgz"
1819
- integrity sha512-ZItoRNujnYN5andRLsTjVXp82W114d9TceWEbOOB2CrUofFdqiSbyiKxfg2/VkB2zk1t3B/ueVkFbiQtoLowPA==
1833
+ "@salesforce/cli-plugins-testkit@^5.3.34":
1834
+ version "5.3.34"
1835
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.34.tgz#456503a30dade3459e1736a77a362fce2b41947b"
1836
+ integrity sha512-OiXjWiLM1euGNr+DRK8iaOYAhp1gnhkD9oxbk+TZC2gQ/RYQ39dd/FEIGqyleCmeeFQMWupKXXni1dEighgoCw==
1820
1837
  dependencies:
1821
- "@salesforce/core" "^6.4.7"
1822
- "@salesforce/kit" "^3.0.15"
1823
- "@salesforce/ts-types" "^2.0.9"
1838
+ "@salesforce/core" "^8.6.2"
1839
+ "@salesforce/kit" "^3.2.3"
1840
+ "@salesforce/ts-types" "^2.0.11"
1824
1841
  "@types/shelljs" "^0.8.15"
1825
- debug "^4.3.1"
1842
+ debug "^4.3.7"
1826
1843
  jszip "^3.10.1"
1827
1844
  shelljs "^0.8.4"
1845
+ sinon "^17.0.2"
1828
1846
  strip-ansi "6.0.1"
1829
- ts-retry-promise "^0.8.0"
1847
+ ts-retry-promise "^0.8.1"
1830
1848
 
1831
1849
  "@salesforce/core@^6.4.7":
1832
1850
  version "6.5.1"
@@ -1852,6 +1870,30 @@
1852
1870
  semver "^7.5.4"
1853
1871
  ts-retry-promise "^0.7.1"
1854
1872
 
1873
+ "@salesforce/core@^8.6.2":
1874
+ version "8.6.2"
1875
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.2.tgz#50120d923504ceb04604b7f03e359386845a9f9d"
1876
+ integrity sha512-LFzTLnavDeWsZBB7b2iuVz0F6yeuTcJzQxCy5n+rACY2/Lbw6UJDK/bOSt4wlss6fKrkyU1FTHNlUK5ZoBEveg==
1877
+ dependencies:
1878
+ "@jsforce/jsforce-node" "^3.4.1"
1879
+ "@salesforce/kit" "^3.2.2"
1880
+ "@salesforce/schemas" "^1.9.0"
1881
+ "@salesforce/ts-types" "^2.0.10"
1882
+ ajv "^8.17.1"
1883
+ change-case "^4.1.2"
1884
+ fast-levenshtein "^3.0.0"
1885
+ faye "^1.4.0"
1886
+ form-data "^4.0.0"
1887
+ js2xmlparser "^4.0.1"
1888
+ jsonwebtoken "9.0.2"
1889
+ jszip "3.10.1"
1890
+ pino "^9.4.0"
1891
+ pino-abstract-transport "^1.2.0"
1892
+ pino-pretty "^11.2.2"
1893
+ proper-lockfile "^4.1.2"
1894
+ semver "^7.6.3"
1895
+ ts-retry-promise "^0.8.1"
1896
+
1855
1897
  "@salesforce/dev-config@^4.1.0":
1856
1898
  version "4.1.0"
1857
1899
  resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz"
@@ -1889,13 +1931,12 @@
1889
1931
  typescript "^4.9.5"
1890
1932
  wireit "^0.14.1"
1891
1933
 
1892
- "@salesforce/kit@^3.0.15":
1893
- version "3.0.15"
1894
- resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.15.tgz"
1895
- integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
1934
+ "@salesforce/kit@^3.0.15", "@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
1935
+ version "3.2.3"
1936
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.3.tgz#a7293c384ef6133191fe3590e604e3896fdecf4a"
1937
+ integrity sha512-X8rZouLt06dxRkn+uYTwywWDS/NqZ783AyomGqgtWdUxF61EOJvu0ehtcYeutx9Ng08uuZ+s6wNvWiDsdhUcPg==
1896
1938
  dependencies:
1897
- "@salesforce/ts-types" "^2.0.9"
1898
- tslib "^2.6.2"
1939
+ "@salesforce/ts-types" "^2.0.12"
1899
1940
 
1900
1941
  "@salesforce/prettier-config@^0.0.3":
1901
1942
  version "0.0.3"
@@ -1907,6 +1948,11 @@
1907
1948
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz"
1908
1949
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1909
1950
 
1951
+ "@salesforce/schemas@^1.9.0":
1952
+ version "1.9.0"
1953
+ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1954
+ integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
1955
+
1910
1956
  "@salesforce/sf-plugins-core@^7.1.3":
1911
1957
  version "7.1.3"
1912
1958
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.3.tgz"
@@ -1920,19 +1966,17 @@
1920
1966
  "@salesforce/ts-types" "^2.0.9"
1921
1967
  chalk "^5.3.0"
1922
1968
 
1923
- "@salesforce/ts-types@^2.0.9":
1924
- version "2.0.9"
1925
- resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz"
1926
- integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
1927
- dependencies:
1928
- tslib "^2.6.2"
1969
+ "@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12", "@salesforce/ts-types@^2.0.9":
1970
+ version "2.0.12"
1971
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
1972
+ integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
1929
1973
 
1930
1974
  "@sigstore/protobuf-specs@^0.1.0":
1931
1975
  version "0.1.0"
1932
1976
  resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz"
1933
1977
  integrity sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==
1934
1978
 
1935
- "@sindresorhus/is@^4.0.0":
1979
+ "@sindresorhus/is@^4", "@sindresorhus/is@^4.0.0":
1936
1980
  version "4.6.0"
1937
1981
  resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz"
1938
1982
  integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
@@ -1949,6 +1993,20 @@
1949
1993
  dependencies:
1950
1994
  type-detect "4.0.8"
1951
1995
 
1996
+ "@sinonjs/commons@^3.0.0", "@sinonjs/commons@^3.0.1":
1997
+ version "3.0.1"
1998
+ resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
1999
+ integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
2000
+ dependencies:
2001
+ type-detect "4.0.8"
2002
+
2003
+ "@sinonjs/fake-timers@^11.2.2":
2004
+ version "11.3.1"
2005
+ resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.3.1.tgz#51d6e8d83ca261ff02c0ab0e68e9db23d5cd5999"
2006
+ integrity sha512-EVJO7nW5M/F5Tur0Rf2z/QoMo+1Ia963RiMtapiQrEWvY0iBUvADo8Beegwjpnle5BHkyHuoxSTW3jF43H1XRA==
2007
+ dependencies:
2008
+ "@sinonjs/commons" "^3.0.1"
2009
+
1952
2010
  "@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1":
1953
2011
  version "6.0.1"
1954
2012
  resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz"
@@ -1965,11 +2023,25 @@
1965
2023
  lodash.get "^4.4.2"
1966
2024
  type-detect "^4.0.8"
1967
2025
 
2026
+ "@sinonjs/samsam@^8.0.0":
2027
+ version "8.0.2"
2028
+ resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.2.tgz#e4386bf668ff36c95949e55a38dc5f5892fc2689"
2029
+ integrity sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==
2030
+ dependencies:
2031
+ "@sinonjs/commons" "^3.0.1"
2032
+ lodash.get "^4.4.2"
2033
+ type-detect "^4.1.0"
2034
+
1968
2035
  "@sinonjs/text-encoding@^0.7.1":
1969
2036
  version "0.7.2"
1970
2037
  resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz"
1971
2038
  integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
1972
2039
 
2040
+ "@sinonjs/text-encoding@^0.7.2":
2041
+ version "0.7.3"
2042
+ resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz#282046f03e886e352b2d5f5da5eb755e01457f3f"
2043
+ integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
2044
+
1973
2045
  "@smithy/abort-controller@^2.0.16":
1974
2046
  version "2.0.16"
1975
2047
  resolved "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.16.tgz"
@@ -2876,6 +2948,16 @@ ajv@^8.11.0, ajv@^8.12.0:
2876
2948
  require-from-string "^2.0.2"
2877
2949
  uri-js "^4.2.2"
2878
2950
 
2951
+ ajv@^8.17.1:
2952
+ version "8.17.1"
2953
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
2954
+ integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
2955
+ dependencies:
2956
+ fast-deep-equal "^3.1.3"
2957
+ fast-uri "^3.0.1"
2958
+ json-schema-traverse "^1.0.0"
2959
+ require-from-string "^2.0.2"
2960
+
2879
2961
  ansi-colors@4.1.1:
2880
2962
  version "4.1.1"
2881
2963
  resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz"
@@ -3098,11 +3180,6 @@ astral-regex@^2.0.0:
3098
3180
  resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
3099
3181
  integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
3100
3182
 
3101
- async-lock@^1.4.1:
3102
- version "1.4.1"
3103
- resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.4.1.tgz#56b8718915a9b68b10fce2f2a9a3dddf765ef53f"
3104
- integrity sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==
3105
-
3106
3183
  async-retry@^1.3.3:
3107
3184
  version "1.3.3"
3108
3185
  resolved "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz"
@@ -3521,11 +3598,6 @@ ci-info@^3.8.0:
3521
3598
  resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz"
3522
3599
  integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
3523
3600
 
3524
- clean-git-ref@^2.0.1:
3525
- version "2.0.1"
3526
- resolved "https://registry.yarnpkg.com/clean-git-ref/-/clean-git-ref-2.0.1.tgz#dcc0ca093b90e527e67adb5a5e55b1af6816dcd9"
3527
- integrity sha512-bLSptAy2P0s6hU4PzuIMKmMJJSE6gLXGH1cntDu7bWJUksvuM+7ReOK61mozULErYvP6a15rnYl0zFDef+pyPw==
3528
-
3529
3601
  clean-regexp@^1.0.0:
3530
3602
  version "1.0.0"
3531
3603
  resolved "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz"
@@ -3878,11 +3950,6 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
3878
3950
  parse-json "^5.2.0"
3879
3951
  path-type "^4.0.0"
3880
3952
 
3881
- crc-32@^1.2.0:
3882
- version "1.2.2"
3883
- resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
3884
- integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
3885
-
3886
3953
  create-require@^1.1.0:
3887
3954
  version "1.1.1"
3888
3955
  resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz"
@@ -3909,11 +3976,21 @@ csv-parse@^4.8.2:
3909
3976
  resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz"
3910
3977
  integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
3911
3978
 
3979
+ csv-parse@^5.5.2:
3980
+ version "5.5.6"
3981
+ resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"
3982
+ integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==
3983
+
3912
3984
  csv-stringify@^5.3.4:
3913
3985
  version "5.6.5"
3914
3986
  resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz"
3915
3987
  integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
3916
3988
 
3989
+ csv-stringify@^6.4.4:
3990
+ version "6.5.1"
3991
+ resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.5.1.tgz#a31837dd35e34787e3c248159c982a21af964d94"
3992
+ integrity sha512-+9lpZfwpLntpTIEpFbwQyWuW/hmI/eHuJZD1XzeZpfZTqkf1fyvBbBLXTJJMsBuuS11uTShMqPwzx4A6ffXgRQ==
3993
+
3917
3994
  dargs@^7.0.0:
3918
3995
  version "7.0.0"
3919
3996
  resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz"
@@ -3924,7 +4001,14 @@ dateformat@^4.5.0, dateformat@^4.6.3:
3924
4001
  resolved "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz"
3925
4002
  integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
3926
4003
 
3927
- debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
4004
+ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.7:
4005
+ version "4.3.7"
4006
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
4007
+ integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4008
+ dependencies:
4009
+ ms "^2.1.3"
4010
+
4011
+ debug@4.3.4:
3928
4012
  version "4.3.4"
3929
4013
  resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
3930
4014
  integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3938,13 +4022,6 @@ debug@^3.2.7:
3938
4022
  dependencies:
3939
4023
  ms "^2.1.1"
3940
4024
 
3941
- debug@^4.3.7:
3942
- version "4.3.7"
3943
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
3944
- integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
3945
- dependencies:
3946
- ms "^2.1.3"
3947
-
3948
4025
  debuglog@^1.0.1:
3949
4026
  version "1.0.1"
3950
4027
  resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
@@ -4057,11 +4134,6 @@ dezalgo@^1.0.0:
4057
4134
  asap "^2.0.0"
4058
4135
  wrappy "1"
4059
4136
 
4060
- diff3@0.0.3:
4061
- version "0.0.3"
4062
- resolved "https://registry.yarnpkg.com/diff3/-/diff3-0.0.3.tgz#d4e5c3a4cdf4e5fe1211ab42e693fcb4321580fc"
4063
- integrity sha512-iSq8ngPOt0K53A6eVr4d5Kn6GNrM2nQZtC740pzIriHtn4pOQ2lyzEXQMBeVcWERN0ye7fhBsk9PbLLQOnUx/g==
4064
-
4065
4137
  diff@5.0.0, diff@^5.0.0:
4066
4138
  version "5.0.0"
4067
4139
  resolved "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz"
@@ -4072,6 +4144,11 @@ diff@^4.0.1, diff@^4.0.2:
4072
4144
  resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
4073
4145
  integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
4074
4146
 
4147
+ diff@^5.2.0:
4148
+ version "5.2.0"
4149
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
4150
+ integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
4151
+
4075
4152
  dir-glob@^3.0.1:
4076
4153
  version "3.0.1"
4077
4154
  resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
@@ -4601,6 +4678,11 @@ fast-copy@^3.0.0:
4601
4678
  resolved "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz"
4602
4679
  integrity sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==
4603
4680
 
4681
+ fast-copy@^3.0.2:
4682
+ version "3.0.2"
4683
+ resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35"
4684
+ integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==
4685
+
4604
4686
  fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
4605
4687
  version "3.1.3"
4606
4688
  resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
@@ -4644,6 +4726,11 @@ fast-safe-stringify@^2.1.1:
4644
4726
  resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz"
4645
4727
  integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
4646
4728
 
4729
+ fast-uri@^3.0.1:
4730
+ version "3.0.3"
4731
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.3.tgz#892a1c91802d5d7860de728f18608a0573142241"
4732
+ integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==
4733
+
4647
4734
  fast-xml-parser@4.2.5:
4648
4735
  version "4.2.5"
4649
4736
  resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz"
@@ -5782,23 +5869,6 @@ isexe@^2.0.0:
5782
5869
  resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
5783
5870
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
5784
5871
 
5785
- isomorphic-git@^1.27.1:
5786
- version "1.27.1"
5787
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.1.tgz#a2752fce23a09f04baa590c41cfaf61e973405b3"
5788
- integrity sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==
5789
- dependencies:
5790
- async-lock "^1.4.1"
5791
- clean-git-ref "^2.0.1"
5792
- crc-32 "^1.2.0"
5793
- diff3 "0.0.3"
5794
- ignore "^5.1.4"
5795
- minimisted "^2.0.0"
5796
- pako "^1.0.10"
5797
- pify "^4.0.1"
5798
- readable-stream "^3.4.0"
5799
- sha.js "^2.4.9"
5800
- simple-get "^4.0.1"
5801
-
5802
5872
  istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
5803
5873
  version "3.2.0"
5804
5874
  resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz"
@@ -6080,6 +6150,11 @@ just-extend@^4.0.2:
6080
6150
  resolved "https://registry.npmjs.org/just-extend/-/just-extend-4.2.1.tgz"
6081
6151
  integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
6082
6152
 
6153
+ just-extend@^6.2.0:
6154
+ version "6.2.0"
6155
+ resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
6156
+ integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
6157
+
6083
6158
  jwa@^1.4.1:
6084
6159
  version "1.4.1"
6085
6160
  resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz"
@@ -6609,13 +6684,6 @@ minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
6609
6684
  resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
6610
6685
  integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
6611
6686
 
6612
- minimisted@^2.0.0:
6613
- version "2.0.1"
6614
- resolved "https://registry.yarnpkg.com/minimisted/-/minimisted-2.0.1.tgz#d059fb905beecf0774bc3b308468699709805cb1"
6615
- integrity sha512-1oPjfuLQa2caorJUM8HV8lGgWCc0qqAO1MNv/k05G4qslmsndV/5WdNZrqCiyqiz3wohia2Ij2B7w2Dr7/IyrA==
6616
- dependencies:
6617
- minimist "^1.2.5"
6618
-
6619
6687
  minipass-collect@^1.0.2:
6620
6688
  version "1.0.2"
6621
6689
  resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz"
@@ -6842,6 +6910,17 @@ nise@^4.1.0:
6842
6910
  just-extend "^4.0.2"
6843
6911
  path-to-regexp "^1.7.0"
6844
6912
 
6913
+ nise@^5.1.9:
6914
+ version "5.1.9"
6915
+ resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
6916
+ integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
6917
+ dependencies:
6918
+ "@sinonjs/commons" "^3.0.0"
6919
+ "@sinonjs/fake-timers" "^11.2.2"
6920
+ "@sinonjs/text-encoding" "^0.7.2"
6921
+ just-extend "^6.2.0"
6922
+ path-to-regexp "^6.2.1"
6923
+
6845
6924
  no-case@^3.0.4:
6846
6925
  version "3.0.4"
6847
6926
  resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz"
@@ -7420,7 +7499,7 @@ pacote@^15.2.0:
7420
7499
  ssri "^10.0.0"
7421
7500
  tar "^6.1.11"
7422
7501
 
7423
- pako@^1.0.10, pako@~1.0.2:
7502
+ pako@~1.0.2:
7424
7503
  version "1.0.11"
7425
7504
  resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz"
7426
7505
  integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
@@ -7526,6 +7605,11 @@ path-to-regexp@^1.7.0:
7526
7605
  dependencies:
7527
7606
  isarray "0.0.1"
7528
7607
 
7608
+ path-to-regexp@^6.2.1:
7609
+ version "6.3.0"
7610
+ resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
7611
+ integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
7612
+
7529
7613
  path-type@^4.0.0:
7530
7614
  version "4.0.0"
7531
7615
  resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -7569,6 +7653,21 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
7569
7653
  readable-stream "^4.0.0"
7570
7654
  split2 "^4.0.0"
7571
7655
 
7656
+ pino-abstract-transport@^1.2.0:
7657
+ version "1.2.0"
7658
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
7659
+ integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
7660
+ dependencies:
7661
+ readable-stream "^4.0.0"
7662
+ split2 "^4.0.0"
7663
+
7664
+ pino-abstract-transport@^2.0.0:
7665
+ version "2.0.0"
7666
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
7667
+ integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
7668
+ dependencies:
7669
+ split2 "^4.0.0"
7670
+
7572
7671
  pino-pretty@^10.3.1:
7573
7672
  version "10.3.1"
7574
7673
  resolved "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz"
@@ -7589,11 +7688,36 @@ pino-pretty@^10.3.1:
7589
7688
  sonic-boom "^3.0.0"
7590
7689
  strip-json-comments "^3.1.1"
7591
7690
 
7691
+ pino-pretty@^11.2.2:
7692
+ version "11.3.0"
7693
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
7694
+ integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
7695
+ dependencies:
7696
+ colorette "^2.0.7"
7697
+ dateformat "^4.6.3"
7698
+ fast-copy "^3.0.2"
7699
+ fast-safe-stringify "^2.1.1"
7700
+ help-me "^5.0.0"
7701
+ joycon "^3.1.1"
7702
+ minimist "^1.2.6"
7703
+ on-exit-leak-free "^2.1.0"
7704
+ pino-abstract-transport "^2.0.0"
7705
+ pump "^3.0.0"
7706
+ readable-stream "^4.0.0"
7707
+ secure-json-parse "^2.4.0"
7708
+ sonic-boom "^4.0.1"
7709
+ strip-json-comments "^3.1.1"
7710
+
7592
7711
  pino-std-serializers@^6.0.0:
7593
7712
  version "6.2.2"
7594
7713
  resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz"
7595
7714
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7596
7715
 
7716
+ pino-std-serializers@^7.0.0:
7717
+ version "7.0.0"
7718
+ resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
7719
+ integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
7720
+
7597
7721
  pino@^8.17.2:
7598
7722
  version "8.17.2"
7599
7723
  resolved "https://registry.npmjs.org/pino/-/pino-8.17.2.tgz"
@@ -7611,6 +7735,23 @@ pino@^8.17.2:
7611
7735
  sonic-boom "^3.7.0"
7612
7736
  thread-stream "^2.0.0"
7613
7737
 
7738
+ pino@^9.4.0:
7739
+ version "9.5.0"
7740
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.5.0.tgz#a7ef0fea868d22d52d8a4ce46e6e03c5dc46fdd6"
7741
+ integrity sha512-xSEmD4pLnV54t0NOUN16yCl7RIB1c5UUOse5HSyEXtBp+FgFQyPeDutc+Q2ZO7/22vImV7VfEjH/1zV2QuqvYw==
7742
+ dependencies:
7743
+ atomic-sleep "^1.0.0"
7744
+ fast-redact "^3.1.1"
7745
+ on-exit-leak-free "^2.1.0"
7746
+ pino-abstract-transport "^2.0.0"
7747
+ pino-std-serializers "^7.0.0"
7748
+ process-warning "^4.0.0"
7749
+ quick-format-unescaped "^4.0.3"
7750
+ real-require "^0.2.0"
7751
+ safe-stable-stringify "^2.3.1"
7752
+ sonic-boom "^4.0.1"
7753
+ thread-stream "^3.0.0"
7754
+
7614
7755
  pkg-dir@^4.1.0, pkg-dir@^4.2.0:
7615
7756
  version "4.2.0"
7616
7757
  resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"
@@ -7687,6 +7828,11 @@ process-warning@^3.0.0:
7687
7828
  resolved "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz"
7688
7829
  integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
7689
7830
 
7831
+ process-warning@^4.0.0:
7832
+ version "4.0.0"
7833
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
7834
+ integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
7835
+
7690
7836
  process@^0.11.10:
7691
7837
  version "0.11.10"
7692
7838
  resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
@@ -8201,14 +8347,6 @@ setimmediate@^1.0.5:
8201
8347
  resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
8202
8348
  integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
8203
8349
 
8204
- sha.js@^2.4.9:
8205
- version "2.4.11"
8206
- resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
8207
- integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
8208
- dependencies:
8209
- inherits "^2.0.1"
8210
- safe-buffer "^5.0.1"
8211
-
8212
8350
  shebang-command@^2.0.0:
8213
8351
  version "2.0.0"
8214
8352
  resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
@@ -8276,20 +8414,6 @@ sigstore@^1.3.0:
8276
8414
  make-fetch-happen "^11.0.1"
8277
8415
  tuf-js "^1.1.3"
8278
8416
 
8279
- simple-concat@^1.0.0:
8280
- version "1.0.1"
8281
- resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
8282
- integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
8283
-
8284
- simple-get@^4.0.1:
8285
- version "4.0.1"
8286
- resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz#4a39db549287c979d352112fa03fd99fd6bc3543"
8287
- integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==
8288
- dependencies:
8289
- decompress-response "^6.0.0"
8290
- once "^1.3.1"
8291
- simple-concat "^1.0.0"
8292
-
8293
8417
  simple-swizzle@^0.2.2:
8294
8418
  version "0.2.2"
8295
8419
  resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz"
@@ -8309,6 +8433,18 @@ sinon@10.0.0:
8309
8433
  nise "^4.1.0"
8310
8434
  supports-color "^7.1.0"
8311
8435
 
8436
+ sinon@^17.0.2:
8437
+ version "17.0.2"
8438
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
8439
+ integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
8440
+ dependencies:
8441
+ "@sinonjs/commons" "^3.0.1"
8442
+ "@sinonjs/fake-timers" "^11.2.2"
8443
+ "@sinonjs/samsam" "^8.0.0"
8444
+ diff "^5.2.0"
8445
+ nise "^5.1.9"
8446
+ supports-color "^7"
8447
+
8312
8448
  slash@^3.0.0:
8313
8449
  version "3.0.0"
8314
8450
  resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
@@ -8374,6 +8510,13 @@ sonic-boom@^3.0.0, sonic-boom@^3.7.0:
8374
8510
  dependencies:
8375
8511
  atomic-sleep "^1.0.0"
8376
8512
 
8513
+ sonic-boom@^4.0.1:
8514
+ version "4.2.0"
8515
+ resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-4.2.0.tgz#e59a525f831210fa4ef1896428338641ac1c124d"
8516
+ integrity sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==
8517
+ dependencies:
8518
+ atomic-sleep "^1.0.0"
8519
+
8377
8520
  sort-keys@^4.2.0:
8378
8521
  version "4.2.0"
8379
8522
  resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz"
@@ -8475,16 +8618,7 @@ ssri@^9.0.0:
8475
8618
  dependencies:
8476
8619
  minipass "^3.1.1"
8477
8620
 
8478
- "string-width-cjs@npm:string-width@^4.2.0":
8479
- version "4.2.3"
8480
- resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8481
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8482
- dependencies:
8483
- emoji-regex "^8.0.0"
8484
- is-fullwidth-code-point "^3.0.0"
8485
- strip-ansi "^6.0.1"
8486
-
8487
- "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8621
+ "string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8488
8622
  version "4.2.3"
8489
8623
  resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8490
8624
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8543,14 +8677,7 @@ string_decoder@^1.3.0:
8543
8677
  dependencies:
8544
8678
  safe-buffer "~5.2.0"
8545
8679
 
8546
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8547
- version "6.0.1"
8548
- resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8549
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8550
- dependencies:
8551
- ansi-regex "^5.0.1"
8552
-
8553
- strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8680
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8554
8681
  version "6.0.1"
8555
8682
  resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8556
8683
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8632,7 +8759,7 @@ supports-color@^5.3.0:
8632
8759
  dependencies:
8633
8760
  has-flag "^3.0.0"
8634
8761
 
8635
- supports-color@^7.0.0, supports-color@^7.1.0:
8762
+ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
8636
8763
  version "7.2.0"
8637
8764
  resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
8638
8765
  integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -8700,6 +8827,13 @@ thread-stream@^2.0.0:
8700
8827
  dependencies:
8701
8828
  real-require "^0.2.0"
8702
8829
 
8830
+ thread-stream@^3.0.0:
8831
+ version "3.1.0"
8832
+ resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
8833
+ integrity sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==
8834
+ dependencies:
8835
+ real-require "^0.2.0"
8836
+
8703
8837
  through2@^4.0.0:
8704
8838
  version "4.0.2"
8705
8839
  resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
@@ -8798,10 +8932,10 @@ ts-retry-promise@^0.7.1:
8798
8932
  resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz"
8799
8933
  integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
8800
8934
 
8801
- ts-retry-promise@^0.8.0:
8802
- version "0.8.0"
8803
- resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz"
8804
- integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
8935
+ ts-retry-promise@^0.8.1:
8936
+ version "0.8.1"
8937
+ resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz#ba90eb07cb03677fcbf78fe38e94c9183927e154"
8938
+ integrity sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==
8805
8939
 
8806
8940
  tsconfig-paths@^3.14.2:
8807
8941
  version "3.14.2"
@@ -8818,7 +8952,7 @@ tslib@^1.11.1, tslib@^1.9.0:
8818
8952
  resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
8819
8953
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
8820
8954
 
8821
- tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.2:
8955
+ tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0:
8822
8956
  version "2.6.2"
8823
8957
  resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
8824
8958
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
@@ -8851,6 +8985,11 @@ type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.8:
8851
8985
  resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
8852
8986
  integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
8853
8987
 
8988
+ type-detect@^4.1.0:
8989
+ version "4.1.0"
8990
+ resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
8991
+ integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==
8992
+
8854
8993
  type-fest@^0.18.0:
8855
8994
  version "0.18.1"
8856
8995
  resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz"
@@ -9269,7 +9408,7 @@ workerpool@6.2.1:
9269
9408
  resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
9270
9409
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
9271
9410
 
9272
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9411
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9273
9412
  version "7.0.0"
9274
9413
  resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9275
9414
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9287,15 +9426,6 @@ wrap-ansi@^6.2.0:
9287
9426
  string-width "^4.1.0"
9288
9427
  strip-ansi "^6.0.0"
9289
9428
 
9290
- wrap-ansi@^7.0.0:
9291
- version "7.0.0"
9292
- resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9293
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9294
- dependencies:
9295
- ansi-styles "^4.0.0"
9296
- string-width "^4.1.0"
9297
- strip-ansi "^6.0.0"
9298
-
9299
9429
  wrap-ansi@^8.1.0:
9300
9430
  version "8.1.0"
9301
9431
  resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
@@ -9336,6 +9466,14 @@ xml2js@^0.5.0:
9336
9466
  sax ">=0.6.0"
9337
9467
  xmlbuilder "~11.0.0"
9338
9468
 
9469
+ xml2js@^0.6.2:
9470
+ version "0.6.2"
9471
+ resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
9472
+ integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
9473
+ dependencies:
9474
+ sax ">=0.6.0"
9475
+ xmlbuilder "~11.0.0"
9476
+
9339
9477
  xmlbuilder2@^3.1.1:
9340
9478
  version "3.1.1"
9341
9479
  resolved "https://registry.yarnpkg.com/xmlbuilder2/-/xmlbuilder2-3.1.1.tgz#b977ef8a6fb27a1ea7ffa7d850d2c007ff343bc0"
@@ -58,5 +58,5 @@
58
58
  ]
59
59
  }
60
60
  },
61
- "version": "2.1.0"
61
+ "version": "2.2.0"
62
62
  }
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "apex-code-coverage-transformer",
3
3
  "description": "Transforms the Apex code coverage JSON created during Salesforce deployments and test runs into the Generic Test Coverage Format (XML) for SonarQube.",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^3.18.1",
7
7
  "@salesforce/core": "^6.4.7",
8
8
  "@salesforce/sf-plugins-core": "^7.1.3",
9
- "isomorphic-git": "^1.27.1",
10
9
  "xmlbuilder2": "^3.1.1"
11
10
  },
12
11
  "devDependencies": {
13
12
  "@commitlint/cli": "^18.6.1",
14
13
  "@commitlint/config-conventional": "^18.6.0",
15
14
  "@oclif/plugin-command-snapshot": "^5.2.19",
16
- "@salesforce/cli-plugins-testkit": "^5.1.7",
15
+ "@salesforce/cli-plugins-testkit": "^5.3.34",
17
16
  "@salesforce/dev-scripts": "^8.3.0",
18
17
  "eslint-plugin-sf-plugin": "^1.17.2",
19
18
  "husky": "^9.1.4",
@@ -29,7 +28,8 @@
29
28
  "/lib",
30
29
  "/messages",
31
30
  "/oclif.manifest.json",
32
- "/oclif.lock"
31
+ "/oclif.lock",
32
+ "/CHANGELOG.md"
33
33
  ],
34
34
  "keywords": [
35
35
  "force",