Skip to content

Commit

Permalink
chore: core6
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 15, 2023
1 parent bf3993c commit 084c46b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 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": "^5.3.20",
"@salesforce/core": "^6.1.0",
"@salesforce/kit": "^3.0.15",
"@salesforce/ts-types": "^2.0.9",
"fast-levenshtein": "^3.0.0",
Expand Down
28 changes: 26 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,30 @@
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/core@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.0.tgz#8ed2775366d8b659efd27717bfb35fa0f223ba05"
integrity sha512-KyExbJAGnL87ExbiLkWGDGDGXXJSvANrdFsaEdSV3kTJNeCCcKw8GCtKlULMfNJieSB4VpfxNhKKVRht1SoMdg==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
"@salesforce/ts-types" "^2.0.9"
"@types/semver" "^7.5.4"
ajv "^8.12.0"
change-case "^4.1.2"
faye "^1.4.0"
form-data "^4.0.0"
js2xmlparser "^4.0.1"
jsforce "^2.0.0-beta.28"
jsonwebtoken "9.0.2"
jszip "3.10.1"
pino "^8.16.1"
pino-abstract-transport "^1.1.0"
pino-pretty "^10.2.3"
proper-lockfile "^4.1.2"
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/dev-config@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
Expand Down Expand Up @@ -4270,7 +4294,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

pino-abstract-transport@^1.0.0, [email protected]:
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
Expand Down Expand Up @@ -4303,7 +4327,7 @@ pino-std-serializers@^6.0.0:
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==

pino@^8.16.0:
pino@^8.16.0, pino@^8.16.1:
version "8.16.1"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9"
integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==
Expand Down

2 comments on commit 084c46b

@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: 084c46b Previous: bf3993c Ratio
eda-componentSetCreate-linux 225 ms 225 ms 1
eda-sourceToMdapi-linux 4550 ms 4995 ms 0.91
eda-sourceToZip-linux 3875 ms 4416 ms 0.88
eda-mdapiToSource-linux 2999 ms 3037 ms 0.99
lotsOfClasses-componentSetCreate-linux 365 ms 391 ms 0.93
lotsOfClasses-sourceToMdapi-linux 5754 ms 6247 ms 0.92
lotsOfClasses-sourceToZip-linux 4759 ms 5375 ms 0.89
lotsOfClasses-mdapiToSource-linux 3217 ms 3349 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 627 ms 647 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-linux 8300 ms 9664 ms 0.86
lotsOfClassesOneDir-sourceToZip-linux 7064 ms 7426 ms 0.95
lotsOfClassesOneDir-mdapiToSource-linux 5915 ms 5973 ms 0.99

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: 084c46b Previous: bf3993c Ratio
eda-componentSetCreate-win32 412 ms 474 ms 0.87
eda-sourceToMdapi-win32 7320 ms 6392 ms 1.15
eda-sourceToZip-win32 5476 ms 5736 ms 0.95
eda-mdapiToSource-win32 5718 ms 7317 ms 0.78
lotsOfClasses-componentSetCreate-win32 894 ms 941 ms 0.95
lotsOfClasses-sourceToMdapi-win32 10603 ms 11608 ms 0.91
lotsOfClasses-sourceToZip-win32 7885 ms 10084 ms 0.78
lotsOfClasses-mdapiToSource-win32 7294 ms 9010 ms 0.81
lotsOfClassesOneDir-componentSetCreate-win32 1487 ms 1682 ms 0.88
lotsOfClassesOneDir-sourceToMdapi-win32 16639 ms 18850 ms 0.88
lotsOfClassesOneDir-sourceToZip-win32 10824 ms 13239 ms 0.82
lotsOfClassesOneDir-mdapiToSource-win32 13575 ms 15935 ms 0.85

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

Please sign in to comment.