Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.4 to 5.7.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.7.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.7.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 Dec 8, 2024
1 parent bfd0ea0 commit 740b0fb
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 @@ -56,7 +56,7 @@
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"typescript": "^5.5.4"
"typescript": "^5.7.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 @@ -5650,10 +5650,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.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

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

2 comments on commit 740b0fb

@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: 740b0fb Previous: ce16b06 Ratio
eda-componentSetCreate-linux 208 ms 217 ms 0.96
eda-sourceToMdapi-linux 1909 ms 1922 ms 0.99
eda-sourceToZip-linux 1708 ms 1739 ms 0.98
eda-mdapiToSource-linux 2641 ms 2628 ms 1.00
lotsOfClasses-componentSetCreate-linux 418 ms 419 ms 1.00
lotsOfClasses-sourceToMdapi-linux 4152 ms 3471 ms 1.20
lotsOfClasses-sourceToZip-linux 2721 ms 2820 ms 0.96
lotsOfClasses-mdapiToSource-linux 3274 ms 3338 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 707 ms 723 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6002 ms 6061 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 4952 ms 4781 ms 1.04
lotsOfClassesOneDir-mdapiToSource-linux 5916 ms 5926 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: 740b0fb Previous: ce16b06 Ratio
eda-componentSetCreate-win32 684 ms 602 ms 1.14
eda-sourceToMdapi-win32 3967 ms 3681 ms 1.08
eda-sourceToZip-win32 3109 ms 2812 ms 1.11
eda-mdapiToSource-win32 5841 ms 5394 ms 1.08
lotsOfClasses-componentSetCreate-win32 1425 ms 1216 ms 1.17
lotsOfClasses-sourceToMdapi-win32 8201 ms 7543 ms 1.09
lotsOfClasses-sourceToZip-win32 5178 ms 5224 ms 0.99
lotsOfClasses-mdapiToSource-win32 8231 ms 7512 ms 1.10
lotsOfClassesOneDir-componentSetCreate-win32 2320 ms 2123 ms 1.09
lotsOfClassesOneDir-sourceToMdapi-win32 14426 ms 13516 ms 1.07
lotsOfClassesOneDir-sourceToZip-win32 8787 ms 8426 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 13439 ms 13559 ms 0.99

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

Please sign in to comment.