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] authored Oct 3, 2024
1 parent 1c92ea7 commit 0e5ffe8
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 @@ -88,7 +88,7 @@
"ts-morph": "^23.0.0",
"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 @@ -5569,10 +5569,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 0e5ffe8

@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: 0e5ffe8 Previous: 0575b4a Ratio
Child logger creation 477952 ops/sec (±0.84%) 500194 ops/sec (±1.00%) 1.05
Logging a string on root logger 906460 ops/sec (±9.76%) 1052909 ops/sec (±8.18%) 1.16
Logging an object on root logger 42060 ops/sec (±184.50%) 29341 ops/sec (±188.87%) 0.70
Logging an object with a message on root logger 450775 ops/sec (±6.82%) 476748 ops/sec (±7.19%) 1.06
Logging an object with a redacted prop on root logger 551557 ops/sec (±6.10%) 596256 ops/sec (±8.64%) 1.08
Logging a nested 3-level object on root logger 17376 ops/sec (±195.40%) 12576 ops/sec (±199.97%) 0.72

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: 0e5ffe8 Previous: 0575b4a Ratio
Child logger creation 339861 ops/sec (±1.03%) 349201 ops/sec (±0.53%) 1.03
Logging a string on root logger 901919 ops/sec (±5.75%) 866651 ops/sec (±8.73%) 0.96
Logging an object on root logger 630759 ops/sec (±8.76%) 41799 ops/sec (±183.58%) 0.06626778214817387
Logging an object with a message on root logger 12581 ops/sec (±189.16%) 382104 ops/sec (±5.05%) 30.37
Logging an object with a redacted prop on root logger 474492 ops/sec (±6.51%) 493808 ops/sec (±9.28%) 1.04
Logging a nested 3-level object on root logger 316533 ops/sec (±5.57%) 328161 ops/sec (±5.55%) 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.

⚠️ 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: 0e5ffe8 Previous: 0575b4a Ratio
Logging an object with a message on root logger 12581 ops/sec (±189.16%) 382104 ops/sec (±5.05%) 30.37

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

Please sign in to comment.