Skip to content

Commit

Permalink
chore(dev-deps): bump typescript from 5.5.3 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [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.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent c4eedfb commit da2291f
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.3"
"typescript": "^5.5.4"
},
"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 @@ -5412,10 +5412,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.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, 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==

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

2 comments on commit da2291f

@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: da2291f Previous: e6d262d Ratio
eda-componentSetCreate-linux 188 ms 192 ms 0.98
eda-sourceToMdapi-linux 2320 ms 2277 ms 1.02
eda-sourceToZip-linux 1782 ms 1854 ms 0.96
eda-mdapiToSource-linux 2770 ms 2907 ms 0.95
lotsOfClasses-componentSetCreate-linux 369 ms 380 ms 0.97
lotsOfClasses-sourceToMdapi-linux 3559 ms 3759 ms 0.95
lotsOfClasses-sourceToZip-linux 2999 ms 3209 ms 0.93
lotsOfClasses-mdapiToSource-linux 3411 ms 3569 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 632 ms 631 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6431 ms 6512 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5501 ms 5719 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6206 ms 6479 ms 0.96

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: da2291f Previous: e6d262d Ratio
eda-componentSetCreate-win32 427 ms 412 ms 1.04
eda-sourceToMdapi-win32 4491 ms 3994 ms 1.12
eda-sourceToZip-win32 2878 ms 2977 ms 0.97
eda-mdapiToSource-win32 6170 ms 5995 ms 1.03
lotsOfClasses-componentSetCreate-win32 949 ms 864 ms 1.10
lotsOfClasses-sourceToMdapi-win32 7627 ms 7331 ms 1.04
lotsOfClasses-sourceToZip-win32 4726 ms 4749 ms 1.00
lotsOfClasses-mdapiToSource-win32 7509 ms 7550 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1454 ms 1509 ms 0.96
lotsOfClassesOneDir-sourceToMdapi-win32 13234 ms 13261 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8681 ms 9305 ms 0.93
lotsOfClassesOneDir-mdapiToSource-win32 13478 ms 13586 ms 0.99

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

Please sign in to comment.