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 9, 2023
1 parent 40aefde commit a38d86f
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.197",
"@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

3 comments on commit a38d86f

@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: a38d86f Previous: 8323f3c Ratio
Child logger creation 418673 ops/sec (±1.38%) 480675 ops/sec (±1.02%) 1.15
Logging a string on root logger 450825 ops/sec (±9.48%) 476919 ops/sec (±13.46%) 1.06
Logging an object on root logger 380948 ops/sec (±12.47%) 421187 ops/sec (±12.39%) 1.11
Logging an object with a message on root logger 252438 ops/sec (±14.24%) 259247 ops/sec (±16.20%) 1.03
Logging an object with a redacted prop on root logger 305242 ops/sec (±14.10%) 14408 ops/sec (±187.14%) 0.047201892269084854
Logging a nested 3-level object on root logger 1873 ops/sec (±220.91%) 161970 ops/sec (±80.39%) 86.48

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: a38d86f Previous: 8323f3c Ratio
Logging a nested 3-level object on root logger 1873 ops/sec (±220.91%) 161970 ops/sec (±80.39%) 86.48

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: a38d86f Previous: 8323f3c Ratio
Child logger creation 457037 ops/sec (±0.91%) 497750 ops/sec (±5.91%) 1.09
Logging a string on root logger 731729 ops/sec (±9.07%) 731516 ops/sec (±10.75%) 1.00
Logging an object on root logger 340504 ops/sec (±22.84%) 473027 ops/sec (±18.17%) 1.39
Logging an object with a message on root logger 179470 ops/sec (±20.60%) 333053 ops/sec (±18.28%) 1.86
Logging an object with a redacted prop on root logger 182454 ops/sec (±22.74%) 20832 ops/sec (±186.12%) 0.11
Logging a nested 3-level object on root logger 128844 ops/sec (±24.35%) 250140 ops/sec (±17.23%) 1.94

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

Please sign in to comment.