Skip to content

Commit

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

---
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] committed Sep 28, 2024
1 parent eb9611a commit 0e844cb
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.4.1",
"@jsforce/jsforce-node": "^3.4.2",
"@salesforce/cli-plugins-testkit": "^5.3.32",
"@salesforce/dev-scripts": "^10.2.10",
"@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 @@ -463,10 +463,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz#36f5cba775b395eeedba676a78eafe447c3f4b28"
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.2.tgz#ad96c438a688c811d52fdb235fd9200352165b56"
integrity sha512-jQ22l9DzGouYGFpJtvtknxLE6O8Mwx+DizWEYsJjMnjFAkXPh8QJm3Ux6JCR0boNLuOcRW11urI7JGHvVULgJg==
dependencies:
"@sindresorhus/is" "^4"
abort-controller "^3.0.0"
Expand Down

2 comments on commit 0e844cb

@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: 0e844cb Previous: c501364 Ratio
eda-componentSetCreate-linux 233 ms 228 ms 1.02
eda-sourceToMdapi-linux 2351 ms 2393 ms 0.98
eda-sourceToZip-linux 1867 ms 1912 ms 0.98
eda-mdapiToSource-linux 2830 ms 2879 ms 0.98
lotsOfClasses-componentSetCreate-linux 430 ms 444 ms 0.97
lotsOfClasses-sourceToMdapi-linux 3654 ms 3711 ms 0.98
lotsOfClasses-sourceToZip-linux 3095 ms 3227 ms 0.96
lotsOfClasses-mdapiToSource-linux 3537 ms 3651 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 747 ms 735 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6452 ms 6595 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5562 ms 5588 ms 1.00
lotsOfClassesOneDir-mdapiToSource-linux 6459 ms 6628 ms 0.97

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: 0e844cb Previous: c501364 Ratio
eda-componentSetCreate-win32 683 ms 682 ms 1.00
eda-sourceToMdapi-win32 4822 ms 4603 ms 1.05
eda-sourceToZip-win32 3229 ms 3163 ms 1.02
eda-mdapiToSource-win32 6334 ms 5874 ms 1.08
lotsOfClasses-componentSetCreate-win32 1343 ms 1224 ms 1.10
lotsOfClasses-sourceToMdapi-win32 8469 ms 7689 ms 1.10
lotsOfClasses-sourceToZip-win32 5190 ms 5117 ms 1.01
lotsOfClasses-mdapiToSource-win32 8017 ms 7981 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 2130 ms 2083 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-win32 13787 ms 13684 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 9113 ms 9141 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 14305 ms 14087 ms 1.02

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

Please sign in to comment.