Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.4 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.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.5.4...v5.6.2)

---
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] committed Sep 14, 2024
1 parent 69a8e83 commit df973a0
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 @@ -83,7 +83,7 @@
"benchmark": "^2.1.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"resolutions": {
"@jsforce/jsforce-node/node-fetch/whatwg-url": "^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5042,10 +5042,10 @@ typedoc@^0.25.13:
minimatch "^9.0.3"
shiki "^0.14.7"

"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==

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

3 comments on commit df973a0

@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: df973a0 Previous: dfe817d Ratio
Child logger creation 460346 ops/sec (±2.00%) 470224 ops/sec (±1.09%) 1.02
Logging a string on root logger 836196 ops/sec (±9.74%) 836111 ops/sec (±8.74%) 1.00
Logging an object on root logger 549786 ops/sec (±7.17%) 660803 ops/sec (±7.81%) 1.20
Logging an object with a message on root logger 4751 ops/sec (±215.33%) 21116 ops/sec (±185.45%) 4.44
Logging an object with a redacted prop on root logger 426650 ops/sec (±12.67%) 475414 ops/sec (±8.13%) 1.11
Logging a nested 3-level object on root logger 373663 ops/sec (±7.33%) 21983 ops/sec (±184.79%) 0.058831085764445505

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: df973a0 Previous: dfe817d Ratio
Logging an object with a message on root logger 4751 ops/sec (±215.33%) 21116 ops/sec (±185.45%) 4.44

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: df973a0 Previous: dfe817d Ratio
Child logger creation 329246 ops/sec (±0.78%) 349756 ops/sec (±0.47%) 1.06
Logging a string on root logger 816697 ops/sec (±6.06%) 830937 ops/sec (±2.83%) 1.02
Logging an object on root logger 576846 ops/sec (±5.54%) 610221 ops/sec (±8.71%) 1.06
Logging an object with a message on root logger 5667 ops/sec (±206.59%) 2198 ops/sec (±234.99%) 0.39
Logging an object with a redacted prop on root logger 475958 ops/sec (±11.87%) 459937 ops/sec (±10.68%) 0.97
Logging a nested 3-level object on root logger 340833 ops/sec (±4.81%) 339360 ops/sec (±5.36%) 1.00

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

Please sign in to comment.