Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 51c151d commit 8c432ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@salesforce/core": "^5.3.1",
"@salesforce/kit": "^3.0.11",
"@salesforce/kit": "^3.0.13",
"@salesforce/ts-types": "^2.0.7",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.3.2",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -618,15 +618,7 @@
typescript "^4.9.5"
wireit "^0.9.5"

"@salesforce/kit@^3.0.11":
version "3.0.11"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.11.tgz#d03160b658da9817c05e62479ca18283087a0fc0"
integrity sha512-ar44uFJfc/RCDWjz7LlrOtFCFHgNNUpddxe0eJCLqQuR/Xs3IlLZKuovWTx322Rzu+V9IIKrIdpz2IqA95/ClA==
dependencies:
"@salesforce/ts-types" "^2.0.7"
tslib "^2.6.2"

"@salesforce/kit@^3.0.13":
"@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.13":
version "3.0.13"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
Expand Down

2 comments on commit 8c432ce

@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: 8c432ce Previous: 8b68baa Ratio
eda-componentSetCreate-linux 283 ms 361 ms 0.78
eda-sourceToMdapi-linux 7171 ms 9125 ms 0.79
eda-sourceToZip-linux 5801 ms 6195 ms 0.94
eda-mdapiToSource-linux 4401 ms 5219 ms 0.84
lotsOfClasses-componentSetCreate-linux 547 ms 639 ms 0.86
lotsOfClasses-sourceToMdapi-linux 9096 ms 11389 ms 0.80
lotsOfClasses-sourceToZip-linux 7191 ms 8818 ms 0.82
lotsOfClasses-mdapiToSource-linux 4963 ms 5220 ms 0.95
lotsOfClassesOneDir-componentSetCreate-linux 931 ms 1103 ms 0.84
lotsOfClassesOneDir-sourceToMdapi-linux 13422 ms 15263 ms 0.88
lotsOfClassesOneDir-sourceToZip-linux 12145 ms 14639 ms 0.83
lotsOfClassesOneDir-mdapiToSource-linux 8496 ms 9524 ms 0.89

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: 8c432ce Previous: 8b68baa Ratio
eda-componentSetCreate-win32 489 ms 571 ms 0.86
eda-sourceToMdapi-win32 8936 ms 9546 ms 0.94
eda-sourceToZip-win32 5829 ms 7244 ms 0.80
eda-mdapiToSource-win32 7811 ms 9128 ms 0.86
lotsOfClasses-componentSetCreate-win32 1043 ms 1233 ms 0.85
lotsOfClasses-sourceToMdapi-win32 14405 ms 15989 ms 0.90
lotsOfClasses-sourceToZip-win32 9983 ms 10935 ms 0.91
lotsOfClasses-mdapiToSource-win32 9512 ms 10622 ms 0.90
lotsOfClassesOneDir-componentSetCreate-win32 1845 ms 2132 ms 0.87
lotsOfClassesOneDir-sourceToMdapi-win32 22590 ms 26386 ms 0.86
lotsOfClassesOneDir-sourceToZip-win32 15462 ms 18039 ms 0.86
lotsOfClassesOneDir-mdapiToSource-win32 17503 ms 20146 ms 0.87

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

Please sign in to comment.