Skip to content

Commit

Permalink
fix(deps): bump @salesforce/core from 8.6.4 to 8.8.0
Browse files Browse the repository at this point in the history
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 8.6.4 to 8.8.0.
- [Release notes](https://github.com/forcedotcom/sfdx-core/releases)
- [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/sfdx-core@8.6.4...8.8.0)

---
updated-dependencies:
- dependency-name: "@salesforce/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 8669889 commit 7b0327d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.2",
"@salesforce/core": "^8.8.0",
"@salesforce/kit": "^3.2.2",
"@salesforce/ts-types": "^2.0.12",
"fast-levenshtein": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4":
version "8.6.4"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
"@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
version "8.8.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
dependencies:
"@jsforce/jsforce-node" "^3.6.1"
"@salesforce/kit" "^3.2.2"
Expand Down

2 comments on commit 7b0327d

@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: 7b0327d Previous: b4eebe8 Ratio
eda-componentSetCreate-linux 203 ms 211 ms 0.96
eda-sourceToMdapi-linux 1872 ms 1913 ms 0.98
eda-sourceToZip-linux 1622 ms 1719 ms 0.94
eda-mdapiToSource-linux 2545 ms 2612 ms 0.97
lotsOfClasses-componentSetCreate-linux 410 ms 473 ms 0.87
lotsOfClasses-sourceToMdapi-linux 3360 ms 3422 ms 0.98
lotsOfClasses-sourceToZip-linux 2703 ms 2844 ms 0.95
lotsOfClasses-mdapiToSource-linux 3314 ms 3317 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 687 ms 733 ms 0.94
lotsOfClassesOneDir-sourceToMdapi-linux 5810 ms 6067 ms 0.96
lotsOfClassesOneDir-sourceToZip-linux 4522 ms 4871 ms 0.93
lotsOfClassesOneDir-mdapiToSource-linux 5694 ms 5915 ms 0.96

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: 7b0327d Previous: b4eebe8 Ratio
eda-componentSetCreate-win32 672 ms 606 ms 1.11
eda-sourceToMdapi-win32 3956 ms 3758 ms 1.05
eda-sourceToZip-win32 3053 ms 2880 ms 1.06
eda-mdapiToSource-win32 5931 ms 5641 ms 1.05
lotsOfClasses-componentSetCreate-win32 1325 ms 1257 ms 1.05
lotsOfClasses-sourceToMdapi-win32 8183 ms 7735 ms 1.06
lotsOfClasses-sourceToZip-win32 5076 ms 4973 ms 1.02
lotsOfClasses-mdapiToSource-win32 7851 ms 7778 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 2111 ms 2180 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-win32 13342 ms 13866 ms 0.96
lotsOfClassesOneDir-sourceToZip-win32 8356 ms 8692 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 13552 ms 14040 ms 0.97

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

Please sign in to comment.