Skip to content

Commit

Permalink
chore: bump eslint-plugin-import-x from 3.1.0 to 4.2.1 (#63)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 3.1.0 to 4.2.1.
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v3.1.0...v4.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent 02d2621 commit 0a054de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@eslint/js": "^9.8.0",
"@stylistic/eslint-plugin": "^2.6.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.0.0",
"globals": "^15.9.0",
Expand Down
89 changes: 19 additions & 70 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ __metadata:
"@types/eslint__js": "npm:^8.42.3"
eslint: "npm:^9.8.0"
eslint-import-resolver-typescript: "npm:^3.6.1"
eslint-plugin-import-x: "npm:^3.1.0"
eslint-plugin-import-x: "npm:^4.2.1"
eslint-plugin-mocha: "npm:^10.5.0"
eslint-plugin-n: "npm:^17.10.2"
eslint-plugin-promise: "npm:^7.0.0"
Expand Down Expand Up @@ -548,16 +548,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
dependencies:
"@typescript-eslint/types": "npm:7.18.0"
"@typescript-eslint/visitor-keys": "npm:7.18.0"
checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/scope-manager@npm:8.2.0"
Expand All @@ -583,39 +573,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/types@npm:7.18.0"
checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/types@npm:8.2.0"
checksum: 10c0/2ffba0d0183dfdd2f859fb414013d17d009f5e886664823f973aaa1145243fceb52cfe26aa7c50208af7833b3703b7788337f1aab136c9a4eb36d905493847d1
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
dependencies:
"@typescript-eslint/types": "npm:7.18.0"
"@typescript-eslint/visitor-keys": "npm:7.18.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
Expand Down Expand Up @@ -649,30 +613,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^7.4.0":
version: 7.18.0
resolution: "@typescript-eslint/utils@npm:7.18.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:7.18.0"
"@typescript-eslint/types": "npm:7.18.0"
"@typescript-eslint/typescript-estree": "npm:7.18.0"
peerDependencies:
eslint: ^8.56.0
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
dependencies:
"@typescript-eslint/types": "npm:7.18.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/visitor-keys@npm:8.2.0"
Expand Down Expand Up @@ -1094,23 +1034,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import-x@npm:^3.1.0":
version: 3.1.0
resolution: "eslint-plugin-import-x@npm:3.1.0"
"eslint-plugin-import-x@npm:^4.2.1":
version: 4.2.1
resolution: "eslint-plugin-import-x@npm:4.2.1"
dependencies:
"@typescript-eslint/utils": "npm:^7.4.0"
"@typescript-eslint/utils": "npm:^8.1.0"
debug: "npm:^4.3.4"
doctrine: "npm:^3.0.0"
eslint-import-resolver-node: "npm:^0.3.9"
get-tsconfig: "npm:^4.7.3"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.3"
semver: "npm:^7.6.0"
semver: "npm:^7.6.3"
stable-hash: "npm:^0.0.4"
tslib: "npm:^2.6.2"
tslib: "npm:^2.6.3"
peerDependencies:
eslint: ^8.56.0 || ^9.0.0-0
checksum: 10c0/7da1010fa8313778c5144e3cf5e4e6393ea7392a3b54a31c5f3314b4f9e2d05635e2c8ed23c9175e1b2a0542b64ac37e0c16e014ec518d88fd87af42342d5dee
eslint: ^8.57.0 || ^9.0.0
checksum: 10c0/5a644448e2658e999ef01582011f24589920aa7c01ee45478481d0182fb9a21a0649c84d63fc4108f5bf2e2ce4c3d4c14930d7064224619230690a3240d98839
languageName: node
linkType: hard

Expand Down Expand Up @@ -2336,6 +2276,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down Expand Up @@ -2526,7 +2475,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.2, tslib@npm:^2.6.3":
"tslib@npm:^2.6.3":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6
Expand Down

0 comments on commit 0a054de

Please sign in to comment.