Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.4.4 to 5.5.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.5.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.4.4...v5.5.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 Jul 6, 2024
1 parent ccb9e96 commit aba5ce9
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.4.4"
"typescript": "^5.5.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 @@ -5431,10 +5431,10 @@ typedoc@^0.25.13:
minimatch "^9.0.3"
shiki "^0.14.7"

"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.4.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

2 comments on commit aba5ce9

@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: aba5ce9 Previous: 58399b9 Ratio
eda-componentSetCreate-linux 184 ms 185 ms 0.99
eda-sourceToMdapi-linux 2321 ms 2047 ms 1.13
eda-sourceToZip-linux 1826 ms 1893 ms 0.96
eda-mdapiToSource-linux 2823 ms 2906 ms 0.97
lotsOfClasses-componentSetCreate-linux 513 ms 399 ms 1.29
lotsOfClasses-sourceToMdapi-linux 3645 ms 3944 ms 0.92
lotsOfClasses-sourceToZip-linux 3054 ms 3269 ms 0.93
lotsOfClasses-mdapiToSource-linux 3468 ms 3596 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 625 ms 628 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6533 ms 6682 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5845 ms 5949 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 6403 ms 6519 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: aba5ce9 Previous: 58399b9 Ratio
eda-componentSetCreate-win32 412 ms 452 ms 0.91
eda-sourceToMdapi-win32 4211 ms 3683 ms 1.14
eda-sourceToZip-win32 2902 ms 2911 ms 1.00
eda-mdapiToSource-win32 5985 ms 5912 ms 1.01
lotsOfClasses-componentSetCreate-win32 944 ms 935 ms 1.01
lotsOfClasses-sourceToMdapi-win32 8173 ms 7894 ms 1.04
lotsOfClasses-sourceToZip-win32 5074 ms 4998 ms 1.02
lotsOfClasses-mdapiToSource-win32 7777 ms 7925 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 1485 ms 1667 ms 0.89
lotsOfClassesOneDir-sourceToMdapi-win32 13481 ms 14321 ms 0.94
lotsOfClassesOneDir-sourceToZip-win32 8774 ms 9230 ms 0.95
lotsOfClassesOneDir-mdapiToSource-win32 13595 ms 13897 ms 0.98

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

Please sign in to comment.