Skip to content

Commit

Permalink
chore: bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 3, 2023
1 parent 80b8c7e commit 3c4dff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@salesforce/core": "^3.34.8",
"@salesforce/core": "^3.36.0",
"@salesforce/kit": "^1.9.2",
"@salesforce/ts-types": "^1.7.2",
"archiver": "^5.3.1",
Expand All @@ -47,6 +47,7 @@
"@salesforce/ts-sinon": "^1.4.6",
"@types/archiver": "^5.3.1",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/graceful-fs": "^4.1.6",
"@types/mime": "2.0.3",
"@types/minimatch": "^5.1.2",
"@types/proxy-from-env": "^1.0.1",
Expand Down Expand Up @@ -187,4 +188,4 @@
"output": []
}
}
}
}
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,24 +890,22 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/core@^3.34.6", "@salesforce/core@^3.34.8":
version "3.34.8"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.8.tgz#01d74a6548ca395502ad61fe6e6e0ddc83f2ad01"
integrity sha512-2BpnyHMzN7NOg/nXEQNxpditMfQ9oKD30wC1IpTbSeS5JxZYYCAdDZkL0CfbtUceJwj/E3/x6oldiW2zQugrVg==
"@salesforce/core@^3.34.6", "@salesforce/core@^3.36.0":
version "3.36.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.36.0.tgz#cbff147d888eee0b921e368c1fdc1a1a3c2eacab"
integrity sha512-LOeSJgozf5B1S8C98/K3afewRsathfEm+HrXxaFXJjITFfIhxqcIDB5xC1cw0VikfRUlq7dQocmVsvezcK0Ghw==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.9.2"
"@salesforce/schemas" "^1.5.1"
"@salesforce/ts-types" "^1.7.2"
"@types/graceful-fs" "^4.1.6"
"@types/semver" "^7.3.13"
ajv "^8.12.0"
archiver "^5.3.0"
change-case "^4.1.2"
debug "^3.2.7"
faye "^1.4.0"
form-data "^4.0.0"
graceful-fs "^4.2.11"
js2xmlparser "^4.0.1"
jsforce "^2.0.0-beta.21"
jsonwebtoken "9.0.0"
Expand Down

2 comments on commit 3c4dff8

@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: 3c4dff8 Previous: 80b8c7e Ratio
eda-componentSetCreate-linux 334 ms 222 ms 1.50
eda-sourceToMdapi-linux 7389 ms 6410 ms 1.15
eda-sourceToZip-linux 6251 ms 4610 ms 1.36
eda-mdapiToSource-linux 5902 ms 4224 ms 1.40
lotsOfClasses-componentSetCreate-linux 693 ms 449 ms 1.54
lotsOfClasses-sourceToMdapi-linux 11793 ms 8129 ms 1.45
lotsOfClasses-sourceToZip-linux 8651 ms 6884 ms 1.26
lotsOfClasses-mdapiToSource-linux 7179 ms 4962 ms 1.45
lotsOfClassesOneDir-componentSetCreate-linux 1096 ms 785 ms 1.40
lotsOfClassesOneDir-sourceToMdapi-linux 17378 ms 11758 ms 1.48
lotsOfClassesOneDir-sourceToZip-linux 13416 ms 10258 ms 1.31
lotsOfClassesOneDir-mdapiToSource-linux 13070 ms 8736 ms 1.50

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: 3c4dff8 Previous: 80b8c7e Ratio
eda-componentSetCreate-win32 678 ms 490 ms 1.38
eda-sourceToMdapi-win32 12153 ms 9666 ms 1.26
eda-sourceToZip-win32 7779 ms 6503 ms 1.20
eda-mdapiToSource-win32 11653 ms 10189 ms 1.14
lotsOfClasses-componentSetCreate-win32 1534 ms 1040 ms 1.48
lotsOfClasses-sourceToMdapi-win32 15807 ms 13133 ms 1.20
lotsOfClasses-sourceToZip-win32 11174 ms 9654 ms 1.16
lotsOfClasses-mdapiToSource-win32 13776 ms 12134 ms 1.14
lotsOfClassesOneDir-componentSetCreate-win32 2775 ms 1940 ms 1.43
lotsOfClassesOneDir-sourceToMdapi-win32 27913 ms 23534 ms 1.19
lotsOfClassesOneDir-sourceToZip-win32 17957 ms 16018 ms 1.12
lotsOfClassesOneDir-mdapiToSource-win32 25267 ms 22222 ms 1.14

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

Please sign in to comment.