Skip to content

Commit 5ba4fbd

Browse files
authored
Merge pull request #846 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-import-2.29.0
chore(dev-deps): bump eslint-plugin-import from 2.28.1 to 2.29.0
2 parents b4a4cec + 8710bc5 commit 5ba4fbd

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-config-salesforce-license": "^0.2.0",
3737
"eslint-config-salesforce-typescript": "^2.0.0",
3838
"eslint-plugin-header": "^3.1.1",
39-
"eslint-plugin-import": "2.28.1",
39+
"eslint-plugin-import": "2.29.0",
4040
"eslint-plugin-jsdoc": "^46.8.2",
4141
"eslint-plugin-sf-plugin": "^1.16.11",
4242
"husky": "^7.0.4",

yarn.lock

+9-32
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ array-ify@^1.0.0:
16491649
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
16501650
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
16511651

1652-
array-includes@^3.1.6, array-includes@^3.1.7:
1652+
array-includes@^3.1.7:
16531653
version "3.1.7"
16541654
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
16551655
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
@@ -1665,7 +1665,7 @@ array-union@^2.1.0:
16651665
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
16661666
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
16671667

1668-
array.prototype.findlastindex@^1.2.2, array.prototype.findlastindex@^1.2.3:
1668+
array.prototype.findlastindex@^1.2.3:
16691669
version "1.2.3"
16701670
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
16711671
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
@@ -1676,7 +1676,7 @@ array.prototype.findlastindex@^1.2.2, array.prototype.findlastindex@^1.2.3:
16761676
es-shim-unscopables "^1.0.0"
16771677
get-intrinsic "^1.2.1"
16781678

1679-
array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
1679+
array.prototype.flat@^1.3.2:
16801680
version "1.3.2"
16811681
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
16821682
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
@@ -1686,7 +1686,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
16861686
es-abstract "^1.22.1"
16871687
es-shim-unscopables "^1.0.0"
16881688

1689-
array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2:
1689+
array.prototype.flatmap@^1.3.2:
16901690
version "1.3.2"
16911691
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
16921692
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -2899,7 +2899,7 @@ eslint-config-salesforce@^2.0.1, eslint-config-salesforce@^2.0.2:
28992899
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz#38eb2d8eb2824c66967ed9b45bc92082eba2f225"
29002900
integrity sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q==
29012901

2902-
eslint-import-resolver-node@^0.3.7, eslint-import-resolver-node@^0.3.9:
2902+
eslint-import-resolver-node@^0.3.9:
29032903
version "0.3.9"
29042904
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
29052905
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -2920,30 +2920,7 @@ eslint-plugin-header@^3.1.1:
29202920
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
29212921
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
29222922

2923-
2924-
version "2.28.1"
2925-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
2926-
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
2927-
dependencies:
2928-
array-includes "^3.1.6"
2929-
array.prototype.findlastindex "^1.2.2"
2930-
array.prototype.flat "^1.3.1"
2931-
array.prototype.flatmap "^1.3.1"
2932-
debug "^3.2.7"
2933-
doctrine "^2.1.0"
2934-
eslint-import-resolver-node "^0.3.7"
2935-
eslint-module-utils "^2.8.0"
2936-
has "^1.0.3"
2937-
is-core-module "^2.13.0"
2938-
is-glob "^4.0.3"
2939-
minimatch "^3.1.2"
2940-
object.fromentries "^2.0.6"
2941-
object.groupby "^1.0.0"
2942-
object.values "^1.1.6"
2943-
semver "^6.3.1"
2944-
tsconfig-paths "^3.14.2"
2945-
2946-
eslint-plugin-import@^2.27.5, eslint-plugin-import@^2.28.1:
2923+
[email protected], eslint-plugin-import@^2.27.5, eslint-plugin-import@^2.28.1:
29472924
version "2.29.0"
29482925
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
29492926
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
@@ -5471,7 +5448,7 @@ object.assign@^4.1.4:
54715448
has-symbols "^1.0.3"
54725449
object-keys "^1.1.1"
54735450

5474-
object.fromentries@^2.0.6, object.fromentries@^2.0.7:
5451+
object.fromentries@^2.0.7:
54755452
version "2.0.7"
54765453
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
54775454
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -5480,7 +5457,7 @@ object.fromentries@^2.0.6, object.fromentries@^2.0.7:
54805457
define-properties "^1.2.0"
54815458
es-abstract "^1.22.1"
54825459

5483-
object.groupby@^1.0.0, object.groupby@^1.0.1:
5460+
object.groupby@^1.0.1:
54845461
version "1.0.1"
54855462
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
54865463
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
@@ -5490,7 +5467,7 @@ object.groupby@^1.0.0, object.groupby@^1.0.1:
54905467
es-abstract "^1.22.1"
54915468
get-intrinsic "^1.2.1"
54925469

5493-
object.values@^1.1.6, object.values@^1.1.7:
5470+
object.values@^1.1.7:
54945471
version "1.1.7"
54955472
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
54965473
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==

0 commit comments

Comments
 (0)