Skip to content

Commit

Permalink
fix(deps): bump @salesforce/core from 5.2.10 to 5.3.1
Browse files Browse the repository at this point in the history
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 5.2.10 to 5.3.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.10...5.3.1)

---
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 Oct 1, 2023
1 parent 9d9bbae commit 1fc88aa
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": ">=16.0.0"
},
"dependencies": {
"@salesforce/core": "^5.2.10",
"@salesforce/core": "^5.3.1",
"@salesforce/kit": "^3.0.11",
"@salesforce/ts-types": "^2.0.7",
"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 @@ -550,10 +550,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.7":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.10.tgz#7f4824ddcef108b6ccec24434260c620de39012e"
integrity sha512-Xj1QRajmHWgl0ahivjKFGKJlGXwe9yFOZ3PwF91qEupGbO74XrCJ8OUM7EVlk53LKy9LlPZQFuy2ATX9MyEDKA==
"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.7", "@salesforce/core@^5.3.1":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.1.tgz#93c49760faa7b503bbfea8376d80a66815065e4a"
integrity sha512-LEQ3Yp7GxexsGXxT85Pp4AgOzzqY9Y3kol8ByVsHpHGvs8XLRbKl44IPxTXBdMB2roFM+Iosd46i0KbTuh2MQg==
dependencies:
"@salesforce/kit" "^3.0.11"
"@salesforce/schemas" "^1.6.0"
Expand Down

1 comment on commit 1fc88aa

@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: 1fc88aa Previous: d2e7a47 Ratio
eda-componentSetCreate-linux 224 ms 261 ms 0.86
eda-sourceToMdapi-linux 7797 ms 7356 ms 1.06
eda-sourceToZip-linux 5087 ms 5057 ms 1.01
eda-mdapiToSource-linux 3982 ms 3864 ms 1.03
lotsOfClasses-componentSetCreate-linux 532 ms 488 ms 1.09
lotsOfClasses-sourceToMdapi-linux 9856 ms 9077 ms 1.09
lotsOfClasses-sourceToZip-linux 7106 ms 6596 ms 1.08
lotsOfClasses-mdapiToSource-linux 3903 ms 3187 ms 1.22
lotsOfClassesOneDir-componentSetCreate-linux 800 ms 763 ms 1.05
lotsOfClassesOneDir-sourceToMdapi-linux 12207 ms 12235 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 11122 ms 10547 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 7082 ms 6364 ms 1.11

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

Please sign in to comment.