Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent c1d07ed commit f124942
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.3.16",
"@salesforce/core": "^5.3.17",
"@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 @@ -541,10 +541,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.16":
version "5.3.16"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.16.tgz#93987b0bbe37b73146929ceab658b653215adbe6"
integrity sha512-Q5BOFPwACXe/ebwROzpacwPA/WSRfOM7W63exX4b0Gv2rQoMB2NZLxHBQP3FZ4eH4PMHvBB16IzmtNq8vSJktw==
"@salesforce/core@^5.3.10", "@salesforce/core@^5.3.14", "@salesforce/core@^5.3.17":
version "5.3.17"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.17.tgz#fe7e5b89bdfffc9c1634e0371fab6115b23fe312"
integrity sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
Expand Down

2 comments on commit f124942

@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: f124942 Previous: c722f84 Ratio
eda-componentSetCreate-linux 218 ms 198 ms 1.10
eda-sourceToMdapi-linux 5251 ms 4934 ms 1.06
eda-sourceToZip-linux 4459 ms 4052 ms 1.10
eda-mdapiToSource-linux 3070 ms 3002 ms 1.02
lotsOfClasses-componentSetCreate-linux 383 ms 413 ms 0.93
lotsOfClasses-sourceToMdapi-linux 6354 ms 5758 ms 1.10
lotsOfClasses-sourceToZip-linux 5596 ms 4762 ms 1.18
lotsOfClasses-mdapiToSource-linux 3309 ms 3295 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 650 ms 653 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 9122 ms 8653 ms 1.05
lotsOfClassesOneDir-sourceToZip-linux 7554 ms 7396 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 5874 ms 5819 ms 1.01

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: f124942 Previous: c722f84 Ratio
eda-componentSetCreate-win32 472 ms 468 ms 1.01
eda-sourceToMdapi-win32 6570 ms 5660 ms 1.16
eda-sourceToZip-win32 5423 ms 4936 ms 1.10
eda-mdapiToSource-win32 5725 ms 5841 ms 0.98
lotsOfClasses-componentSetCreate-win32 882 ms 928 ms 0.95
lotsOfClasses-sourceToMdapi-win32 10197 ms 9868 ms 1.03
lotsOfClasses-sourceToZip-win32 7276 ms 6614 ms 1.10
lotsOfClasses-mdapiToSource-win32 7377 ms 7365 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 1481 ms 1502 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 16546 ms 16265 ms 1.02
lotsOfClassesOneDir-sourceToZip-win32 10392 ms 10268 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13208 ms 13377 ms 0.99

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

Please sign in to comment.