Skip to content

Commit 0162770

Browse files
authored
Merge pull request #321 from salesforcecli/dependabot-npm_and_yarn-eslint-config-xo-0.50.0
chore(dev-deps): bump eslint-config-xo from 0.49.0 to 0.50.0
2 parents c4119c8 + 93abfdc commit 0162770

2 files changed

Lines changed: 51 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@salesforce/plugin-command-reference": "^3.1.78",
3333
"@types/inquirer": "^9.0.9",
3434
"@types/react": "^18.3.3",
35-
"eslint-config-xo": "^0.49.0",
35+
"eslint-config-xo": "^0.50.0",
3636
"eslint-config-xo-react": "^0.27.0",
3737
"eslint-plugin-react": "^7.34.3",
3838
"eslint-plugin-react-hooks": "^4.6.2",

yarn.lock

Lines changed: 50 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -975,36 +975,36 @@
975975
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
976976
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
977977

978-
"@eslint/core@^0.14.0":
979-
version "0.14.0"
980-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
981-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
978+
"@eslint/core@^0.17.0":
979+
version "0.17.0"
980+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
981+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
982982
dependencies:
983983
"@types/json-schema" "^7.0.15"
984984

985-
"@eslint/core@^0.15.2":
986-
version "0.15.2"
987-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
988-
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
985+
"@eslint/core@^1.0.1":
986+
version "1.1.0"
987+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
988+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
989989
dependencies:
990990
"@types/json-schema" "^7.0.15"
991991

992-
"@eslint/css-tree@^3.6.1":
992+
"@eslint/css-tree@^3.6.6":
993993
version "3.6.8"
994994
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.8.tgz#8449d80a6e061bde514bd302a278a533d9716aba"
995995
integrity sha512-s0f40zY7dlMp8i0Jf0u6l/aSswS0WRAgkhgETgiCJRcxIWb4S/Sp9uScKHWbkM3BnoFLbJbmOYk5AZUDFVxaLA==
996996
dependencies:
997997
mdn-data "2.23.0"
998998
source-map-js "^1.0.1"
999999

1000-
"@eslint/css@^0.10.0":
1001-
version "0.10.0"
1002-
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f"
1003-
integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==
1000+
"@eslint/css@^0.14.1":
1001+
version "0.14.1"
1002+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.14.1.tgz#ca80b9c21b5de901e173ba8180f9cd8879315604"
1003+
integrity sha512-NXiteSacmpaXqgyIW3+GcNzexXyfC0kd+gig6WTjD4A74kBGJeNx1tV0Hxa0v7x0+mnIyKfGPhGNs1uhRFdh+w==
10041004
dependencies:
1005-
"@eslint/core" "^0.14.0"
1006-
"@eslint/css-tree" "^3.6.1"
1007-
"@eslint/plugin-kit" "^0.3.1"
1005+
"@eslint/core" "^0.17.0"
1006+
"@eslint/css-tree" "^3.6.6"
1007+
"@eslint/plugin-kit" "^0.4.1"
10081008

10091009
"@eslint/eslintrc@^2.1.4":
10101010
version "2.1.4"
@@ -1026,22 +1026,30 @@
10261026
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
10271027
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
10281028

1029-
"@eslint/json@^0.13.1":
1030-
version "0.13.2"
1031-
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.2.tgz#4756dba4e646efb91a80be41dd790e61aea0fe12"
1032-
integrity sha512-yWLyRE18rHgHXhWigRpiyv1LDPkvWtC6oa7QHXW7YdP6gosJoq7BiLZW2yCs9U7zN7X4U3ZeOJjepA10XAOIMw==
1029+
"@eslint/json@^1.0.0":
1030+
version "1.0.0"
1031+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-1.0.0.tgz#b9ec7ccaa2849a990fb0d128e2213a8f8e427be4"
1032+
integrity sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==
10331033
dependencies:
1034-
"@eslint/core" "^0.15.2"
1035-
"@eslint/plugin-kit" "^0.3.5"
1036-
"@humanwhocodes/momoa" "^3.3.9"
1034+
"@eslint/core" "^1.0.1"
1035+
"@eslint/plugin-kit" "^0.5.1"
1036+
"@humanwhocodes/momoa" "^3.3.10"
10371037
natural-compare "^1.4.0"
10381038

