Skip to content

Commit bc10917

Browse files
chore(dev-deps): bump eslint-plugin-import from 2.28.1 to 2.29.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6368e51 commit bc10917

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-salesforce-license": "^0.2.0",
3131
"eslint-config-salesforce-typescript": "^2.0.0",
3232
"eslint-plugin-header": "^3.1.1",
33-
"eslint-plugin-import": "2.28.1",
33+
"eslint-plugin-import": "2.29.0",
3434
"eslint-plugin-jsdoc": "^46.8.2",
3535
"eslint-plugin-sf-plugin": "^1.16.9",
3636
"husky": "^7.0.4",

yarn.lock

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ array-ify@^1.0.0:
16371637
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
16381638
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
16391639

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

1656-
array.prototype.findlastindex@^1.2.2, array.prototype.findlastindex@^1.2.3:
1656+
array.prototype.findlastindex@^1.2.3:
16571657
version "1.2.3"
16581658
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
16591659
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
@@ -1664,7 +1664,7 @@ array.prototype.findlastindex@^1.2.2, array.prototype.findlastindex@^1.2.3:
16641664
es-shim-unscopables "^1.0.0"
16651665
get-intrinsic "^1.2.1"
16661666

1667-
array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
1667+
array.prototype.flat@^1.3.2:
16681668
version "1.3.2"
16691669
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
16701670
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
@@ -1674,7 +1674,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
16741674
es-abstract "^1.22.1"
16751675
es-shim-unscopables "^1.0.0"
16761676

1677-
array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2:
1677+
array.prototype.flatmap@^1.3.2:
16781678
version "1.3.2"
16791679
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
16801680
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -2875,7 +2875,7 @@ eslint-config-salesforce@^2.0.1, eslint-config-salesforce@^2.0.2:
28752875
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz#38eb2d8eb2824c66967ed9b45bc92082eba2f225"
28762876
integrity sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q==
28772877

2878-
eslint-import-resolver-node@^0.3.7, eslint-import-resolver-node@^0.3.9:
2878+
eslint-import-resolver-node@^0.3.9:
28792879
version "0.3.9"
28802880
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
28812881
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -2896,30 +2896,7 @@ eslint-plugin-header@^3.1.1:
28962896
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
28972897
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
28982898

2899-
2900-
version "2.28.1"
2901-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
2902-
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
2903-
dependencies:
2904-
array-includes "^3.1.6"
2905-
array.prototype.findlastindex "^1.2.2"
2906-
array.prototype.flat "^1.3.1"
2907-
array.prototype.flatmap "^1.3.1"
2908-
debug "^3.2.7"
2909-
doctrine "^2.1.0"
2910-
eslint-import-resolver-node "^0.3.7"
2911-
eslint-module-utils "^2.8.0"
2912-
has "^1.0.3"
2913-
is-core-module "^2.13.0"
2914-
is-glob "^4.0.3"
2915-
minimatch "^3.1.2"
2916-
object.fromentries "^2.0.6"
2917-
object.groupby "^1.0.0"
2918-
object.values "^1.1.6"
2919-
semver "^6.3.1"
2920-
tsconfig-paths "^3.14.2"
2921-
2922-
eslint-plugin-import@^2.27.5, eslint-plugin-import@^2.29.0:
2899+
[email protected], eslint-plugin-import@^2.27.5, eslint-plugin-import@^2.29.0:
29232900
version "2.29.0"
29242901
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
29252902
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
@@ -5447,7 +5424,7 @@ object.assign@^4.1.4:
54475424
has-symbols "^1.0.3"
54485425
object-keys "^1.1.1"
54495426

5450-
object.fromentries@^2.0.6, object.fromentries@^2.0.7:
5427+
object.fromentries@^2.0.7:
54515428
version "2.0.7"
54525429
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
54535430
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -5456,7 +5433,7 @@ object.fromentries@^2.0.6, object.fromentries@^2.0.7:
54565433
define-properties "^1.2.0"
54575434
es-abstract "^1.22.1"
54585435

5459-
object.groupby@^1.0.0, object.groupby@^1.0.1:
5436+
object.groupby@^1.0.1:
54605437
version "1.0.1"
54615438
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
54625439
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
@@ -5466,7 +5443,7 @@ object.groupby@^1.0.0, object.groupby@^1.0.1:
54665443
es-abstract "^1.22.1"
54675444
get-intrinsic "^1.2.1"
54685445

5469-
object.values@^1.1.6, object.values@^1.1.7:
5446+
object.values@^1.1.7:
54705447
version "1.1.7"
54715448
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
54725449
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==

0 commit comments

Comments
 (0)