Skip to content

Commit

Permalink
chore(dev-deps): bump @types/shelljs from 0.8.13 to 0.8.14
Browse files Browse the repository at this point in the history
Bumps [@types/shelljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shelljs) from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/shelljs)

---
updated-dependencies:
- dependency-name: "@types/shelljs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent 0b94b0e commit 55f6131
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 @@ -51,7 +51,7 @@
"@types/mime": "2.0.3",
"@types/minimatch": "^5.1.2",
"@types/proxy-from-env": "^1.0.2",
"@types/shelljs": "^0.8.13",
"@types/shelljs": "^0.8.14",
"@types/unzipper": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==

"@types/shelljs@^0.8.13":
version "0.8.13"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.13.tgz#a94bf7f2b82b7cd9f4496bbe063c3adb0868a650"
integrity sha512-++uMLOQSLlse1kCfEOwhgmHuaABZwinkylmUKCpvcEGZUov3TtM+gJZloSkW/W+9pEAEg/VBOwiSR05oqJsa5A==
"@types/shelljs@^0.8.13", "@types/shelljs@^0.8.14":
version "0.8.14"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.14.tgz#87b8817b2397ffe97b86a4d844036ee0d2a1f0ca"
integrity sha512-eqKaGPi60riuxI9pUVeCT02EGo94Y6HT119h7w5bXSELsis6+JqzdEy6H/w2xXl881wcN3VDnb/D0WlgSety5w==
dependencies:
"@types/glob" "~7.2.0"
"@types/node" "*"
Expand Down

2 comments on commit 55f6131

@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: 55f6131 Previous: c47ad10 Ratio
eda-componentSetCreate-linux 268 ms 365 ms 0.73
eda-sourceToMdapi-linux 6805 ms 7894 ms 0.86
eda-sourceToZip-linux 5483 ms 6908 ms 0.79
eda-mdapiToSource-linux 4227 ms 5307 ms 0.80
lotsOfClasses-componentSetCreate-linux 714 ms 824 ms 0.87
lotsOfClasses-sourceToMdapi-linux 9458 ms 9949 ms 0.95
lotsOfClasses-sourceToZip-linux 7841 ms 9381 ms 0.84
lotsOfClasses-mdapiToSource-linux 5036 ms 6455 ms 0.78
lotsOfClassesOneDir-componentSetCreate-linux 910 ms 1105 ms 0.82
lotsOfClassesOneDir-sourceToMdapi-linux 13341 ms 16427 ms 0.81
lotsOfClassesOneDir-sourceToZip-linux 12770 ms 16244 ms 0.79
lotsOfClassesOneDir-mdapiToSource-linux 8919 ms 11219 ms 0.79

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: 55f6131 Previous: c47ad10 Ratio
eda-componentSetCreate-win32 702 ms 860 ms 0.82
eda-sourceToMdapi-win32 10343 ms 11683 ms 0.89
eda-sourceToZip-win32 6839 ms 7515 ms 0.91
eda-mdapiToSource-win32 10086 ms 11930 ms 0.85
lotsOfClasses-componentSetCreate-win32 1584 ms 1933 ms 0.82
lotsOfClasses-sourceToMdapi-win32 17714 ms 21466 ms 0.83
lotsOfClasses-sourceToZip-win32 9621 ms 11996 ms 0.80
lotsOfClasses-mdapiToSource-win32 12328 ms 14990 ms 0.82
lotsOfClassesOneDir-componentSetCreate-win32 2724 ms 3281 ms 0.83
lotsOfClassesOneDir-sourceToMdapi-win32 27902 ms 33659 ms 0.83
lotsOfClassesOneDir-sourceToZip-win32 16242 ms 19668 ms 0.83
lotsOfClassesOneDir-mdapiToSource-win32 22209 ms 27500 ms 0.81

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

Please sign in to comment.