Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2024
1 parent e6c2de9 commit d44e0fe
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.4.2"
"typescript": "^5.4.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 @@ -4874,10 +4874,10 @@ typescript@^4.6.4, typescript@^4.9.5:
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

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==
typescript@^5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==

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

2 comments on commit d44e0fe

@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: d44e0fe Previous: 1d211dc Ratio
Child logger creation 471796 ops/sec (±0.65%) 469548 ops/sec (±2.47%) 1.00
Logging a string on root logger 815001 ops/sec (±7.16%) 785087 ops/sec (±7.57%) 0.96
Logging an object on root logger 621576 ops/sec (±5.65%) 580032 ops/sec (±8.20%) 0.93
Logging an object with a message on root logger 9931 ops/sec (±201.65%) 8480 ops/sec (±205.12%) 0.85
Logging an object with a redacted prop on root logger 412275 ops/sec (±13.00%) 473275 ops/sec (±7.34%) 1.15
Logging a nested 3-level object on root logger 360896 ops/sec (±7.55%) 365557 ops/sec (±8.83%) 1.01

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: d44e0fe Previous: 1d211dc Ratio
Child logger creation 342611 ops/sec (±0.56%) 341327 ops/sec (±0.48%) 1.00
Logging a string on root logger 851480 ops/sec (±11.89%) 804236 ops/sec (±5.99%) 0.94
Logging an object on root logger 584927 ops/sec (±7.25%) 625554 ops/sec (±4.42%) 1.07
Logging an object with a message on root logger 5387 ops/sec (±208.54%) 6122 ops/sec (±206.53%) 1.14
Logging an object with a redacted prop on root logger 476731 ops/sec (±6.94%) 441075 ops/sec (±9.65%) 0.93
Logging a nested 3-level object on root logger 313918 ops/sec (±5.27%) 318944 ops/sec (±6.36%) 1.02

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

Please sign in to comment.