Skip to content

Commit

Permalink
chore(deps): latest ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 10, 2024
1 parent 2ab26b2 commit 53493bd
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 @@ -68,7 +68,7 @@
"chai-string": "^1.5.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4893,10 +4893,10 @@ typescript@^4.6.4, typescript@^4.9.5:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

2 comments on commit 53493bd

@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: 53493bd Previous: ae4757f Ratio
Child logger creation 475336 ops/sec (±0.49%) 469691 ops/sec (±2.81%) 0.99
Logging a string on root logger 807619 ops/sec (±7.75%) 793573 ops/sec (±13.17%) 0.98
Logging an object on root logger 583121 ops/sec (±9.05%) 654831 ops/sec (±5.40%) 1.12
Logging an object with a message on root logger 9005 ops/sec (±204.50%) 7830 ops/sec (±208.09%) 0.87
Logging an object with a redacted prop on root logger 441505 ops/sec (±12.60%) 453474 ops/sec (±12.21%) 1.03
Logging a nested 3-level object on root logger 379144 ops/sec (±9.06%) 368765 ops/sec (±8.41%) 0.97

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: 53493bd Previous: ae4757f Ratio
Child logger creation 342077 ops/sec (±0.89%) 338533 ops/sec (±0.60%) 0.99
Logging a string on root logger 799014 ops/sec (±10.49%) 776824 ops/sec (±4.81%) 0.97
Logging an object on root logger 620973 ops/sec (±6.49%) 603767 ops/sec (±6.65%) 0.97
Logging an object with a message on root logger 6564 ops/sec (±207.99%) 7794 ops/sec (±201.86%) 1.19
Logging an object with a redacted prop on root logger 440032 ops/sec (±14.02%) 469671 ops/sec (±7.45%) 1.07
Logging a nested 3-level object on root logger 321952 ops/sec (±4.14%) 345327 ops/sec (±5.36%) 1.07

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

Please sign in to comment.