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 Nov 23, 2024
1 parent b8f31ef commit 4b31051
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.2.1",
"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 @@ -5640,10 +5640,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 4b31051

@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: 4b31051 Previous: f211f44 Ratio
eda-componentSetCreate-linux 210 ms 215 ms 0.98
eda-sourceToMdapi-linux 1917 ms 1933 ms 0.99
eda-sourceToZip-linux 1706 ms 1728 ms 0.99
eda-mdapiToSource-linux 2602 ms 2601 ms 1.00
lotsOfClasses-componentSetCreate-linux 412 ms 409 ms 1.01
lotsOfClasses-sourceToMdapi-linux 3457 ms 3556 ms 0.97
lotsOfClasses-sourceToZip-linux 2731 ms 2742 ms 1.00
lotsOfClasses-mdapiToSource-linux 3274 ms 3266 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 719 ms 713 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6045 ms 6020 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 4769 ms 4845 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 5851 ms 5977 ms 0.98

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: 4b31051 Previous: f211f44 Ratio
eda-componentSetCreate-win32 670 ms 607 ms 1.10
eda-sourceToMdapi-win32 4103 ms 3669 ms 1.12
eda-sourceToZip-win32 3091 ms 2793 ms 1.11
eda-mdapiToSource-win32 5534 ms 5440 ms 1.02
lotsOfClasses-componentSetCreate-win32 1204 ms 1244 ms 0.97
lotsOfClasses-sourceToMdapi-win32 7753 ms 7513 ms 1.03
lotsOfClasses-sourceToZip-win32 4826 ms 4716 ms 1.02
lotsOfClasses-mdapiToSource-win32 7679 ms 7443 ms 1.03
lotsOfClassesOneDir-componentSetCreate-win32 2118 ms 2120 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13419 ms 13282 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8557 ms 8237 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 13724 ms 13658 ms 1.00

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

Please sign in to comment.