Skip to content

Commit d0eae80

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump eslint-plugin-import from 2.26.0 to 2.31.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.31.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.26.0...v2.31.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 ca626e8 commit d0eae80

File tree

2 files changed

+68
-85
lines changed

2 files changed

+68
-85
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "8.21.0",
9494
"eslint-config-airbnb": "19.0.4",
9595
"eslint-config-prettier": "9.0.0",
96-
"eslint-plugin-import": "2.26.0",
96+
"eslint-plugin-import": "2.31.0",
9797
"eslint-plugin-jest": "27.1.7",
9898
"eslint-plugin-jsx-a11y": "6.10.2",
9999
"eslint-plugin-prettier": "4.2.1",

Diff for: yarn.lock

+67-84
Original file line numberDiff line numberDiff line change
@@ -1744,6 +1744,11 @@
17441744
pluralize "^8.0.0"
17451745
yaml-ast-parser "0.0.43"
17461746

1747+
"@rtsao/scc@^1.1.0":
1748+
version "1.1.0"
1749+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1750+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1751+
17471752
"@sideway/address@^4.1.5":
17481753
version "4.1.5"
17491754
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
@@ -2674,7 +2679,7 @@ [email protected]:
26742679
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
26752680
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
26762681

2677-
array-includes@^3.1.4, array-includes@^3.1.6, array-includes@^3.1.8:
2682+
array-includes@^3.1.6, array-includes@^3.1.8:
26782683
version "3.1.8"
26792684
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
26802685
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -2724,24 +2729,27 @@ array.prototype.findlast@^1.2.5:
27242729
es-object-atoms "^1.0.0"
27252730
es-shim-unscopables "^1.0.2"
27262731

2727-
array.prototype.flat@^1.2.1:
2732+
array.prototype.findlastindex@^1.2.5:
27282733
version "1.2.5"
2729-
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz"
2730-
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
2734+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
2735+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
27312736
dependencies:
2732-
call-bind "^1.0.2"
2733-
define-properties "^1.1.3"
2734-
es-abstract "^1.19.0"
2737+
call-bind "^1.0.7"
2738+
define-properties "^1.2.1"
2739+
es-abstract "^1.23.2"
2740+
es-errors "^1.3.0"
2741+
es-object-atoms "^1.0.0"
2742+
es-shim-unscopables "^1.0.2"
27352743

2736-
array.prototype.flat@^1.2.5, array.prototype.flat@^1.3.1:
2737-
version "1.3.2"
2738-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
2739-
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
2744+
array.prototype.flat@^1.2.1, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
2745+
version "1.3.3"
2746+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
2747+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
27402748
dependencies:
2741-
call-bind "^1.0.2"
2742-
define-properties "^1.2.0"
2743-
es-abstract "^1.22.1"
2744-
es-shim-unscopables "^1.0.0"
2749+
call-bind "^1.0.8"
2750+
define-properties "^1.2.1"
2751+
es-abstract "^1.23.5"
2752+
es-shim-unscopables "^1.0.2"
27452753

27462754
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
27472755
version "1.3.3"
@@ -4023,7 +4031,7 @@ data-view-byte-offset@^1.0.1:
40234031
es-errors "^1.3.0"
40244032
is-data-view "^1.0.1"
40254033

4026-
[email protected], debug@^2.6.9:
4034+
40274035
version "2.6.9"
40284036
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
40294037
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -4793,13 +4801,6 @@ es-set-tostringtag@^2.1.0:
47934801
has-tostringtag "^1.0.2"
47944802
hasown "^2.0.2"
47954803

4796-
es-shim-unscopables@^1.0.0:
4797-
version "1.0.0"
4798-
resolved "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz"
4799-
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
4800-
dependencies:
4801-
has "^1.0.3"
4802-
48034804
es-shim-unscopables@^1.0.2:
48044805
version "1.0.2"
48054806
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -4920,7 +4921,7 @@ [email protected]:
49204921
"@babel/code-frame" "7.12.11"
49214922
chalk "^4.0.0"
49224923

4923-
eslint-import-resolver-node@^0.3.6:
4924+
eslint-import-resolver-node@^0.3.9:
49244925
version "0.3.9"
49254926
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
49264927
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -4929,31 +4930,37 @@ eslint-import-resolver-node@^0.3.6:
49294930
is-core-module "^2.13.0"
49304931
resolve "^1.22.4"
49314932

4932-
eslint-module-utils@^2.7.3:
4933-
version "2.8.1"
4934-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz#52f2404300c3bd33deece9d7372fb337cc1d7c34"
4935-
integrity sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==
4933+
eslint-module-utils@^2.12.0:
4934+
version "2.12.0"
4935+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
4936+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
49364937
dependencies:
49374938
debug "^3.2.7"
49384939

