Skip to content

Commit

Permalink
fix(deps): bump ts-retry-promise from 0.7.1 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [ts-retry-promise](https://github.com/normartin/ts-retry-promise) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/normartin/ts-retry-promise/releases)
- [Commits](normartin/ts-retry-promise@v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: ts-retry-promise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent 6b5ed08 commit 831035e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mime": "2.6.0",
"minimatch": "^5.1.6",
"proxy-agent": "^6.3.1",
"ts-retry-promise": "^0.7.1"
"ts-retry-promise": "^0.8.0"
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^4.4.12",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5485,6 +5485,11 @@ ts-retry-promise@^0.7.1:
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==

ts-retry-promise@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==

tsconfig-paths@^3.14.2:
version "3.14.2"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
Expand Down

2 comments on commit 831035e

@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: 831035e Previous: 83d6aca Ratio
eda-componentSetCreate-linux 223 ms 201 ms 1.11
eda-sourceToMdapi-linux 1968 ms 2009 ms 0.98
eda-sourceToZip-linux 1728 ms 1866 ms 0.93
eda-mdapiToSource-linux 3005 ms 2891 ms 1.04
lotsOfClasses-componentSetCreate-linux 415 ms 392 ms 1.06
lotsOfClasses-sourceToMdapi-linux 3410 ms 3501 ms 0.97
lotsOfClasses-sourceToZip-linux 2878 ms 2883 ms 1.00
lotsOfClasses-mdapiToSource-linux 3207 ms 3293 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 621 ms 629 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6111 ms 6005 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5093 ms 5119 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 6016 ms 6044 ms 1.00

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: 831035e Previous: 83d6aca Ratio
eda-componentSetCreate-win32 398 ms 458 ms 0.87
eda-sourceToMdapi-win32 3429 ms 3783 ms 0.91
eda-sourceToZip-win32 2602 ms 2865 ms 0.91
eda-mdapiToSource-win32 5651 ms 6311 ms 0.90
lotsOfClasses-componentSetCreate-win32 869 ms 902 ms 0.96
lotsOfClasses-sourceToMdapi-win32 7489 ms 7359 ms 1.02
lotsOfClasses-sourceToZip-win32 4667 ms 4647 ms 1.00
lotsOfClasses-mdapiToSource-win32 7299 ms 7405 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1469 ms 1488 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13575 ms 13490 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8444 ms 8368 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13319 ms 13193 ms 1.01

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

Please sign in to comment.