Skip to content

Commit 3e3fd7b

Browse files
authored
Merge pull request #570 from forcedotcom/dependabot-npm_and_yarn-eslint-plugin-sf-plugin-1.18.1
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.0 to 1.18.1
2 parents 9ee2057 + a345b1b commit 3e3fd7b

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@salesforce/cli-plugins-testkit": "^5.2.1",
5959
"@salesforce/dev-scripts": "^9.0.0",
6060
"@types/graceful-fs": "^4.1.9",
61-
"eslint-plugin-sf-plugin": "^1.18.0",
61+
"eslint-plugin-sf-plugin": "^1.18.1",
6262
"ts-node": "^10.9.2",
6363
"ts-patch": "^3.1.2",
6464
"typescript": "^5.4.5"

yarn.lock

+34-9
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
strip-ansi "6.0.1"
599599
ts-retry-promise "^0.8.0"
600600

601-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
601+
"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
602602
version "7.3.0"
603603
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
604604
integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
@@ -2239,12 +2239,12 @@ eslint-plugin-jsdoc@^46.10.1:
22392239
semver "^7.5.4"
22402240
spdx-expression-parse "^4.0.0"
22412241

2242-
eslint-plugin-sf-plugin@^1.18.0:
2243-
version "1.18.0"
2244-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
2245-
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
2242+
eslint-plugin-sf-plugin@^1.18.1:
2243+
version "1.18.1"
2244+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874"
2245+
integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
22462246
dependencies:
2247-
"@salesforce/core" "^7.0.0"
2247+
"@salesforce/core" "^7.2.0"
22482248
"@typescript-eslint/utils" "^6.17.0"
22492249

22502250
eslint-plugin-unicorn@^50.0.1:
@@ -5181,7 +5181,16 @@ srcset@^5.0.0:
51815181
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
51825182
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
51835183

5184-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5184+
"string-width-cjs@npm:string-width@^4.2.0":
5185+
version "4.2.3"
5186+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5187+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5188+
dependencies:
5189+
emoji-regex "^8.0.0"
5190+
is-fullwidth-code-point "^3.0.0"
5191+
strip-ansi "^6.0.1"
5192+
5193+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
51855194
version "4.2.3"
51865195
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
51875196
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5240,7 +5249,14 @@ string_decoder@~1.1.1:
52405249
dependencies:
52415250
safe-buffer "~5.1.0"
52425251

5243-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5252+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5253+
version "6.0.1"
5254+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5255+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5256+
dependencies:
5257+
ansi-regex "^5.0.1"
5258+
5259+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
52445260
version "6.0.1"
52455261
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
52465262
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5757,7 +5773,7 @@ workerpool@6.2.1:
57575773
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
57585774
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
57595775

5760-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5776+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
57615777
version "7.0.0"
57625778
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
57635779
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5775,6 +5791,15 @@ wrap-ansi@^6.2.0:
57755791
string-width "^4.1.0"
57765792
strip-ansi "^6.0.0"
57775793

5794+
wrap-ansi@^7.0.0:
5795+
version "7.0.0"
5796+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5797+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5798+
dependencies:
5799+
ansi-styles "^4.0.0"
5800+
string-width "^4.1.0"
5801+
strip-ansi "^6.0.0"
5802+
57785803
wrap-ansi@^8.1.0:
57795804
version "8.1.0"
57805805
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)