1039-
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.5":
1040-
version "0.3.5"
1041-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
1042-
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
1039+
"@eslint/plugin-kit@^0.4.1":
1040+
version "0.4.1"
1041+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1042+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1043+
dependencies:
1044+
"@eslint/core" "^0.17.0"
1045+
levn "^0.4.1"
1046+
1047+
"@eslint/plugin-kit@^0.5.1":
1048+
version "0.5.1"
1049+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz#35b0ccf9a2f654501fbe4bfe2e798f2d1adacaeb"
1050+
integrity sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==
10431051
dependencies:
1044-
"@eslint/core" "^0.15.2"
1052+
"@eslint/core" "^1.0.1"
10451053
levn "^0.4.1"
10461054

10471055
"@humanwhocodes/config-array@^0.13.0":
@@ -1058,7 +1066,7 @@
10581066
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
10591067
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
10601068

1061-
"@humanwhocodes/momoa@^3.3.9":
1069+
"@humanwhocodes/momoa@^3.3.10":
10621070
version "3.3.10"
10631071
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.10.tgz#8ffe034b31e1d43e480846695869c45a06539c73"
10641072
integrity sha512-KWiFQpSAqEIyrTXko3hFNLeQvSK8zXlJQzhhxsyVn58WFRYXST99b3Nqnu+ttOtjds2Pl2grUHGpe2NzhPynuQ==
@@ -2521,7 +2529,7 @@
25212529
dependencies:
25222530
tslib "^2.6.2"
25232531

2524-
"@stylistic/eslint-plugin@^5.2.3":
2532+
"@stylistic/eslint-plugin@^5.7.1":
25252533
version "5.7.1"
25262534
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz#bb108186a0133071b38be5fa705cd262260be8a8"
25272535
integrity sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==
@@ -4354,16 +4362,16 @@ eslint-config-xo-react@^0.27.0:
43544362
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0"
43554363
integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg==
43564364

4357-
eslint-config-xo@^0.49.0:
4358-
version "0.49.0"
4359-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815"
4360-
integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q==
4365+
eslint-config-xo@^0.50.0:
4366+
version "0.50.0"
4367+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.50.0.tgz#61206b2899436d0535f7f247b6dbd8bff7f5a95a"
4368+
integrity sha512-IC+G7r8cIZkspJX5Ug97Si3aHyLatx+eZ5w/dyLuBo0HDZj13uIsZy+mlbXM18aN2/MLarIn0vq4R/a75Gmfcg==
43614369
dependencies:
4362-
"@eslint/css" "^0.10.0"
4363-
"@eslint/json" "^0.13.1"
4364-
"@stylistic/eslint-plugin" "^5.2.3"
4370+
"@eslint/css" "^0.14.1"
4371+
"@eslint/json" "^1.0.0"
4372+
"@stylistic/eslint-plugin" "^5.7.1"
43654373
confusing-browser-globals "1.0.11"
4366-
globals "^16.3.0"
4374+
globals "^17.3.0"
43674375

43684376
eslint-import-resolver-node@^0.3.9:
43694377
version "0.3.9"
@@ -5124,10 +5132,10 @@ globals@^13.19.0:
51245132
dependencies:
51255133
type-fest "^0.20.2"
51265134

5127-
globals@^16.3.0:
5128-
version "16.5.0"
5129-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
5130-
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
5135+
globals@^17.3.0:
5136+
version "17.3.0"
5137+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.3.0.tgz#8b96544c2fa91afada02747cc9731c002a96f3b9"
5138+
integrity sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==
51315139

51325140
globalthis@^1.0.4:
51335141
version "1.0.4"

0 commit comments

Comments
 (0)