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 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" ,
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" ,
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'node:path'
22
33import { getTsconfig } from 'get-tsconfig'
44import type { TsConfigJsonResolved , TsConfigResult } from 'get-tsconfig'
5- import { stableHash } from 'stable-hash'
5+ import { stableHash } from 'stable-hash-x '
66
77import type { ChildContext , RuleContext } from './types.js'
88
You can’t perform that action at this time.
0 commit comments