Skip to content

Commit 924b14f

Browse files
authored
chore: remove unused hash util (#375)
1 parent 985bb91 commit 924b14f

File tree

6 files changed

+114
-272
lines changed

6 files changed

+114
-272
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
- [#373](https://github.com/un-ts/eslint-plugin-import-x/pull/373) [`90ec1f1`](https://github.com/un-ts/eslint-plugin-import-x/commit/90ec1f1f0eecc7ef566a14b5163cb7c1ec05e6de) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate `stable-hash` to `stable-hash-x`
88

9-
- [#371](https://github.com/un-ts/eslint-plugin-import-x/pull/371) [`4f97a1a`](https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a) Thanks [@dword-design](https://github.com/dword-design)! - fix: take `context.cwd` into account for glob options of rules `no-extraneous-dependencies` and `no-unassigned-import`
9+
- [#371](https://github.com/un-ts/eslint-plugin-import-x/pull/371) [`4f97a1a`](https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a) Thanks [@dword-design](https://github.com/dword-design) and [@JounQin](https://github.com/JounQin)! - fix: take `context.cwd` into account for glob options of rules `no-extraneous-dependencies` and `no-unassigned-import`
1010

11-
- [#371](https://github.com/un-ts/eslint-plugin-import-x/pull/371) [`4f97a1a`](https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a) Thanks [@dword-design](https://github.com/dword-design)! - fix: enable `nocomment: true` for glob options of rules `no-import-module-exports` and `no-namespace`
11+
- [#371](https://github.com/un-ts/eslint-plugin-import-x/pull/371) [`4f97a1a`](https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a) Thanks [@JounQin](https://github.com/JounQin)! - fix: enable `nocomment: true` for glob options of rules `no-import-module-exports` and `no-namespace`
1212

1313
- [#368](https://github.com/un-ts/eslint-plugin-import-x/pull/368) [`74a16c5`](https://github.com/un-ts/eslint-plugin-import-x/commit/74a16c52bfba784ae44db7e200a3023d00dc82f3) Thanks [@JoseGoncalves](https://github.com/JoseGoncalves)! - fix: drop `languageOptions` config from `flat/recommended`
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@typescript-eslint/types": "^8.33.1",
8181
"comment-parser": "^1.4.1",
8282
"debug": "^4.4.1",
83-
"eslint-import-context": "^0.1.7",
83+
"eslint-import-context": "^0.1.8",
8484
"is-glob": "^4.0.3",
8585
"minimatch": "^9.0.3 || ^10.0.1",
8686
"semver": "^7.7.2",
@@ -161,7 +161,7 @@
161161
"tinyexec": "^1.0.1",
162162
"tmp": "^0.2.3",
163163
"ts-node": "^10.9.2",
164-
"tsdown": "^0.12.6",
164+
"tsdown": "^0.12.7",
165165
"type-fest": "^4.41.0",
166166
"typescript": "^5.8.3",
167167
"typescript-eslint": "^8.33.1",

src/utils/hash.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export * from './deep-merge.js'
1818
export * from './docs-url.js'
1919
export * from './export-map.js'
2020
export * from './get-value.js'
21-
export * from './hash.js'
2221
export * from './ignore.js'
2322
export * from './import-declaration.js'
2423
export * from './import-type.js'

test/utils/hash.spec.ts

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)