Skip to content

Commit eb674ab

Browse files
authored
chore(renovate): ignore jsdom due to Node.js version limit (#1233)
1 parent 1ff78aa commit eb674ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
'react-dom-18',
6969
// Breaking change, see https://github.com/web-infra-dev/rslib/pull/992
7070
'@ast-grep/napi',
71+
// Breaking change, minimum supported version Node.js v20
72+
'jsdom',
7173
// Temporarily ignore, see https://github.com/web-infra-dev/rslib/pull/1226
7274
'tinyglobby',
7375
],

0 commit comments

Comments
 (0)