Skip to content

Commit

Permalink
chore: core bump for nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 5, 2023
1 parent 0f48ae5 commit c970821
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 c970821

@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: c970821 Previous: 34b9c01 Ratio
eda-componentSetCreate-linux 340 ms 211 ms 1.61
eda-sourceToMdapi-linux 7157 ms 5112 ms 1.40
eda-sourceToZip-linux 5342 ms 4445 ms 1.20
eda-mdapiToSource-linux 4523 ms 3910 ms 1.16
lotsOfClasses-componentSetCreate-linux 442 ms 409 ms 1.08
lotsOfClasses-sourceToMdapi-linux 9973 ms 7233 ms 1.38
lotsOfClasses-sourceToZip-linux 7761 ms 11346 ms 0.68
lotsOfClasses-mdapiToSource-linux 4998 ms 4148 ms 1.20
lotsOfClassesOneDir-componentSetCreate-linux 753 ms 698 ms 1.08
lotsOfClassesOneDir-sourceToMdapi-linux 13223 ms 10719 ms 1.23
lotsOfClassesOneDir-sourceToZip-linux 11782 ms 9097 ms 1.30
lotsOfClassesOneDir-mdapiToSource-linux 9316 ms 7335 ms 1.27

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: c970821 Previous: 0f48ae5 Ratio
eda-componentSetCreate-win32 394 ms 398 ms 0.99
eda-sourceToMdapi-win32 7782 ms 8448 ms 0.92
eda-sourceToZip-win32 6038 ms 7687 ms 0.79
eda-mdapiToSource-win32 7930 ms 8091 ms 0.98
lotsOfClasses-componentSetCreate-win32 826 ms 838 ms 0.99
lotsOfClasses-sourceToMdapi-win32 11877 ms 12074 ms 0.98
lotsOfClasses-sourceToZip-win32 7887 ms 8500 ms 0.93
lotsOfClasses-mdapiToSource-win32 9481 ms 9474 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 1536 ms 1533 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 19056 ms 19105 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 12816 ms 13898 ms 0.92
lotsOfClassesOneDir-mdapiToSource-win32 16921 ms 16920 ms 1.00

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

Please sign in to comment.