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] authored Sep 29, 2024
1 parent a9f1ed0 commit ef462ea
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 ef462ea

@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: ef462ea Previous: 0e844cb Ratio
eda-componentSetCreate-linux 240 ms 233 ms 1.03
eda-sourceToMdapi-linux 2408 ms 2351 ms 1.02
eda-sourceToZip-linux 1931 ms 1867 ms 1.03
eda-mdapiToSource-linux 2967 ms 2830 ms 1.05
lotsOfClasses-componentSetCreate-linux 433 ms 430 ms 1.01
lotsOfClasses-sourceToMdapi-linux 3782 ms 3654 ms 1.04
lotsOfClasses-sourceToZip-linux 3148 ms 3095 ms 1.02
lotsOfClasses-mdapiToSource-linux 3616 ms 3537 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 750 ms 747 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6554 ms 6452 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5694 ms 5562 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6493 ms 6459 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: ef462ea Previous: 0e844cb Ratio
eda-componentSetCreate-win32 608 ms 683 ms 0.89
eda-sourceToMdapi-win32 4312 ms 4822 ms 0.89
eda-sourceToZip-win32 2928 ms 3229 ms 0.91
eda-mdapiToSource-win32 5621 ms 6334 ms 0.89
lotsOfClasses-componentSetCreate-win32 1239 ms 1343 ms 0.92
lotsOfClasses-sourceToMdapi-win32 7604 ms 8469 ms 0.90
lotsOfClasses-sourceToZip-win32 4979 ms 5190 ms 0.96
lotsOfClasses-mdapiToSource-win32 7850 ms 8017 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 2062 ms 2130 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-win32 13641 ms 13787 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 9134 ms 9113 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13933 ms 14305 ms 0.97

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

Please sign in to comment.