Skip to content

Commit

Permalink
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Browse files Browse the repository at this point in the history
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 4.4.7 to 4.4.10.
- [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases)
- [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/cli-plugins-testkit@4.4.7...4.4.10)

---
updated-dependencies:
- dependency-name: "@salesforce/cli-plugins-testkit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 7c3730b commit 65bfee5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"unzipper": "0.10.14"
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^4.4.7",
"@salesforce/cli-plugins-testkit": "^4.4.10",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/prettier-config": "^0.0.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,15 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@salesforce/cli-plugins-testkit@^4.4.7":
version "4.4.7"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.7.tgz#dced302efd8415b9f96df639755e279f13d6d220"
integrity sha512-QKxQEdYvV8hcqGfpxmYFtPBRwejLA7bhnbNNWYugEAKdsxXS12Zi1TyiUetzifQngVgvoxEDjcU+v8SRKCb96Q==
"@salesforce/cli-plugins-testkit@^4.4.10":
version "4.4.10"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.10.tgz#d71f1688c8455acb5eb6b9553beb4d52b08ba7b6"
integrity sha512-qFC/U49CNostlj9AGwEODCGmmXo+lF5Uqrp0y0l1yRmgDriti8oz01/CBtgww6Fx/HTRKmo4EO6bGsSBXqZpuw==
dependencies:
"@salesforce/core" "^5.3.5"
"@salesforce/core" "^5.3.10"
"@salesforce/kit" "^3.0.13"
"@salesforce/ts-types" "^2.0.6"
"@types/shelljs" "^0.8.13"
"@types/shelljs" "^0.8.14"
debug "^4.3.1"
jszip "^3.10.1"
shelljs "^0.8.4"
Expand Down Expand Up @@ -872,10 +872,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==

"@types/shelljs@^0.8.13":
version "0.8.13"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.13.tgz#a94bf7f2b82b7cd9f4496bbe063c3adb0868a650"
integrity sha512-++uMLOQSLlse1kCfEOwhgmHuaABZwinkylmUKCpvcEGZUov3TtM+gJZloSkW/W+9pEAEg/VBOwiSR05oqJsa5A==
"@types/shelljs@^0.8.13", "@types/shelljs@^0.8.14":
version "0.8.14"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.14.tgz#87b8817b2397ffe97b86a4d844036ee0d2a1f0ca"
integrity sha512-eqKaGPi60riuxI9pUVeCT02EGo94Y6HT119h7w5bXSELsis6+JqzdEy6H/w2xXl881wcN3VDnb/D0WlgSety5w==
dependencies:
"@types/glob" "~7.2.0"
"@types/node" "*"
Expand Down

2 comments on commit 65bfee5

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 65bfee5 Previous: 42b402b Ratio
eda-componentSetCreate-linux 284 ms 271 ms 1.05
eda-sourceToMdapi-linux 6897 ms 6491 ms 1.06
eda-sourceToZip-linux 5350 ms 5332 ms 1.00
eda-mdapiToSource-linux 4082 ms 3811 ms 1.07
lotsOfClasses-componentSetCreate-linux 631 ms 674 ms 0.94
lotsOfClasses-sourceToMdapi-linux 9215 ms 8649 ms 1.07
lotsOfClasses-sourceToZip-linux 7994 ms 7215 ms 1.11
lotsOfClasses-mdapiToSource-linux 4751 ms 4174 ms 1.14
lotsOfClassesOneDir-componentSetCreate-linux 941 ms 892 ms 1.05
lotsOfClassesOneDir-sourceToMdapi-linux 13326 ms 12020 ms 1.11
lotsOfClassesOneDir-sourceToZip-linux 12821 ms 11389 ms 1.13
lotsOfClassesOneDir-mdapiToSource-linux 8712 ms 7930 ms 1.10

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 65bfee5 Previous: 42b402b Ratio
eda-componentSetCreate-win32 479 ms 532 ms 0.90
eda-sourceToMdapi-win32 8955 ms 8954 ms 1.00
eda-sourceToZip-win32 5953 ms 6236 ms 0.95
eda-mdapiToSource-win32 6865 ms 8204 ms 0.84
lotsOfClasses-componentSetCreate-win32 990 ms 1083 ms 0.91
lotsOfClasses-sourceToMdapi-win32 13473 ms 14889 ms 0.90
lotsOfClasses-sourceToZip-win32 8386 ms 9852 ms 0.85
lotsOfClasses-mdapiToSource-win32 8768 ms 9621 ms 0.91
lotsOfClassesOneDir-componentSetCreate-win32 1765 ms 1879 ms 0.94
lotsOfClassesOneDir-sourceToMdapi-win32 20935 ms 23049 ms 0.91
lotsOfClassesOneDir-sourceToZip-win32 13324 ms 15613 ms 0.85
lotsOfClassesOneDir-mdapiToSource-win32 15678 ms 17319 ms 0.91

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.