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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 6a7de13 commit 44019cf
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 @@ -5641,10 +5641,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 44019cf

@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: 44019cf Previous: 151e7ce Ratio
eda-componentSetCreate-linux 241 ms 241 ms 1
eda-sourceToMdapi-linux 2342 ms 2260 ms 1.04
eda-sourceToZip-linux 1827 ms 1948 ms 0.94
eda-mdapiToSource-linux 2864 ms 2848 ms 1.01
lotsOfClasses-componentSetCreate-linux 434 ms 429 ms 1.01
lotsOfClasses-sourceToMdapi-linux 4038 ms 3563 ms 1.13
lotsOfClasses-sourceToZip-linux 3081 ms 3078 ms 1.00
lotsOfClasses-mdapiToSource-linux 3655 ms 3472 ms 1.05
lotsOfClassesOneDir-componentSetCreate-linux 747 ms 733 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6374 ms 6349 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5506 ms 5411 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6448 ms 6392 ms 1.01

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: 44019cf Previous: 151e7ce Ratio
eda-componentSetCreate-win32 607 ms 677 ms 0.90
eda-sourceToMdapi-win32 4320 ms 4747 ms 0.91
eda-sourceToZip-win32 2800 ms 3152 ms 0.89
eda-mdapiToSource-win32 5674 ms 6280 ms 0.90
lotsOfClasses-componentSetCreate-win32 1214 ms 1301 ms 0.93
lotsOfClasses-sourceToMdapi-win32 7705 ms 8351 ms 0.92
lotsOfClasses-sourceToZip-win32 5036 ms 5469 ms 0.92
lotsOfClasses-mdapiToSource-win32 7781 ms 7789 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 2082 ms 2116 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 14265 ms 13603 ms 1.05
lotsOfClassesOneDir-sourceToZip-win32 9303 ms 9202 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 14238 ms 14017 ms 1.02

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

Please sign in to comment.