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 5.3.31 to 5.3.32.
- [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@5.3.31...5.3.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 0bedbad commit 2c64670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.4.1",
"@salesforce/cli-plugins-testkit": "^5.3.31",
"@salesforce/cli-plugins-testkit": "^5.3.32",
"@salesforce/dev-scripts": "^10.2.10",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,12 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/cli-plugins-testkit@^5.3.31":
version "5.3.31"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.31.tgz#6a162dd873f678ae771f8b95976721e451abd039"
integrity sha512-5TB1hR+Nu7qZuLUmua7d6T7K1GTvMq6hw2wuWAlOqp2losiKNVZCnh8+RG3ZMlNytM2z5allBT+TxIXFF9BHQQ==
"@salesforce/cli-plugins-testkit@^5.3.32":
version "5.3.32"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.32.tgz#30018a25d68b21ad2cb4b91c82be1bcf9690629b"
integrity sha512-eXi0n4Ae7igTS4PAvuK19I5utA9p1uQlojNFlvQl0Oiqidy9Rl5i5GWekIAmNrn/hX0gbftwAh4PezB/W5hZ3Q==
dependencies:
"@salesforce/core" "^8.5.4"
"@salesforce/core" "^8.5.7"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.11"
"@types/shelljs" "^0.8.15"
Expand Down

2 comments on commit 2c64670

@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: 2c64670 Previous: 4c6ad38 Ratio
eda-componentSetCreate-linux 231 ms 234 ms 0.99
eda-sourceToMdapi-linux 2396 ms 2357 ms 1.02
eda-sourceToZip-linux 2001 ms 1870 ms 1.07
eda-mdapiToSource-linux 2905 ms 2912 ms 1.00
lotsOfClasses-componentSetCreate-linux 461 ms 420 ms 1.10
lotsOfClasses-sourceToMdapi-linux 3725 ms 3777 ms 0.99
lotsOfClasses-sourceToZip-linux 3208 ms 3180 ms 1.01
lotsOfClasses-mdapiToSource-linux 3633 ms 3627 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 757 ms 772 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6686 ms 6872 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 5598 ms 6187 ms 0.90
lotsOfClassesOneDir-mdapiToSource-linux 6707 ms 6643 ms 1.01

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: 2c64670 Previous: 4c6ad38 Ratio
eda-componentSetCreate-win32 628 ms 622 ms 1.01
eda-sourceToMdapi-win32 4239 ms 4242 ms 1.00
eda-sourceToZip-win32 3026 ms 2930 ms 1.03
eda-mdapiToSource-win32 5817 ms 5739 ms 1.01
lotsOfClasses-componentSetCreate-win32 1184 ms 1229 ms 0.96
lotsOfClasses-sourceToMdapi-win32 7732 ms 8034 ms 0.96
lotsOfClasses-sourceToZip-win32 5144 ms 5097 ms 1.01
lotsOfClasses-mdapiToSource-win32 7992 ms 7684 ms 1.04
lotsOfClassesOneDir-componentSetCreate-win32 2092 ms 2141 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13818 ms 13954 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 9597 ms 9262 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 14201 ms 13992 ms 1.01

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

Please sign in to comment.