Skip to content

Commit

Permalink
chore(dev-deps): bump @types/chai-string from 1.4.2 to 1.4.3
Browse files Browse the repository at this point in the history
Bumps [@types/chai-string](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-string) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-string)

---
updated-dependencies:
- dependency-name: "@types/chai-string"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2023
1 parent a3df1f7 commit e86fc30
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 @@ -64,7 +64,7 @@
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.15",
"@types/benchmark": "^2.1.2",
"@types/chai-string": "^1.4.2",
"@types/chai-string": "^1.4.3",
"@types/jsonwebtoken": "9.0.2",
"@types/lodash": "^4.14.198",
"@types/proper-lockfile": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,10 @@
resolved "https://registry.yarnpkg.com/@types/benchmark/-/benchmark-2.1.2.tgz#b7838408c93dc08ceb4e6e13147dbfbe6a151f82"
integrity sha512-EDKtLYNMKrig22jEvhXq8TBFyFgVNSPmDF2b9UzJ7+eylPqdZVo17PCUMkn1jP6/1A/0u78VqYC6VrX6b8pDWA==

"@types/chai-string@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@types/chai-string/-/chai-string-1.4.2.tgz#0f116504a666b6c6a3c42becf86634316c9a19ac"
integrity sha512-ld/1hV5qcPRGuwlPdvRfvM3Ka/iofOk2pH4VkasK4b1JJP1LjNmWWn0LsISf6RRzyhVOvs93rb9tM09e+UuF8Q==
"@types/chai-string@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@types/chai-string/-/chai-string-1.4.3.tgz#06e02d74deed77c2bfccccae44ece6e57a8ecedd"
integrity sha512-bLp5xMQ7Ml0fWa05IPpLjIznTkNbuBE3GtRTzKrp0d10IavlBFcu9vXP2liWaXta79unO693q3kuRxD7g2YYGw==
dependencies:
"@types/chai" "*"

Expand Down

4 comments on commit e86fc30

@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: e86fc30 Previous: a38d86f Ratio
Child logger creation 462098 ops/sec (±0.54%) 418673 ops/sec (±1.38%) 0.91
Logging a string on root logger 638097 ops/sec (±10.12%) 450825 ops/sec (±9.48%) 0.71
Logging an object on root logger 482386 ops/sec (±13.82%) 380948 ops/sec (±12.47%) 0.79
Logging an object with a message on root logger 302298 ops/sec (±11.78%) 252438 ops/sec (±14.24%) 0.84
Logging an object with a redacted prop on root logger 21939 ops/sec (±184.35%) 305242 ops/sec (±14.10%) 13.91
Logging a nested 3-level object on root logger 289893 ops/sec (±11.36%) 1873 ops/sec (±220.91%) 0.006461004577551027

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e86fc30 Previous: a38d86f Ratio
Logging an object with a redacted prop on root logger 21939 ops/sec (±184.35%) 305242 ops/sec (±14.10%) 13.91

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: e86fc30 Previous: a38d86f Ratio
Child logger creation 580532 ops/sec (±1.24%) 457037 ops/sec (±0.91%) 0.79
Logging a string on root logger 825623 ops/sec (±13.84%) 731729 ops/sec (±9.07%) 0.89
Logging an object on root logger 405938 ops/sec (±26.26%) 340504 ops/sec (±22.84%) 0.84
Logging an object with a message on root logger 232142 ops/sec (±23.00%) 179470 ops/sec (±20.60%) 0.77
Logging an object with a redacted prop on root logger 270219 ops/sec (±26.00%) 182454 ops/sec (±22.74%) 0.68
Logging a nested 3-level object on root logger 1418 ops/sec (±275.25%) 128844 ops/sec (±24.35%) 90.86

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e86fc30 Previous: a38d86f Ratio
Logging a nested 3-level object on root logger 1418 ops/sec (±275.25%) 128844 ops/sec (±24.35%) 90.86

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

Please sign in to comment.