File tree Expand file tree Collapse file tree 4 files changed +165
-170
lines changed Expand file tree Collapse file tree 4 files changed +165
-170
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-import-context " : patch
3
+ ---
4
+
5
+ chore: migrate ` stable-hash ` to ` stable-hash-x `
Original file line number Diff line number Diff line change 52
52
},
53
53
"dependencies" : {
54
54
"get-tsconfig" : " ^4.10.1" ,
55
- "stable-hash" : " ^0.0.6 "
55
+ "stable-hash-x " : " ^0.1.1 "
56
56
},
57
57
"devDependencies" : {
58
58
"@1stg/browserslist-config" : " ^2.1.4" ,
68
68
"@types/mdx" : " ^2.0.13" ,
69
69
"@types/node" : " ^22.15.29" ,
70
70
"@types/react" : " ^19.1.6" ,
71
- "@types/react-dom" : " ^19.1.5 " ,
71
+ "@types/react-dom" : " ^19.1.6 " ,
72
72
"@types/web" : " ^0.0.238" ,
73
73
"@vercel/analytics" : " ^1.5.0" ,
74
74
"@vitejs/plugin-react-swc" : " ^3.10.1" ,
94
94
"stylelint" : " ^16.20.0" ,
95
95
"type-coverage" : " ^2.29.7" ,
96
96
"typescript" : " ^5.8.3" ,
97
- "unrs-resolver" : " ^1.7.9 " ,
97
+ "unrs-resolver" : " ^1.7.10 " ,
98
98
"vite" : " ^6.3.5" ,
99
99
"vitest" : " ^3.2.1" ,
100
100
"yarn-berry-deduplicate" : " ^6.1.3"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'node:path'
2
2
3
3
import { getTsconfig } from 'get-tsconfig'
4
4
import type { TsConfigJsonResolved , TsConfigResult } from 'get-tsconfig'
5
- import { stableHash } from 'stable-hash'
5
+ import { stableHash } from 'stable-hash-x '
6
6
7
7
import type { ChildContext , RuleContext } from './types.js'
8
8
You can’t perform that action at this time.
0 commit comments