Skip to content

Commit 1580314

Browse files
authored
Merge pull request #823 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.16.8
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.7 to 1.16.8
2 parents 08df6f9 + 15bf889 commit 1580314

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-header": "^3.1.1",
3939
"eslint-plugin-import": "2.28.1",
4040
"eslint-plugin-jsdoc": "^43.2.0",
41-
"eslint-plugin-sf-plugin": "^1.16.7",
41+
"eslint-plugin-sf-plugin": "^1.16.8",
4242
"husky": "^7.0.4",
4343
"mocha": "^9.1.3",
4444
"nyc": "^15.1.0",

yarn.lock

+20-5
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,14 @@
959959
"@salesforce/ts-types" "^2.0.8"
960960
tslib "^2.6.2"
961961

962+
"@salesforce/kit@^3.0.12":
963+
version "3.0.13"
964+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
965+
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
966+
dependencies:
967+
"@salesforce/ts-types" "^2.0.8"
968+
tslib "^2.6.2"
969+
962970
"@salesforce/plugin-command-reference@^3.0.32":
963971
version "3.0.32"
964972
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.32.tgz#63299759a2c4b515deb1a094914703d58b849fa1"
@@ -1022,6 +1030,13 @@
10221030
dependencies:
10231031
tslib "^2.6.2"
10241032

1033+
"@salesforce/ts-types@^2.0.8":
1034+
version "2.0.8"
1035+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
1036+
integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
1037+
dependencies:
1038+
tslib "^2.6.2"
1039+
10251040
"@sindresorhus/is@^4.0.0":
10261041
version "4.6.0"
10271042
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
@@ -2908,12 +2923,12 @@ eslint-plugin-prefer-arrow@^1.2.1:
29082923
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
29092924
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
29102925

2911-
eslint-plugin-sf-plugin@^1.16.7:
2912-
version "1.16.7"
2913-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.7.tgz#dc3e7c451fea0cf642b7c45ec0c6d9ee1e53ae54"
2914-
integrity sha512-GS0/ylGA7ksr0aBB1DSVxW9NOu0QKFq/e0yJ/gSmZ33VP6Sx6LpwJ8uE2c3IY0KWLQ4D7zOR+jOJnxwjVlMGtA==
2926+
eslint-plugin-sf-plugin@^1.16.8:
2927+
version "1.16.8"
2928+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154"
2929+
integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg==
29152930
dependencies:
2916-
"@salesforce/core" "^5.2.10"
2931+
"@salesforce/core" "^5.3.1"
29172932
"@typescript-eslint/utils" "^5.59.11"
29182933

29192934
eslint-scope@^5.1.1:

0 commit comments

Comments
 (0)