Skip to content

Commit

Permalink
chore(dev-deps): bump @salesforce/ts-sinon from 1.4.18 to 1.4.19
Browse files Browse the repository at this point in the history
Bumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.18 to 1.4.19.
- [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.18...1.4.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 08784e4 commit 8cb21ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@salesforce/dev-config": "^4.1.0",
"@salesforce/dev-scripts": "^5.4.2",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.18",
"@salesforce/ts-sinon": "^1.4.19",
"@types/benchmark": "^2.1.3",
"@types/chai-string": "^1.4.4",
"@types/jsonwebtoken": "9.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -578,16 +578,16 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==

"@salesforce/ts-sinon@^1.4.18":
version "1.4.18"
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.18.tgz#a9ff91370bc3f682fbf964afcbc0fcf5f04d2912"
integrity sha512-YR+L5JEZRfZmPGYvamPs+urd753PfS/K6foygYdR9F6MM+e0VMbAQ8Zq2lmJKoZy4aDEencspmp+72wtZKJJpg==
"@salesforce/ts-sinon@^1.4.19":
version "1.4.19"
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.19.tgz#64157b6c8cf4a3c637867e2ddd90c2d058c334f7"
integrity sha512-vopxKrI6QD0OCtPlge1eGGHFWLkoDee7KaB/dpGeRwioeNfCVJ8ikELN0hv0zq9Ys6gUYWYcdpxzTP1upslCJA==
dependencies:
"@salesforce/ts-types" "^2.0.8"
"@salesforce/ts-types" "^2.0.9"
sinon "^5.1.1"
tslib "^2.6.1"

"@salesforce/ts-types@^2.0.8", "@salesforce/ts-types@^2.0.9":
"@salesforce/ts-types@^2.0.9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
Expand Down

2 comments on commit 8cb21ce

@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: 8cb21ce Previous: 0041526 Ratio
Child logger creation 705998 ops/sec (±1.56%) 664944 ops/sec (±4.28%) 0.94
Logging a string on root logger 769369 ops/sec (±9.53%) 816342 ops/sec (±9.25%) 1.06
Logging an object on root logger 599796 ops/sec (±6.73%) 616161 ops/sec (±9.01%) 1.03
Logging an object with a message on root logger 9546 ops/sec (±206.83%) 2491 ops/sec (±255.89%) 0.26
Logging an object with a redacted prop on root logger 499136 ops/sec (±7.10%) 439853 ops/sec (±12.24%) 0.88
Logging a nested 3-level object on root logger 376470 ops/sec (±9.01%) 388730 ops/sec (±5.22%) 1.03

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: 8cb21ce Previous: 0041526 Ratio
Child logger creation 379781 ops/sec (±5.78%) 309675 ops/sec (±32.63%) 0.82
Logging a string on root logger 425006 ops/sec (±12.02%) 493342 ops/sec (±14.12%) 1.16
Logging an object on root logger 326181 ops/sec (±19.18%) 339014 ops/sec (±14.55%) 1.04
Logging an object with a message on root logger 207252 ops/sec (±11.72%) 232858 ops/sec (±17.98%) 1.12
Logging an object with a redacted prop on root logger 257608 ops/sec (±18.55%) 237139 ops/sec (±23.26%) 0.92
Logging a nested 3-level object on root logger 6125 ops/sec (±189.83%) 6669 ops/sec (±188.46%) 1.09

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

Please sign in to comment.