Skip to content

Commit

Permalink
chore: bump core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Sep 4, 2024
1 parent ca4c67a commit 12b5904
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@salesforce/core": "^8.5.2",
"@salesforce/core": "^8.5.4",
"@salesforce/kit": "^3.2.2",
"@salesforce/ts-types": "^2.0.12",
"fast-levenshtein": "^3.0.0",
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.2":
"@salesforce/core@^8.4.0":
version "8.5.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.2.tgz#bd5e40c33aa3ecec2352d9022e1e5f926492d025"
integrity sha512-Fp5JcquGU3a+DapBEw7a1gdqLlP4LMlM9avZNWzyvLOX0gylqf6HLRL5fTdb6hhKFKEY6Z4Ej6gsKi7DxOU2Cg==
Expand All @@ -547,6 +547,30 @@
semver "^7.6.3"
ts-retry-promise "^0.8.1"

"@salesforce/core@^8.5.4":
version "8.5.4"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.4.tgz#1cdd669462d2c2859b72135d1138a1b790b1fbcc"
integrity sha512-dO8tzFxq811qNPeKPPO2OA2KPYW5rO0YRinW/+7zmRJW3EtNpe93dsQVGwBSAAYrSbYeBwiKdliNqNTN7tKJ0A==
dependencies:
"@jsforce/jsforce-node" "^3.4.1"
"@salesforce/kit" "^3.2.2"
"@salesforce/schemas" "^1.9.0"
"@salesforce/ts-types" "^2.0.10"
ajv "^8.17.1"
change-case "^4.1.2"
fast-levenshtein "^3.0.0"
faye "^1.4.0"
form-data "^4.0.0"
js2xmlparser "^4.0.1"
jsonwebtoken "9.0.2"
jszip "3.10.1"
pino "^9.3.2"
pino-abstract-transport "^1.2.0"
pino-pretty "^11.2.2"
proper-lockfile "^4.1.2"
semver "^7.6.3"
ts-retry-promise "^0.8.1"

"@salesforce/dev-config@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
Expand Down

2 comments on commit 12b5904

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 12b5904 Previous: ca4c67a Ratio
eda-componentSetCreate-linux 234 ms 232 ms 1.01
eda-sourceToMdapi-linux 2359 ms 2327 ms 1.01
eda-sourceToZip-linux 1864 ms 1970 ms 0.95
eda-mdapiToSource-linux 2949 ms 2977 ms 0.99
lotsOfClasses-componentSetCreate-linux 421 ms 443 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3712 ms 3859 ms 0.96
lotsOfClasses-sourceToZip-linux 3098 ms 3242 ms 0.96
lotsOfClasses-mdapiToSource-linux 3541 ms 3621 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 758 ms 741 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6432 ms 6518 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5574 ms 5804 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6448 ms 6606 ms 0.98

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 12b5904 Previous: ca4c67a Ratio
eda-componentSetCreate-win32 659 ms 725 ms 0.91
eda-sourceToMdapi-win32 4428 ms 4540 ms 0.98
eda-sourceToZip-win32 3005 ms 3200 ms 0.94
eda-mdapiToSource-win32 5583 ms 5795 ms 0.96
lotsOfClasses-componentSetCreate-win32 1195 ms 1210 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7762 ms 7684 ms 1.01
lotsOfClasses-sourceToZip-win32 5046 ms 5043 ms 1.00
lotsOfClasses-mdapiToSource-win32 7882 ms 7951 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2147 ms 2078 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-win32 13901 ms 13694 ms 1.02
lotsOfClassesOneDir-sourceToZip-win32 9365 ms 9148 ms 1.02
lotsOfClassesOneDir-mdapiToSource-win32 14085 ms 14120 ms 1.00

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

Please sign in to comment.