Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.4 to 5.6.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.6.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.6.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 Oct 6, 2024
1 parent 8119aca commit e0dbf77
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 @@ -54,7 +54,7 @@
"mocha-snap": "^5.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.5.4"
"typescript": "^5.6.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 @@ -5447,10 +5447,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.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==

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

2 comments on commit e0dbf77

@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: e0dbf77 Previous: 15cec1a Ratio
eda-componentSetCreate-linux 241 ms 237 ms 1.02
eda-sourceToMdapi-linux 2314 ms 2409 ms 0.96
eda-sourceToZip-linux 1956 ms 1913 ms 1.02
eda-mdapiToSource-linux 2897 ms 2915 ms 0.99
lotsOfClasses-componentSetCreate-linux 431 ms 475 ms 0.91
lotsOfClasses-sourceToMdapi-linux 4062 ms 3765 ms 1.08
lotsOfClasses-sourceToZip-linux 3298 ms 3209 ms 1.03
lotsOfClasses-mdapiToSource-linux 3738 ms 3660 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 763 ms 739 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6588 ms 6608 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5615 ms 5584 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6741 ms 6569 ms 1.03

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: e0dbf77 Previous: 15cec1a Ratio
eda-componentSetCreate-win32 614 ms 613 ms 1.00
eda-sourceToMdapi-win32 4230 ms 4381 ms 0.97
eda-sourceToZip-win32 2852 ms 2987 ms 0.95
eda-mdapiToSource-win32 5682 ms 5705 ms 1.00
lotsOfClasses-componentSetCreate-win32 1189 ms 1215 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7757 ms 7723 ms 1.00
lotsOfClasses-sourceToZip-win32 5046 ms 5057 ms 1.00
lotsOfClasses-mdapiToSource-win32 7471 ms 7740 ms 0.97
lotsOfClassesOneDir-componentSetCreate-win32 2180 ms 2113 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-win32 13924 ms 13792 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8938 ms 9285 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 13869 ms 14158 ms 0.98

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

Please sign in to comment.