Skip to content

Commit 050a2b7

Browse files
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.0 to 1.18.1
Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.18.0 to 1.18.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.18.0...1.18.1) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c1f235 commit 050a2b7

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@inquirer/type": "^1.3.0",
5656
"@salesforce/dev-scripts": "^9.0.0",
57-
"eslint-plugin-sf-plugin": "^1.18.0",
57+
"eslint-plugin-sf-plugin": "^1.18.1",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.4.5"
6060
},

yarn.lock

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
624624
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
625625

626-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0":
626+
"@salesforce/core@^7.2.0":
627627
version "7.2.0"
628628
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
629629
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
@@ -2077,12 +2077,12 @@ eslint-plugin-jsdoc@^46.10.1:
20772077
semver "^7.5.4"
20782078
spdx-expression-parse "^4.0.0"
20792079

2080-
eslint-plugin-sf-plugin@^1.18.0:
2081-
version "1.18.0"
2082-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
2083-
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
2080+
eslint-plugin-sf-plugin@^1.18.1:
2081+
version "1.18.1"
2082+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz#a7760a29dd5f8569fb66608dd02674c36f2a2874"
2083+
integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
20842084
dependencies:
2085-
"@salesforce/core" "^7.0.0"
2085+
"@salesforce/core" "^7.2.0"
20862086
"@typescript-eslint/utils" "^6.17.0"
20872087

20882088
eslint-plugin-unicorn@^50.0.1:
@@ -4749,7 +4749,16 @@ srcset@^5.0.0:
47494749
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
47504750
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
47514751

4752-
"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:
4752+
"string-width-cjs@npm:string-width@^4.2.0":
4753+
version "4.2.3"
4754+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4755+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4756+
dependencies:
4757+
emoji-regex "^8.0.0"
4758+
is-fullwidth-code-point "^3.0.0"
4759+
strip-ansi "^6.0.1"
4760+
4761+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
47534762
version "4.2.3"
47544763
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47554764
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4808,7 +4817,14 @@ string_decoder@~1.1.1:
48084817
dependencies:
48094818
safe-buffer "~5.1.0"
48104819

4811-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4820+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4821+
version "6.0.1"
4822+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4823+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4824+
dependencies:
4825+
ansi-regex "^5.0.1"
4826+
4827+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48124828
version "6.0.1"
48134829
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48144830
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5296,7 +5312,7 @@ workerpool@6.2.1:
52965312
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
52975313
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
52985314

5299-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5315+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
53005316
version "7.0.0"
53015317
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
53025318
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5314,6 +5330,15 @@ wrap-ansi@^6.2.0:
53145330
string-width "^4.1.0"
53155331
strip-ansi "^6.0.0"
53165332

5333+
wrap-ansi@^7.0.0:
5334+
version "7.0.0"
5335+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5336+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5337+
dependencies:
5338+
ansi-styles "^4.0.0"
5339+
string-width "^4.1.0"
5340+
strip-ansi "^6.0.0"
5341+
53175342
wrap-ansi@^8.1.0:
53185343
version "8.1.0"
53195344
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)