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 Jun 28, 2024
1 parent 3a1ca98 commit c7b21ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.0.3",
"@salesforce/core": "^8.1.0",
"@salesforce/kit": "^3.1.6",
"@salesforce/ts-types": "^2.0.10",
"fast-levenshtein": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@jsforce/jsforce-node@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
"@jsforce/jsforce-node@^3.2.0", "@jsforce/jsforce-node@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.1.tgz#00fab05919e0cbe91ae4d873377e56cfbc087b98"
integrity sha512-hjmZQbYVikm6ATmaErOp5NaKR2VofNZsrcGGHrdbGA+bAgpfg/+MA/HzRTb8BvYyPDq3RRc5A8Yk8gx9Vtcrxg==
dependencies:
"@sindresorhus/is" "^4"
"@types/node" "^18.15.3"
Expand Down Expand Up @@ -564,12 +564,12 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^8.0.3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.3.tgz#8b25ce46100baef0a8e731b42d373edf508ab144"
integrity sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA==
"@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.0.tgz#8ee25acdacf9d70a6249907a2fe3503461f18766"
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==
dependencies:
"@jsforce/jsforce-node" "^3.2.0"
"@jsforce/jsforce-node" "^3.2.1"
"@salesforce/kit" "^3.1.6"
"@salesforce/schemas" "^1.9.0"
"@salesforce/ts-types" "^2.0.10"
Expand Down

2 comments on commit c7b21ff

@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: c7b21ff Previous: 49da4dd Ratio
eda-componentSetCreate-linux 188 ms 190 ms 0.99
eda-sourceToMdapi-linux 2055 ms 2013 ms 1.02
eda-sourceToZip-linux 1898 ms 1827 ms 1.04
eda-mdapiToSource-linux 2930 ms 2828 ms 1.04
lotsOfClasses-componentSetCreate-linux 382 ms 432 ms 0.88
lotsOfClasses-sourceToMdapi-linux 4015 ms 3702 ms 1.08
lotsOfClasses-sourceToZip-linux 3269 ms 3076 ms 1.06
lotsOfClasses-mdapiToSource-linux 3698 ms 3507 ms 1.05
lotsOfClassesOneDir-componentSetCreate-linux 647 ms 622 ms 1.04
lotsOfClassesOneDir-sourceToMdapi-linux 6890 ms 6509 ms 1.06
lotsOfClassesOneDir-sourceToZip-linux 6107 ms 5602 ms 1.09
lotsOfClassesOneDir-mdapiToSource-linux 6683 ms 6330 ms 1.06

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: c7b21ff Previous: 49da4dd Ratio
eda-componentSetCreate-win32 409 ms 412 ms 0.99
eda-sourceToMdapi-win32 3680 ms 3777 ms 0.97
eda-sourceToZip-win32 2877 ms 2935 ms 0.98
eda-mdapiToSource-win32 5825 ms 6162 ms 0.95
lotsOfClasses-componentSetCreate-win32 878 ms 939 ms 0.94
lotsOfClasses-sourceToMdapi-win32 7317 ms 7400 ms 0.99
lotsOfClasses-sourceToZip-win32 4679 ms 4673 ms 1.00
lotsOfClasses-mdapiToSource-win32 7473 ms 7469 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 1473 ms 1483 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13354 ms 13327 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8494 ms 8378 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13439 ms 13426 ms 1.00

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

Please sign in to comment.