Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 5ec51d4 commit 32989c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": ">=16.0.0"
},
"dependencies": {
"@salesforce/core": "^5.2.0",
"@salesforce/core": "^5.2.1",
"@salesforce/kit": "^3.0.9",
"@salesforce/ts-types": "^2.0.6",
"fast-levenshtein": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,12 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/core@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.0.tgz#7d18439abe3d33432bae1ec9edc700430ae4ca4a"
integrity sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.1.tgz#299bddae7d0705c773b194be8994e5730735e2b4"
integrity sha512-QMx11A0KA/Vl+Ckmz83cw+fiUCMOmsUD8CA3987wAkfJOgxtqyhT4R1R8tj7ad8flQydKUyL3o4UE/2u82tXOw==
dependencies:
"@salesforce/kit" "^3.0.6"
"@salesforce/kit" "^3.0.9"
"@salesforce/schemas" "^1.6.0"
"@salesforce/ts-types" "^2.0.5"
"@types/semver" "^7.5.0"
Expand Down Expand Up @@ -617,7 +617,7 @@
typescript "^4.9.5"
wireit "^0.9.5"

"@salesforce/kit@^3.0.6", "@salesforce/kit@^3.0.9":
"@salesforce/kit@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.9.tgz#6674559e27914a9c79dd4283eb94eaea6177fe87"
integrity sha512-L9xeKGdwT4q40JOZteUWgyul+xpRENNIVg336cgXYrFWs+/+7hrWlV4YZdMkLg9WRCZb1HjERJ9gHNiEKXXriA==
Expand Down

1 comment on commit 32989c9

@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: 32989c9 Previous: beb3e2b Ratio
eda-componentSetCreate-linux 256 ms 258 ms 0.99
eda-sourceToMdapi-linux 5742 ms 6599 ms 0.87
eda-sourceToZip-linux 4589 ms 6066 ms 0.76
eda-mdapiToSource-linux 3575 ms 3633 ms 0.98
lotsOfClasses-componentSetCreate-linux 629 ms 590 ms 1.07
lotsOfClasses-sourceToMdapi-linux 6512 ms 8393 ms 0.78
lotsOfClasses-sourceToZip-linux 6352 ms 7126 ms 0.89
lotsOfClasses-mdapiToSource-linux 3930 ms 4031 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 739 ms 808 ms 0.91
lotsOfClassesOneDir-sourceToMdapi-linux 11307 ms 11771 ms 0.96
lotsOfClassesOneDir-sourceToZip-linux 10670 ms 11058 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 7100 ms 7336 ms 0.97

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

Please sign in to comment.