Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.4 to 5.7.3
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.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.5.4...v5.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent 6639250 commit 40af18e
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.3"
},
"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 @@ -5656,10 +5656,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.3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

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

2 comments on commit 40af18e

@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: 40af18e Previous: 812668d Ratio
eda-componentSetCreate-linux 225 ms 229 ms 0.98
eda-sourceToMdapi-linux 2057 ms 2072 ms 0.99
eda-sourceToZip-linux 1920 ms 1916 ms 1.00
eda-mdapiToSource-linux 2675 ms 2826 ms 0.95
lotsOfClasses-componentSetCreate-linux 472 ms 436 ms 1.08
lotsOfClasses-sourceToMdapi-linux 3637 ms 3758 ms 0.97
lotsOfClasses-sourceToZip-linux 2900 ms 3214 ms 0.90
lotsOfClasses-mdapiToSource-linux 3465 ms 3608 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 839 ms 784 ms 1.07
lotsOfClassesOneDir-sourceToMdapi-linux 6362 ms 6610 ms 0.96
lotsOfClassesOneDir-sourceToZip-linux 5190 ms 5876 ms 0.88
lotsOfClassesOneDir-mdapiToSource-linux 6279 ms 6653 ms 0.94

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: 40af18e Previous: 812668d Ratio
eda-componentSetCreate-win32 716 ms 655 ms 1.09
eda-sourceToMdapi-win32 4192 ms 3899 ms 1.08
eda-sourceToZip-win32 3259 ms 2990 ms 1.09
eda-mdapiToSource-win32 5914 ms 5828 ms 1.01
lotsOfClasses-componentSetCreate-win32 1381 ms 1295 ms 1.07
lotsOfClasses-sourceToMdapi-win32 8117 ms 7857 ms 1.03
lotsOfClasses-sourceToZip-win32 5037 ms 4647 ms 1.08
lotsOfClasses-mdapiToSource-win32 7985 ms 7454 ms 1.07
lotsOfClassesOneDir-componentSetCreate-win32 2444 ms 2113 ms 1.16
lotsOfClassesOneDir-sourceToMdapi-win32 14548 ms 13369 ms 1.09
lotsOfClassesOneDir-sourceToZip-win32 9238 ms 8442 ms 1.09
lotsOfClassesOneDir-mdapiToSource-win32 14650 ms 13504 ms 1.08

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

Please sign in to comment.