Skip to content

Commit

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

---
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 Oct 1, 2023
1 parent 85c247b commit d3bbca3
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.8",
"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.3.1":
"@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.1.tgz#93c49760faa7b503bbfea8376d80a66815065e4a"
integrity sha512-LEQ3Yp7GxexsGXxT85Pp4AgOzzqY9Y3kol8ByVsHpHGvs8XLRbKl44IPxTXBdMB2roFM+Iosd46i0KbTuh2MQg==
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.8:
version "1.16.8"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154"
integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg==
dependencies:
"@salesforce/core" "^5.2.7"
"@salesforce/core" "^5.3.1"
"@typescript-eslint/utils" "^5.59.11"

eslint-scope@^5.1.1:
Expand Down

1 comment on commit d3bbca3

@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: d3bbca3 Previous: dc33317 Ratio
eda-componentSetCreate-linux 285 ms 394 ms 0.72
eda-sourceToMdapi-linux 8772 ms 9291 ms 0.94
eda-sourceToZip-linux 5771 ms 6063 ms 0.95
eda-mdapiToSource-linux 4511 ms 6362 ms 0.71
lotsOfClasses-componentSetCreate-linux 547 ms 795 ms 0.69
lotsOfClasses-sourceToMdapi-linux 10272 ms 10294 ms 1.00
lotsOfClasses-sourceToZip-linux 7674 ms 8553 ms 0.90
lotsOfClasses-mdapiToSource-linux 4187 ms 6363 ms 0.66
lotsOfClassesOneDir-componentSetCreate-linux 863 ms 1172 ms 0.74
lotsOfClassesOneDir-sourceToMdapi-linux 14358 ms 18546 ms 0.77
lotsOfClassesOneDir-sourceToZip-linux 13017 ms 13950 ms 0.93
lotsOfClassesOneDir-mdapiToSource-linux 8581 ms 12355 ms 0.69

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

Please sign in to comment.