Skip to content

Commit

Permalink
chore(dev-deps): bump @salesforce/ts-sinon from 1.4.14 to 1.4.15
Browse files Browse the repository at this point in the history
Bumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.14 to 1.4.15.
- [Release notes](https://github.com/forcedotcom/ts-sinon/releases)
- [Changelog](https://github.com/forcedotcom/ts-sinon/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/ts-sinon@1.4.14...1.4.15)

---
updated-dependencies:
- dependency-name: "@salesforce/ts-sinon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2023
1 parent 46fb279 commit 8f097e0
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 @@ -44,7 +44,7 @@
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.14",
"@salesforce/ts-sinon": "^1.4.15",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.2",
"@types/graceful-fs": "^4.1.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,12 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==

"@salesforce/ts-sinon@^1.4.14":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.14.tgz#f36ff049f39f8f712b51e1b655e03cf2988d8a6b"
integrity sha512-Le8gueZW8opoJ7PeCS9C4lKad1bUKoBYaArGhBPUDaK+ZItcIeOMT8IXtjP0ajVBHk5wbqGgoxXyThTnTu8jRA==
"@salesforce/ts-sinon@^1.4.15":
version "1.4.15"
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.15.tgz#6214b73fc53fe0ee2583bbd87d4b4217e557279d"
integrity sha512-mw//jI+QkkS+PEwqMtazlhdi3eYY49InnJ/EipmrsdsdV9b+W79D5N4C92LROYe9VNq+3q5VHJcT/jhARxZsTg==
dependencies:
"@salesforce/ts-types" "^2.0.6"
"@salesforce/ts-types" "^2.0.7"
sinon "^5.1.1"
tslib "^2.6.1"

Expand Down

2 comments on commit 8f097e0

@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: 8f097e0 Previous: cfbb654 Ratio
eda-componentSetCreate-linux 2868 ms 394 ms 7.28
eda-sourceToMdapi-linux 10849 ms 7715 ms 1.41
eda-sourceToZip-linux 8944 ms 5550 ms 1.61
eda-mdapiToSource-linux 7809 ms 6158 ms 1.27
lotsOfClasses-componentSetCreate-linux 23102 ms 700 ms 33.00
lotsOfClasses-sourceToMdapi-linux 33817 ms 13430 ms 2.52
lotsOfClasses-sourceToZip-linux 30487 ms 8667 ms 3.52
lotsOfClasses-mdapiToSource-linux 28042 ms 7343 ms 3.82
lotsOfClassesOneDir-componentSetCreate-linux 89705 ms 1218 ms 73.65
lotsOfClassesOneDir-sourceToMdapi-linux 94790 ms 18347 ms 5.17
lotsOfClassesOneDir-sourceToZip-linux 95703 ms 14467 ms 6.62
lotsOfClassesOneDir-mdapiToSource-linux 90405 ms 13195 ms 6.85

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 8f097e0 Previous: cfbb654 Ratio
eda-componentSetCreate-linux 2868 ms 394 ms 7.28
lotsOfClasses-componentSetCreate-linux 23102 ms 700 ms 33.00
lotsOfClasses-sourceToMdapi-linux 33817 ms 13430 ms 2.52
lotsOfClasses-sourceToZip-linux 30487 ms 8667 ms 3.52
lotsOfClasses-mdapiToSource-linux 28042 ms 7343 ms 3.82
lotsOfClassesOneDir-componentSetCreate-linux 89705 ms 1218 ms 73.65
lotsOfClassesOneDir-sourceToMdapi-linux 94790 ms 18347 ms 5.17
lotsOfClassesOneDir-sourceToZip-linux 95703 ms 14467 ms 6.62
lotsOfClassesOneDir-mdapiToSource-linux 90405 ms 13195 ms 6.85

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

Please sign in to comment.