Skip to content

Commit 868a4b1

Browse files
build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (#2188)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1. - [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.29.0...v2.29.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8710cd9 commit 868a4b1

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"eslint-config-react-app": "^7.0.1",
160160
"eslint-config-typed-fp": "^4.4.0",
161161
"eslint-plugin-functional": "^5.0.8",
162-
"eslint-plugin-import": "^2.29.0",
162+
"eslint-plugin-import": "^2.29.1",
163163
"eslint-plugin-prettier": "^5.0.1",
164164
"eslint-plugin-react": "^7.33.2",
165165
"eslint-plugin-total-functions": "^6.10.5",

yarn.lock

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@ __metadata:
28972897
eslint-config-react-app: ^7.0.1
28982898
eslint-config-typed-fp: ^4.4.0
28992899
eslint-plugin-functional: ^5.0.8
2900-
eslint-plugin-import: ^2.29.0
2900+
eslint-plugin-import: ^2.29.1
29012901
eslint-plugin-prettier: ^5.0.1
29022902
eslint-plugin-react: ^7.33.2
29032903
eslint-plugin-total-functions: ^6.10.5
@@ -8829,7 +8829,7 @@ __metadata:
88298829
languageName: node
88308830
linkType: hard
88318831

8832-
"eslint-plugin-import@npm:^2.25.3, eslint-plugin-import@npm:^2.29.0":
8832+
"eslint-plugin-import@npm:^2.25.3":
88338833
version: 2.29.0
88348834
resolution: "eslint-plugin-import@npm:2.29.0"
88358835
dependencies:
@@ -8856,6 +8856,33 @@ __metadata:
88568856
languageName: node
88578857
linkType: hard
88588858

8859+
"eslint-plugin-import@npm:^2.29.1":
8860+
version: 2.29.1
8861+
resolution: "eslint-plugin-import@npm:2.29.1"
8862+
dependencies:
8863+
array-includes: ^3.1.7
8864+
array.prototype.findlastindex: ^1.2.3
8865+
array.prototype.flat: ^1.3.2
8866+
array.prototype.flatmap: ^1.3.2
8867+
debug: ^3.2.7
8868+
doctrine: ^2.1.0
8869+
eslint-import-resolver-node: ^0.3.9
8870+
eslint-module-utils: ^2.8.0
8871+
hasown: ^2.0.0
8872+
is-core-module: ^2.13.1
8873+
is-glob: ^4.0.3
8874+
minimatch: ^3.1.2
8875+
object.fromentries: ^2.0.7
8876+
object.groupby: ^1.0.1
8877+
object.values: ^1.1.7
8878+
semver: ^6.3.1
8879+
tsconfig-paths: ^3.15.0
8880+
peerDependencies:
8881+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
8882+
checksum: e65159aef808136d26d029b71c8c6e4cb5c628e65e5de77f1eb4c13a379315ae55c9c3afa847f43f4ff9df7e54515c77ffc6489c6a6f81f7dd7359267577468c
8883+
languageName: node
8884+
linkType: hard
8885+
88598886
"eslint-plugin-jest@npm:^25.3.0":
88608887
version: 25.7.0
88618888
resolution: "eslint-plugin-jest@npm:25.7.0"
@@ -16189,6 +16216,18 @@ __metadata:
1618916216
languageName: node
1619016217
linkType: hard
1619116218

16219+
"tsconfig-paths@npm:^3.15.0":
16220+
version: 3.15.0
16221+
resolution: "tsconfig-paths@npm:3.15.0"
16222+
dependencies:
16223+
"@types/json5": ^0.0.29
16224+
json5: ^1.0.2
16225+
minimist: ^1.2.6
16226+
strip-bom: ^3.0.0
16227+
checksum: 59f35407a390d9482b320451f52a411a256a130ff0e7543d18c6f20afab29ac19fbe55c360a93d6476213cc335a4d76ce90f67df54c4e9037f7d240920832201
16228+
languageName: node
16229+
linkType: hard
16230+
1619216231
"tslib@npm:2.4.0":
1619316232
version: 2.4.0
1619416233
resolution: "tslib@npm:2.4.0"

0 commit comments

Comments
 (0)