Skip to content

Commit

Permalink
fix(deps): bump @salesforce/core from 6.2.2 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 6.2.2 to 6.4.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@6.2.2...6.4.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 Dec 9, 2023
1 parent e7417e5 commit 709e135
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": "^6.2.2",
"@salesforce/core": "^6.4.0",
"@salesforce/kit": "^3.0.15",
"@salesforce/ts-types": "^2.0.9",
"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 @@ -565,10 +565,10 @@
semver "^7.5.4"
ts-retry-promise "^0.7.1"

"@salesforce/core@^6.2.2":
version "6.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2.tgz#c390c7c407e8916ad85a3e300d9d9e4fecfba207"
integrity sha512-R2ptk/+KSWDJOqdInxfzPTLF3V//vFtD4vQcjWIK9NaGCCq4ZwiF2gMpkBcKgDQneLUmva2NcmnzF3c51zQp5A==
"@salesforce/core@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
Expand Down

2 comments on commit 709e135

@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: 709e135 Previous: 0488925 Ratio
eda-componentSetCreate-linux 209 ms 210 ms 1.00
eda-sourceToMdapi-linux 4616 ms 4895 ms 0.94
eda-sourceToZip-linux 4229 ms 4712 ms 0.90
eda-mdapiToSource-linux 3102 ms 3156 ms 0.98
lotsOfClasses-componentSetCreate-linux 418 ms 380 ms 1.10
lotsOfClasses-sourceToMdapi-linux 6158 ms 6701 ms 0.92
lotsOfClasses-sourceToZip-linux 5393 ms 5700 ms 0.95
lotsOfClasses-mdapiToSource-linux 3385 ms 3314 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 620 ms 634 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 8904 ms 9160 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 7727 ms 8011 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6183 ms 5975 ms 1.03

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: 709e135 Previous: 0488925 Ratio
eda-componentSetCreate-win32 439 ms 394 ms 1.11
eda-sourceToMdapi-win32 6877 ms 6640 ms 1.04
eda-sourceToZip-win32 5896 ms 5872 ms 1.00
eda-mdapiToSource-win32 6475 ms 5875 ms 1.10
lotsOfClasses-componentSetCreate-win32 962 ms 856 ms 1.12
lotsOfClasses-sourceToMdapi-win32 11416 ms 10684 ms 1.07
lotsOfClasses-sourceToZip-win32 8296 ms 7723 ms 1.07
lotsOfClasses-mdapiToSource-win32 8087 ms 7402 ms 1.09
lotsOfClassesOneDir-componentSetCreate-win32 1652 ms 1507 ms 1.10
lotsOfClassesOneDir-sourceToMdapi-win32 16995 ms 17219 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 11299 ms 11185 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13567 ms 13488 ms 1.01

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

Please sign in to comment.