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 Sep 21, 2024
1 parent 0bedbad commit 4c6ad38
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 @@ -54,7 +54,7 @@
"mocha-snap": "^5.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"scripts": {
"build": "wireit",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5447,10 +5447,10 @@ typedoc@^0.26.5:
shiki "^1.9.1"
yaml "^2.4.5"

"typescript@^4.6.4 || ^5.0.0", 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.0.0", typescript@^5.5.4, 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==

uc.micro@^2.0.0, uc.micro@^2.1.0:
version "2.1.0"
Expand Down

2 comments on commit 4c6ad38

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 4c6ad38 Previous: 407d425 Ratio
eda-componentSetCreate-linux 234 ms 236 ms 0.99
eda-sourceToMdapi-linux 2357 ms 2312 ms 1.02
eda-sourceToZip-linux 1870 ms 1867 ms 1.00
eda-mdapiToSource-linux 2912 ms 2949 ms 0.99
lotsOfClasses-componentSetCreate-linux 420 ms 409 ms 1.03
lotsOfClasses-sourceToMdapi-linux 3777 ms 3844 ms 0.98
lotsOfClasses-sourceToZip-linux 3180 ms 3272 ms 0.97
lotsOfClasses-mdapiToSource-linux 3627 ms 3639 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 772 ms 718 ms 1.08
lotsOfClassesOneDir-sourceToMdapi-linux 6872 ms 6660 ms 1.03
lotsOfClassesOneDir-sourceToZip-linux 6187 ms 5825 ms 1.06
lotsOfClassesOneDir-mdapiToSource-linux 6643 ms 6668 ms 1.00

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

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 4c6ad38 Previous: 407d425 Ratio
eda-componentSetCreate-win32 622 ms 660 ms 0.94
eda-sourceToMdapi-win32 4242 ms 4256 ms 1.00
eda-sourceToZip-win32 2930 ms 3001 ms 0.98
eda-mdapiToSource-win32 5739 ms 5893 ms 0.97
lotsOfClasses-componentSetCreate-win32 1229 ms 1208 ms 1.02
lotsOfClasses-sourceToMdapi-win32 8034 ms 8058 ms 1.00
lotsOfClasses-sourceToZip-win32 5097 ms 5438 ms 0.94
lotsOfClasses-mdapiToSource-win32 7684 ms 8184 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 2141 ms 2190 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13954 ms 14666 ms 0.95
lotsOfClassesOneDir-sourceToZip-win32 9262 ms 9236 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13992 ms 13858 ms 1.01

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

Please sign in to comment.