Skip to content

Commit

Permalink
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.11 to 1.20.13
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.11 to 1.20.13.
- [Release notes](https://github.com/salesforcecli/eslint-plugin-sf-plugin/releases)
- [Changelog](https://github.com/salesforcecli/eslint-plugin-sf-plugin/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/eslint-plugin-sf-plugin@1.20.11...1.20.13)

---
updated-dependencies:
- dependency-name: eslint-plugin-sf-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 55e2b2d commit 8d5cfad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/minimatch": "^5.1.2",
"deep-equal-in-any-order": "^1.1.19",
"esbuild": "^0.24.0",
"eslint-plugin-sf-plugin": "^1.20.11",
"eslint-plugin-sf-plugin": "^1.20.13",
"mocha-junit-reporter": "^1.23.3",
"mocha-snap": "^5.0.0",
"ts-morph": "^24.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2333,12 +2333,12 @@ eslint-plugin-jsdoc@^46.10.1:
semver "^7.5.4"
spdx-expression-parse "^4.0.0"

eslint-plugin-sf-plugin@^1.20.11:
version "1.20.11"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz#a242763c6707bb4584f13f9cce75166fd22ab5a4"
integrity sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg==
eslint-plugin-sf-plugin@^1.20.13:
version "1.20.13"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
dependencies:
"@salesforce/core" "^8.6.4"
"@salesforce/core" "^8.8.0"
"@typescript-eslint/utils" "^7.18.0"

eslint-plugin-unicorn@^50.0.1:
Expand Down

2 comments on commit 8d5cfad

@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: 8d5cfad Previous: 365c468 Ratio
eda-componentSetCreate-linux 211 ms 206 ms 1.02
eda-sourceToMdapi-linux 1942 ms 1913 ms 1.02
eda-sourceToZip-linux 1704 ms 1681 ms 1.01
eda-mdapiToSource-linux 2608 ms 2546 ms 1.02
lotsOfClasses-componentSetCreate-linux 429 ms 418 ms 1.03
lotsOfClasses-sourceToMdapi-linux 4187 ms 3443 ms 1.22
lotsOfClasses-sourceToZip-linux 2706 ms 2691 ms 1.01
lotsOfClasses-mdapiToSource-linux 3290 ms 3253 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 720 ms 717 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 5947 ms 6024 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 4857 ms 4750 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 5860 ms 5823 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: 8d5cfad Previous: 365c468 Ratio
eda-componentSetCreate-win32 672 ms 687 ms 0.98
eda-sourceToMdapi-win32 3888 ms 3991 ms 0.97
eda-sourceToZip-win32 3015 ms 3013 ms 1.00
eda-mdapiToSource-win32 5887 ms 5937 ms 0.99
lotsOfClasses-componentSetCreate-win32 1317 ms 1337 ms 0.99
lotsOfClasses-sourceToMdapi-win32 8053 ms 8288 ms 0.97
lotsOfClasses-sourceToZip-win32 5003 ms 5062 ms 0.99
lotsOfClasses-mdapiToSource-win32 8055 ms 8103 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2264 ms 2406 ms 0.94
lotsOfClassesOneDir-sourceToMdapi-win32 13419 ms 15237 ms 0.88
lotsOfClassesOneDir-sourceToZip-win32 8373 ms 9334 ms 0.90
lotsOfClassesOneDir-mdapiToSource-win32 13322 ms 14824 ms 0.90

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

Please sign in to comment.