Skip to content

Commit ab8bc75

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

2 files changed

Lines changed: 56 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@salesforce/cli-plugins-testkit": "^5.3.39",
1616
"@salesforce/dev-scripts": "^10.2.12",
1717
"@salesforce/ts-types": "^2.0.12",
18-
"eslint-plugin-sf-plugin": "^1.20.15",
18+
"eslint-plugin-sf-plugin": "^1.20.19",
1919
"oclif": "^4.17.34",
2020
"ts-node": "^10.9.2",
2121
"typescript": "^5.8.2"

yarn.lock

Lines changed: 55 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@
12571257
"@jridgewell/resolve-uri" "^3.1.0"
12581258
"@jridgewell/sourcemap-codec" "^1.4.14"
12591259

1260-
"@jsforce/jsforce-node@^3.6.5", "@jsforce/jsforce-node@^3.6.6":
1260+
"@jsforce/jsforce-node@^3.6.6":
12611261
version "3.6.6"
12621262
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz#26fe2fc9f4f3671ca8bfb0c98a728cb8a0219265"
12631263
integrity sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==
@@ -1273,6 +1273,22 @@
12731273
node-fetch "^2.6.1"
12741274
xml2js "^0.6.2"
12751275

1276+
"@jsforce/jsforce-node@^3.7.0":
1277+
version "3.7.0"
1278+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.7.0.tgz#aaa317eef3207489db90498f79e96c5bd9f53469"
1279+
integrity sha512-v9pc3lPM5RMuB81Gasz5/NKcjktE1LLEACRFopB9LiXRafb4K9bStSMl3nLEHq7+OFdtxfQB3Sx2rYXJGG4DKw==
1280+
dependencies:
1281+
"@sindresorhus/is" "^4"
1282+
base64url "^3.0.1"
1283+
csv-parse "^5.5.2"
1284+
csv-stringify "^6.4.4"
1285+
faye "^1.4.0"
1286+
form-data "^4.0.0"
1287+
https-proxy-agent "^5.0.0"
1288+
multistream "^3.1.0"
1289+
node-fetch "^2.6.1"
1290+
xml2js "^0.6.2"
1291+
12761292
"@nodelib/fs.scandir@2.1.5":
12771293
version "2.1.5"
12781294
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1440,12 +1456,12 @@
14401456
strip-ansi "6.0.1"
14411457
ts-retry-promise "^0.8.1"
14421458

1443-
"@salesforce/core@^8.8.0", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6":
1444-
version "8.8.6"
1445-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.6.tgz#a7e4e7a6ed074efa60cca30d1ef620d62f443d8c"
1446-
integrity sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==
1459+
"@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.9.0":
1460+
version "8.9.1"
1461+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.1.tgz#e31d307d495cc0b916c0b9312fba751714034e0a"
1462+
integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
14471463
dependencies:
1448-
"@jsforce/jsforce-node" "^3.6.5"
1464+
"@jsforce/jsforce-node" "^3.7.0"
14491465
"@salesforce/kit" "^3.2.2"
14501466
"@salesforce/schemas" "^1.9.0"
14511467
"@salesforce/ts-types" "^2.0.10"
@@ -3882,12 +3898,12 @@ eslint-plugin-jsdoc@^46.10.1:
38823898
semver "^7.5.4"
38833899
spdx-expression-parse "^4.0.0"
38843900

3885-
eslint-plugin-sf-plugin@^1.20.15:
3886-
version "1.20.15"
3887-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
3888-
integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
3901+
eslint-plugin-sf-plugin@^1.20.19:
3902+
version "1.20.19"
3903+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.19.tgz#e13f4bc60fab1f8b76b6bff2c11558e9ce4a3d00"
3904+
integrity sha512-HBvwvwZ/YcnZxq/h2tdUc9ch8KzsGQL2JtKm76J2yiILuLywuKnMALVKCn3tuBCtFW/OUUWNa7cR56ipU6Uh8w==
38893905
dependencies:
3890-
"@salesforce/core" "^8.8.3"
3906+
"@salesforce/core" "^8.9.0"
38913907
"@typescript-eslint/utils" "^7.18.0"
38923908

38933909
eslint-plugin-unicorn@^50.0.1:
@@ -7337,7 +7353,16 @@ static-eval@2.0.2:
73377353
dependencies:
73387354
escodegen "^1.8.1"
73397355

7340-
"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:
7356+
"string-width-cjs@npm:string-width@^4.2.0":
7357+
version "4.2.3"
7358+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7359+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7360+
dependencies:
7361+
emoji-regex "^8.0.0"
7362+
is-fullwidth-code-point "^3.0.0"
7363+
strip-ansi "^6.0.1"
7364+
7365+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
73417366
version "4.2.3"
73427367
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73437368
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7418,7 +7443,14 @@ stringify-entities@^4.0.0:
74187443
character-entities-html4 "^2.0.0"
74197444
character-entities-legacy "^3.0.0"
74207445

7421-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7446+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7447+
version "6.0.1"
7448+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7449+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7450+
dependencies:
7451+
ansi-regex "^5.0.1"
7452+
7453+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74227454
version "6.0.1"
74237455
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74247456
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8096,7 +8128,7 @@ workerpool@^6.5.1:
80968128
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
80978129
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
80988130

8099-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8131+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
81008132
version "7.0.0"
81018133
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81028134
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8114,6 +8146,15 @@ wrap-ansi@^6.2.0:
81148146
string-width "^4.1.0"
81158147
strip-ansi "^6.0.0"
81168148

8149+
wrap-ansi@^7.0.0:
8150+
version "7.0.0"
8151+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8152+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8153+
dependencies:
8154+
ansi-styles "^4.0.0"
8155+
string-width "^4.1.0"
8156+
strip-ansi "^6.0.0"
8157+
81178158
wrap-ansi@^8.1.0:
81188159
version "8.1.0"
81198160
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)