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 Jan 21, 2024
1 parent c0ef202 commit 0b56bdb
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 0b56bdb

@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: 0b56bdb Previous: 1a1b3b8 Ratio
eda-componentSetCreate-linux 194 ms 214 ms 0.91
eda-sourceToMdapi-linux 2002 ms 2017 ms 0.99
eda-sourceToZip-linux 1827 ms 1717 ms 1.06
eda-mdapiToSource-linux 2983 ms 2938 ms 1.02
lotsOfClasses-componentSetCreate-linux 380 ms 378 ms 1.01
lotsOfClasses-sourceToMdapi-linux 3483 ms 3592 ms 0.97
lotsOfClasses-sourceToZip-linux 2800 ms 2765 ms 1.01
lotsOfClasses-mdapiToSource-linux 3259 ms 3345 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 633 ms 624 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6255 ms 6393 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5145 ms 5422 ms 0.95
lotsOfClassesOneDir-mdapiToSource-linux 6162 ms 6344 ms 0.97

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: 0b56bdb Previous: 1a1b3b8 Ratio
eda-componentSetCreate-win32 402 ms 401 ms 1.00
eda-sourceToMdapi-win32 3474 ms 3441 ms 1.01
eda-sourceToZip-win32 2634 ms 2486 ms 1.06
eda-mdapiToSource-win32 5628 ms 5697 ms 0.99
lotsOfClasses-componentSetCreate-win32 881 ms 888 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7550 ms 7600 ms 0.99
lotsOfClasses-sourceToZip-win32 4718 ms 4882 ms 0.97
lotsOfClasses-mdapiToSource-win32 7410 ms 7468 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1474 ms 1478 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13703 ms 13883 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 8401 ms 8536 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 13392 ms 13527 ms 0.99

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

Please sign in to comment.