Skip to content

Commit 332afb7

Browse files
authored
chore: migrate stable-hash to stable-hash-x (#20)
1 parent ec96ae5 commit 332afb7

File tree

4 files changed

+165
-170
lines changed

4 files changed

+165
-170
lines changed

.changeset/dull-pans-smile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-context": patch
3+
---
4+
5+
chore: migrate `stable-hash` to `stable-hash-x`

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"get-tsconfig": "^4.10.1",
55-
"stable-hash": "^0.0.6"
55+
"stable-hash-x": "^0.1.1"
5656
},
5757
"devDependencies": {
5858
"@1stg/browserslist-config": "^2.1.4",
@@ -68,7 +68,7 @@
6868
"@types/mdx": "^2.0.13",
6969
"@types/node": "^22.15.29",
7070
"@types/react": "^19.1.6",
71-
"@types/react-dom": "^19.1.5",
71+
"@types/react-dom": "^19.1.6",
7272
"@types/web": "^0.0.238",
7373
"@vercel/analytics": "^1.5.0",
7474
"@vitejs/plugin-react-swc": "^3.10.1",
@@ -94,7 +94,7 @@
9494
"stylelint": "^16.20.0",
9595
"type-coverage": "^2.29.7",
9696
"typescript": "^5.8.3",
97-
"unrs-resolver": "^1.7.9",
97+
"unrs-resolver": "^1.7.10",
9898
"vite": "^6.3.5",
9999
"vitest": "^3.2.1",
100100
"yarn-berry-deduplicate": "^6.1.3"

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from 'node:path'
22

33
import { getTsconfig } from 'get-tsconfig'
44
import type { TsConfigJsonResolved, TsConfigResult } from 'get-tsconfig'
5-
import { stableHash } from 'stable-hash'
5+
import { stableHash } from 'stable-hash-x'
66

77
import type { ChildContext, RuleContext } from './types.js'
88

0 commit comments

Comments
 (0)