Skip to content

Commit

Permalink
chore: bump deps for xnuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 31, 2023
1 parent 2c89b6f commit 15b147f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"node": ">=16.0.0"
},
"dependencies": {
"@salesforce/core": "^5.3.10",
"@salesforce/kit": "^3.0.13",
"@salesforce/ts-types": "^2.0.7",
"@salesforce/core": "^5.3.16",
"@salesforce/kit": "^3.0.15",
"@salesforce/ts-types": "^2.0.9",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.3.2",
"got": "^11.8.6",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.3.14":
"@salesforce/core@^5.3.14", "@salesforce/core@^5.3.16":
version "5.3.16"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.16.tgz#93987b0bbe37b73146929ceab658b653215adbe6"
integrity sha512-Q5BOFPwACXe/ebwROzpacwPA/WSRfOM7W63exX4b0Gv2rQoMB2NZLxHBQP3FZ4eH4PMHvBB16IzmtNq8vSJktw==
Expand Down Expand Up @@ -665,7 +665,7 @@
sinon "^5.1.1"
tslib "^2.6.1"

"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
Expand Down

2 comments on commit 15b147f

@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: 15b147f Previous: 2c89b6f Ratio
eda-componentSetCreate-linux 386 ms 308 ms 1.25
eda-sourceToMdapi-linux 6411 ms 6539 ms 0.98
eda-sourceToZip-linux 6335 ms 6032 ms 1.05
eda-mdapiToSource-linux 5621 ms 4455 ms 1.26
lotsOfClasses-componentSetCreate-linux 668 ms 592 ms 1.13
lotsOfClasses-sourceToMdapi-linux 10680 ms 10113 ms 1.06
lotsOfClasses-sourceToZip-linux 7915 ms 8426 ms 0.94
lotsOfClasses-mdapiToSource-linux 7132 ms 5087 ms 1.40
lotsOfClassesOneDir-componentSetCreate-linux 1120 ms 986 ms 1.14
lotsOfClassesOneDir-sourceToMdapi-linux 14682 ms 12563 ms 1.17
lotsOfClassesOneDir-sourceToZip-linux 13114 ms 13321 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 11933 ms 8521 ms 1.40

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: 15b147f Previous: 2c89b6f Ratio
eda-componentSetCreate-win32 502 ms 547 ms 0.92
eda-sourceToMdapi-win32 7791 ms 7845 ms 0.99
eda-sourceToZip-win32 6137 ms 6591 ms 0.93
eda-mdapiToSource-win32 7575 ms 9047 ms 0.84
lotsOfClasses-componentSetCreate-win32 970 ms 1172 ms 0.83
lotsOfClasses-sourceToMdapi-win32 12459 ms 14659 ms 0.85
lotsOfClasses-sourceToZip-win32 8678 ms 9817 ms 0.88
lotsOfClasses-mdapiToSource-win32 8928 ms 10680 ms 0.84
lotsOfClassesOneDir-componentSetCreate-win32 1700 ms 2116 ms 0.80
lotsOfClassesOneDir-sourceToMdapi-win32 20581 ms 23847 ms 0.86
lotsOfClassesOneDir-sourceToZip-win32 14158 ms 15987 ms 0.89
lotsOfClassesOneDir-mdapiToSource-win32 16093 ms 19406 ms 0.83

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

Please sign in to comment.