Skip to content

Commit

Permalink
chore(dev-deps): bump @jsforce/jsforce-node from 3.6.2 to 3.6.3
Browse files Browse the repository at this point in the history
Bumps [@jsforce/jsforce-node](https://github.com/jsforce/jsforce) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jsforce/jsforce/releases)
- [Changelog](https://github.com/jsforce/jsforce/blob/main/CHANGELOG.md)
- [Commits](jsforce/jsforce@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: "@jsforce/jsforce-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 811b971 commit edf9a2b
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 @@ -40,7 +40,7 @@
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.6.2",
"@jsforce/jsforce-node": "^3.6.3",
"@salesforce/cli-plugins-testkit": "^5.3.38",
"@salesforce/dev-scripts": "^10.2.11",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.6.1", "@jsforce/jsforce-node@^3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
"@jsforce/jsforce-node@^3.6.1", "@jsforce/jsforce-node@^3.6.3":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz#a5c984b6deffac01ddabc3f4b48374408c5cd194"
integrity sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==
dependencies:
"@sindresorhus/is" "^4"
base64url "^3.0.1"
Expand Down

2 comments on commit edf9a2b

@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: edf9a2b Previous: 8ee12bc Ratio
eda-componentSetCreate-linux 214 ms 212 ms 1.01
eda-sourceToMdapi-linux 1935 ms 1959 ms 0.99
eda-sourceToZip-linux 1733 ms 1753 ms 0.99
eda-mdapiToSource-linux 2628 ms 2641 ms 1.00
lotsOfClasses-componentSetCreate-linux 424 ms 462 ms 0.92
lotsOfClasses-sourceToMdapi-linux 3643 ms 3458 ms 1.05
lotsOfClasses-sourceToZip-linux 2766 ms 2832 ms 0.98
lotsOfClasses-mdapiToSource-linux 3357 ms 3297 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 713 ms 731 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6056 ms 6068 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5023 ms 4830 ms 1.04
lotsOfClassesOneDir-mdapiToSource-linux 6000 ms 5898 ms 1.02

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: edf9a2b Previous: 8ee12bc Ratio
eda-componentSetCreate-win32 626 ms 707 ms 0.89
eda-sourceToMdapi-win32 3765 ms 3897 ms 0.97
eda-sourceToZip-win32 2777 ms 3077 ms 0.90
eda-mdapiToSource-win32 5607 ms 6036 ms 0.93
lotsOfClasses-componentSetCreate-win32 1266 ms 1208 ms 1.05
lotsOfClasses-sourceToMdapi-win32 7523 ms 7508 ms 1.00
lotsOfClasses-sourceToZip-win32 4811 ms 4653 ms 1.03
lotsOfClasses-mdapiToSource-win32 7539 ms 7492 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 2085 ms 2077 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13461 ms 13370 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8782 ms 8463 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 13366 ms 13670 ms 0.98

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

Please sign in to comment.