Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.4 to 5.6.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.6.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.6.3)

---
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 1, 2024
1 parent 9fe0dc4 commit e952b87
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.6.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 @@ -5657,10 +5657,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.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

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

2 comments on commit e952b87

@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: e952b87 Previous: 20e422f Ratio
eda-componentSetCreate-linux 230 ms 234 ms 0.98
eda-sourceToMdapi-linux 2383 ms 2363 ms 1.01
eda-sourceToZip-linux 1892 ms 1878 ms 1.01
eda-mdapiToSource-linux 2843 ms 3031 ms 0.94
lotsOfClasses-componentSetCreate-linux 421 ms 446 ms 0.94
lotsOfClasses-sourceToMdapi-linux 3667 ms 4352 ms 0.84
lotsOfClasses-sourceToZip-linux 3072 ms 3264 ms 0.94
lotsOfClasses-mdapiToSource-linux 3620 ms 3671 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 831 ms 779 ms 1.07
lotsOfClassesOneDir-sourceToMdapi-linux 6696 ms 6697 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5553 ms 5957 ms 0.93
lotsOfClassesOneDir-mdapiToSource-linux 6679 ms 6673 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: e952b87 Previous: 20e422f Ratio
eda-componentSetCreate-win32 676 ms 683 ms 0.99
eda-sourceToMdapi-win32 4622 ms 4413 ms 1.05
eda-sourceToZip-win32 3087 ms 2867 ms 1.08
eda-mdapiToSource-win32 5933 ms 5577 ms 1.06
lotsOfClasses-componentSetCreate-win32 1279 ms 1170 ms 1.09
lotsOfClasses-sourceToMdapi-win32 8493 ms 7598 ms 1.12
lotsOfClasses-sourceToZip-win32 5352 ms 4951 ms 1.08
lotsOfClasses-mdapiToSource-win32 7517 ms 7650 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 2042 ms 2069 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13639 ms 13652 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8981 ms 9412 ms 0.95
lotsOfClassesOneDir-mdapiToSource-win32 13969 ms 14171 ms 0.99

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

Please sign in to comment.