Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.2.2 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.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 Dec 24, 2023
1 parent 1c2dc34 commit 54e5ad0
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 @@ -58,7 +58,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.0.2",
"typescript": "^5.2.2"
"typescript": "^5.3.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 @@ -5630,10 +5630,10 @@ typedoc@^0.25.3:
minimatch "^9.0.3"
shiki "^0.14.1"

"typescript@^4.6.4 || ^5.0.0", typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
"typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

typescript@^4.9.5:
version "4.9.5"
Expand Down

2 comments on commit 54e5ad0

@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: 54e5ad0 Previous: d221d51 Ratio
eda-componentSetCreate-linux 217 ms 215 ms 1.01
eda-sourceToMdapi-linux 1958 ms 1991 ms 0.98
eda-sourceToZip-linux 1725 ms 1604 ms 1.08
eda-mdapiToSource-linux 2927 ms 2961 ms 0.99
lotsOfClasses-componentSetCreate-linux 432 ms 380 ms 1.14
lotsOfClasses-sourceToMdapi-linux 3573 ms 3453 ms 1.03
lotsOfClasses-sourceToZip-linux 2768 ms 2725 ms 1.02
lotsOfClasses-mdapiToSource-linux 3305 ms 3371 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 642 ms 617 ms 1.04
lotsOfClassesOneDir-sourceToMdapi-linux 6235 ms 6084 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5002 ms 4877 ms 1.03
lotsOfClassesOneDir-mdapiToSource-linux 5962 ms 6012 ms 0.99

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: 54e5ad0 Previous: d221d51 Ratio
eda-componentSetCreate-win32 458 ms 427 ms 1.07
eda-sourceToMdapi-win32 3876 ms 3532 ms 1.10
eda-sourceToZip-win32 2834 ms 2616 ms 1.08
eda-mdapiToSource-win32 6607 ms 5862 ms 1.13
lotsOfClasses-componentSetCreate-win32 958 ms 897 ms 1.07
lotsOfClasses-sourceToMdapi-win32 8160 ms 7686 ms 1.06
lotsOfClasses-sourceToZip-win32 4961 ms 4592 ms 1.08
lotsOfClasses-mdapiToSource-win32 8050 ms 7526 ms 1.07
lotsOfClassesOneDir-componentSetCreate-win32 1675 ms 1513 ms 1.11
lotsOfClassesOneDir-sourceToMdapi-win32 15051 ms 13894 ms 1.08
lotsOfClassesOneDir-sourceToZip-win32 8968 ms 8789 ms 1.02
lotsOfClassesOneDir-mdapiToSource-win32 13463 ms 13515 ms 1.00

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

Please sign in to comment.