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 13, 2024
1 parent 891318a commit 7fa714e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"pino-pretty": "^10.3.1",
"proper-lockfile": "^4.1.2",
"semver": "^7.5.4",
"ts-retry-promise": "^0.7.1"
"ts-retry-promise": "^0.8.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^7.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4758,10 +4758,10 @@ ts-patch@^3.1.1:
semver "^7.5.4"
strip-ansi "^6.0.1"

ts-retry-promise@^0.7.1:
version "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"
Expand Down

2 comments on commit 7fa714e

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 7fa714e Previous: 53493bd Ratio
Child logger creation 483717 ops/sec (±0.70%) 475336 ops/sec (±0.49%) 0.98
Logging a string on root logger 759525 ops/sec (±6.34%) 807619 ops/sec (±7.75%) 1.06
Logging an object on root logger 604635 ops/sec (±7.63%) 583121 ops/sec (±9.05%) 0.96
Logging an object with a message on root logger 10311 ops/sec (±201.53%) 9005 ops/sec (±204.50%) 0.87
Logging an object with a redacted prop on root logger 418638 ops/sec (±7.98%) 441505 ops/sec (±12.60%) 1.05
Logging a nested 3-level object on root logger 351944 ops/sec (±9.59%) 379144 ops/sec (±9.06%) 1.08

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: 7fa714e Previous: 53493bd Ratio
Child logger creation 341012 ops/sec (±3.72%) 342077 ops/sec (±0.89%) 1.00
Logging a string on root logger 827137 ops/sec (±11.71%) 799014 ops/sec (±10.49%) 0.97
Logging an object on root logger 638470 ops/sec (±6.22%) 620973 ops/sec (±6.49%) 0.97
Logging an object with a message on root logger 4975 ops/sec (±209.82%) 6564 ops/sec (±207.99%) 1.32
Logging an object with a redacted prop on root logger 467474 ops/sec (±11.38%) 440032 ops/sec (±14.02%) 0.94
Logging a nested 3-level object on root logger 324115 ops/sec (±5.76%) 321952 ops/sec (±4.14%) 0.99

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

Please sign in to comment.