Skip to content

Commit

Permalink
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.5 to 1.16.6
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.16.5 to 1.16.6.
- [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.16.5...1.16.6)

---
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 Sep 24, 2023
1 parent 5cf4338 commit f4eee08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^44.2.7",
"eslint-plugin-sf-plugin": "^1.16.5",
"eslint-plugin-sf-plugin": "^1.16.6",
"husky": "^7.0.4",
"jsforce": "^2.0.0-beta.27",
"mocha": "^9.2.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.7", "@salesforce/core@^5.2.9":
"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.9":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.10.tgz#7f4824ddcef108b6ccec24434260c620de39012e"
integrity sha512-Xj1QRajmHWgl0ahivjKFGKJlGXwe9yFOZ3PwF91qEupGbO74XrCJ8OUM7EVlk53LKy9LlPZQFuy2ATX9MyEDKA==
Expand Down Expand Up @@ -2194,12 +2194,12 @@ eslint-plugin-prefer-arrow@^1.2.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==

eslint-plugin-sf-plugin@^1.16.5:
version "1.16.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.5.tgz#41a9153e270625776e2a05ef6add3f27090b091f"
integrity sha512-W3E9KtClPHTZajCInxryxWS0tnNwg1ER4/W7ZRJj6heX4XLJ9LHu8x519g576urSuQx03i9APGGOh1mFeAgfgw==
eslint-plugin-sf-plugin@^1.16.6:
version "1.16.6"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.6.tgz#370c0ef81463bb7bb696752903de545cb4de7f64"
integrity sha512-fwEWJYbqlesDw7EUiMRKN1W8JGZsgYa9Op5i7N1sbRnD4rpvO9MFJrjIcee3XDAa0gWAX5SYTlk8X/0bXaHfuw==
dependencies:
"@salesforce/core" "^5.2.7"
"@salesforce/core" "^5.2.9"
"@typescript-eslint/utils" "^5.59.11"

eslint-scope@^5.1.1:
Expand Down

1 comment on commit f4eee08

@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: f4eee08 Previous: 0c82e27 Ratio
eda-componentSetCreate-linux 265 ms 252 ms 1.05
eda-sourceToMdapi-linux 5910 ms 6211 ms 0.95
eda-sourceToZip-linux 4840 ms 4733 ms 1.02
eda-mdapiToSource-linux 4030 ms 4284 ms 0.94
lotsOfClasses-componentSetCreate-linux 543 ms 574 ms 0.95
lotsOfClasses-sourceToMdapi-linux 9262 ms 9096 ms 1.02
lotsOfClasses-sourceToZip-linux 7664 ms 12298 ms 0.62
lotsOfClasses-mdapiToSource-linux 4799 ms 4654 ms 1.03
lotsOfClassesOneDir-componentSetCreate-linux 835 ms 842 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 12333 ms 13063 ms 0.94
lotsOfClassesOneDir-sourceToZip-linux 12405 ms 12593 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 8422 ms 8460 ms 1.00

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

Please sign in to comment.