4939-
eslint-plugin-import@2.26.0:
4940-
version "2.26.0"
4941-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
4942-
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
4940+
eslint-plugin-import@2.31.0:
4941+
version "2.31.0"
4942+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
4943+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
49434944
dependencies:
4944-
array-includes "^3.1.4"
4945-
array.prototype.flat "^1.2.5"
4946-
debug "^2.6.9"
4945+
"@rtsao/scc" "^1.1.0"
4946+
array-includes "^3.1.8"
4947+
array.prototype.findlastindex "^1.2.5"
4948+
array.prototype.flat "^1.3.2"
4949+
array.prototype.flatmap "^1.3.2"
4950+
debug "^3.2.7"
49474951
doctrine "^2.1.0"
4948-
eslint-import-resolver-node "^0.3.6"
4949-
eslint-module-utils "^2.7.3"
4950-
has "^1.0.3"
4951-
is-core-module "^2.8.1"
4952+
eslint-import-resolver-node "^0.3.9"
4953+
eslint-module-utils "^2.12.0"
4954+
hasown "^2.0.2"
4955+
is-core-module "^2.15.1"
49524956
is-glob "^4.0.3"
49534957
minimatch "^3.1.2"
4954-
object.values "^1.1.5"
4955-
resolve "^1.22.0"
4956-
tsconfig-paths "^3.14.1"
4958+
object.fromentries "^2.0.8"
4959+
object.groupby "^1.0.3"
4960+
object.values "^1.2.0"
4961+
semver "^6.3.1"
4962+
string.prototype.trimend "^1.0.8"
4963+
tsconfig-paths "^3.15.0"
49574964

49584965
49594966
version "27.1.7"
@@ -6549,19 +6556,12 @@ is-callable@^1.2.7:
65496556
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
65506557
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
65516558

6552-
is-core-module@^2.13.0:
6553-
version "2.13.1"
6554-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
6555-
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
6556-
dependencies:
6557-
hasown "^2.0.0"
6558-
6559-
is-core-module@^2.8.1:
6560-
version "2.9.0"
6561-
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz"
6562-
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
6559+
is-core-module@^2.13.0, is-core-module@^2.15.1:
6560+
version "2.16.1"
6561+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
6562+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
65636563
dependencies:
6564-
has "^1.0.3"
6564+
hasown "^2.0.2"
65656565

65666566
is-data-view@^1.0.1:
65676567
version "1.0.1"
@@ -8533,7 +8533,16 @@ object.fromentries@^2.0.8:
85338533
es-abstract "^1.23.2"
85348534
es-object-atoms "^1.0.0"
85358535

8536-
object.values@^1.1.0, object.values@^1.1.5, object.values@^1.1.6, object.values@^1.2.1:
8536+
object.groupby@^1.0.3:
8537+
version "1.0.3"
8538+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
8539+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
8540+
dependencies:
8541+
call-bind "^1.0.7"
8542+
define-properties "^1.2.1"
8543+
es-abstract "^1.23.2"
8544+
8545+
object.values@^1.1.0, object.values@^1.1.5, object.values@^1.1.6, object.values@^1.2.0, object.values@^1.2.1:
85378546
version "1.2.1"
85388547
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
85398548
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -9992,7 +10001,7 @@ resolve.exports@^2.0.0:
999210001
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.3.tgz#41955e6f1b4013b7586f873749a635dea07ebe3f"
999310002
integrity sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==
999410003

9995-
resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.4:
10004+
resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.4:
999610005
version "1.22.8"
999710006
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
999810007
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
@@ -10753,33 +10762,7 @@ string.prototype.trim@^1.2.9:
1075310762
es-abstract "^1.23.0"
1075410763
es-object-atoms "^1.0.0"
1075510764

10756-
string.prototype.trimend@^1.0.4:
10757-
version "1.0.4"
10758-
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz"
10759-
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
10760-
dependencies:
10761-
call-bind "^1.0.2"
10762-
define-properties "^1.1.3"
10763-
10764-
string.prototype.trimend@^1.0.5:
10765-
version "1.0.5"
10766-
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz"
10767-
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
10768-
dependencies:
10769-
call-bind "^1.0.2"
10770-
define-properties "^1.1.4"
10771-
es-abstract "^1.19.5"
10772-
10773-
string.prototype.trimend@^1.0.8:
10774-
version "1.0.8"
10775-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
10776-
integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==
10777-
dependencies:
10778-
call-bind "^1.0.7"
10779-
define-properties "^1.2.1"
10780-
es-object-atoms "^1.0.0"
10781-
10782-
string.prototype.trimend@^1.0.9:
10765+
string.prototype.trimend@^1.0.4, string.prototype.trimend@^1.0.5, string.prototype.trimend@^1.0.8, string.prototype.trimend@^1.0.9:
1078310766
version "1.0.9"
1078410767
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
1078510768
integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==
@@ -11165,7 +11148,7 @@ tree-kill@^1.2.2:
1116511148
resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz"
1116611149
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
1116711150

11168-
tsconfig-paths@^3.14.1:
11151+
tsconfig-paths@^3.15.0:
1116911152
version "3.15.0"
1117011153
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
1117111154
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==

0 commit comments

Comments
 (0)