Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2024
1 parent 54b9efd commit 8138b91
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 @@ -26,7 +26,7 @@
},
"dependencies": {
"@salesforce/core": "^8.5.4",
"@salesforce/kit": "^3.2.2",
"@salesforce/kit": "^3.2.3",
"@salesforce/ts-types": "^2.0.12",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,10 @@
typescript "^5.5.4"
wireit "^0.14.5"

"@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.2.tgz#2a0db472116a416cb12b510d546cb35a582d619a"
integrity sha512-Qh+Jx65LKR3BlH+bxNBbvI4+/+/igAJ9x2iEDM3tHb3B2JCEnssPP0lw+K/zWHsdtk+OorBiKpHaC6RrjW+9fw==
"@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.3.tgz#a7293c384ef6133191fe3590e604e3896fdecf4a"
integrity sha512-X8rZouLt06dxRkn+uYTwywWDS/NqZ783AyomGqgtWdUxF61EOJvu0ehtcYeutx9Ng08uuZ+s6wNvWiDsdhUcPg==
dependencies:
"@salesforce/ts-types" "^2.0.12"

Expand Down

2 comments on commit 8138b91

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 8138b91 Previous: 0d63060 Ratio
eda-componentSetCreate-linux 238 ms 238 ms 1
eda-sourceToMdapi-linux 2331 ms 2437 ms 0.96
eda-sourceToZip-linux 1829 ms 1949 ms 0.94
eda-mdapiToSource-linux 2826 ms 2968 ms 0.95
lotsOfClasses-componentSetCreate-linux 423 ms 449 ms 0.94
lotsOfClasses-sourceToMdapi-linux 3650 ms 3871 ms 0.94
lotsOfClasses-sourceToZip-linux 3091 ms 3219 ms 0.96
lotsOfClasses-mdapiToSource-linux 3493 ms 3615 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 733 ms 747 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6351 ms 6518 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 5457 ms 5824 ms 0.94
lotsOfClassesOneDir-mdapiToSource-linux 6423 ms 6560 ms 0.98

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 8138b91 Previous: 0d63060 Ratio
eda-componentSetCreate-win32 641 ms 734 ms 0.87
eda-sourceToMdapi-win32 4438 ms 4909 ms 0.90
eda-sourceToZip-win32 2951 ms 3282 ms 0.90
eda-mdapiToSource-win32 5751 ms 6517 ms 0.88
lotsOfClasses-componentSetCreate-win32 1202 ms 1224 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7751 ms 7921 ms 0.98
lotsOfClasses-sourceToZip-win32 5051 ms 5426 ms 0.93
lotsOfClasses-mdapiToSource-win32 7886 ms 7991 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2122 ms 2121 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 14184 ms 14325 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 9376 ms 9578 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 14091 ms 14229 ms 0.99

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

Please sign in to comment.