Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.2.2 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent 3ee7e87 commit cb16ad0
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 @@ -4914,10 +4914,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

4 comments on commit cb16ad0

@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: cb16ad0 Previous: 58f1073 Ratio
Child logger creation 479166 ops/sec (±0.86%) 471530 ops/sec (±1.88%) 0.98
Logging a string on root logger 812649 ops/sec (±7.66%) 748906 ops/sec (±8.97%) 0.92
Logging an object on root logger 657449 ops/sec (±6.36%) 574843 ops/sec (±9.42%) 0.87
Logging an object with a message on root logger 5161 ops/sec (±220.46%) 13767 ops/sec (±197.12%) 2.67
Logging an object with a redacted prop on root logger 457823 ops/sec (±6.26%) 455509 ops/sec (±6.20%) 0.99
Logging a nested 3-level object on root logger 387293 ops/sec (±7.32%) 344540 ops/sec (±9.66%) 0.89

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: cb16ad0 Previous: 58f1073 Ratio
Logging an object with a message on root logger 5161 ops/sec (±220.46%) 13767 ops/sec (±197.12%) 2.67

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: cb16ad0 Previous: 58f1073 Ratio
Child logger creation 348651 ops/sec (±0.53%) 347600 ops/sec (±0.39%) 1.00
Logging a string on root logger 870994 ops/sec (±6.77%) 865453 ops/sec (±5.84%) 0.99
Logging an object on root logger 659184 ops/sec (±7.94%) 39684 ops/sec (±184.22%) 0.060201703924852544
Logging an object with a message on root logger 1763 ops/sec (±276.43%) 365713 ops/sec (±11.08%) 207.44
Logging an object with a redacted prop on root logger 458062 ops/sec (±12.46%) 503292 ops/sec (±6.56%) 1.10
Logging a nested 3-level object on root logger 323977 ops/sec (±7.18%) 22720 ops/sec (±183.09%) 0.07012843504322838

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: cb16ad0 Previous: 58f1073 Ratio
Logging an object with a message on root logger 1763 ops/sec (±276.43%) 365713 ops/sec (±11.08%) 207.44

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

Please sign in to comment.