Skip to content

Commit f0bdcf2

Browse files
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.14.0 to 1.15.1 (#938)
Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.14.0 to 1.15.1. - [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.14.0...1.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a53c63e commit f0bdcf2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-header": "^3.1.1",
6666
"eslint-plugin-import": "^2.27.5",
6767
"eslint-plugin-jsdoc": "^39.9.1",
68-
"eslint-plugin-sf-plugin": "^1.14.0",
68+
"eslint-plugin-sf-plugin": "^1.15.1",
6969
"husky": "^7.0.4",
7070
"jsforce": "^2.0.0-beta.20",
7171
"mocha": "^9.2.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@
890890
strip-ansi "6.0.1"
891891
ts-retry-promise "^0.7.0"
892892

893-
"@salesforce/core@^3.33.6", "@salesforce/core@^3.34.6":
893+
"@salesforce/core@^3.34.6":
894894
version "3.34.6"
895895
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.6.tgz#816031d3aab098d56165d876db626a3610d86c6e"
896896
integrity sha512-9Nd+bQRSvCYDiZo97bhseajLhr7d51J9gsPUnfN3nHy1/TBQXjN+upRAPAeldvzU8G3L98WGDMtEpSTOG/PxkQ==
@@ -1336,7 +1336,7 @@
13361336
semver "^7.3.7"
13371337
tsutils "^3.21.0"
13381338

1339-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.54.1":
1339+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.58.0":
13401340
version "5.58.0"
13411341
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.58.0.tgz#430d7c95f23ec457b05be5520c1700a0dfd559d5"
13421342
integrity sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==
@@ -3027,13 +3027,13 @@ eslint-plugin-prefer-arrow@^1.2.1:
30273027
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
30283028
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
30293029

3030-
eslint-plugin-sf-plugin@^1.14.0:
3031-
version "1.14.0"
3032-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.14.0.tgz#6bb25bd107119019e854595249b0c792aac5c3d4"
3033-
integrity sha512-KMgHn0uhml3ZjirCIP6h3e8PtIlN0JnTTOwypq17HJvOvKkb7SDPzCn4ogk/LfOGa0WrTuMGSzRWbrM3lhNydQ==
3030+
eslint-plugin-sf-plugin@^1.15.1:
3031+
version "1.15.1"
3032+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.15.1.tgz#c922cd4825d118fcfcb4b20629d9d65b0d394d89"
3033+
integrity sha512-D2i0EiQfTOjVNPivS2Bib/YsLS+l+QU5i72NT4Lhn4nSCTb5VS19PP7lLjlFlW5ffg552q7li3BMM6Cs75YQgw==
30343034
dependencies:
3035-
"@salesforce/core" "^3.33.6"
3036-
"@typescript-eslint/utils" "^5.54.1"
3035+
"@salesforce/core" "^3.34.6"
3036+
"@typescript-eslint/utils" "^5.58.0"
30373037

30383038
eslint-scope@^5.1.1:
30393039
version "5.1.1"

0 commit comments

Comments
 (0)