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 28, 2024
1 parent 294af9e commit a4fb78e
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 a4fb78e

@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: a4fb78e Previous: 1168ad8 Ratio
eda-componentSetCreate-linux 193 ms 222 ms 0.87
eda-sourceToMdapi-linux 1927 ms 1907 ms 1.01
eda-sourceToZip-linux 1791 ms 1741 ms 1.03
eda-mdapiToSource-linux 2850 ms 2871 ms 0.99
lotsOfClasses-componentSetCreate-linux 379 ms 361 ms 1.05
lotsOfClasses-sourceToMdapi-linux 3383 ms 3383 ms 1
lotsOfClasses-sourceToZip-linux 2898 ms 2880 ms 1.01
lotsOfClasses-mdapiToSource-linux 3414 ms 3207 ms 1.06
lotsOfClassesOneDir-componentSetCreate-linux 619 ms 650 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-linux 6114 ms 6010 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5209 ms 5146 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6050 ms 5936 ms 1.02

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: a4fb78e Previous: 1168ad8 Ratio
eda-componentSetCreate-win32 395 ms 418 ms 0.94
eda-sourceToMdapi-win32 3443 ms 3455 ms 1.00
eda-sourceToZip-win32 2639 ms 2669 ms 0.99
eda-mdapiToSource-win32 5620 ms 5843 ms 0.96
lotsOfClasses-componentSetCreate-win32 898 ms 922 ms 0.97
lotsOfClasses-sourceToMdapi-win32 7409 ms 7606 ms 0.97
lotsOfClasses-sourceToZip-win32 4687 ms 4808 ms 0.97
lotsOfClasses-mdapiToSource-win32 7219 ms 7670 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 1443 ms 1476 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13587 ms 13690 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 8385 ms 8715 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 13336 ms 13717 ms 0.97

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

Please sign in to comment.