Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.3.3 to 5.4.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 5ae6122 commit 56a4c93
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.3.3"
"typescript": "^5.4.2"
},
"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.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@^5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==

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

2 comments on commit 56a4c93

@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: 56a4c93 Previous: 4e96bf0 Ratio
Child logger creation 487041 ops/sec (±0.52%) 484642 ops/sec (±0.58%) 1.00
Logging a string on root logger 832830 ops/sec (±10.14%) 791644 ops/sec (±6.65%) 0.95
Logging an object on root logger 596127 ops/sec (±7.06%) 661918 ops/sec (±9.08%) 1.11
Logging an object with a message on root logger 4539 ops/sec (±220.25%) 4775 ops/sec (±219.89%) 1.05
Logging an object with a redacted prop on root logger 448147 ops/sec (±9.65%) 526385 ops/sec (±6.52%) 1.17
Logging a nested 3-level object on root logger 378248 ops/sec (±7.50%) 395187 ops/sec (±7.01%) 1.04

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: 56a4c93 Previous: 4e96bf0 Ratio
Child logger creation 346710 ops/sec (±0.29%) 347346 ops/sec (±0.49%) 1.00
Logging a string on root logger 827706 ops/sec (±8.33%) 836631 ops/sec (±9.23%) 1.01
Logging an object on root logger 636824 ops/sec (±7.20%) 637768 ops/sec (±4.82%) 1.00
Logging an object with a message on root logger 2967 ops/sec (±242.45%) 4431 ops/sec (±219.93%) 1.49
Logging an object with a redacted prop on root logger 423777 ops/sec (±13.23%) 485261 ops/sec (±6.53%) 1.15
Logging a nested 3-level object on root logger 337391 ops/sec (±5.08%) 335922 ops/sec (±5.85%) 1.00

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

Please sign in to comment.