sfdx-git-delta 5.23.0 → 5.24.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 +14 -0
- package/README.md +4 -4
- package/lib/locales/en.d.ts +6 -6
- package/lib/metadata/v54.json +7 -0
- package/lib/metadata/v55.json +14 -0
- package/lib/metadata/v56.json +14 -0
- package/lib/metadata/v57.json +14 -0
- package/lib/metadata/v58.json +14 -0
- package/lib/utils/childProcessUtils.d.ts +1 -1
- package/lib/utils/childProcessUtils.js +17 -12
- package/lib/utils/childProcessUtils.js.map +1 -1
- package/lib/utils/repoSetup.d.ts +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
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.
|
|
6
6
|
|
|
7
|
+
## [5.24.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.24.0...v5.24.1) (2023-07-27)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* stream in error without error content handling ([#662](https://github.com/scolladon/sfdx-git-delta/issues/662)) ([97ccab0](https://github.com/scolladon/sfdx-git-delta/commit/97ccab0376b67ce28e8258861c4631617788b2d5))
|
|
13
|
+
|
|
14
|
+
## [5.24.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.23.0...v5.24.0) (2023-07-07)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add support for Health Cloud metadata ([#651](https://github.com/scolladon/sfdx-git-delta/issues/651)) ([0421f45](https://github.com/scolladon/sfdx-git-delta/commit/0421f459437890ea5d341f3eb698c658e4f6d688))
|
|
20
|
+
|
|
7
21
|
## [5.23.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.22.0...v5.23.0) (2023-06-30)
|
|
8
22
|
|
|
9
23
|
|
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
[](https://gitter.im/sfdx-git-delta/community)
|
|
9
9
|
|
|
10
10
|
<br />
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
<
|
|
11
|
+
<div align="center">
|
|
12
|
+
<img src="img/SGD_logo.png" width="128">
|
|
13
|
+
<h1 align="center">SFDX-Git-Delta </h1>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
SFDX plugin to generate Incremental Salesforce deployments manifests and artifacts
|
|
@@ -188,7 +188,7 @@ OPTIONS
|
|
|
188
188
|
this command invocation
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.
|
|
191
|
+
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.24.1/src/commands/sgd/source/delta.ts)_
|
|
192
192
|
<!-- commandsstop -->
|
|
193
193
|
|
|
194
194
|
### Windows users
|
package/lib/locales/en.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
1
|
+
export let errorGitSHAisBlank: string;
|
|
2
|
+
export let errorParameterIsNotGitSHA: string;
|
|
3
|
+
export let errorPathIsNotDir: string;
|
|
4
|
+
export let errorPathIsNotFile: string;
|
|
5
|
+
export let errorPathIsNotGit: string;
|
|
6
|
+
export let warningApiVersionNotSupported: string;
|
package/lib/metadata/v54.json
CHANGED
package/lib/metadata/v55.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"directoryName": "uiObjectRelationConfigs",
|
|
4
|
+
"inFolder": false,
|
|
5
|
+
"metaFile": false,
|
|
6
|
+
"suffix": "uiObjectRelationConfig",
|
|
7
|
+
"xmlName": "UIObjectRelationConfig"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"directoryName": "timelineObjectDefinitions",
|
|
11
|
+
"inFolder": false,
|
|
12
|
+
"metaFile": false,
|
|
13
|
+
"suffix": "timelineObjectDefinition",
|
|
14
|
+
"xmlName": "TimelineObjectDefinition"
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"directoryName": "slackapps",
|
|
4
18
|
"inFolder": false,
|
package/lib/metadata/v56.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"directoryName": "uiObjectRelationConfigs",
|
|
4
|
+
"inFolder": false,
|
|
5
|
+
"metaFile": false,
|
|
6
|
+
"suffix": "uiObjectRelationConfig",
|
|
7
|
+
"xmlName": "UIObjectRelationConfig"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"directoryName": "timelineObjectDefinitions",
|
|
11
|
+
"inFolder": false,
|
|
12
|
+
"metaFile": false,
|
|
13
|
+
"suffix": "timelineObjectDefinition",
|
|
14
|
+
"xmlName": "TimelineObjectDefinition"
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"directoryName": "slackapps",
|
|
4
18
|
"inFolder": false,
|
package/lib/metadata/v57.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"directoryName": "uiObjectRelationConfigs",
|
|
4
|
+
"inFolder": false,
|
|
5
|
+
"metaFile": false,
|
|
6
|
+
"suffix": "uiObjectRelationConfig",
|
|
7
|
+
"xmlName": "UIObjectRelationConfig"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"directoryName": "timelineObjectDefinitions",
|
|
11
|
+
"inFolder": false,
|
|
12
|
+
"metaFile": false,
|
|
13
|
+
"suffix": "timelineObjectDefinition",
|
|
14
|
+
"xmlName": "TimelineObjectDefinition"
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"directoryName": "slackapps",
|
|
4
18
|
"inFolder": false,
|
package/lib/metadata/v58.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"directoryName": "uiObjectRelationConfigs",
|
|
4
|
+
"inFolder": false,
|
|
5
|
+
"metaFile": false,
|
|
6
|
+
"suffix": "uiObjectRelationConfig",
|
|
7
|
+
"xmlName": "UIObjectRelationConfig"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"directoryName": "timelineObjectDefinitions",
|
|
11
|
+
"inFolder": false,
|
|
12
|
+
"metaFile": false,
|
|
13
|
+
"suffix": "timelineObjectDefinition",
|
|
14
|
+
"xmlName": "TimelineObjectDefinition"
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"directoryName": "slackapps",
|
|
4
18
|
"inFolder": false,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const EOLRegex: RegExp;
|
|
2
|
-
export function getStreamContent(stream: any): Promise<
|
|
2
|
+
export function getStreamContent(stream: any): Promise<any>;
|
|
3
3
|
export function linify(stream: any): AsyncGenerator<string, void, unknown>;
|
|
4
4
|
export function treatPathSep(data: any): any;
|
|
5
5
|
export function sanitizePath(data: any): any;
|
|
@@ -28,18 +28,23 @@ async function* linify(stream) {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
const getStreamContent = async (stream) => {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
return new Promise((resolve, reject) => {
|
|
32
|
+
const content = [];
|
|
33
|
+
const error = [];
|
|
34
|
+
stream.stdout.on('data', data => {
|
|
35
|
+
content.push(data);
|
|
36
|
+
});
|
|
37
|
+
stream.stderr.setEncoding('utf8');
|
|
38
|
+
stream.stderr.on('data', data => {
|
|
39
|
+
error.push(data.toString());
|
|
40
|
+
});
|
|
41
|
+
stream.on('close', code => {
|
|
42
|
+
if (code !== 0) {
|
|
43
|
+
reject(new Error(error.join('')));
|
|
44
|
+
}
|
|
45
|
+
resolve(Buffer.concat(content));
|
|
46
|
+
});
|
|
47
|
+
});
|
|
43
48
|
};
|
|
44
49
|
module.exports.EOLRegex = EOLRegex;
|
|
45
50
|
module.exports.getStreamContent = getStreamContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"childProcessUtils.js","sourceRoot":"","sources":["../../src/utils/childProcessUtils.js"],"names":[],"mappings":"AAAA,YAAY,CAAA;AACZ,MAAM,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAE1C,MAAM,QAAQ,GAAG,QAAQ,CAAA;AAEzB,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,CAAC,CAAA;AAEzD,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAC1B,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;AAE5E,2FAA2F;AAC3F;;;;;;;EAOE;AACF,KAAK,SAAS,CAAC,CAAC,MAAM,CAAC,MAAM;IAC3B,IAAI,QAAQ,GAAG,EAAE,CAAA;IACjB,IAAI,KAAK,EAAE,MAAM,KAAK,IAAI,MAAM,EAAE;QAChC,QAAQ,IAAI,KAAK,CAAA;QACjB,IAAI,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;QACxC,OAAO,QAAQ,IAAI,CAAC,EAAE;YACpB,MAAM,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;YACjC,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAA;YACvC,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;SACrC;KACF;IACD,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;QACvB,MAAM,QAAQ,CAAA;KACf;AACH,CAAC;AAED,MAAM,gBAAgB,GAAG,KAAK,EAAC,MAAM,EAAC,EAAE;IACtC,MAAM,OAAO,GAAG,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"childProcessUtils.js","sourceRoot":"","sources":["../../src/utils/childProcessUtils.js"],"names":[],"mappings":"AAAA,YAAY,CAAA;AACZ,MAAM,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAE1C,MAAM,QAAQ,GAAG,QAAQ,CAAA;AAEzB,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,CAAC,CAAA;AAEzD,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE,CAC1B,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;AAE5E,2FAA2F;AAC3F;;;;;;;EAOE;AACF,KAAK,SAAS,CAAC,CAAC,MAAM,CAAC,MAAM;IAC3B,IAAI,QAAQ,GAAG,EAAE,CAAA;IACjB,IAAI,KAAK,EAAE,MAAM,KAAK,IAAI,MAAM,EAAE;QAChC,QAAQ,IAAI,KAAK,CAAA;QACjB,IAAI,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;QACxC,OAAO,QAAQ,IAAI,CAAC,EAAE;YACpB,MAAM,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;YACjC,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAA;YACvC,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;SACrC;KACF;IACD,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;QACvB,MAAM,QAAQ,CAAA;KACf;AACH,CAAC;AAED,MAAM,gBAAgB,GAAG,KAAK,EAAC,MAAM,EAAC,EAAE;IACtC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACrC,MAAM,OAAO,GAAG,EAAE,CAAA;QAClB,MAAM,KAAK,GAAG,EAAE,CAAA;QAEhB,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE;YAC9B,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;QACpB,CAAC,CAAC,CAAA;QAEF,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAA;QACjC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE;YAC9B,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;QAC7B,CAAC,CAAC,CAAA;QAEF,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE;YACxB,IAAI,IAAI,KAAK,CAAC,EAAE;gBACd,MAAM,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;aAClC;YAED,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAA;QACjC,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;AACJ,CAAC,CAAA;AAED,MAAM,CAAC,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAA;AAClC,MAAM,CAAC,OAAO,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;AAClD,MAAM,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,CAAA;AAC9B,MAAM,CAAC,OAAO,CAAC,YAAY,GAAG,YAAY,CAAA;AAC1C,MAAM,CAAC,OAAO,CAAC,YAAY,GAAG,YAAY,CAAA"}
|
package/lib/utils/repoSetup.d.ts
CHANGED
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.
|
|
1
|
+
{"version":"5.24.1","commands":{"sgd:source:delta":{"id":"sgd:source:delta","description":"Generate the sfdx content in source format and destructive change from two git commits","usage":"<%= command.id %> -f <string> [-t <string>] [-r <filepath>] [-i <filepath>] [-D <filepath>] [-s <filepath>] [-W] [-o <filepath>] [-a <number>] [-d] [-n <filepath>] [-N <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-git-delta","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"to":{"name":"to","type":"option","char":"t","description":"commit sha to where the diff is done","default":"HEAD"},"from":{"name":"from","type":"option","char":"f","description":"commit sha from where the diff is done [git rev-list --max-parents=0 HEAD]","required":true},"repo":{"name":"repo","type":"option","char":"r","description":"git repository location","default":"./"},"ignore":{"name":"ignore","type":"option","char":"i","description":"file listing paths to explicitly ignore for any diff actions"},"ignore-destructive":{"name":"ignore-destructive","type":"option","char":"D","description":"file listing paths to explicitly ignore for any destructive actions"},"source":{"name":"source","type":"option","char":"s","description":"source folder focus location related to --repo","default":"./"},"ignore-whitespace":{"name":"ignore-whitespace","type":"boolean","char":"W","description":"ignore git diff whitespace (space, tab, eol) changes","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"source package specific output","default":"./output"},"api-version":{"name":"api-version","type":"option","char":"a","description":"salesforce metadata API version, default to sfdx-project.json \"sourceApiVersion\" attribute or latest version"},"generate-delta":{"name":"generate-delta","type":"boolean","char":"d","description":"generate delta files in [--output] folder","allowNo":false},"include":{"name":"include","type":"option","char":"n","description":"file listing paths to explicitly include for any diff actions"},"include-destructive":{"name":"include-destructive","type":"option","char":"N","description":"file listing paths to explicitly include for any destructive actions"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.24.1",
|
|
4
4
|
"description": "Generate the sfdx content in source format and destructive change from two git commits",
|
|
5
5
|
"keyword": [
|
|
6
6
|
"salesforce",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "Sebastien Colladon <colladonsebastien@gmail.com>",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@salesforce/command": "^5.3.9",
|
|
29
|
-
"fast-xml-parser": "^4.2.
|
|
29
|
+
"fast-xml-parser": "^4.2.6",
|
|
30
30
|
"fs-extra": "^11.1.1",
|
|
31
31
|
"ignore": "^5.2.4",
|
|
32
32
|
"lodash": "^4.17.21",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"homepage": "https://github.com/scolladon/sfdx-git-delta#readme",
|
|
41
41
|
"scripts": {
|
|
42
42
|
"analysis": "codeclimate analyze",
|
|
43
|
-
"clean": "shx rm -rf lib 'reports/*' .nyc_output oclif.manifest.json package.tgz 'sfdx-git-delta-v*.tgz' 'stderr*.txt' 'stdout*.txt' '.stryker-tmp/*'",
|
|
44
|
-
"commit": "commit",
|
|
43
|
+
"clean": "shx rm -rf lib 'reports/*' .nyc_output oclif.manifest.json package.tgz 'sfdx-git-delta-v*.tgz' 'stderr*.txt' 'stdout*.txt' '.stryker-tmp/*' perf-result.txt",
|
|
45
44
|
"increment:apiversion": "bash ./tooling/incrementApiVersion.sh",
|
|
46
45
|
"lint": "eslint src/",
|
|
47
|
-
"lint:dependencies": "
|
|
46
|
+
"lint:dependencies": "depcheck",
|
|
48
47
|
"lint:fix": "eslint --fix src/",
|
|
49
48
|
"test": "yarn test:unit && yarn test:nut",
|
|
50
49
|
"test:build:local": "yarn clean ; shx rm -rf .yarn/cache node_modules ; yarn && yarn pack && yarn test",
|
|
51
50
|
"test:mutation": "stryker run",
|
|
52
51
|
"test:nut": "nyc mocha **/*.nut.ts",
|
|
52
|
+
"test:perf": "node __tests__/perf/bench.js | tee perf-result.txt",
|
|
53
53
|
"test:unit": "jest",
|
|
54
54
|
"test:unit:clear:cache": "jest --clearCache",
|
|
55
55
|
"test:unit:coverage": "jest --coverage",
|
|
@@ -61,38 +61,38 @@
|
|
|
61
61
|
"prebuild": "yarn clean",
|
|
62
62
|
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
|
|
63
63
|
"prepare": "husky install",
|
|
64
|
-
"upgrade:dependencies": "yarn-upgrade-all ; yarn-audit-fix"
|
|
64
|
+
"upgrade:dependencies": "shx rm -rf yarn.lock ; shx touch yarn.lock ; yarn-upgrade-all ; yarn-audit-fix"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@commitlint/cli": "^17.6.
|
|
68
|
-
"@commitlint/config-conventional": "^17.6.
|
|
69
|
-
"@commitlint/prompt-cli": "^17.6.5",
|
|
67
|
+
"@commitlint/cli": "^17.6.7",
|
|
68
|
+
"@commitlint/config-conventional": "^17.6.7",
|
|
70
69
|
"@oclif/dev-cli": "^1.26.10",
|
|
71
|
-
"@salesforce/cli-plugins-testkit": "^
|
|
70
|
+
"@salesforce/cli-plugins-testkit": "^4.2.7",
|
|
72
71
|
"@salesforce/dev-config": "^4.0.1",
|
|
73
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
74
|
-
"@stryker-mutator/core": "^
|
|
75
|
-
"@stryker-mutator/jest-runner": "^
|
|
76
|
-
"@swc/core": "^1.3.
|
|
72
|
+
"@salesforce/ts-sinon": "^1.4.12",
|
|
73
|
+
"@stryker-mutator/core": "^7.1.1",
|
|
74
|
+
"@stryker-mutator/jest-runner": "^7.1.1",
|
|
75
|
+
"@swc/core": "^1.3.71",
|
|
77
76
|
"@types/mocha": "^10.0.1",
|
|
78
|
-
"@types/node": "^20.
|
|
79
|
-
"@typescript-eslint/parser": "^
|
|
77
|
+
"@types/node": "^20.4.5",
|
|
78
|
+
"@typescript-eslint/parser": "^6.2.0",
|
|
79
|
+
"benchmark": "^2.1.4",
|
|
80
80
|
"chai": "^4.3.7",
|
|
81
|
-
"
|
|
82
|
-
"eslint
|
|
83
|
-
"eslint-
|
|
81
|
+
"depcheck": "^1.4.3",
|
|
82
|
+
"eslint": "^8.45.0",
|
|
83
|
+
"eslint-config-prettier": "^8.9.0",
|
|
84
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
84
85
|
"husky": "^8.0.3",
|
|
85
|
-
"jest": "^29.
|
|
86
|
-
"
|
|
87
|
-
"lint-staged": "^13.2.2",
|
|
86
|
+
"jest": "^29.6.2",
|
|
87
|
+
"lint-staged": "^13.2.3",
|
|
88
88
|
"mocha": "^10.2.0",
|
|
89
89
|
"nyc": "^15.1.0",
|
|
90
|
-
"prettier": "^
|
|
90
|
+
"prettier": "^3.0.0",
|
|
91
91
|
"shx": "^0.3.4",
|
|
92
|
-
"sinon": "^15.
|
|
92
|
+
"sinon": "^15.2.0",
|
|
93
93
|
"ts-node": "^10.9.1",
|
|
94
|
-
"typescript": "^5.
|
|
95
|
-
"yarn-audit-fix": "^9.3.
|
|
94
|
+
"typescript": "^5.1.6",
|
|
95
|
+
"yarn-audit-fix": "^9.3.12",
|
|
96
96
|
"yarn-upgrade-all": "^0.7.2"
|
|
97
97
|
},
|
|
98
98
|
"oclif": {
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
|
-
"packageManager": "yarn@3.
|
|
108
|
+
"packageManager": "yarn@3.6.0"
|
|
109
109
|
}
|