Skip to content

Commit

Permalink
fix(deps): bump @salesforce/core from 8.2.8 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 8.2.8 to 8.3.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.2.8...8.3.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 Aug 10, 2024
1 parent dbcad9c commit e82ff54
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.2.8",
"@salesforce/core": "^8.3.0",
"@salesforce/kit": "^3.1.6",
"@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 @@ -523,10 +523,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.8":
version "8.2.8"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.8.tgz#1e93ddd8b9f348f1e20547de4cdff30062520fd9"
integrity sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0":
version "8.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.3.0.tgz#b61fb6c0c0dec5664ce12ba62ebe35136ae33878"
integrity sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==
dependencies:
"@jsforce/jsforce-node" "^3.4.0"
"@salesforce/kit" "^3.1.6"
Expand Down

2 comments on commit e82ff54

@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: e82ff54 Previous: 71bfe9a Ratio
eda-componentSetCreate-linux 237 ms 227 ms 1.04
eda-sourceToMdapi-linux 2351 ms 2359 ms 1.00
eda-sourceToZip-linux 1881 ms 1915 ms 0.98
eda-mdapiToSource-linux 2867 ms 2898 ms 0.99
lotsOfClasses-componentSetCreate-linux 414 ms 437 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3747 ms 3654 ms 1.03
lotsOfClasses-sourceToZip-linux 3087 ms 3173 ms 0.97
lotsOfClasses-mdapiToSource-linux 3567 ms 3552 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 747 ms 754 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6485 ms 6470 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5603 ms 5634 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 6436 ms 6463 ms 1.00

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: e82ff54 Previous: 71bfe9a Ratio
eda-componentSetCreate-win32 688 ms 668 ms 1.03
eda-sourceToMdapi-win32 4609 ms 4547 ms 1.01
eda-sourceToZip-win32 3117 ms 3103 ms 1.00
eda-mdapiToSource-win32 6273 ms 5984 ms 1.05
lotsOfClasses-componentSetCreate-win32 1270 ms 1279 ms 0.99
lotsOfClasses-sourceToMdapi-win32 8332 ms 8031 ms 1.04
lotsOfClasses-sourceToZip-win32 5472 ms 5312 ms 1.03
lotsOfClasses-mdapiToSource-win32 8371 ms 8284 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 2277 ms 2133 ms 1.07
lotsOfClassesOneDir-sourceToMdapi-win32 14888 ms 13748 ms 1.08
lotsOfClassesOneDir-sourceToZip-win32 9802 ms 9076 ms 1.08
lotsOfClassesOneDir-mdapiToSource-win32 15249 ms 14026 ms 1.09

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

Please sign in to comment.